@charset "utf-8";
/* anchor ----------------------- */
.anchor {
	margin-top: -120px!important;
	padding-top: 120px!important;
	}
@media screen and (max-width: 640px) {
.anchor {
	margin-top: -60px!important;
	padding-top: 60px!important;
	}
}
/* mod_ex_wide_section
-----------------------------------------*/
.mod_ex_wide_section {
  margin: 0 auto;
  width: 100%;
  line-height: 1.6;
  font-size: 1.13em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.mod_ex_wide_section img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .mod_ex_wide_section {
    width: 1024px;
  }
}
@media screen and (max-width: 640px) {
  .mod_ex_wide_section {
    width: auto;
  }
}

.font-sizedown {
	font-size: .78em;
	}
.text-indent-1 {
	text-indent: -1em;
	padding-left: 1em;
	}

.js-fadeUp {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}
.js-fadeUp.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 0.5s; 
}

.js-fadeUp-01 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}

.js-fadeUp-01.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 1.5s; 
}

.js-fadeUp-02 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}

.js-fadeUp-02.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 2s; 
}

.js-fadeUp-03 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}

.js-fadeUp-03.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 2.5s; 
}

.js-fadeUp-04 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}

.js-fadeUp-04.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 3.5s; 
}
/*-------------------------
   .bnr_essential
-------------------------*/
.bnr_essential_wrapper a {
  color: #000;
  text-decoration: none;
}
.bnr_essential {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  justify-content: center;
  border: 1px solid #000;
  line-height: 1.8;
  transition: 0.3s;
  background: #FFF;
}
.bnr_essential:hover {
  opacity: 0.7;
}
.bnr_essential_img {
  width: 44%;
}
.bnr_essential_img img {
  max-width: 100%;
  height: auto;
}
.bnr_essential_txt {
  width: 56%;
  padding: 2em 1em;
  box-sizing: border-box;
  text-align: center;
}
.bnr_essential_txt p.sub {
  font-size: 16px;
  margin-bottom: 14px;
}
.bnr_essential_txt .logo img {
  width: 180px;
}
.bnr_essential_txt p.main {
  font-size: 30px;
  font-weight: bold;
  margin-top: 14px;
}
@media screen and (max-width: 640px) {
  .bnr_essential_img {
    width: 100%;
  }
  .bnr_essential_txt {
    width: 100%;
    padding: 1em 1em;
  }
  .bnr_essential_txt p.sub {
    font-size: 3.4vw;
  }
  .bnr_essential_txt .logo img {
    width: 40vw;
  }
  .bnr_essential_txt p.main {
    font-size: 5vw;
  }
}
/*-------------------------
   .thumbnail
-------------------------*/
.thumbnail {
  margin: 8px 0 0;
}
.thumbnail-img {
	padding: 0 6px 0 0;
	box-sizing: border-box;
}
.thumbnailbutton {
  margin: 0 6px 0 6px;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slide-arrow {
  position: absolute;
}
.prev-arrow {
  top: 0px;
  left: 0px;
  width: 30px;
  height: 92%;
  border: none;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.prev-arrow:after {
  display: block;
  position: absolute;
  top: 34%;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  content: " \f104";
  font-family: FontAwesome;
  font-size: 200%;
}
.next-arrow {
  top: 0px;
  right: 0px;
  width: 30px;
  height: 92%;
  border: none;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.next-arrow:after {
  display: block;
  position: absolute;
  top: 34%;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  content: " \f105";
  font-family: FontAwesome;
  font-size: 200%;
}

.thumbnail-img {
  opacity: 1;
  transition: opacity .3s linear;
  margin: 0 6px 0 0;
  cursor: pointer;
}
.thumbnail .slick-current {
  opacity: 0.4;
}
/*-------------------------
   .billboard_block
-------------------------*/
.billboard_block {
  background: #d8d6c9;
  position: relative;
  text-align: center;
}
.billboard_block h2 {
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  margin: 0 auto;
	width: 100%;
	text-align: center;
}
.billboard_block_title {
  position: absolute;
  top: 690px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.billboard_block p.annotation {
  font-size: 12px;
  margin-bottom: 1em;
  line-height: 2.0;
  position: absolute;
  top: 630px;
  right: 80px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.billboard_block p.copy {
  font-size: 18px;
  margin-bottom: 1em;
  text-align: center;
  line-height: 2.0;
  position: absolute;
  top: 830px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 640px) {
  .billboard_block h2 {
    width: 76vw;
    top: 4vw;
  }
  .billboard_block_title {
    top: 68vw;
    width: 78vw;
  }
.billboard_block p.annotation {
    top: 54vw;
    font-size: 2.6vw;
    right: 10px;
  }
.billboard_block p.copy {
    top: 90vw;
    font-size: 4vw;
    line-height: 1.8;
  }
}
/*-------------------------
   anxiety_block
-------------------------*/
.anxiety_block {
  margin: 0 0 0;
  padding: 4em 0 8em;
}
.anxiety_box {
  background: #f0f0ec;
  text-align: center;
  padding: 2em 4em 4em;
  position: relative;
}
.anxiety_block h3 {
  font-size: 32px;
  margin: 0 auto 1em;
  text-align: center;
  font-weight: bold;
  color: #d88055;
  border-bottom: 1px solid;
  display: inline-block;
}
.anxiety_block p {
  font-size: 14px;
  margin: 2em 0;
  text-align: right;
}
.required_box {
  background: #d88055;
  text-align: center;
  padding: 0.4em 0 1.4em;
  font-size: 32px;
  color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 700px;
  box-sizing: border-box;
  line-height: 1.4;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
@media screen and (max-width: 640px) {
.anxiety_block {
  margin: 0 0 0;
  padding: 1em 0 5em;
}
  .anxiety_box {
    background: #f0f0ec;
    text-align: center;
    padding: 2em 2em 4em;
    position: relative;
  }
  .anxiety_block h3 {
    font-size: 6vw;
  }
  .anxiety_block p {
    text-align: left;
    font-size: 3vw;
  }
  .required_box {
    font-size: 5.6vw;
    width: 90vw;
    padding: 0.6em 0 1.8em;
  }
}
/*-------------------------
  three_point_block
-------------------------*/
.three_point_block {
  margin: 0 0 0;
  padding: 2em 0;
}
.three_point_block h2 {
  font-size: 38px;
  margin: 0 auto 0;
  text-align: center;
  font-weight: bold;
  color: #d88055;
}
@media screen and (max-width: 640px) {
.three_point_block h2 {
    font-size: 6vw;
}
}
/*-------------------------
  three_point_outer
-------------------------*/
.three_point_outer{
	position: relative;
	height: 386px;
}
.three_point_01{
	top:0;
	left:0;
	background: url("../img/bg_three_01.webp") no-repeat;
}
.three_point_02{
  left:0;
  right:0;
  margin:0 auto;
	background: url("../img/bg_three_02.webp") no-repeat;
}
.three_point_03{
	top:0;
	right:0;
	background: url("../img/bg_three_03.webp") no-repeat;
}
.three_point_01,
.three_point_02,
.three_point_03{
	position: absolute;
	width: 386px;
	height: 386px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	color: #f38046;
}
@media screen and (max-width: 640px) {
.three_point_outer{
	height: 100vw;
}
.three_point_01{
	left:0;
	right:0;
	margin:0 auto;
	background: url("../img/bg_three_01.webp") no-repeat;
}
.three_point_02{
	top:36vw;
	left:0;
	right:auto;
	background: url("../img/bg_three_02.webp") no-repeat;
}
.three_point_03{
	top:36vw;
	right:0;
	background: url("../img/bg_three_03.webp") no-repeat;
}
.three_point_01,
.three_point_02,
.three_point_03{
	width: 54vw;
	height: 54vw;
	font-size: 4.4vw;
	background-size: contain;
}
}
/*-------------------------
  heat-safe_block
-------------------------*/
.heat-safe_block {
  margin: 0 0 0;
  padding: 2em 0;
}
.heat-safe_block h3 {
  font-size: 20px;
  margin: 0 0 1em;
  font-weight: bold;
}
.heat-safe_block p.price {
  font-size: 20px;
  margin: 1em 0 0;
  font-weight: bold;
}

.heat-safe_block p {
  font-size: 14px;
  margin: 1em 0 0;
}
.heat-safe_block ul {
  font-size: 12px;
  margin: 1em 0 0;
}

.heat-safe_block .two_one_column .column {
  display: flex;
  flex-direction: column;
}

.btn_plan {
  margin: auto auto 0;
  width: 100%;
}
.btn_plan a{
  position: relative;
  display: block;
  padding: 18px 12px;
  text-decoration: none;
  color: #333333;
  border: 1px solid #707070;
  text-align: center;
  line-height: 1.5;
  transition: all .4s ease;
  font-size: 15px;
  letter-spacing: 1px;
}
.btn_plan a:hover{
  background-color: #ffffff;
}
.btn_plan a span{
  position: relative;
}
.btn_plan a:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 26px;
  height: 5px;
  margin-top: -3px;
  background : url(/common/sumai2020/img/icon_arrow02_b.png) no-repeat center bottom;
  background-size: 100%;
  transition: all .4s ease;
}
.btn_plan a:hover:after{
  right: -11px;
}
@media screen and (max-width: 640px) {
.heat-safe_block h3 {
    font-size: 4vw;
    margin: 0 0 1em;
}
.heat-safe_block p.price {
    font-size: 4vw;
    margin: 1em 0;
}

.heat-safe_block p {
    font-size: 3.4vw;
}
.heat-safe_block ul {
    font-size: 3.4vw;
    margin: 1em 0 2em;
}
}

/*-------------------------
   .therapist_block
-------------------------*/
.therapist_block {
  padding: 4em 0;
}
@media screen and (max-width: 640px) {
.therapist_block h2  {
    font-size: 6vw;
  }
.therapist_block .heading{ 
    font-size: 4.4vw;
    font-weight: bold;
	margin-bottom: 1em;
  }
}
/*-------------------------
   therapist_title_block
-------------------------*/
.therapist_title_block{
    display : flex;
    flex-wrap : wrap;
	align-items:flex-end;
	justify-content: center;
}

.therapist_title_block_text{
    width: 80%;
}
.therapist_title_block_text .heading{
    font-size: 22px;
    font-weight: bold;
	margin-bottom: 1em;
}
.therapist_title_block_text h2{
    background: url("../img/bg_therapist_title.webp") no-repeat;
	background-size: contain;
	padding: 0.4em 0.6em 2em 1em;
    font-size: 30px;
    font-weight: bold;
    color: #d88055;
	line-height: 1.5;
}
.therapist_title_block_img{
    width: 20%;
	box-sizing: border-box;
	padding-left: 4%;
}

@media screen and (max-width: 640px) {
.therapist_title_block_text{
    width: 64%;
	padding-bottom: 1em;
}

.therapist_title_block_img{
    width: 36%;
}

.therapist_title_block_text h2{ 
    width: 100%;
    font-size: 5vw;
	background: url("../img/bg_therapist_title_sp.webp") no-repeat;
	background-size: cover;
	line-height: 1.4;
	padding: 0.6em 0.6em 2em 0.6em;
	box-sizing: border-box;
  }
}
/*-------------------------
   therapist_box
-------------------------*/
.therapist_box{
    display : flex;
    flex-wrap : wrap;
	align-items: center;
	justify-content: center;
	background: #f0f0ec;
	padding: 1em;
}
.therapist_box p{
  font-size: 14px;
}

.therapist_box h4{
  font-size: 14px;
	font-weight: bold;
}
.therapist_box h4 span{
  font-size: 20px;
}
.therapist_box_left{
    width: 38%;
	padding: 0 2% 0 0;
	box-sizing: border-box;
}

.therapist_box_right{
    width: 62%;
	padding: 0 0 0 2%;
	box-sizing: border-box;
	border-left:  1px solid #000;
}

@media screen and (max-width: 640px) {
.therapist_box_left{
    width: 100%;
	padding: 0 0 0.6em 0;
	box-sizing: border-box;
	border-bottom:  1px solid #000;
}

.therapist_box_right{
    width: 100%;
	padding: 1em 0 0 0;
	box-sizing: border-box;
	border-left:  none;
}
}
/*-------------------------
   .talked_block
-------------------------*/
.talked_block {
  padding: 4em 0;
  background: #d8d6c9;
}
.talked_block h3 {
  font-size: 28px;
  margin: 0 0 0.4em;
  font-weight: bold;
	color: #d88055;
	line-height: 1.3;
}
@media screen and (max-width: 640px) {
.talked_block h3{
	font-size: 5.4vw;
}
}
/*-------------------------
   .talked_img_right_block
-------------------------*/
.talked_img_right_block{
	margin-bottom: 2em;
}

.talked_img_right_block:after {
  content: "";
  display: block;
  clear: both;
}
.talked_img_right_block_text{
	float: left;
	width: 550px;
}

.talked_img_right_block_text p{
	font-size: 14px;
	line-height: 1.6;
}
.talked_img_right_block_img{
	float: right;
	width: 394px;
}
@media screen and (max-width: 640px) {
.talked_img_right_block_text{
	float: none;
	width: auto;
	margin-bottom: 1em;
}

.talked_img_right_block_text p{
	font-size:3.6vw;
}
.talked_img_right_block_img{
	float: none;
	width: auto;
}
}
/*-------------------------
   .talked_img_left_block
-------------------------*/
.talked_img_left_block{
	margin-bottom: 0;
}

.talked_img_left_block:after {
  content: "";
  display: block;
  clear: both;
}
.talked_img_left_block_text{
	float: right;
	width: 550px;
}
.talked_img_left_block_text p{
	font-size: 14px;
	line-height: 1.6;
}
.talked_img_left_block_img{
	float: left;
	width: 394px;
}
@media screen and (max-width: 640px) {
.talked_img_left_block_text{
	float: none;
	width: auto;
	margin-bottom: 1em;
}

.talked_img_left_block_text p{
	font-size:3.6vw;
}
.talked_img_left_block_img{
	float: none;
	width: auto;
}
}

/*-------------------------
   .talked_block
-------------------------*/
.talked_box{
	margin: 3em 0;
	border: 2px solid #d88055;
	background: #deddd2;
	padding: 1em 1em 1em;
}

.talked_box h4{
  font-size: 20px;
  margin: 0 0 0;
  font-weight: bold;
	color: #d88055;
}

.talked_box h4 span{
  font-size: 16px;
	background: #d88055;
	color: #FFF;
	padding: 4px 20px;
	margin-bottom: 0.6em;
	display: inline-block;
}

@media screen and (max-width: 640px) {
.talked_box{
	padding: 1em;
}
.talked_box h4{
	font-size: 4.4vw;
}
.talked_box .img_talked_box02 p{
	font-size: 3.4vw;
}
}

/*-------------------------
   .talked_box_01
-------------------------*/
.talked_box_01{
    display : flex;
    flex-wrap : wrap;
	align-items: top;
	justify-content: center;
}

.talked_box_01_left{
    width: 56%;
	padding-right: 4%;
	box-sizing: border-box;
}

.talked_box_01_right{
    width: 44%;
}
.talked_box_01_left p{
	font-size: 14px;
	line-height: 1.6;
}
.talked_box_01_left p+p{
	margin-top: 0.4em
}
@media screen and (max-width: 640px) {
.talked_box_01_left{
    width: 100%;
    margin: 0 0 1em;
}

.talked_box_01_right{
    width: 100%;
}
}
/*-------------------------
   .talked_box_01
-------------------------*/

.talked_box_01_right_inner{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
	margin-top: 0.4em;
}

.talked_box_01_right_inner::after{
    content:"";
    display: block;
    width: 32%;
}

.talked_box_01_right_inner .column{
    width: 32%;
	font-size: 12px;
	line-height: 1.4;
}
/*-------------------------
   .talked_box_02
-------------------------*/
.talked_box_02{
    display : flex;
    flex-wrap : wrap;
	align-items: top;
	justify-content: center;
}

.talked_box_02_left{
    width: 52%;
	padding-right: 4%;
	box-sizing: border-box;
}

.talked_box_02_right{
    width: 48%;
}

.talked_box_02_left .btn {
	width: 100%;
	box-sizing: border-box;
	border: #d88055 2px solid;
	margin: 1em auto 0;
	border-radius: 24px;
	transition : 1s;
}
.talked_box_02_left .btn a {
	display: block;
	position: relative;
	color: #d88055;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	line-height: 1.6;
	padding: 10px 16px 10px 10px;
	text-decoration: none;
	border-radius: 24px;
}
.talked_box_02_left .btn a:after {
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #d88055;
	content: " \f105";
	font-family: FontAwesome;
	font-size: 120%;
}
.talked_box_02_left .btn:hover{
	background:#fff;
}
@media screen and (max-width: 640px) {
.talked_box_02_left{
    width: 100%;
    margin: 0 0 1em;
	padding: 0;
}
.talked_box .btn a {
	font-size: 3.8vw;
}
.talked_box_02_right{
    width: 100%;
}
}
/*-------------------------
   .talked_box_02_right_inner
-------------------------*/
.talked_box_02_right_inner{
    display : flex;
    flex-wrap : wrap;
	align-items: top;
	justify-content: center;
}
.talked_box_02_right_inner h5{
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 0.4em;
}
.talked_box_02_right_inner p{
	font-size: 12px;
	line-height: 1.4;
	margin-top: 0.4em;
}
.talked_box_02_right_inner_left{
    width: 68%;
	padding-right: 5%;
	box-sizing: border-box;
}

.talked_box_02_right_inner_right{
    width: 32%;
}
/*-------------------------
   .heading
-------------------------*/
.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  margin: 0 auto;
  text-align: center;
}
.heading::before, .heading::after {
  width: 1px;
  height: 24px;
  background-color: #000;
  content: '';
}
.heading::before {
  transform: rotate(-35deg);
  margin-right: 30px;
}
.heading::after {
  transform: rotate(35deg);
  margin-left: 30px;
}
@media screen and (max-width: 640px) {
  .heading {
    justify-content: center;
  }
}

/*-------------------------
   .cp_box
-------------------------*/
.cp_box {
  position: relative;
}
.cp_box input {
  display: none;
}

/*開くためのボタンとテキストを隠すグラデーションの設定*/
.cp_box label {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  bottom: -10px;
  width: 100%;
  height: 140px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(216, 214, 201, 0) 0%, rgba(216, 214, 201, 0.95) 90%);
}
/* 開いた時にグラデーションを消す */
.cp_box input:checked + label {
  background: inherit;
}
.cp_box input:checked + label {
  /* display: none ; 閉じるボタンを消す場合コメントアウトを外す */
}
.cp_box .cp_container {
  overflow: hidden;
  height: 300px; /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}
/*続きをよむボタン*/
.cp_box label:after, .cp_box label::before {
  content: '';
  position: absolute;
  line-height: 3rem;
}
.cp_box label:after {
  z-index: 2;
  bottom: 20px;
  width: 13em;
  content: '詳しく見る';
  color: #ffffff;
  background: #BA5D00;
  border-radius: 30px;
  margin-left: 20px;
}
.cp_box label::before {
  position: absolute;
top: 50%;
  left: calc(50% + 3em);
  z-index: 3;
  color: #FFF;
	content: " \f107";
	font-family: FontAwesome;
	font-size: 150%;
}
/*閉じるボタン*/
.cp_box input:checked + label:after {
  content: '閉じる';
}
.cp_box input:checked + label:before {
  left: calc(50% + 3em);
  transform: scale(1, -1);
}
.cp_box input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}
/*-------------------------
   .stretch_block
-------------------------*/
.stretch_block {
  margin: 6em auto 6em;
}
.stretch_block h2::first-line {
  font-size: 28px;
}
.stretch_block h2 {
  font-size: 40px;
  margin: 0 auto 0.4em;
  text-align: center;
  font-weight: bold;
  color: #d88055;
	line-height: 1.4;
}
.stretch_block p.lead {
  font-size: 18px;
  margin-bottom: 2em;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
.stretch_block {
  margin: 3em auto;
}
.stretch_block h2::first-line {
    font-size: 5vw;
}
.stretch_block h2 {
    font-size: 7vw;
}
.stretch_block p.lead {
    font-size: 4vw;
    text-align: left;
  }
}
/*-------------------------
   stretch_box
-------------------------*/
.stretch_box {
  width: 294px;
  height: 600px;
  background: #d8d6c9;
  border: 1px solid #cd8055;
  border-radius: 10px;
  padding: 24px 0;
  box-sizing: border-box;
  margin: 0 8px;
	display: flex;
  flex-direction: column;
}
.stretch_box h3 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #d88055;
  margin-bottom: 0.4em;
	line-height: 1.4;
}
.stretch_box h4 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #d88055;
  margin-bottom: 1em;
}
.stretch_box p {
  font-size: 14px;
  margin-top: 1em;
  padding: 0 20px;
}
.stretch_box img {
  max-width: 100%;
  height: auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
.stretch_box {
  width: 80vw;
  height: 140vw;
}
.stretch_box h3 {
  font-size: 6vw;
}
.stretch_box h4 {
  font-size: 4.4vw;
}
.stretch_box p {
  font-size: 3.6vw;
}
}
/*-------------------------
   stretch_btn
-------------------------*/
.stretch_btn {
	width: 200px;
	box-sizing: border-box;
	background: #d88055;
	margin: auto auto 0;
	border-radius: 24px;
	transition : 1s;
}
.stretch_btn a {
	display: block;
	position: relative;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	line-height: 1.6;
	padding: 10px 16px 10px 10px;
	text-decoration: none;
	border-radius: 24px;
}
.stretch_btn a:after {
	display: block;
	position: absolute;
	right: 20px;
	top: 26%;
	color: #fff;
	background: url("../img/icon_zoom.webp") no-repeat;
	content: "";
	width: 20px;
	height: 20px;
}
.stretch_btn:hover{
	opacity: 0.8;
}
@media screen and (max-width: 640px) {
.stretch_btn{
	padding: 1em;
}
.stretch_btnh4{
	font-size: 4.4vw;
}
.stretch_btn p{
	font-size: 3.4vw;
}
}
/*-------------------------
   point_block
-------------------------*/
.point_block {
  margin: 0 0 0;
  padding: 3em 0 5em;
  background: #f0f0ec;
}
.point_block h2 {
  font-size: 28px;
  margin: 0 auto 0;
  text-align: center;
  font-weight: bold;
  color: #d88055;
}
@media screen and (max-width: 640px) {
.point_block {
  padding: 3em 0;
}
.point_block h2 {
  font-size: 7vw;
}
}

