@charset "UTF-8";
/* ====================
  フォーム
==================== */
.form {
  border-top: 1px solid #dfdfdf;
  width: 90%;
  margin: 0 auto;
}

.form__item {
  padding: 5vw;
}

.form__item:nth-child(even) {
  background: #f1f1f1;
}

.form__label {
  display: flex;
  align-items: center;
}

.form__tag {
  display: inline-block;
  width: 8.3vw;
  padding: 0.3vw 0.6vw;
  margin-right: 3vw;
  font-size: 2.1vw;
  color: #fff;
  text-align: center;
  background: #8c8c8c;
}

.form__tag.is-requierd {
  background: #d0111b;
}

.form__field {
  margin-top: 1.7vw;
}

.form__field input,
.form__field textarea {
  width: 100%;
  padding: 1.1vw;
}

.form__field input::-moz-placeholder,
.form__field textarea::-moz-placeholder {
  color: #bcbcbc;
}

.form__field input:-ms-input-placeholder,
.form__field textarea:-ms-input-placeholder {
  color: #bcbcbc;
}

.form__field input::placeholder,
.form__field textarea::placeholder {
  color: #bcbcbc;
}

.form__text {
  font-weight: 700;
  text-align: center;
}

.form__text a {
  color: #d0111b;
  text-decoration: none;
}

.form__btn {
  display: block;
  width: 100%;
  padding: 3.4vw;
  font-size: 4vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #d0111b;
}

.form__btn-text {
  position: relative;
  display: inline-block;
}

.form__btn-text::after {
  position: absolute;
  top: 0.5vw;
  right: -8.5vw;
  bottom: 0;
  display: block;
  width: 4.5vw;
  height: 4.5vw;
  margin: auto;
  content: "";
  background: url(../img/common/icon_arrow_right_white.svg) center center
    no-repeat;
  background-size: contain;
}

/* ====================
  ヒーローエリア
==================== */
.hero {
  position: relative;
  height: 80vw;
  overflow: hidden;
}


.top-hero {
  background-image: none;
}

