@charset "UTF-8";
/*
##################################################################
#################################

	#######  SETTING  #########

#################################
##################################################################
*/
/* PC,SP width setting */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

/* select color */
::-moz-selection {
  background: #b7e997;
  /* Safari */
}
::selection {
  background: #b7e997;
  /* Safari */
}

::-moz-selection {
  background: #b7e997;
  /* Firefox */
}

/*list*/
ol, ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol.list-disc, ul.list-disc {
  padding-left: 10px;
}
ol.list-disc li:before, ul.list-disc li:before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  content: "ãƒ»";
  text-indent: -1em;
}

area {
  border: none;
  outline: none;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}

/* FORM ======================= */
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="password"] {
  padding: 2px 4px;
  margin-top: -2px;
}

textarea {
  padding: 4px;
}

::-webkit-input-placeholder {
  color: #AAA;
  font-weight: normal !important;
}

:-ms-input-placeholder {
  color: #AAA;
  font-weight: normal !important;
}

::-moz-placeholder {
  color: #AAA;
  font-weight: normal !important;
}

button {
  outline: none;
}

label {
  display: inline-block;
  cursor: pointer;
}

/*clearfix*/
.cf {
  *zoom: 1;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.clear, hr {
  clear: both;
}

.fll {
  float: left;
}

.flr {
  float: right;
}

.half {
  max-width: 50%;
  display: inline-block;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

/* column style [PC] */
.col1 div {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.col2 {
  text-align: left;
}
.col2 div {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
.col2 div:nth-child(2) {
  margin-left: 3.2%;
}

.col3 div {
  display: inline-block;
  vertical-align: top;
  width: 31%;
}
.col3 div:nth-child(2) {
  margin: 0 2%;
}
.col3 .col2 {
  width: 100%;
  margin: 0;
}
.col3 .col2 div {
  width: 46% !important;
}

.col4 div {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  margin-left: 2%;
}
.col4 div:first-child {
  margin-left: 0;
}
.col4 div:nth-child(4n+1) {
  margin-left: 0;
}

.col6 div {
  display: inline-block;
  vertical-align: top;
  width: 16%;
  margin-left: 1%;
}
.col6 div:first-child {
  margin-left: 0;
}
.col6 div:nth-child(6n+1) {
  margin-left: 0;
}

/* #####################
#
#      Font setting
#
##################### */
/* NotoSans CJK jp */
@font-face {
  font-family: "DINMed";
  src: url("../font/DINMed.woff"), url("../font/DINMed.woff2");
}
@font-face {
  font-family: "NotoSansCJKjp Thin";
  src: url("../font/NotoSansCJKjp-Thin.woff"), url("../font/NotoSansCJKjp-Thin.woff2");
}
@font-face {
  font-family: "NotoSansCJKjp Light";
  src: url("../font/NotoSansCJKjp-Light.woff"), url("../font/NotoSansCJKjp-Light.woff2");
}
@font-face {
  font-family: "NotoSansCJKjp DemiLight";
  src: url("../font/NotoSansCJKjp-DemiLight.woff"), url("../font/NotoSansCJKjp-DemiLight.woff2");
}
@font-face {
  font-family: "NotoSansCJKjp Regular";
  src: url("../font/NotoSansCJKjp-Regular.otf"), url("../font/NotoSansCJKjp-Regular.woff");
}
@font-face {
  font-family: "NotoSansCJKjp Medium";
  src: url("../font/NotoSansCJKjp-Medium.woff"), url("../font/NotoSansCJKjp-Medium.woff2");
}
@font-face {
  font-family: "NotoSansCJKjp Bold";
  src: url("../font/NotoSansCJKjp-Bold.woff");
}
@font-face {
  font-family: "NotoSansCJKjp Black";
  src: url("../font/NotoSansCJKjp-Black.woff"), url("../font/NotoSansCJKjp-Black.woff2");
}
* {
  font-family: "NotoSansCJKjp Regular";
}

/* #####################
#
#      Color setting
#
##################### */
/* ##################################
############################################
############################################
############################################
#
#      STYLE
#
############################################
############################################
############################################
################################## */
.wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.contact_btn {
  display: inline-block;
  margin-top: 50px;
}

header {
  text-align: left;
  padding: 10px 0;
}
header .left {
  width: 45%;
  display: inline-block;
  vertical-align: top;
}
header .left a {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
}
header .left a img {
  width: 100%;
}
header .right {
  float: right;
  display: inline-block;
  vertical-align: top;
}
header .right a {
  display: inline-block;
  vertical-align: middle;
}
header .right a img {
  width: 100%;
}

#sec1 {
  text-align: center;
  background-color: #dc0000;
  width: 100%;
  position: relative;
  background: url("../images/main_vis.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
#sec1 .txtwrapper {
  margin: 0 auto;
  padding: 240px 0;
}
#sec1 .txtwrapper p {
  font-size: 86px;
  color: #fff;
  font-family: "NotoSansCJKjp Black", "メイリオ", Meiryo;
  text-shadow: 0px 0px 16px #000;
}

#sec2 {
  padding: 30px 0 50px;
  text-align: center;
  background-color: #dc0000;
  width: 100%;
}
#sec2 p {
  font-family: "NotoSansCJKjp Black", "メイリオ", Meiryo;
  font-size: 52px;
  color: #fff;
  padding: 20px 0;
}
#sec2 .col4 {
  text-align: left;
}
#sec2 .col4 div {
  margin-top: 10px;
  padding: 5px;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  border-radius: 25px;
  font-family: "NotoSansCJKjp Medium", "メイリオ", Meiryo;
  font-size: 20px;
}

