@charset "utf-8";
/* ==========================================================================
   common
   ========================================================================== */
img{
	width: 100%;
	height: auto;
	display: block;
}


/*
 ==========================================================================
   mv_slide
   ========================================================================== */
#mv_slide{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#mv_slide .obj_1{
	width: 160px;
	width: 8.3vw;
	height: auto;
	position: absolute;
	left: 3.6vw;
	top: 21.0vh;
}

#mv_slide .obj_3{
	width: 460px;
	width: 23.8vw;
	height: auto;
	position: absolute;
	right: 2vw;
	bottom: 2.5vw;
}

#mv_slide .swiper-container-wrap{
  position: relative;
}

#mv_slide .swiper-container{
	height: 84vh;
	height: calc(84vh - 130px - 70px);
	min-height: 450px;
	overflow: hidden;
	position: relative;
	border-radius: 100px;
	box-sizing: border-box;
	margin: 100px 5vw 70px;
}
@media (min-width: 960px){
#mv_slide .swiper-container{
	height: 100vh;
	height: calc(100vh - 130px - 110px);
	max-height: 1080px;
	border-radius: 170px;
	margin: 130px 10vw 110px;
}
}
@media (min-width: 1900px){
#mv_slide .swiper-container{
	height: calc(100vh - 170px - 140px);
	border-radius: 180px;
	margin: 170px 10vw 140px;
}
}

#mv_slide .swiper-container::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(92, 92, 92, 0.05);
	z-index: 1;
}

#mv_slide .swiper-slide{
	overflow: hidden;
}

.slide_1{
	width: 100%;
	height: 100%;
	background-image: url(../img/mv/mv_top-1_sp.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@media (min-width: 960px){
.slide_1{
	background-image: url(../img/mv/mv_top-1.jpg);
}
}

.slide_2{
	width: 100%;
	height: 100%;
	background-image: url(../img/mv/mv_top-2_sp.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@media (min-width: 960px){
.slide_2{
	background-image: url(../img/mv/mv_top-2.jpg);
}
}

.slide_3{
	width: 100%;
	height: 100%;
	background-image: url(../img/mv/mv_top-3_sp.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@media (min-width: 960px){
.slide_3{
	background-image: url(../img/mv/mv_top-3.jpg);
}
}


/* wrap ============================== */
#information .wrap,
#facility .wrap{
	width: 100%;
	margin: 0 auto;
	padding: 0 6vw;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}
@media (min-width: 960px){
#information .wrap,
#facility .wrap{
	/*max-width: calc(1280px + 10vw + 10vw);
	padding: 0 10vw;*/
	width: 1200px;
	padding: 0;
}
}

#flow-day .wrap,
#price .wrap,
#flow .wrap,
#company .wrap,
#contact .wrap,
#footer-contact .wrap{
	width: 100%;
	margin: 0 auto;
	padding: 0 6vw;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}
@media (min-width: 960px){
#flow-day .wrap,
#price .wrap,
#flow .wrap,
#company .wrap,
#contact .wrap,
#footer-contact .wrap{
	/*max-width: calc(1100px + 10vw + 10vw);
	padding: 0 10vw;*/
	width: 1000px;
	padding: 0;
}
}


/* top_mv ============================== */
#top_mv{
	height: 84vh;
	min-height: 610px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 0;
}
@media (min-width: 960px){
#top_mv{
	height: 100vh;
	max-height: 1200px;
}
}

#top_mv .obj_2{
	width: 140px;
	width: 7.5vw;
	height: auto;
	position: absolute;
	left: 18vw;
	bottom: 1.2vw;
	opacity: 0.7;
}

#top_mv .wrap{
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 8vw;
}
@media (min-width: 960px){
#top_mv .wrap{
	padding: 0 14vw 0;
}
}

#top_mv .catch_block{
	width: 250px;
	padding: -20 0 0 0;
}
@media (min-width: 960px){
#top_mv .catch_block{
	width: 500px;
	padding: 46px 0 0 0;
}
}

