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

.form__item {
  display: flex;
  padding: 30px;
}

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

.form__label {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 385px;
}

.form__tag {
  display: inline-block;
  width: 58px;
  padding: 2px 4px;
  margin-right: 16px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background: #8c8c8c;
}

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

.form__field {
  flex-basis: auto;
  flex-grow: 1;
}

.form__field input,
.form__field textarea {
  width: 100%;
  padding: 12.5px 25px;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.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: 24px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #d0111b;
  border: none;
  border-radius: 9999px;
}

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

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

/* ====================
  ヒーローエリア
==================== */
.corporate_hero::before {
  content: "";
  width: 100%;
  height: 600px;
  background-image: url(../img/corporate/hero.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::before {
  content: "";
  width: 100%;
  height: 600px;
  background-image: url(../img/corporate/hero_houjin.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: 600px;
  background-image: url(../img/corporate/hero_houjin_companyfitness.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;
}


.top-lead, .top-program, .top-location, .top-activity, .top-magazine, section {
  background-color: #FFF;
}

.hero {
  position: relative;
  height: 600px;
}

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

.hero__title {
  color: #fff;
}

.hero__title > span {
  display: block;
}

.hero__title > span:last-child {
  margin-top: 30px;
}

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

.hero__reserve-btn {
  position: absolute;
  right: 0;
  bottom: -115px;
  display: block;
  width: 230px;
  height: 230px;
  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: 665px;
}

.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;
  display: flex;
  height: 460px;
  overflow: hidden;
}

.img-block-double__item {
  position: relative;
  width: 50%;
  height: 100%;
}

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

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

.kadaitomokuhyou_box {
	margin-top: 50px;
	margin-bottom: 50px;
	height: auto;
	width: 100%;
	overflow: hidden;
}

.left_kadai_box {
	width: 47%;
	height: auto;
	float: left;
	margin-right:6%;
	background-color: #fff;
}

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

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

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

.kadai_left_txt {
	padding: 0 30px 20px 30px;
}

.mokuteki_right_txt {
	padding: 0 30px 20px 30px;
}

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

.white_bg_cale_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px 20px 20px 40px;
	background-color: #fff;
}

.glay_bg_cale_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px 20px 20px 40px;
	background-color: #e5e5e5;
}

.month_number {
	width: 10%;
	height: auto;
	float: left;
}

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

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

.month_txt1 {
	width: 70%;
	height:auto;
	float: left;
	margin-top: 0!important;

}

.calendar_bottom_arrow {
	text-align: center;
	margin-top: 30px;
	font-size: 30px!important;
	margin-bottom: 30px;
}

.calendar_bottom_meesage {
	text-align: center;
}



.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 {
  display: flex;
  height: 540px;
}

.img-block-triple__item {
  width: calc(100% / 3);
  height: 100%;
}

.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:last-child {
  display: none;
}

/* ====================
  リード
==================== */
.lead {
  overflow: hidden;
}

.lead__heading.--bg-text {
  position: relative;
  padding-top: 80px;
}

.lead__bg-text {
  position: absolute;
  z-index: -1;
  color: #f6f6f6;
  word-break: keep-all;
  white-space: nowrap;
}

.lead__bg-text-z1{
  z-index: 1;
}

.lead__bg-text.--top {
  top: -0.2em;
  left: 15%;
}

.lead__bg-text.--bottom {
  top: 0.8em;
  right: 15%;
}

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

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

.contact_box_form{width: 100%;}

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

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

.contact_box_form ul li:nth-child(1){
    width: 25%;
}

.contact_box_form ul li:nth-child(1) span{
    font-size: 14px;
    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: 70%;
}

.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"],
.contact_box_form ul li:nth-child(2) textarea{
width: 100%;
padding: 12.5px 25px;
font-size: 22px;
letter-spacing: 0.05em;
line-height: 1.7;
border: 1px solid #2b2b2b;
border-radius: 5px;
background-color: #FFF;
color: #1c1c1c;
font-weight: 500;
}

.contact_box_form ul li:nth-child(2) input[type=checkbox] {
  transform: scale(1.5);
}

.contact_box_form ul li:nth-child(2) input[type="radio"]{
transform:scale(1.7);
margin-right: 10px;
}

.contact_box_form ul li:nth-child(2) .wpcf7-radio .wpcf7-list-item{
margin-right: 2em;
}

.contact_box_form ul li:nth-child(2) textarea{
  width: 100%;
  height: 300px;
  border: 1px solid #2b2b2b;
  border-radius: 5px;
  background-color: #FFF;
  color: #1c1c1c;
  font-weight: 500;
}

.contact_box_form ul li.radio label{
margin-top: 10px;
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%;
  padding: 12.5px 25px;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  border: 1px solid #2b2b2b;
  border-radius: 5px;
  background-color: #FFF;
  color: #1c1c1c;
  font-weight: 500;
}

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

.contact_box_form ul li:nth-child(2) p a{
color: #1c1c1c;
text-decoration: 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: 65px;
  font-size: 24px;
  border-radius: 50px;
  background-color: #d0111b;
  color: #FFF;
  border: none;
  position: relative;
}

.sent_btn::after {
  position: absolute;
  top: 23px;
  right: 37.5%;
  display: block;
  width: 24px;
  height: 24px;
  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: 20px;
}

.faq__item-question {
  position: relative;
  padding: 24px 60px 24px 112px;
  font-size: 22px;
  letter-spacing: 0.05em;
  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: 80px;
  font-family: "gothic-b", "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Yu Gothic", "Meiryo", sans-serif;
  font-size: 30px;
  color: #fff;
  content: "Q";
  background: #2b2b2b;
}

.faq__item-question::after {
  position: absolute;
  top: 0;
  right: 28px;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 32px;
  height: 32px;
  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: 24px 24px 24px 112px;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.7;
}

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


.cta-btn-popup::after{
  background-image: url(../img/common/icon_popup-white.png);
}

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

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

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

.corporate-planner{
  padding-left: 5%;
  padding-right: 5%;
}

.corporate-planner .txt-02{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}

.corporate-planner .txt-02 .txt{
  width: 70%;
  padding-bottom: 5%;
}

.corporate-planner .txt-02 .img{
  width: 27.5%;
}

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

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

.corporate-nayami .txt-01{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.corporate-nayami .txt-01 .img{
  width: 40%;
}

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

.corporate-nayami .txt-01 .list{
  width: 60%;
  padding-left: 5%;
  padding-right: 5%;
}

.corporate-nayami .txt-01 .list ul li{
  margin-bottom: 2.5%;
  letter-spacing: 3px;
}

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

.corporate-merit{
  padding: 10%;
  background-image: url('../img/corporate/202006/img-merit.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: 95%;
}

.corporate-merit .form-link{
  width: 60%;
  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: -1em;
  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%;
}

.corporate-planbox .top-program__bnrs{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.corporate-planbox .top-program__bnr {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  height: 66.5vw;
  padding: 11vw 5%;
  text-decoration: none;
  color: #fff;
  background: center center no-repeat;
  background-size: cover;
  transition: opacity 0.5s;
}

.corporate-planbox .top-program__bnr:hover {
  opacity: 0.7;
}

.corporate-planbox .top-program__bnr::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.32);
}

  .corporate-planbox .top-program__bnr {
    width: calc(100% / 3);
    height: 860px;
    padding: 110px 70px;
  }

  .corporate-planbox .top-program__bnr{
    position: relative;
    overflow: hidden;
    transition: all 1s;
  }
  .corporate-planbox .top-program__bnr .img{
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    width: 110%;
    height: auto;
  }

  .corporate-planbox .top-program__bnr:hover .img{
    transform: scale(1.05);
  }
  .corporate-planbox .top-program__bnr:hover{
    opacity: 1;
  }

  .corporate-planbox .top-program__bnr-content {
    position: relative;
    z-index: 1;
  }

  .corporate-planbox .top-program__bnr-arrow {
    position: absolute;
    z-index: 2;
    display: block;
    bottom: 24px;
    right: 24px;
    width: 72px;
    height: 72px;
    background: #2b2b2b;
    content: "";
  }

  .corporate-planbox .top-program__bnr-arrow::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 35px;
    height: 35px;
    margin: auto;
    transform: rotate(90deg);
    background: url(../img/common/icon_arrow_right_white.svg) center center no-repeat;
    background-size: contain;
    content: "";
  }

  .corporate-planbox .txt-bottom{
    text-align: center;
  }

  .corporate-plan-detail .corporate-plan-detail-sub h2{
    width: 90%;
    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{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

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

  .corporate-plan-detail .corporate-plan-detail-sub .txt-box .txt{
    width: 60%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .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: 5%;
    padding-right: 5%;
  }

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

  .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: 1.5%;
    padding-bottom: 1.5%;
    margin-top: 0;
    border-bottom: 1px solid #000;
  }

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

  .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;
  }

  .corporate-plan-price .corporate-plan-price-txt{
    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{
    padding-left: 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: 90%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .more .more-btn::after{
    position: absolute;
    right: 5%;
    top: 25%;
    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);
  }