#sec3 {
  padding: 80px 0;
  text-align: center;
  background: url("../images/bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#sec3 p {
  font-family: "NotoSansCJKjp Regular";
  font-size: 22px;
  margin-bottom: 15px;
}
#sec3 .col3 {
  padding: 15px 0 30px;
}
#sec3 .col3 div img {
  width: 100%;
}

#sec4 {
  text-align: center;
  background-color: #dfddd5;
  padding: 80px 0;
}
#sec4 .tac {
  font-family: "NotoSansCJKjp Black", "メイリオ", Meiryo;
  font-size: 38px;
  padding-bottom: 5px;
}
#sec4 .tac img {
  display: inline-block;
  vertical-align: top;
  width: 88px;
  margin-right: 10px;
}
#sec4 .list_box {
  background-color: #fff;
  height: 300px;
  margin-top: 50px;
  -webkit-box-shadow: 2px 3px 13px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 2px 3px 13px 0 rgba(0, 0, 0, 0.5);
}
#sec4 .list_box .left {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
#sec4 .list_box .left img {
  width: 100%;
}
#sec4 .list_box .right {
  float: right;
  width: 50%;
  text-align: center;
}
#sec4 .list_box .right .list_wrapper {
  padding: 0 12%;
}
#sec4 .list_box .right .h_c {
  width: 120px;
  height: 60px;
  display: inline-block;
}
#sec4 .list_box .right .h_c img {
  width: 100%;
}
#sec4 .list_box .right .list_ttl {
  font-family: "NotoSansCJKjp Bold", "メイリオ", Meiryo;
  font-size: 28px;
  margin: 25px 0;
}
#sec4 .list_box .right .list_txt {
  text-align: left;
  font-family: "NotoSansCJKjp Regular";
  font-size: 18px;
  line-height: 1.6666;
}

#sec5 {
  padding: 80px 0;
  text-align: left;
}
#sec5 .tac {
  font-family: "NotoSansCJKjp Black", "メイリオ", Meiryo;
  font-size: 38px;
  margin-bottom: 90px;
}
#sec5 .voice_box {
  margin-bottom: 30px;
}
#sec5 .voice_box .line {
  background-color: #000;
  width: 93%;
  height: 10px;
  margin: 0 auto;
}
#sec5 .voice_box .on_line {
  padding: 5px;
  width: 80px;
  height: 80px;
  background-color: #fff;
  margin: -45px auto 0;
}
#sec5 .voice_box .on_line .circle {
  text-align: center;
  width: 70px;
  height: 70px;
}
#sec5 .voice_box .on_line .circle img {
  width: 100%;
}
#sec5 .voice_box .wrapper {
  margin: 30px auto 60px;
}
#sec5 .voice_box .left_img, #sec5 .voice_box .right_img {
  display: inline-block;
  vertical-align: top;
  width: 28%;
}
#sec5 .voice_box .left_img img, #sec5 .voice_box .right_img img {
  width: 100%;
}
#sec5 .voice_box .left, #sec5 .voice_box .right {
  display: inline-block;
  vertical-align: top;
  width: 68%;
}
#sec5 .voice_box .left_img, #sec5 .voice_box .left {
  margin-right: 3%;
}
#sec5 .voice_box .name {
  display: inline-block;
  vertical-align: top;
  font-family: "NotoSansCJKjp DemiLight", "メイリオ", Meiryo;
  font-size: 30px;
  margin-top: 0;
  margin-left: 10px;
  line-height: 1.3;
}
#sec5 .voice_box .name strong {
  font-family: "NotoSansCJKjp Bold", "メイリオ", Meiryo;
  font-size: 16px;
}
#sec5 .voice_box .old {
  text-align: center;
  display: inline-block;
  padding: 3px 5px;
  background-color: #dfddd5;
  font-family: "NotoSansCJKjp Bold", "メイリオ", Meiryo;
  font-size: 14px;
}
#sec5 .voice_box .old span {
  font-size: 16px;
  font-family: "NotoSansCJKjp Bold", "メイリオ", Meiryo;
}
#sec5 .voice_box p {
  margin-top: 10px;
}