#top_mv .catch{
	font-size: 2.4rem;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0.18em;
	background-color: #fff;
	display: inline-block;
	padding: 4px 10px;
	margin: 5px;
}
@media (min-width: 440px){
#top_mv .catch{
	font-size: 3.2rem;
	padding: 7px 11px 9px 17px;
}
}
@media (min-width: 960px){
#top_mv .catch{
	font-size: 3.6rem;
	padding: 7px 11px 9px 17px;
}
}

#top_mv .scroll img{
	width: 50px;
	height: auto;
	display: block;
	position: absolute;
	bottom: 24px;
	left: 50%;
	margin-left: -25px;
}
@media (min-width: 960px){
#top_mv .scroll img{
	font-size: 3.6rem;
	bottom: 30px;
}
}


/*philosophy ============================== */
#philosophy{
	margin: 20px 0 0 0;
	position: relative;
}
@media (min-width: 960px){
#philosophy{
	margin: 60px 0 0 0;
}
}

#philosophy::after{
	content: "";
 	width: 50vw;
 	height: 100%;
	background-color: #F8F2EA;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#philosophy .wrap{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 6vw;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}
@media (min-width: 960px){
#philosophy .wrap{
	max-width: calc(1280px + 10vw + 10vw);
	padding: 0 10vw;
}
}

#philosophy .philosophy_wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #F8F2EA;
	border-radius: 0 60px 60px 0;
	padding: 50px 6% 50px 0;
}
@media (min-width: 960px){
#philosophy .philosophy_wrap{
  flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	border-radius: 0 120px 120px 0;
	padding: 100px 0 100px;
}
}

#philosophy .text_block{
	width: 100%;
	height: auto;
	order: 2;
}
@media (min-width: 960px){
#philosophy .text_block{
	width: 57%;
	order: 1;
	margin-right: 8%;
	margin-left: 8%;
}
}

#philosophy .shoulder{
	width: 140px;
	height: auto;
	transform: rotate(-16deg);
	opacity: 0.4;
	margin: 0 0 4px -18px;
}
@media (min-width: 960px){
#philosophy .shoulder{
	width: 244px;
	margin: 0 0 0 -130px;
}
}

#philosophy .shoulder img{
	width: 100%;
	height: auto;
	display: block;
}

#philosophy .title{
	font-size: 2.0rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1.6;
}
@media (min-width: 960px){
#philosophy .title{
	font-size: 3.0rem;
	margin: -10px 0 0 0;
}
}

#philosophy .img_block{
	width: 70%;
	height: auto;
	overflow: hidden;
	order: 1;
}
@media (min-width: 960px){
#philosophy .img_block{
	width: auto;
	height: 372px;
	order: 2;
	position: absolute;
	top: 50%;
	right: 5.5vw;
	margin: -186px 0 0 0;
}
}

#philosophy .img_block img{
	width: 100%;
	height: auto;
	display: block;
}
@media (min-width: 960px){
#philosophy .img_block img{
	width: auto;
	height: 100%;
}
}

#philosophy .dot_line{
	width: auto;
	height: 36px;
	position: absolute;
	bottom: -18px;
	left: 50%;
	z-index: 1;
}
@media (min-width: 960px){
#philosophy .dot_line{
	height: 46px;
	position: absolute;
	bottom: -20px;
}
}

#philosophy .dot_line img{
	width: auto;
	height: 100%;
	display: block;
}