/*-------------------------
   point_column
-------------------------*/
.point_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
	width: 100%;
	margin: 1em auto 0;
}

.point_column::after{
    content:"";
    display: block;
    width: 31%;
}

.point_column .column{
    width: 31%;
}
.point_column .column:nth-child(n+4){
	margin-top: 2em;
}
@media screen and (max-width: 640px) {
.point_column{
	width: auto;
	border-top: 1px solid #cccccc;
}
.point_column::after{
    width: 100%;
}
.point_column .column{
    width: 100%;
	border-bottom: 1px solid #cccccc;
}
.point_column .column:nth-child(n+3){
	margin-top: 0em;
}
}
/*-------------------------
   point_box
-------------------------*/
.point_box {
  background: #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.point_box .point_box_img {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.point_box .point_box_img p {
	position: absolute;
	bottom: 6px;
	left: 6px;
	font-size: 12px;
}
.point_box .point_box_txt {
  width: 100%;
  padding: 0 14px 10px;
  line-height: 1.5;
	text-align: left;
}
.point_box .point_box_txt h3 {
  font-weight: bold;
  font-size: 18px;
  color: #d88055;
}
.point_box .point_box_txt p {
  margin-top: 10px;
  font-size: 14px;
}
.point_box .point_box_txt p.more_info {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}
a .point_box:after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 70px;
  width: 26px;
  height: 5px;
  background: url(/common/sumai2020/img/icon_arrow02_b.png) no-repeat center bottom;
  background-size: 100%;
  transition: all .4s ease;
}
a .point_box:hover:after {
  right: 60px;
}
@media screen and (max-width: 640px) {
  .point_box .point_box_img {
    width: 45%;
  }
.point_box .point_box_img p {
	font-size: 2.4vw;
	text-align: left;
}
  .point_box .point_box_txt {
    width: 55%;
    padding: 0 4vw;
    box-sizing: border-box;
  }
  .point_box .point_box_txt h3 {
    font-size: 4.6vw;
	  line-height: 1.4;
  }
  .point_box .point_box_txt p {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
  .point_box .point_box_txt p.more_info {
    font-size: 3vw;
  text-align: center;
    margin-top: 4vw;
}
a .point_box:after {
  bottom: 4vw;
  right: 10vw;
}
a .point_box:hover:after {
  right: 60px;
}
}


/*-------------------------
   function_block
-------------------------*/
.function_block {
  margin: 6em auto 3em;
}


/*-------------------------
   two_one_column
-------------------------*/
.two_one_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.two_one_column::after {
  content: "";
  display: block;
  width: 48%;
}
.two_one_column .column {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .two_one_column::after {
    content: "";
    display: block;
    width: 100%;
  }
  .two_one_column .column {
    width: 100%;
  }
  .two_one_column .column:nth-child(n+2) {
    margin: 1em 0 0;
  }
}
/*-------------------------
   two_two_column
-------------------------*/
.two_two_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.two_two_column::after{
    content:"";
    display: block;
    width: 48%;
}

.two_two_column .column{
    width: 48%;
	display: flex;
	flex-direction: column;
}
/*-------------------------
   three_two_column
-------------------------*/
.three_two_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.three_two_column::after {
  content: "";
  display: block;
  width: 31%;
}
.three_two_column .column {
  width: 31%;
  margin: 0 0 2em;
}
@media screen and (max-width: 640px) {
  .three_two_column::after {
    content: "";
    display: block;
    width: 48%;
  }
  .three_two_column .column {
    width: 48%;
    margin: 0 0 2em;
  }
}
/*-------------------------
   h2
-------------------------*/
h2.oyasumi_h2, h2.oyasumi_h2_one {
  font-size: 42px;
  margin: 1em auto 0.6em;
  text-align: center;
  font-weight: bold;
}
h2.oyasumi_h2::first-line {
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  h2.oyasumi_h2, h2.oyasumi_h2_one {
    font-size: 8vw;
    line-height: 1.4;
  }
  h2.oyasumi_h2::first-line {
    font-size: 5vw;
    line-height: 2.0;
  }
}
/*-------------------------
   p
-------------------------*/
p.oyasumi_lead {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  p.oyasumi_lead {
    font-size: 4vw;
  }
}

/* ------------------------
   .js_slider_select
------------------------ */
.js_slider_select {
  overflow: visible;
}
.js_slider_select_wrap {
  position: relative;
}
.js_slider_select {
	margin: 0 auto;
  position: relative;
}
.js_slider_select .slick-prev, .js_slider_select .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  width: 56px;
  height: 56px;
  left: 23%;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}