#sec6 {
  padding: 80px 0;
  text-align: center;
  background-color: #dfddd5;
}
#sec6 .ttl {
  font-family: "NotoSansCJKjp Black", "メイリオ", Meiryo;
  font-size: 38px;
}
#sec6 p {
  font-family: "NotoSansCJKjp Regular";
  font-size: 16px;
  line-height: 1.75;
  margin: 50px 0 10px;
}
#sec6 .col3 img {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin-top: 20px;
  -webkit-box-shadow: 2px 3px 13px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 2px 3px 13px 0 rgba(0, 0, 0, 0.5);
}
#sec6 .col3 img img {
  width: 100%;
}
#sec6 .col3 img:nth-child(3n-1) {
  margin: 20px 2% 0;
}

#sec7 {
  text-align: center;
  padding: 80px 0;
}
#sec7 .tac {
  font-family: "NotoSansCJKjp Black", "メイリオ", Meiryo;
  font-size: 38px;
  margin-bottom: 60px;
}
#sec7 ul {
  text-align: left;
  padding: 0 50px;
}
#sec7 ul li {
  border-bottom: 1px solid #c3c0b2;
  padding: 15px 0;
}
#sec7 ul li .left, #sec7 ul li .right {
  display: inline-block;
  vertical-align: top;
}
#sec7 ul li .left {
  width: 20%;
  padding: 0 20px;
  font-size: 16px;
  font-family: "NotoSansCJKjp Bold", "メイリオ", Meiryo;
}
#sec7 ul li .right {
  padding-left: 5px;
  line-height: 1.75;
}

#sec8 {
  padding: 80px 0;
  background-color: #dfddd5;
  text-align: center;
}
#sec8 .tac {
  font-family: "NotoSansCJKjp Black", "メイリオ", Meiryo;
  font-size: 38px;
  margin-bottom: 60px;
}
#sec8 .tac a {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
#sec8 .tac a img {
  height: 60px;
  width: auto;
}
#sec8 #recruit_box1, #sec8 #recruit_box2 {
  background-color: #fff;
  padding: 50px 30px;
  -webkit-box-shadow: 2px 3px 13px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 2px 3px 13px 0 rgba(0, 0, 0, 0.5);
}
#sec8 #recruit_box1 {
  margin: -30px 0 60px;
}
#sec8 .ttl {
  font-family: "NotoSansCJKjp DemiLight", "メイリオ", Meiryo;
  font-size: 26px;
  margin-bottom: 30px;
}
#sec8 ul {
  text-align: left;
  padding: 0 50px;
}
#sec8 ul li {
  border-bottom: 1px solid #c3c0b2;
  background-color: #f4f4f1;
}
#sec8 ul li:first-child {
  border-top: 1px solid #c3c0b2;
}
#sec8 ul li:after {
  content: '';
  display: block;
  clear: both;
}
#sec8 ul li .left, #sec8 ul li .right {
  display: inline-block;
  vertical-align: top;
  float: left;
}
#sec8 ul li .left {
  width: 20%;
  padding: 15px 20px;
  font-size: 16px;
  font-family: "NotoSansCJKjp Bold", "メイリオ", Meiryo;
}
#sec8 ul li .right {
  width: 80%;
  padding: 15px 0 15px 20px;
  line-height: 1.75;
  background-color: #fff;
}