/* btn_more  */
.btn_block{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
@media (min-width: 960px){
.btn_block{
	justify-content: flex-start;
}
}

.btn_more{
	width: 80%;
	height: 54px;
}
@media (min-width: 960px){
.btn_more{
	width: 280px;
	height: 70px;
}
}

.btn_more a{
	color: #fff;
	width: 100%;
	height: 100%;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.08em;
	display: flex;
	flex-direction: row;
	align-items: center;
	border-radius: 100px;
	background-color: #0099BB;
	background-color: #ED828B;
	transition: all 0.3s ease;
	position: relative;
	padding: 0 0 0 32px;
	box-sizing: border-box;
}
@media (min-width: 960px){
.btn_more a{
	font-size: 1.7rem;
}
}

@media (min-width: 960px){
.btn_more a:hover{
	opacity: 0.7;
}
}

.btn_more a::after{
 	content: "";
 	width: 17px;
 	height: 17px;
  background-image: url(../img/common/icon_arrow_rw.svg);
 	background-size: 17px 17px;
 	background-repeat: no-repeat;
 	position: absolute;
  top: 50%;
  right: 25px;
 	margin: -8.5px 0 0 0;
	transition: all 0.3s ease;
 }


/*information ============================== */
#information{
	overflow: hidden;
	padding: 60px 0 50px 0;
}
@media (min-width: 960px){
#information{
	padding: 180px 0 140px 0;
}
}

#information .information_wrap{
	display: flex;
	flex-direction: column;
	position: relative;
}
@media (min-width: 960px){
#information .information_wrap{
  flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
}

#information .information_wrap .obj_2{
	display: none;
}
@media (min-width: 960px){
#information .information_wrap .obj_2{
	width: 10.5vw;
	height: auto;
	position: absolute;
	left: -6.9vw;
	top: -4.8vh;
	opacity: 0.8;
	z-index: -1;
	display: block;
}
}

#information .information_wrap .obj_3{
	width: 40.0vw;
	height: auto;
	position: absolute;
	right: -6.5vw;
	top: -8.0vw;
	opacity: 0.5;
	z-index: -1;
}
@media (min-width: 960px){
#information .information_wrap .obj_3{
	width: 27.0vw;
	height: auto;
	position: absolute;
	right: -6.5vw;
	top: -8.0vw;
	opacity: 0.5;
	z-index: -1;
}
}

#information .img_block{
	height: 230px;
	height: auto;
	border-radius: 66px;
	overflow: hidden;
}
@media (min-width: 960px){
#information .img_block{
	width: 50%;
	border-radius: 66px;
}
}

#information .img_block img{
	width: 100%;
	height: auto;
	display: block;
}

#information .text_block{
	width: 100%;
	height: auto;
}
@media (min-width: 960px){
#information .text_block{
	width: 43%;
}
}

#information .shoulder{
	color: #0099BB;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1;
	border-bottom: 2px dotted #0099BB;
	display: inline-block;
	padding-bottom: 8px;
}
@media (min-width: 960px){
#information .shoulder{
	font-size: 2.1rem;
	margin: 10px 0 0 0;
}
}

#information .title{
	font-size: 2.0rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.6;
}
@media (min-width: 960px){
#information .title{
	font-size: 2.4rem;
}
}

#information .information_wrap.instagram .img_block{
	order: 1;
}
@media (min-width: 960px){
#information .information_wrap.instagram .img_block{
	order: 2;
}
}

#information .information_wrap.instagram .text_block{
	order: 2;
}
@media (min-width: 960px){
#information .information_wrap.instagram .text_block{
	order: 1;
}
}

#information .btn_more{
	width: 80%;
	height: 54px;
}
@media (min-width: 960px){
#information .btn_more{
	width: 240px;
	height: 64px;
	padding: 0 10px 0 0;
}
}

#information .btn_more a{
	letter-spacing: 0.06em;
	background-color: #0099BB;
	background-color: #ED828B;
	padding: 0 0 0 28px;
}

#information .btn_block{
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media (min-width: 960px){
#information .btn_block{
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
}


/* slit-img ============================== */
#slit-img .img{
  width: 100%;
  height: 300px;
	background-image: url(../img/common/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media (min-width: 960px){
#slit-img .img{
  height: 560px;
	background-attachment: fixed;
}
}


/* flow-day ============================== */
#flow-day{
	padding: 50px 0 50px 0;
}
@media (min-width: 960px){
#flow-day{
	padding: 120px 0 120px 0;
}
}

#flow-day .text{
	text-align: left;
}
@media (min-width: 960px){
#flow-day .text{
	text-align: center;
}
}

#flow-day .day_img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
@media (min-width: 960px){
#flow-day .day_img{
	width: 90%;
}
}