.corporate_hero::before {
  content: "";
  width: 100%;
  height: 90vw;
  background-image: url(../img/corporate/hero_sp.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
}


.corporate_hero_houjin::before {
  content: "";
  width: 100%;
  height: 90vw;
  background-image: url(../img/corporate/hero_houjinnewsp.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
}

.corporate_hero_houjin_companyfitness::before {
  content: "";
  width: 100%;
  height: 90vw;
  background-image: url(../img/corporate/herohoujinfitness_sp.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
}



.hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100%;
}


.hero__title {
  color: #fff;
}

.hero__title > span {
  display: block;
}

.hero__reserve {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.hero__reserve-btn {
  position: absolute;
  right: 0;
  bottom: -57px;
  display: block;
  width: 114px;
  height: 114px;
  text-decoration: none;
  transition: opacity 0.5s;
}

.hero__reserve-btn:hover {
  opacity: 0.7;
}

.hero__reserve-btn > img {
  width: 100%;
}

.hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero__bg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

/* ====================
  画像ブロック
==================== */
.img-block-single {
  height: 50vw;
}

.img-block-single > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.img-block-double {
  position: relative;
  height: 68vw;
  overflow: hidden;
}

.img-block-double__item {
  position: absolute;
  width: 60vw;
  height: 41vw;
}

.img-block-double__item:first-child {
  top: 0;
  left: 0;
  z-index: 1;
}

.img-block-double__item:last-child {
  right: 0;
  bottom: 0;
}

.img-block-double__item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.img-block-triple__item {
  height: 47.8vw;
}

.img-block-triple__item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.img-block-triple__item > img:first-child {
  display: none;
}

.kumiawase_box {
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    padding: 5vw;
}

.kumiawase_box h3 {
	text-align: center;
}

.kadaitomokuhyou_box {
    margin-top: 3vw;
    margin-bottom: 5vw;
    height: auto;
    width: 100%;
    overflow: hidden;
}

.left_kadai_box {
    width: 100%;
    height: auto;
    float: none;
    margin-right:0;
    margin-bottom: 3vw;
    background-color: #fff;
}

.right_mokuteki_box {
    width: 100%;
    height: auto;
    float: none;
    background-color: #fff;
}

.left_kadai_box h4 {
    width: 100%;
    height: auto;
    padding: 1.5vw 0;
    text-align: center;
    color: #fff;
    background-color: #d0111b;
}

.right_mokuteki_box h4 {
    width: 100%;
    height: auto;
    padding: 1.5vw 0;
    text-align: center;
    color: #fff;
    background-color: #2e97c7;
}

.kadai_left_txt {
    padding: 0 2vw 2vw 2vw;
}

.mokuteki_right_txt {
    padding: 0 2vw 2vw 2vw;
}

.white_bg_cale_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 2vw 2vw 2vw 3vw;
    background-color: #fff;
}

.glay_bg_cale_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 2vw 2vw 2vw 3vw;
    background-color: #e5e5e5;
}

.companyfitness_jirei_calendar {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.month_number {
    width: 40%;
    height: auto;
    float: left;
    text-align: center;
}

.month_todo1 {
    width: 60%;
    height: auto;
    float: left;
    color: #d0111b;
    margin-top: 0!important;
    text-align: center;
}

.month_todo2 {
    width: 60%;
    height: auto;
    float: left;
    color: #2e97c7;
    margin-top: 0!important;
    text-align: center;
}

.month_txt1 {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 2vw!important;
}

.calendar_bottom_arrow {
    text-align: center;
    margin-top: 4vw;
    font-size: 3vw;
    margin-bottom: 4vw;
}

.calendar_bottom_meesage {
    text-align: center;
}


/* ====================
  数字つきリスト
==================== */
.number-list__item {
  position: relative;
  padding-left: 2.5em;
}

.number-list__item + .number-list__item {
  margin-top: 1em;
}

.number-list__num {
  position: absolute;
  top: 0;
  left: 0;
}


  .contact_box_form{width: 120%; margin-left: -10%;}

  .contact_box_form ul{
      display: flex;
      padding: 15px 35px;
      justify-content: space-between;
      flex-wrap: wrap;
  }

  .contact_box_form ul:nth-child(odd){
      background-color: #f5f5f5;
  }

  .contact_box_form ul li:nth-child(1){
      width: 100%;
      margin-bottom: 15px;
  }

  .contact_box_form ul li:nth-child(1) span{
      font-size: 10px;
      display: inline-block;
      padding: 1px 15px;
      background-color: #d0111b;
      color: #FFF;
      margin-right: 20px;
  }

  .contact_box_form ul li:nth-child(1) span.nini{
      background-color: #8c8c8c;
  }
  .contact_box_form ul li:nth-child(2){
    width: 100%;
}

.contact_box_form ul li:nth-child(2) input[type="text"],
.contact_box_form ul li:nth-child(2) input[type="email"],
.contact_box_form ul li:nth-child(2) input[type="tel"]{
    width: 100%;
    height: 35px;
    font-size: 16px;
    line-height: 26px;
    border: 1px solid #2b2b2b;
    border-radius: 5px;
    padding: 10px;
}

.contact_box_form ul li:nth-child(2) textarea{
    width: 100%;
    height: 300px;
    font-size: 16px;
    line-height: 26px;
    border: 1px solid #2b2b2b;
    border-radius: 5px;
    padding: 10px;
}

.contact_box_form ul li.radio label{
  margin-top: 7.5px;
  display: inline-block;
}

.contact_box_form ul li:nth-child(2) input.half{
    width: 50%;
}

.contact_box_form ul li:nth-child(2) input.youbin-01{
  width: 15%;
}

.contact_box_form ul li:nth-child(2) input.youbin-02{
  width: 20%;
}

.contact_box_form ul li:nth-child(2) select{
    width: 50%;
    height: 35px;
    appearance: none;
    font-size: 16px;
    line-height: 26px;
    border-radius: 5px;
    border: 1px solid #2b2b2b;
    border-radius: 5px;
    background-color: #FFF;
    color: #1c1c1c;
}

.contact_box_form ul li:nth-child(2) p{
    padding-top: 20px;
    padding-bottom: 2.5px;
}

.contact_box_form ul li:nth-child(2) p a{
  color: #1c1c1c;
  text-decoration: none;
  pointer-events: none;
}

.contact_box_form ul li:nth-child(2) p:first-child{
    padding-top: 0;
}

.caution a{
    color: #d0111b;
    text-decoration: none;
}

.sent_btn{width: 100%; position: relative;}
.sent_btn input{
    display: block;
    width: 100%;
    height: 45px;
    border-radius: 0px;
    background-color: #d0111b;
    color: #FFF;
    border: none;
    font-size: 18px;
    position: relative;
}

.sent_btn::after {
    position: absolute;
    top: 12px;
    right: 20%;
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    content: "";
    background: url(../img/common/icon_arrow_right_white.svg) center center
      no-repeat;
    background-size: contain;
  }

  .sent_btn input:hover{
      cursor: pointer;
  }



/* ====================
  FAQ
==================== */
.faq__item + .faq__item {
  margin-top: 3.7vw;
}

.faq__item-question {
  position: relative;
  padding: 3.4vw 7.4vw 3.4vw 16vw;
  font-size: 2.8vw;
  font-weight: 700;
  cursor: pointer;
  background: #f1f1f1;
}

.faq__item-question::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12vw;
  font-family: "gothic-b", "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Yu Gothic", "Meiryo", sans-serif;
  font-size: 4.2vw;
  color: #fff;
  content: "Q";
  background: #2b2b2b;
}

.faq__item-question::after {
  position: absolute;
  top: 0;
  right: 4vw;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 3.4vw;
  height: 3.4vw;
  margin: auto;
  content: "";
  background: url(../img/common/icon_down_black.svg) center center no-repeat;
  background-size: contain;
  transition: transform 0.5s;
}

.faq__item.is-open .faq__item-question::after {
  transform: rotate(180deg);
}

.faq__item-answer {
  display: none;
}

.faq__item-answer-inner {
  position: relative;
  padding: 3.4vw 3.4vw 3.4vw 16vw;
  font-size: 2.8vw;
}

.faq__item-answer-inner::before {
  position: absolute;
  top: 2.8vw;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 12vw;
  font-family: "gothic-b", "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Yu Gothic", "Meiryo", sans-serif;
  font-size: 4.2vw;
  font-weight: 700;
  content: "A";
}

.bmform_outer1671039 , .bmform_outer1660616{
	width: 100%!important;
}

.bmform_head1671039 , .bmform_head1660616{
	display: none!important;
}


.corporate-kenko{
  padding: 10% 5%;
  background-image: url('../img/corporate/202006/img-kenko-sp.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #FFF;
}

.corporate-kenko h2{
  text-align: center;
}

.corporate-kenko .list{
  width: 100%;
  padding: 2.5%;
  border: 3px solid #FFF;
}

.corporate-kenko .list ul li{
  text-indent: -1em;
  padding-left: 1em;
}

.corporate-planner{
  padding: 0 5%;
}

.corporate-planner .txt-02{
  padding-top: 5%;
}

.corporate-planner .txt-02 .txt{
  width: 100%;
  padding-bottom: 2.5%;
}

.corporate-planner .txt-02 .img{
  width: 100%;
  padding: 0 15%;
}

.corporate-nayami{
  padding: 5%;
  background-color: #efefef;
}

.corporate-nayami h2{
  text-align: center;
}

.corporate-nayami .txt-01 .img{
  width: 100%;
  margin-bottom: 2.5%;
}

.corporate-nayami .txt-01 .list{
  width: 100%;
  margin-bottom: 2.5%;
}

.corporate-nayami .txt-01 .list ul li{
  margin-bottom: 1%;
}

.corporate-nayami .txt-01 .list ul li:last-child{
  margin-bottom: 0;
}

.corporate-merit{
  padding: 5%;
  background-image: url('../img/corporate/202006/img-merit-sp.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #FFF;
}

.corporate-merit h2{
  text-align: center;
}

.corporate-merit .list ul{
  margin-bottom: 2.5%;
  padding-bottom: 2.5%;
  border-bottom: 3px solid #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.corporate-merit .list ul:last-child{
  border: none;
}

.corporate-merit .list ul li:nth-child(1){
  width: 2em;
}

.corporate-merit .list ul li:nth-child(2){
  width: 90%;
}

.corporate-merit .form-link{
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.corporate-merit .form-link a{
  background-color: #d0111b;
  color: #FFF;
  padding: 10px 0;
  border-radius: 25px;
  display: block;
  width: 100%;
  text-decoration: none;
  position: relative;
  transition: all 0.5s;
  border: 2px solid #d0111b;
}

.corporate-merit .form-link a::after{
  font-family: "Font Awesome 5 Free";
  content: '\f063';
  font-weight: 900;
  position: absolute;
  right: 7.5%;
  top: 50%;
  margin-top: -0.8em;
  transition: all 0.5s;
}

.corporate-merit .form-link a:hover{
  background-color: #FFF;
  color: #d0111b;
}

.corporate-merit .form-link a:hover::after{
  color: #d0111b;
}

.corporate-planbox h2, .corporate-planbox strong{
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.corporate-planbox .top-program__bnr.plan-01{
  background-image: url('../img/corporate/202006/img-plan-01-sp.png');
}

.corporate-planbox .top-program__bnr.plan-02{
  background-image: url('../img/corporate/202006/img-plan-02-sp.png');
}

.corporate-planbox .top-program__bnr.plan-03{
  background-image: url('../img/corporate/202006/img-plan-03-sp.png');
}

.corporate-planbox .txt-bottom{
  padding-left: 5%;
  padding-right: 5%;
  text-align: left;
}

.corporate-plan-detail .corporate-plan-detail-sub{
  padding: 0 5%;
}

.corporate-plan-detail .corporate-plan-detail-sub h2{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.corporate-plan-detail .corporate-plan-detail-sub h2 span{
  padding-right: 10px;
}

.corporate-plan-detail .corporate-plan-detail-sub .txt-box .img{
  width: 100%;
  margin-bottom: 5%;
}

.corporate-plan-detail .corporate-plan-detail-sub .txt-box .txt{
  width: 100%;
}

.corporate-plan-detail .corporate-plan-detail-sub .txt-box .txt ul li{
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
}

.corporate-plan-detail .corporate-plan-detail-sub .txt-box .txt ul li span{
  font-weight: 300;
}

.corporate-plan-detail .corporate-plan-detail-sub .txt-bottom{
  padding-left: 0%;
  padding-right: 0%;
}

.corporate-plan-price{
  background-color: #efefef;
  padding: 5%;
}

.corporate-plan-price h2{
  text-align: center;
}

.corporate-plan-price .corporate-plan-price-detail ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2.5%;
  padding-bottom: 2.5%;
  margin-top: 0;
  border-bottom: 1px solid #000;
}

.corporate-plan-price .corporate-plan-price-detail ul li{
  width: 60%;
}

.corporate-plan-price .corporate-plan-price-detail ul li span{
  font-weight: 300;
}

.corporate-plan-price .corporate-plan-price-detail ul li:last-child{
  text-align: right;
  width: 40%;
}

.corporate-plan-price .corporate-plan-price-txt{
  margin-top: 0;
  text-align: center;
}

.corporate-plan-example h2,.corporate-plan-example strong{
  display: block;
  padding-left: 5%;
  padding-right: 5%;
}

.corporate-plan-example .corporate-plan-example-sub .title{
  text-indent: -0.5em;
  padding-left: 7.5%;
  padding-right: 5%;
}

.corporate-plan-example .corporate-plan-example-sub .img ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.corporate-plan-example .corporate-plan-example-sub .img ul li{
  width: calc(100% / 3);
}

.corporate-plan-example .corporate-plan-example-sub .more .detail{
  padding-left: 5%;
  padding-right: 5%;
}

.corporate-plan-example .corporate-plan-example-sub .more .detail span{
  font-weight: 300;
  display: block;
  margin-top: 2.5%;
}

.more .detail{
  display: none;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 2.5%;
}

.more .more-btn:hover{
  cursor: pointer;
}

.more .more-btn{
  padding: 15px 0;
  text-align: center;
  background-color: #f6f6f6;
  width: 100%;
  margin-top: 2.5%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.more .more-btn::after{
  position: absolute;
  right: 5%;
  top: 32.5%;
  display: block;
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 900;
  transition: all 0.5s;
}

.more .more-btn.open::after{
  transform: rotate(180deg);
}

.corporate-planbox .top-program__bnr-arrow::before{
  transform: rotate(90deg);
}