.js_slider_select .slick-next {
  left: auto;
  right: 23%;
}
.js_slider_select .slick-prev:before {
  position: absolute;
  content: "";
  top: 0;
  left: 30px;
  width: 56px;
  height: 56px;
  background: url("../img/icon_arrow_prev.png") no-repeat left center;
  background-size: 100%;
}
.js_slider_select .slick-next:before {
  position: absolute;
  content: "";
  top: 0;
  left: -30px;
  width: 56px;
  height: 56px;
  background: url(../img/icon_arrow_next.png) no-repeat right center;
  background-size: 100%;
}
.js_slider_select .slick-dots {
  width: auto !important;
  display: flex !important;
  justify-content: center !important;
  margin: 20px auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
}
.js_slider_select .slick-dots li {
  display: block;
  width: 10px !important;
  margin: 0;
  padding: 0 10px;
}
.js_slider_select .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  padding: 0 !important;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  transition: all .1s ease-out;
  background: #d9d9d9;
  margin: 0;
}
.js_slider_select .slick-dots li.slick-active button {
  height: 10px;
  background: #ba5d00;
}
.js_slider_select .slick-dots li button:before {
  display: none;
}

@media screen and (max-width: 2560px) {
.js_slider_select {
	max-width: 2560px;
	margin: 0 auto;
}
.js_slider_select .slick-prev:before {
  position: absolute;
  content: "";
  top: -0px;
  left: 80px;
}
.js_slider_select .slick-next:before {
  top: 0;
  left: -80px;
}
}
@media screen and (max-width: 1920px) {
.js_slider_select {
	max-width: 1920px;
	margin: 0 auto;
}
.js_slider_select .slick-prev:before {
  position: absolute;
  content: "";
  top: -0px;
  left: 30px;
}
.js_slider_select .slick-next:before {
  top: 0;
  left: -30px;
}
}
@media screen and (max-width: 1680px) {
.js_slider_select {
	max-width: 1680px;
	margin: 0 auto;
}
.js_slider_select .slick-prev:before {
  position: absolute;
  content: "";
  top: -0px;
  left: -30px;
}
.js_slider_select .slick-next:before {
  top: 0;
  left: 30px;
}
}
@media screen and (max-width: 1536px) {
.js_slider_select {
	max-width: 1536px;
	margin: 0 auto;
}
.js_slider_select .slick-prev:before {
  position: absolute;
  content: "";
  top: -0px;
  left: -110px;
}
.js_slider_select .slick-next:before {
  top: 0;
  left: 110px;
}
}
@media screen and (max-width: 1280px) {
.js_slider_select {
	max-width: 1280px;
	margin: 0 auto;
}
.js_slider_select .slick-prev:before {
  position: absolute;
  content: "";
  top: -0px;
  left: -160px;
}
.js_slider_select .slick-next:before {
  top: 0;
  left: 160px;
}
}
@media screen and (max-width: 1024px) {
.js_slider_select .slick-prev:before {
  position: absolute;
  content: "";
  top: 0;
  left: -210px;
}
.js_slider_select .slick-next:before {
  top: 0;
  left: 210px;
}
}
@media screen and (max-width: 640px) {
.js_slider_select .slick-prev:before {
  position: absolute;
  content: "";
  top: 0;
  left: -80px;
}
.js_slider_select .slick-next:before {
  top: 0;
  left: 80px;
}
}
/* ------------------------
   .oyasumi_catalog_box
------------------------ */
.oyasumi_catalog_box {
  background: #f2f2f2;
  display: table;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  margin: 100px 0 0 0;
}
.oyasumi_catalog_box_img {
  display: table-cell;
  width: 380px;
  position: relative;
}
.oyasumi_catalog_box_img img {
  width: 160px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translate(-50%, -50%);
}
.oyasumi_catalog_box_btn {
  display: table-cell;
  width: 598px;
}
.oyasumi_catalog_box_btn .btn_sec_type01 {
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .oyasumi_catalog_box_box {
    display: block;
    padding: 30px 0 50px;
  }
  .oyasumi_catalog_box_img {
    display: block;
    width: auto;
  }
  .oyasumi_catalog_box_img img {
    width: 320px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .oyasumi_catalog_box_btn {
    display: block;
    width: auto;
    margin-top: 30vw;
  }
}

/*-------------------------
  featherlight_inner_box
-------------------------*/
.featherlight_inner_box{
	width: 1000px;
	background: #FFF;
	padding: 20px 70px 50px;
	box-sizing: border-box;
	line-height: 1.6;
	margin: 0 auto;
}

.featherlight_inner_box img {
	max-width: 100%;
	height: auto;
	}

.featherlight_inner_box h3 {
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 2em;
  position: relative;
  padding: 0 65px;
}

.featherlight_inner_box h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

.featherlight_inner_box h3 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
	display: inline-block;
}