#flow-day .day_img img{
	width: 100%;
	height: auto;
	display: block;
}

#flow-day .support{
	width: 100%;
	border-radius: 30px;
	border: 3px solid #0099BB;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 6% 20px;
}
@media (min-width: 960px){
#flow-day .support{
	width: 80%;
	box-sizing: content-box;
	padding: 0 50px 28px;
	margin: 0 auto;
}
}

#flow-day .support ul{
	width: 100%;
}
@media (min-width: 960px){
#flow-day .support ul{
	width: 78%;
}
}

#flow-day .support ul li{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	line-height: 1.6;
	margin: 10px 0 0 0;
}
@media (min-width: 960px){
#flow-day .support ul li{
	display: flex;
	flex-direction: row;
	align-items: center;
	line-height: 1;
	text-align: left;
	margin: 10px 0 0 0;
}
}

#flow-day .support h3.title{
	color: #F0833F;
	width: 170px;
	height: 44px;
	font-size: 2.0rem;
  font-weight: 500;
  line-height: 1;
	letter-spacing: 0.10em;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 100px;
	box-sizing: border-box;
	border: 3px solid #0099BB;
	margin: -22px 0 0 0;
}
@media (min-width: 960px){
#flow-day .support h3.title{
	width: 200px;
	height: 50px;
	font-size: 2.2rem;
}
}

#flow-day .support ul li h4{
	color: #0099BB;
	width: 100%;
	font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
	letter-spacing: 0.10em;
	text-align: left;
	margin: 6px 0 7px 0;
}
@media (min-width: 960px){
#flow-day .support ul li h4{
	width: 40%;
	text-align: right;
	margin: 1px 0 0 0;
}
}


/* facility ============================== */
#facility{
	padding: 50px 0 50px 0;
	background-color: #fafafa;
}
@media (min-width: 960px){
#facility{
	padding: 120px 0 120px 0;
}
}

#facility ul{
	width: 100%;
	display: flex;
	flex-direction: column;
}
@media (min-width: 960px){
#facility ul{
	flex-direction: row;
	justify-content: space-between;
}
}

#facility ul li.facility-you{
	border-top: 1px solid #ddd;
	padding-top: 50px;
}
@media (min-width: 960px){
#facility ul li.facility-you{
	border-top: 0;
	padding-top: 0;
}
}

#facility ul li{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media (min-width: 960px){
#facility ul li{
	width: 47.0%;
	margin: 0;
}
}

#facility ul li .name{
	width: auto;
	height: 43px;
}
@media (min-width: 960px){
#facility ul li .name{
	height: 54px;
}
}

#facility ul li .name img{
	width: auto;
	height: 100%;
}

#facility ul li.facility-ai .line{
	width: 40px;
	height: 2px;
	margin: 20px auto 0;
	background-color: #0099BB;
}
@media (min-width: 960px){
#facility ul li.facility-ai .line{
	width: 60px;
	margin: 30px auto 0;
}
}

#facility ul li.facility-you .line{
	width: 40px;
	height: 2px;
	margin: 20px auto 0;
	background-color: #F0833F;
}
@media (min-width: 960px){
#facility ul li.facility-you .line{
	width: 60px;
	margin: 30px auto 0;
}
}

#facility ul li .img{
	width: 100%;
	height: auto;
	border-radius: 40px;
	overflow: hidden;
}

#facility .text{
	font-size: 1.5rem;
	letter-spacing: 0.06em;
}
@media (min-width: 960px){
#facility .text{
	font-size: 1.5rem;
}
}

#facility ol{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

#facility ol li{
	width: 100%;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.7;
	font-feature-settings: "palt" 1;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 6px 0 0 0;
}
@media (min-width: 960px){
#facility ol li{
	font-size: 1.4rem;
}
}

#facility ol li span{
	color: #ED828B;
	margin-right: 4px;
}

.indent {

}

#facility .overview{
	width: 100%;
}

#facility .overview table{
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	border-top: 1px dotted #AAA;
}