#form {
  padding: 80px 0;
}
#form .title {
  text-align: center;
  font-family: "NotoSansCJKjp Black", "メイリオ", Meiryo;
  font-size: 38px;
  margin-bottom: 60px;
}
#form ul {
  text-align: left;
  padding: 0 50px;
}
#form ul li {
  border-bottom: 1px solid #c3c0b2;
  padding: 15px 0;
}
#form ul li:first-child {
  border-top: 1px solid #c3c0b2;
}
#form ul li:after {
  content: '';
  display: block;
  clear: both;
}
#form ul li .left, #form ul li .right {
  float: left;
  display: inline-block;
  vertical-align: top;
}
#form ul li .left {
  width: 30%;
  padding: 0 20px;
  font-size: 16px;
  font-family: "NotoSansCJKjp Regular";
}
#form ul li .left span {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 2px;
  background-color: #dc0000;
  color: #fff;
  font-size: 12px;
  margin-right: 5px;
}
#form ul li .right {
  width: 70%;
  padding-left: 5px;
  line-height: 1.75;
}
#form ul li input[type="text"],
#form ul li input[type="tel"],
#form ul li input[type="number"],
#form ul li input[type="email"],
#form ul li input[type="password"],
#form ul li select {
  border: 1px solid #000;
  outline: none;
}
#form ul li select.inquiry-type {
  margin-right: 10px;
}
#form ul li select.job-select {
  display: block;
  margin-top: 10px;
}
#form ul li textarea {
  border: 1px solid #000;
  outline: none;
}
#form ul li.radio .right {
  line-height: 2;
}
#form ul li.radio label {
  position: relative;
  padding-left: 40px;
}
#form ul li.radio label:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #969696;
  border-radius: 20px;
}
#form ul li.radio input[type="radio"] {
  visibility: hidden;
}
#form ul li.radio input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background-color: #dc0000;
  border: 2px solid #ea6666;
  border-radius: 20px;
}
#form .submit-bt {
  padding-top: 30px;
}
#form .submit-bt button {
  padding: 10px 20px 10px 40px;
  background-color: #dc0000;
  border-radius: 50px;
  font-family: "NotoSansCJKjp Bold", "メイリオ", Meiryo;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#form .submit-bt button:disabled {
  opacity: 0.5;
}
#form .submit-bt button:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}
#form .g-recaptcha {
  max-width: 304px;
  margin: 20px auto 0;
}

footer {
  background-color: #000;
  padding: 20px 0;
}
footer .left {
  display: inline-block;
  width: 30%;
}
footer .left img {
  width: 100%;
}
footer .right {
  float: right;
  color: #fff;
  font-size: 14px;
  font-family: "NotoSansCJKjp DemiLight", "メイリオ", Meiryo;
  padding-top: 55px;
}

.thanks {
  padding: 300px 0;
}
.thanks p {
  font-size: 18px;
}
.thanks .thanks_link {
  display: inline-block;
  margin-top: 50px;
  padding: 10px 30px;
  background-color: #dc0000;
  border-radius: 50px;
  font-family: "NotoSansCJKjp Bold", "メイリオ", Meiryo;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.thanks .thanks_link:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}

/* #####################
#
#      Class setting
#
##################### */
/* margin */
.mt0 {
  margin-top: 0     !important;
}

.mt5 {
  margin-top: 5px   !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0   !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

/* padding */
.pt0 {
  padding-top: 0   !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb0 {
  padding-bottom: 0   !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}


#sec1 {
  position: relative;
}
#sec1 .mv-img {
  width: 180px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#health {
  margin: 80px 0;
  overflow: hidden;
}
.health .title_sub {
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  margin-left: 0.1em;
  text-align: center;
}
.health .title {
  font-size: 38px;
  margin-bottom: 60px;
  font-family: "NotoSansCJKjp Black", "メイリオ", Meiryo;
  text-align: center;
  font-weight: bold;
}
.health .title span{
  font-size: 28px;
  display: block;
}
.health .flex{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 56px 0;
}
.health .healthIntx p{
  font-size: 26px;
  line-height: 2.2;
  text-align: center;
  margin-bottom: 56px;
}
.health .healthIntx{
text-align: center;
padding: 0 20px;
}
@media  screen and (max-width: 980px) {
  .health .title_sub {
    font-size: 3.5vw;
    text-align: center;
  }
  .health .title {
      padding: 3% 0;
      font-size: 5vw;
      letter-spacing: 0.2em;
      font-family: "NotoSansCJKjp Black", "メイリオ", Meiryo;
      text-align: center;
  }
  .health .flex {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 0 10vw 0;
      flex-wrap: wrap;
      padding: 0 20px;
  }
  .health .flex img{
      width: 50%;
  }
  .health .healthIntx p{
      font-size: 3vw;
      line-height: 2.2;
      text-align: center;
      margin-bottom: 10vw;
  }
  .health .healthIntx img{
      width: 35%;
  }
}

/*kenkou*/
.kenkou {
  padding: 0 20px;
}
.kenkou table{
	margin: auto;
}
.kenkou p{
	margin-bottom: 0 !important;
}
.kenkou th,.kenkou td{
	border:3px solid black;
	padding: 10px;
	font-size: 18px;
}
.kenkou table{
	border-collapse:collapse;
}
.kenkou table tr td:nth-child(1){
	width: 40%;
}
.kenkou table tr td:nth-child(2),
.kenkou table tr td:nth-child(3),
.kenkou table tr td:nth-child(4){
	width: 20%;
	text-align: center;
}
.kenkou table tr td:nth-child(4){
	background-color: #c4c4c4;
}
.kenkou table .tr1 td{
	text-align: center !important;
}

@media screen and (max-width: 737px){
	.kenkou th,.kenkou td{
		border: 0.2vw solid black;
		padding: 1vw;
		font-size: 3vw;
	}
}