.featherlight_inner_box h4 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 1em;
}

.featherlight_inner_box p.caution {
	font-size: 12px;
	margin: 0 0 1em;
}
@media screen and (max-width: 640px) {
.featherlight_inner_box{
	margin: 2em auto 0;
	width: 94vw;
	padding: 10px 20px 20px;
}
.featherlight_inner_box h3 {
	font-size: 5.2vw;
	margin: 0 0 1em;
  padding: 0 20px;
}
.featherlight_inner_box h4 {
	font-size: 4vw;
}
}
/*-------------------------
  .modal_feature01_block
-------------------------*/
.modal_feature01_block{
    display : flex;
    flex-wrap : wrap;
	align-items: top;
	justify-content: center;
	margin-bottom: 1em;
}

.modal_feature01_block_left{
    width: 38%;
	padding-right: 3%;
	box-sizing: border-box;
}
.modal_feature01_block_right{
    width: 62%;
}

.img_modal_feature01_p01{
	position: relative;
}

.img_modal_feature01_p01 p {
	position: absolute;
	bottom: 6px;
	left: 6px;
	font-size: 12px;
}

.modal_feature01_right_box{
	background: #e5e2d6;
	padding: 1em;
}

.modal_feature01_right_box h4{
	color: #d88055;
}
@media screen and (max-width: 640px) {
.modal_feature01_block_left{
    width: 100%;
    margin: 0 0 1em;
}

.modal_feature01_block_right{
    width: 100%;
}
}