#facility .overview table tr{
	line-height: 1.6;
}

#facility .overview table tr td{
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.07em;
	border-bottom: 1px dotted #AAA;
	padding: 10px 0;
}
@media (min-width: 960px){
#facility .overview table tr td{
	font-size: 1.5rem;
	letter-spacing: 0.07em;
	border-bottom: 1px dotted #AAA;
  padding: 17px 0;
}
}

#facility .overview table tr td.column-1{
	width: 30%;
	text-align: left;
	padding-left: 8px;
}
@media (min-width: 960px){
#facility .overview table tr td.column-1{
	width: 22%;
	padding-left: 8px;
}
}

#facility .map{
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

#facility .map iframe{
	width: 100%;
	height: 280px;
	display: block;
}
@media (min-width: 960px){
#facility .map iframe{
	width: 100%;
	height: 360px;
}
}

#facility .btn_more_white{
	width: 80%;
	height: 52px;
}
@media (min-width: 960px){
#facility .btn_more_white{
	width: 86%;
	height: 52px;
	margin: 20px 0 0 0;
}
}


/* price ============================== */
#price{
	padding: 50px 0 50px 0;
	background-color: #F8F2EA;
}
@media (min-width: 960px){
#price{
	padding: 120px 0 120px 0;
}
}

#price .text_wrap .text{
	font-size: 1.6rem;
}
@media (min-width: 960px){
#price .text_wrap .text{
	font-size: 1.7rem;
	text-align: center;
}
}

#price .text_block{
	width: 100%;
  display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
	padding: 20px 6.5% 25px;
}
@media (min-width: 960px){
#price .text_block{
	border-radius: 40px;
	padding: 30px 60px 30px;
}
}

#price .text_block .obj_1{
	display: none;
}
@media (min-width: 960px){
#price .text_block .obj_1{
	width: 160px;
	width: 8.3vw;
	height: auto;
	position: absolute;
	right: -5.6vw;
	bottom: -5.6vh;
	z-index: -1;
	display: block;
}
}

#price .price{
	width: 100%;
  display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
@media (min-width: 960px){
#price .price{
	flex-direction: row;
}
}

#price .price table{
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

#price .price  table tr{
	line-height: 1.6;
	border-top: 1px dotted #AAA;
	border-bottom: 1px dotted #AAA;
}

#price .price  table tr td{
	font-size: 1.5rem;
	letter-spacing: 0.02em;
	text-align: center;
	vertical-align: middle;
	padding: 14px 0;
}
@media (min-width: 960px){
#price .price  table tr td{
	font-size: 1.9rem;
	letter-spacing: 0.06em;
  padding: 18px 0;
}
}

#price .price  table tr td.column-1{
	width: 62%;
	text-align: left;
	background-color: #f7f2eb;
	padding: 14px 10px 14px 10px;
}
@media (min-width: 960px){
#price .price  table tr td.column-1{
	width: 40%;
	font-size: 1.6rem;
	padding: 18px 0 18px 28px;
}
}

#price .text_block .note{
	width: 100%;
	font-size: 1.3rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	line-height: 1.2;
	font-weight: 400;
	text-indent: -1em;
  padding-left: 1em;
	box-sizing: border-box;
}
@media (min-width: 960px){
#price .text_block .note{
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
}
}

#price .text_block .note table td.column-1{
	width: 100%;
	font-size: 1.3rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	line-height: 1.2;
	font-weight: 400;
	text-indent: -1em;
  padding-left: 1em;
	box-sizing: border-box;
}
@media (min-width: 960px){
#price .text_block .note table td.column-1{
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
}
}


/* flow ============================== */
#flow{
	padding: 50px 0 0 0;
}
@media (min-width: 960px){
#flow{
	padding: 120px 0 0 0;
}
}

#flow .text_wrap .text{
	font-size: 1.6rem;
}
@media (min-width: 960px){
#flow .text_wrap .text{
	font-size: 1.7rem;
	text-align: center;
}
}

#flow ul.flow_list{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#flow ul.flow_list li{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-radius: 30px;
	padding: 24px 7%;
	background-color: #fff;
	border: 2px solid #F8F2EA;
	border: 2px solid #F5EBDE;
}
@media (min-width: 960px){
#flow ul.flow_list li{
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 24px 38px 24px 46px;
}
}

#flow ul.flow_list li .title_block{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
@media (min-width: 960px){
#flow ul.flow_list li .title_block{
	width: 34%;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
}

#flow ul.flow_list li .no{
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 57px;
	display: flex;
	justify-content: center;
	background-color: #F0833F;
	background-color: #0099BB;
	border-radius: 50%;
	font-size: 3.2rem;
	text-align: center;
}
@media (min-width: 960px){
#flow ul.flow_list li .no{
	color: #fff;
	width: 80px;
	height: 80px;
	line-height: 77px;
	font-size: 3.6rem;
}
}

#flow ul.flow_list li .title{
	color: #0099BB;
	font-size: 2.0rem;
	line-height: 1.5;
	letter-spacing: 0.06em;
	text-align: center;
	margin: 12px 0 0 0;
}
@media (min-width: 960px){
#flow ul.flow_list li .title{
	font-size: 2.0rem;
	text-align: left;
	margin: 0 0 0 28px;
}
}

#flow ul.flow_list li .text{
	width: 100%;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.06em;
	font-feature-settings: "palt" 1;
}
@media (min-width: 960px){
#flow ul.flow_list li .text{
	width: 62%;
	font-size: 1.5rem;
}
}

#flow ul.flow_list li .text a{
	color: #111;
	text-decoration: underline;
}

#flow ul.flow_list .triangle img{
	width: 22px;
	height: auto;
	display: block;
}


/*company ============================== */
#company table{
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	border-top: 1px dotted #AAA;
}

#company table tr{
	line-height: 1.6;
}

#company table tr td{
	font-size: 1.5rem;
	letter-spacing: 0.07em;
	border-bottom: 1px dotted #AAA;
	padding: 16px 0;
}
@media (min-width: 960px){
#company table tr td{
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	border-bottom: 1px dotted #AAA;
  padding: 26px 0;
}
}

#company table tr td.column-1{
	width: 30%;
	text-align: left;
	padding-left: 8px;
}
@media (min-width: 960px){
#company table tr td.column-1{
	width: 22%;
	padding-left: 8px;
}
}


/* contact ============================== */
#contact .contact-form{
  width: 100%;
  overflow: hidden;
}

.contact-form dl{
	width: 100%;
	float: left;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 22px 0;
	display: flex;
	flex-direction: column;
  border-top: 1px dotted #AAA;
}
@media (min-width: 960px){
.contact-form dl{
	flex-direction: row;
	justify-content: space-between;
	margin: 0 0 0 0;
  padding: 23px 0;
}
}

.contact-form dl:first-child{
  border-top: 1px dotted #AAA;
}

.contact-form dt{
	width: 100%;
  font-size: 1.4rem;
	display: flex;
	flex-direction: row;
	align-items: top;
  justify-content: space-between;
	padding: 2px 0 2px 0;
	margin: 0 0 4px 0;
}
@media (min-width: 960px){
.contact-form dt{
	width: 28%;
  font-size: 1.6rem;
  line-height: 2.2;
  align-items: center;
  justify-content: space-between;
  padding: 18px 34px 0 10px;
  padding: 0 34px 0 10px;
  margin: 0;
}
}

@media (min-width: 960px){
.contact-form dl.textarea dt{
  align-items: flex-start;
}
}

.contact-form dt .required{
	color: #fafafa;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
	border-radius: 4px;
	background-color: #F0833F;
  padding: 5px 8px;
  display: inline-block;
  margin-top: -8px;
}
@media (min-width: 960px){
.contact-form dt .required{
  font-size: 1.3rem;
  padding: 6px 9px;
  margin-top: 0;
}
}