.modal_feature02_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	margin-bottom: 1em;
}
.modal_feature02_block::after {
  content: "";
  display: block;
  width: 31%;
}
.modal_feature02_block .column {
  width: 31%;
}
@media screen and (max-width: 640px) {
  .modal_feature02_block::after {
    content: "";
    display: block;
    width: 100%;
  }
  .modal_feature02_block .column {
    width: 100%;
  }
  .modal_feature02_block .column:nth-child(n+2) {
    margin: 2em 0 0;
  }
}



.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10009;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  min-height: 400px;
  background: #d8d6c9;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
  border: 2px solid #d88055;
  border-radius: 16px;
  padding: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.modal__content img {
  max-width: 100%;
  height: auto;
}
.modal-card__heading {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #d88055;
  padding: 0;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1em;
}
.modal-card__count {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #d88055;
  text-align: center;
  margin-bottom: 1em;
}
.modal-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 1em;
}
.modal-card__close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 16px;
  right: 13px;
}
.modal-card__close::before, .modal-card__close::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 3px;
  background: #d88055;
  cursor: pointer;
}
.modal-card__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-card__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ------------------------

2025.09.05

------------------------ */

.bnr_interview_wrapper a{
	color: #000;
	text-decoration: none;
}

.bnr_interview{
	position: relative;
	height: 260px;
}
.bnr_interview:hover{
    opacity: 0.7;
}
.bnr_interview_img{
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 1;
}
.bnr_interview_img img{
	max-width: 100%;
	height: auto;
}
.bnr_interview_txt_box{
	position: absolute;
	bottom: 0;
	left: 0;
    width: 100%;
	height: 170px;
	padding: 2em 2em;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #d78055;
	color: #d78055;
	background: #eeefec;
}

.bnr_interview_txt_box:after {
	display: block;
	position: absolute;
	right: 24px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	background: url("../img/bnr_interview_arrow.png");
	width: 34px;
	height: 34px;
}
.bnr_interview_txt{
	position: absolute;
	bottom: 26px;
	left: 435px;
	text-align: left;
	padding: 0 0 0 0;
}
.bnr_interview_txt .interview{
	font-size: 125%
}
.bnr_interview_txt .sub{
	margin-top: 20px;
	font-size: 125%
}
.bnr_interview_txt .main{
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 10px;
}

.bnr_interview_txt .box{
	font-size: 68%;
	background: #d78055;
	color: #fff;
	text-align: center;
	width: 100%;
	display: inline-block;
	padding: 0.4em 1.4em;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
.bnr_interview{
	height: 104vw;
}
.bnr_interview:hover{
    opacity: 0.7;
}
.bnr_interview_img{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 1;
	width: 86vw;
}
.bnr_interview_img img{
	max-width: 100%;
	height: auto;
}
.bnr_interview_txt_box{
	height: 60vw;
}

.bnr_interview_txt_box:after {
	display: block;
	position: absolute;
	right: 4vw;
	top: 56%;
	background: url("../img/bnr_interview_arrow.png");
	width: 34px;
	height: 34px;
}
.bnr_interview_txt{
	position: absolute;
	bottom: 26px;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 0 0;
	width: 86vw;
}
.bnr_interview_txt .interview{
	font-size: 4vw;
}
.bnr_interview_txt .sub{
	margin-top: 10px;
	padding-top: 10px;
	font-size: 4vw;
	border-top: 1px solid #d78055;
}
.bnr_interview_txt .main{
	font-size: 7vw;
}

.bnr_interview_txt .box{
	font-size: 3vw;
	width: 100%;
	margin: 0 auto;
}
}