.contact-form dd{
	color: #000;
	width: 100%;
	font-size: 1.4rem;
	font-weight: 400;
	display: block;
	padding: 5px 0 0 0;
	box-sizing: border-box;
	margin-inline-start: 0;
}
@media (min-width: 960px){
.contact-form dd{
	width: 78%;
  font-size: 1.5rem;
	padding: 0;
	margin: 0;
}
}

.contact-form dl.check dd{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contact-form dl.check .wpcf7-list-item {
  margin: 0 10px 0 0;
}
@media (min-width: 960px) {
.contact-form dl.check .wpcf7-list-item {
  margin: 0 10px 0 0;
}
}

.contact-form dd input[type="text"],
.contact-form dd input[type="email"],
.contact-form dd input[type="tel"]{
	width: 100%;
	height: 50px;
	resize: vertical;
	font-size: 1.5rem;
	border: 0px solid #777;
	background-color: #F7F6F5;
	box-sizing: border-box;
	margin: 0;
	outline: none;
	appearance: none;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.08em;
	padding: 0 16px;
}
@media (min-width: 960px){
.contact-form dd input[type="text"],
.contact-form dd input[type="email"],
.contact-form dd input[type="tel"]{
  font-size: 1.6rem;
	height: 54px;
	padding: 0 26px;
}
}

.contact-form dd textarea{
	width: 100%;
	resize: vertical;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	border: 0px solid #777;
	background-color: #F7F6F5;
	box-sizing: border-box;
	margin: 0;
	outline: none;
	appearance: none;
	letter-spacing: 0.08em;
	padding: 17px 16px;
}
@media (min-width: 960px){
.contact-form dd textarea{
	font-size: 1.6rem;
	padding: 17px 26px;
}
}

.contact-form .privacy{
  overflow: hidden;
  width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
  border: 1px solid #ccc;
	border-radius: 16px;
  padding: 16px 17px 20px 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 960px){
.contact-form .privacy{
  align-items: flex-start;
  padding: 26px 36px 32px 36px;
}
}

.contact-form .privacy h4{
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 960px){
.contact-form .privacy h4{
  font-size: 1.7rem;
}
}

.contact-form .privacy ol{
  margin: 0 0 0 1.2em;
}
@media (min-width: 960px){
.contact-form .privacy ol{
  margin: 0 0 0 1.2em;
}
}

.contact-form .privacy ol li {
  font-size: 1.35rem;
  line-height: 1.5;
  letter-spacing: 0;
  list-style-type: disc;
  margin: 6px 0 0 0;
  padding-left: -0.4em;
}
@media (min-width: 960px) {
.contact-form .privacy ol li {
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 6px 0 0 0;
}
}

.submit_block{
	width: 100%;
	margin: 0 auto;
}
@media (min-width: 960px){
.submit_block{
  width: 300px;
}
}

.wpcf7-submit{
	color: #FFF;
	width: 100%;
	height: 54px;
	line-height: 54px;
	font-size: 1.6rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
	text-align: center;
	background-color: #0099BB;
	transition: all 0.3s ease;
	outline: none;
	border: 0;
  border-radius: 100px;
	cursor: pointer;
	appearance: none;
	box-sizing: border-box;
	margin: 30px 0 0 0;
}
@media (min-width: 960px){
.wpcf7-submit{
	width: 320px;
	height: 70px;
	line-height: 64px;
	font-size: 1.7rem;
	margin: 50px 0 0 0;
}
}

@media (min-width: 960px){
.wpcf7-submit:hover{
	color: rgba(255, 255, 255, 0.6);
	background: #D6B33A;
}
}

.submit_block p{
  display: flex;
	flex-direction: column;
	align-items: center;
}

.wpcf7-spinner{
  margin: 10px 0 0 0;
}

.grecaptcha-badge {
	visibility: hidden;
}

::placeholder {
  color: #bbb;
}

#contact .recaptcha{
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.5;
  margin: 10px 0 0 0;
}
@media (min-width: 960px){
#contact .recaptcha{
  font-size: 1.4rem;
  text-align: center;
  margin: 50px 0 0 0;
}
}

#contact .recaptcha a{
  color: #1E2228;
  text-decoration: underline;
}
