@CHARSET "UTF-8";
/*
*** basic setting on css/destyle.css ***
*/


/* = common setting
-------------------------------------------------------------- */ 
:root {
  --black: #231815;
  --orange: #EC8400;
  --yellow: #FCFF4B;
  --green: #90BF00;
  --deeporange: #EB6100;
}


*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
	overflow-y: scroll;
}
body {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color: var(--black);
	line-height: 1.7;
	letter-spacing: 0;
}

.font_en{
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
}
body,
#page{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#site_footer{
  margin-top: auto;
}

a {
	outline: none;
	color: var(--black);
	text-decoration: none;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}
a:hover {
	color: var(--black);
}
*:focus {
  outline: none;
}
img,
svg{
	max-width: 100%;
	height: auto;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	vertical-align: bottom;
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

iframe{
	max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 700;
	margin: 0;
}
ul,dl,dt,dd{
	margin: 0;
	padding: 0;
	font-weight: 400;
}
li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
p{
	margin: 0;
}
.sp_none{
	display: none;
}

.btn_link{
	background: var(--orange);
	color: #fff;
	display: block;
	padding: 15px 20px;
	width: 100%;
	max-width: 300px;
	margin: 10px auto;
	text-align: center;
  position: relative;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 0 5px #B76600;
  transition: .3s;
}

.link_none{
  pointer-events: none !important;
  cursor: default !important;
  opacity: .3;
}

table{
	width: 100%;
	border-collapse: collapse;
  border-spacing: 0;
  font-size: 18px;
  line-height: 1.2;
}
table th{
	padding: 5px;
	text-align: center;
	border-bottom: var(--orange) solid 1px;
	width: 90px;
	font-weight: 400;
	vertical-align: middle;
}
table td{
	padding: 5px 10px;
	border-bottom: #ccc solid 1px;
}
table td span{
	font-size: 80%;
}
.txt_right{
	text-align: right;
}

/* Clearing floats */
.clear:after{
	clear: both;
}
.clear:before,
.clear:after{
	display: table;
	content: "";
}

.accordion dd{
	display: none;
}

.youtube_wrap{
  position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.youtube_wrap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper{
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
}
.section{
	padding: 50px 0;
}
.section_title{
	text-align: center;
	font-size: 38px;
	font-weight: 800;
	margin-bottom: 20px;
	line-height: 1.5;
}

.intro_txt{
	text-align: center;
	font-size: 18px;
}
.bg_green{
	background: #E9F2CC;
}
.bg_orange{
	background: var(--orange);
}
.bg_black{
	background: #2D2F37;
	color: #fff;
}





/* =header
-------------------------------------------------------------- */

#site_header{
  position: relative;
  padding: 10px 5%;
  display: flex;
  align-items: center;
}
#header_logo{
	width: 140px;
	margin: 0 auto 0 0;
}
#header_contact{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: var(--orange);
	display: flex;
	z-index: 99;
}
#header_contact li{
	width: 50%;
}
#header_contact li:first-child{
	border-right: #fff solid 1px;
}
#header_contact li a{
	color: #fff;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 10px 0;
	text-align: center;
	font-weight: 700;
}
.header_contact__icon{
	width: 22px;
	display: block;
	margin: 0 auto 5px;
}
.header_contact__icon svg *{
	fill: #fff;
}
#header_contact__tel{
	font-size: 21px;
	line-height: 1;
}
#tel_txt{
	display: none;
}




/* =Footer
-------------------------------------------------------------- */

#site_footer{
	background: var(--orange);
	padding: 30px 0 100px;
	color: #fff;
}
#footer_logo{
	text-align: center;
}
#footer_logo p{
	margin-top: 10px;
}
#footer_info{
	margin: 20px 0;
	text-align: center;
}
#footer_info a{
	color: #fff;
	text-decoration: underline;
}

#footer_copy{
	font-size: 10px;
	text-align: center;
}




#main_visual{
	padding: 60px 0 30px;
	position: relative;
	text-align: center;
	overflow: hidden;
	z-index: 5;
}
#main_visual::before{
	content: '';
	width: 100%;
	height: 100%;
	background: var(--green);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#main_fukidashi{
	position: absolute;
	top: -30px;
	right: 10px;
	z-index: 10;
	width: 120px;
	animation: fukidashi 2s linear infinite;
}
@keyframes fukidashi {
	0% {
    transform: none;
  }
  50% {
   transform: scale(1.05);
  }
  100% {
   transform: none;
  }
}

#main_visual__catch02{
	display: block;
	margin-top: -20px;
}
#main_kariagekun p{
	font-weight: 700;
	font-size: 12px;
	line-height: 1.5;
	margin-top: 10px;
}
#main_kariagekun p span{
	font-size: 150%;
}
#main_visual__lines{
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	width: 100%;
	display: flex;
	justify-content: center;
}
#main_visual__lines li{
	margin: 0 5px;
	transform-origin: bottom left;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
#line11{
	transform: rotate(-70deg) ;
	animation: line02 1s ease-out infinite;
}
#line01{
	transform: rotate(-55deg) ;
	animation: line01 1s ease-out infinite;
}
#line02{
	transform: rotate(-40deg) ;
	animation: line02 1s ease-out infinite;
}
#line03{
	transform: rotate(-30deg) ;
	animation: line01 1s ease-out infinite;
}
#line04{
	transform: rotate(-20deg) ;
	animation: line02 1s ease-out infinite;
}
#line05{
	transform: rotate(-10deg) ;
	animation: line01 1s ease-out infinite;
}
#line06{
	transform: rotate(10deg) ;
	animation: line02 1s ease-out infinite;
}
#line07{
	transform: rotate(20deg) ;
	animation: line01 1s ease-out infinite;
}
#line08{
	transform: rotate(30deg) ;
	animation: line02 1s ease-out infinite;
}
#line09{
	transform: rotate(40deg) ;
	animation: line01 1s ease-out infinite;
}
#line10{
	transform: rotate(55deg) ;
	animation: line02 1s ease-out infinite;
}
#line12{
	transform: rotate(70deg) ;
	animation: line01 1s ease-out infinite;
}
#main_visual__lines li span{
	background: rgba(255,255,255,.15);
	border-radius: 50px;
	display: block;
	margin: 5px 0;
	width: 20px;
}
.border01{
	height: 50px;
}
.border02{
	height: 100px;
}
.border03{
	height: 300px;
}

@keyframes line01 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes line02 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#sugiwa_check{
	background: rgba(236,132,0,.15);
	padding: 3rem 5% 0;
	margin: 50px auto 30px;
	border-radius: 20px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#sugiwa_check h2{
	color: var(--orange);
	font-weight: 700;
	font-size: 21px;
	line-height: 1.5;
	position: relative;
	margin-bottom: 20px;
}
#sugiwa_check h2 span{
	font-size: 120%;
	line-height: 1.2;
}
#sugiwa_check h2::after{
	content: '';
	background: url('../images/finger.svg') no-repeat center center / contain;
	width: 27px;
	height: 35px;
	position: absolute;
	top: -5px;
	left: 230px;
}
#sugiwa_check__list{
	margin-bottom: 20px;
}
#sugiwa_check__list li{
	font-size: 18px;
	font-weight: 500;
	padding-left: 30px;
	position: relative;
	margin-bottom: 5px;
}
#sugiwa_check__list li::before{
	content: '';
	background: url('../images/icon_check.svg') no-repeat center center / contain;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 5px;
	left: 0;
}
#check_kariagekun{
	margin: 0 auto;
	width: 150px;
}

.arrow_down{
	position: relative;
	width: 40px;
  height: 40px;
  margin: 0 auto;
}
.chevron {
  position: absolute;
  width: 40px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: var(--deeporange);
}
.chevron:before {
  left: 0;
  transform: skew(0deg, 45deg);
}
.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -45deg);
}
@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(45px);
  }
  100% {
    opacity: 0;
    transform: translateY(60px) scale3d(0.5, 0.5, 0.5);
  }
}

#sugiwa_kaisyo__img{
	text-align: center;
}
#sugiwa_kaisyo__img picture{
	margin-bottom: 20px;
	display: block;
}
#sugiwa_kaisyo__txt{
	text-align: center;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.5;
	margin: 30px 0 50px;
}
.underline{
	background: linear-gradient(to bottom , rgba(255,255,255,0) 50%, #FCFF4B 51%);
}
#sugiwa_kaisyo .btn_link{
	width: 80%;
	font-size: 21px;
}

#sugiwa_shikumi{
	padding-bottom: 0;
}
#sugiwa_shikumi .section_title{
	color: var(--green);
}
#shikumi_img__wrap{
	margin-top: 20px;
	text-align: center;
}
#shikumi_img__arrow{
	margin: 20px 0;
}
#shikumi_img__arrow img{
	transform: rotate(90deg);
}
#shikumi_img__arrow p{
	margin-top: 20px;
	font-size: 21px;
	font-weight: 800;
}
#shikumi_img__arrow p span{
	color: var(--deeporange);
	font-size: 120%;
}
#shikumi_kariage{
	margin-top: 20px;
}

.cta_title{
	font-size: 21px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 20px;
}
.cta_title span{
	position: relative;
	padding: 0 30px;
	display: inline-block;
}
.cta_title span::before,
.cta_title span::after{
	content: '';
	background: #000;
	position: absolute;
	bottom: 0;
	width: 2px;
	height: 100%;
}
.cta_title span::before{
	left: 0;
	transform: rotate(-20deg);
}
.cta_title span::after{
	right: 0;
	transform: rotate(20deg);
}
.cta_links li{
	margin-bottom: 20px;
}
.cta_links .btn_link{
	background: #fff;
	box-shadow: 0 5px #DDDDDD;
	color: #000;
	line-height: 1.2;
	height: 80px;
	width: 100%;
	display: flex;
	padding: 0;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	max-width: 390px;
}
.tel_txt{
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--deeporange);
}
.tel_txt .tel_icon{
	width: 21px;
	margin-right: 5px;
}
.tel_txt .tel_icon svg *{
	fill: var(--deeporange);
}
.tel_txt .font_en{
	font-size: 33px;
	font-weight: bold;
	line-height: 1;
}
.form_link{
	color: var(--deeporange);
	font-size: 23px;
	font-weight: 800;
	transition: .3s;
}

#sugiwa_reason .section_title span{
	border: var(--green) solid 4px;
	line-height: 1.2;
	display: inline-block;
}
#reason_list{
	margin-top: 40px;
}
.reason_box{
	border: var(--green) solid 4px;
	padding: 20px 15px 15px;
	margin-bottom: 10px;
	position: relative;
}
.reason_box__title{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.reason_box__num{
	flex: 0 0 50px;
	margin-right: 10px;
}
.reason_box__title h3{
	color: var(--green);
	font-size: 18px;
	line-height: 1.4;
	font-weight: 800;
}

#sugiwa_data__txt .section_title{
	text-align: left;
}
#sugiwa_data__txt h3{
	font-size: 25px;
	font-weight: 800;
	margin-bottom: 20px;
	line-height: 1.4;
}
#sugiwa_data__txt h3 span{
	font-size: 150%;
	color: #FCFF4B;
	line-height: 1;
}
#sugiwa_data__txt .small{
	font-size: 12px;
	margin-top: 10px;
}
#sugiwa_data__medal{
	margin: 30px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sugiwa_data__medal li{
	width: 45%;
	text-align: center;
	margin-top: -20px;
}
#sugiwa_data__medal li:first-child{
	width: 100%;
	margin: 0;
}
.medal_box{
	display: inline-block;
	width: 140px;
	position: relative;
}
.medal_box .light{
	position: absolute;
	z-index: 5;
}
.light01{
	top: 20%;
	left: 0;
	animation: light01 2s ease-out infinite;
}
.light02{
	top: 50%;
	right: 0;
	animation: light01 4s ease-out infinite;
}
.light03{
	top: 60%;
	right: 0;
	animation: light01 6s ease-out infinite;
}
#medal_box02 .light{
	animation-delay: 1s;
}
#medal_box03 .light{
	animation-delay: .5s;
}

@keyframes light01 {
	0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
  }
  100% {
    opacity: 1;
  }
}

#sugiwa_data__graph{
	text-align: center;
}
.case_photo img{
	width: 100%;
}
.case_txt{
	margin-top: 20px;
}
.case_txt h3{
	color: var(--orange);
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 10px;
}
.nayami_box{
	margin-bottom: 10px;
}
.nayami_box h3{
	color: var(--orange);
	font-size: 28px;
	text-align: center;
	font-weight: 800;
	margin-bottom: 20px;
}
.nayami_box ul{
	padding: 0 20px 70px;
	position: relative;
}
.nayami_box ul::after{
	content: '';
	width: 100%;
	height: 60px;
	background: url(../images/sp/fukidashi.svg) no-repeat center bottom / contain;
	position: absolute;
	bottom: 0;
	left: 0;
}
.nayami_box ul li{
	padding-left: 20px;
	margin-bottom: 10px;
	position: relative;
	font-size: 16px;
}
.nayami_box ul li::before{
	content: '';
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #000;
	position: absolute;
	top: 5px;
	left: 0;
}
.nayami_illust{
	display: block;
	width: 40%;
	margin: -100px 0 0 auto;
	position: relative;
	z-index: 5;
}
#nayami02 .nayami_illust{
	margin-top: -130px;
}

#arrow02{
	margin-top: 30px;
}

.point_box{
	border: var(--orange) solid 2px;
	position: relative;
	padding: 60px 20px 20px;
	margin-bottom: 60px;
}
.point_box__num{
	position: absolute;
	top: -30px;
	left: 20px;
	z-index: 5;
	height: 65px;
	width: auto;
}
.point_box__title span{
	background: var(--deeporange);
	color: #fff;
	font-weight: 800;
	padding: 3px 20px;
	border-radius: 50px;
}
.point_box__title h2{
	color: var(--orange);
	font-size: 22px;
	font-weight: 700;
	margin: 10px 0 20px;
	line-height: 1.5;
}

.btn_more{
	font-weight: 400;
	font-size: 18px;
	border: #000 solid 1px;
	padding: 5px 20px;
	position: relative;
	width: 180px;
	border-radius: 50px;
	display: block;
	margin-left: 30px;
}
.icon_more{
	position: absolute;
	width: 10px;
	height: 1px;
	background: #000;
	top: 50%;
	right: 10px;
}
.icon_more::after{
	content: '';
	position: absolute;
	width: 10px;
	height: 1px;
	background: #000;
	top: 0;
	left: 0;
	transform: rotate(90deg);
	transition: .3s;
}
.btn_more .close{
	display: none;
}
.point_box__txt{
	padding: 10px 0;
	font-size: 18px;
	display: none;
}
.point_box__txt p{
	margin-bottom: 20px;
}
.btn_more.open .icon_more::after{
	transform: none;
	opacity: 0;
}
.btn_more.open .more{
	display: none;
}
.btn_more.open .close{
	display: block;
}
#sugiwa_point{
	margin-bottom: 50px;
}

#sugiwa_area .section_title{
	color: var(--green);
}
#sugiwa_area__txt{
	margin-bottom: 10px;
}
#sugiwa_area__txt p{
	font-size: 18px;
}

#footer_contact ul li{
	margin-bottom: 30px;
	text-align: center;
}
#footer_contact ul li h3{
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0;
}
#footer_contact ul li a{
	background: #fff;
	display: block;
	padding: 10px;
	color: #2D2F37;
	font-weight: 700;
	width: 180px;
	border-radius: 50px;
	margin: 0 auto;
}

.page_header{
	text-align: center;
	margin-bottom: 30px;
}
.page_header p{
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 700;
}
.page_header p span{
	position: relative;
	padding: 0 30px;
	display: inline-block;
}
.page_header p span::before,
.page_header p span::after{
	content: '';
	background: #fff;
	position: absolute;
	bottom: 0;
	width: 2px;
	height: 100%;
}
.page_header p span::before{
	left: 0;
	transform: rotate(-20deg);
}
.page_header p span::after{
	right: 0;
	transform: rotate(20deg);
}
.page_header .page_title{
	font-size: 28px;
	font-weight: 700;
}

.form_nav{
	display: flex;
	justify-content: space-between;
	border-bottom: var(--orange) solid 2px;
	margin-bottom: 10px;
}
.form_nav li{
	width: 49%;
}
.form_nav li a{
	display: block;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background: #787A83;
	font-size: 18px;
	font-weight: 700;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.form_nav li.current a{
	background: var(--orange);
}

.container{
	background: #fff;
	padding: 20px 5%;
	color: #000;
	margin-bottom: 10px;
}
.contact_header{
	padding-bottom: 20px;
	border-bottom: #ccc solid 1px;
	margin-bottom: 20px;
}
.contact_header h2{
	color: var(--orange);
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
.contact_header p{
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 20px;
}
.contact_header p .small{
	font-size: 16px;
}
.tel_box{
	text-align: center;
}
.tel_box p{
	font-weight: 700;
}
#contact_tel{
	text-align: center;
}
#contact_tel__inner ul{
	display: flex;
	justify-content: center;
}
#contact_tel__inner ul li{
	margin: 0 5px;
	background: var(--orange);
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
}

#pamph_tel__inner{
	padding-bottom: 0;
}

.form_header p{
	font-size: 18px;
	margin-bottom: 5px;
}
.form_header p .small{
	font-size: 16px;
}
.form_header p.require{
	color: var(--orange);
	font-size: 14px;
	font-weight: 400;
}

.optional{
	display: none;
}
.input_box{
  font-size: 16px;
  padding: 5px 10px;
  background: #F0F0F0;
  border: 0;
  border-radius: 5px;
  line-height: 1.7;
  width: 100%;
}
.short_box{
	width: 150px;
}
.form_wrap dl{
  margin-bottom: 30px;
}
.form_wrap dt{
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-end;
}
.form_wrap dt .required{
  color: var(--orange);
  font-size: 11px;
  font-weight: 400;
  margin-left: 5px;
}
.form_wrap dd{
	margin-bottom: 10px;
}
#form_submit_button{
  font-size: 18px;
  transition: .3s;
  outline: 0;
  background: var(--deeporange);
}
.error_blank{
  color: #a72126;
  font-weight: 700;
}
span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 0, 0, 0, 0.5 );
	border-right: 5px solid rgba( 0, 0, 0, 0.5 );
	border-bottom: 5px solid rgba( 0, 0, 0, 0.5 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}
@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

@keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

#confirm_field{
	display: none;
}

#agreement{
	margin-bottom: 20px;
}
#agreement_inner{
	padding: 10px;
	background: #F0F0F0;
	border-radius: 5px;
	margin-bottom: 10px;
}
#agreement_inner h3{
	font-size: 14px;
	font-weight: 400;
}
#agreement p{
	font-size: 12px;
}
input[type="checkbox"]{
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
#agreement p .error_check{
	display: none;
	color: #a72126;
  font-weight: 700;
  font-size: 14px;
}

#thanks_message{
	margin-bottom: 30px;
}
#thanks_message .contact_header{
	padding-bottom: 0;
}
#thanks_message .contact_header__txt h3{
	font-size: 21px;
}
#thanks_message .contact_header__txt p{
	font-size: 13px;
}
#thanks_message figure{
	text-align: center;
}
#thanks_message__bottom p{
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}
#thanks_attention{
	padding: 10px;
	background: #F0F0F0;
	border-radius: 5px;
	margin-bottom: 10px;
}
#thanks_attention h3{
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}
#thanks_attention p{
	font-size: 14px;
}
#page_thanks .btn_link{
	font-size: 21px;
}

#confirm_cancel_button{
	background: #9699AA;
	box-shadow: 0 5px #2D2F37;
}
#contact_form{
	padding-bottom: 50px;
}
#confirm_submit{
	font-size: 18px;
}





/* =RWD
-------------------------------------------------------------- */

@media screen and (min-width: 768px){
  .pc_none{
		display: none;
	}
	.sp_none{
		display: block;
	}
	a[href*="tel:"] {
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
  }
	.section{
		padding: 80px 0;
	}
	#site_header{
  	padding: 0 5%;
  }
  #header_contact{
  	position: static;
  	width: auto;
  	background: none;
  	align-items: center;
  }
  #header_contact li{
  	width: auto;
  }
  #header_contact li a{
  	flex-direction: row;
  }
  .header_contact__icon{
  	margin: 0 5px 0 0;
  }
  #header_contact li#header_contact__tel a{
  	color: var(--deeporange);
  	white-space: nowrap;
  	display: flex;
  	font-size: 34px;
  	line-height: 1;
  	align-items: center;
  }
  .header_contact__icon{
  	width: 30px;
  }
  .header_contact__icon svg *{
  	fill: var(--deeporange);
  }
  #tel_txt{
  	display: block;
  	background: var(--deeporange);
  	color: #fff;
  	font-size: 12px;
  	white-space: nowrap;
  	padding: 8px 10px;
  	border-bottom-left-radius: 10px;
  	border-bottom-right-radius: 10px;
  	position: relative;
  	margin: 0 auto;
  	text-align: center;
  	max-width: 200px;
  	font-weight: 700;
  }
  #tel_txt::after{
  	content: '';
  	background: var(--deeporange);
  	position: absolute;
  	bottom: -10px;
  	left: 50%;
  	transform: translateX(-50%);
  	height: 10px;
  	width: 10px;
  	clip-path: polygon(0 0,100% 0,50% 100%);
 	}
 	#header_contact__mail{
 		margin-left: 20px;
 	}
 	#header_contact__mail a{
 		background: var(--deeporange);
 		color: #fff;
 		border-radius: 50px;
 		padding: 10px 25px;
 		align-items: center;
 		width: 200px;
 	}
 	#header_contact__mail a:hover{
 		background: var(--green);
 	}
 	#header_contact__mail .header_contact__icon{
 		width: auto;
 	}
	#main_visual{
		padding: 70px 0 0;
	}
	#main_visual::before{
		height: calc(100% - 50px);
	}
	#main_visual__catch{
		width: 80%;
		margin: 0 auto;
	}
  #main_fukidashi{
  	right: auto;
  	left: 50%;
  	margin-left: -45%;
  	top: 40px;
  }
  #main_kariagekun{
  	position: relative;
  	margin-top: -30px;
  }
  #main_kariagekun p{
  	position: absolute;
  	bottom: 60px;
  	left: 50%;
  	transform: translateX(180px);
  	text-align: left;
  }
  #main_visual__lines{
  	bottom: 0;
  }
  #sugiwa_check{
  	flex-direction: row-reverse;
  	justify-content: center;
  	align-items: flex-end;
  }
  #sugiwa_check__list{
  	margin: 0 0 30px 20px;
  }
  #check_kariagekun{
  	margin: 0;
  }
  #shikumi_img__wrap{
  	display: flex;
  	align-items: flex-start;
  	justify-content: center;
  	margin-top: 50px;
  	position: relative;
  	padding-bottom: 50px;
  }
  .shikumi_img{
  	width: 30%;
  	max-width: 300px;
  }
  #shikumi_kariage{
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 40%;
  }
  #shikumi_img__arrow{
  	margin: 10% 0 0;
  }
  #shikumi_img__arrow img{
  	transform: none;
  }
  #shikumi_img__arrow p{
  	text-align: left;
  	line-height: 1.2;
  	margin-top: 10px;
  }
  .cta_title{
  	font-size: 28px;
  	line-height: 1;
  	margin-bottom: 30px;
  }
  .cta_title span{
  	padding: 0 20px;
  }
  .cta_links{
  	display: flex;
  	justify-content: center;
  }
  .cta_links li{
  	margin: 0;
  	padding: 0 10px;
  	flex: 1;
  	max-width: 400px;
  }
  .cta{
  	padding: 50px 0;
  }
  .cta_links .btn_link{
  	margin: 0;
  }
  .reason_box{
  	padding: 30px 30px 30px 120px;
  }
  .reason_box__num{
  	width: 75px;
  	position: absolute;
  	left: 20px;
  	top: 50%;
  	transform: translateY(-50%);
  	margin: 0;
  }
  #reason_list{
  	margin-top: 50px;
  }
  #sugiwa_data__inner{
  	display: flex;
  	justify-content: space-between;
  	margin-bottom: 50px;
  }
  #sugiwa_data__txt{
  	width: 50%;
  }
  #sugiwa_data__medal{
  	width: 45%;
  	max-width: 372px;
  	margin: 0;
  }
  #sugiwa_data__txt h3{
  	font-size: 20px;
  	margin: 30px 0 20px;
  }
  .case_wrap{
  	display: flex;
  	justify-content: space-between;
  	align-items: flex-start;
  }
  .case_photo{
  	width: 50%;
  	display: flex;
  }
  .case_photo img{
  	width: 50%;
  }
  .case_txt{
  	width: 48%;
  	margin: 0;
  }
  .nayami_wrap{
  	display: flex;
  	justify-content: space-between;
  	align-items: flex-end;
  }
  .nayami_box{
  	width: 48%;
  }
  .nayami_box__inner{
  	width: 70%;
  }
  #nayami01 ul::after{
  	background: url(../images/fukidashi_left.svg) no-repeat center center / contain;
  }
  #nayami02 .nayami_box__inner{
  	margin: 0 0 0 auto;
  }
  #nayami02 ul::after{
  	background: url(../images/fukidashi_right.svg) no-repeat center center / contain;
  }
  #nayami02 .nayami_illust{
  	margin: -120px 0 0;
  	width: 38%;
  }
  .point_box{
  	padding: 30px;
  }
  .btn_more{
  	position: absolute;
  	right: 30px;
  	top: 80px;
  }
  .point_box__title{
  	padding-left: 90px;
  }
  .point_box__title h2{
  	margin-bottom: 0;
  }
  .point_box__txt{
  	padding-top: 30px;
  }
  #sugiwa_area__inner{
  	display: flex;
  	align-items: center;
  }
  #sugiwa_area__txt{
  	width: 50%;
  	margin: 0;
  }
  #sugiwa_area__txt h2{
  	text-align: left;
  }
  #sugiwa_area__map{
  	width: 50%;
  }
  #footer_contact ul{
  	display: flex;
  	justify-content: center;
  	margin-top: 30px;
  }
  #footer_contact ul li{
  	width: 50%;
  	margin: 0;
  }
  #site_footer{
  	padding: 30px 0 10px;
  }
  #site_footer__inner{
  	display: flex;
  	padding-bottom: 30px;
  }
  #footer_logo{
  	text-align: left;
  	margin: 0 auto 0 0;
  }
  #footer_info{
  	text-align: left;
  	margin: 0;
  }
  #contact_tel__inner{
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  }
  .contact_header__txt{
  	text-align: left;
  }
  .tel_box .tel_txt .font_en{
  	font-size: 50px;
  }
  .tel_box .tel_txt .tel_icon{
  	width: 35px;
  }
  .form_wrap dl{
  	overflow: hidden;
  }
  .form_wrap dt{
  	float: left;
  	width: 30%;
  	clear: both;
  }
  .form_wrap dd{
  	float: right;
  	width: 70%;
  }
  #agreement_inner{
  	padding: 20px 10%;
  }
  #agreement_inner h3{
  	text-align: center;
  }
  #agree_check{
  	text-align: center;
  	margin: 20px 0;
  }
  #pamph_tel__inner{
  	display: flex;
  	align-items: flex-end;
  	justify-content: space-between;
  }
  #confirm_submit{
  	display: flex;
  	flex-direction: row-reverse;
  	justify-content: center;
  }
  #confirm_submit .btn_link{
  	margin: 0 10px;
  }
  #thanks_message .contact_header{
  	display: flex;
  	align-items: flex-end;
  	justify-content: space-between;
  	padding-right: 50px;
  }
  #thanks_attention{
  	padding: 20px;
  	text-align: center;
  }
  #thanks_message__bottom{
  	margin: 30px 0;
  }
}




@media screen and (min-width: 1024px){
  html{
    font-size: 75%;
  }
  .img_opacity:hover img{
  	opacity: .8;
  }
  .hover_up:hover{
  	transform: translateY(-5px);
  	box-shadow: 0 12px 10px -6px rgba(0,0,0,.3);
  }
  .hover_up__img:hover img{
  	transform: translateY(-5px);
  	box-shadow: 0 12px 10px -6px rgba(0,0,0,.3);
  }
  .btn_link:hover{
		background:  var(--orange);
		box-shadow: 0 2px #B76600;
		transform: translateY(3px);
		color: #fff;
	}
	.cta_links .btn_link:hover{
		background:  var(--deeporange);
		box-shadow: 0 2px #AC2100;
		transform: translateY(3px);
		color: #fff;
	}
	.cta_links .btn_link:hover .form_link{
		color: #fff;
	}
  .section_title{
  	font-size: 42px;
  }
  #header_logo{
  	width: 180px;
  }
  #main_fukidashi{
  	margin-left: -550px;
  	width: 220px;
  }
  #main_kariagekun p{
  	font-size: 14px;
  }
  #sugiwa_check{
  	padding: 30px 0 30px 220px;
  	margin: 100px auto 50px;
  }
  #check_kariagekun{
  	width: 210px;
  	position: absolute;
  	bottom: 0;
  	left: 30px;
  }
  #sugiwa_check__list{
  	margin: 0;
  }
  #sugiwa_check__flex{
  	display: flex;
  }
  #sugiwa_check__flex ul{
  	margin-left: 20px;
  }
  #sugiwa_kaisyo__txt br{
  	display: none;
  }
  .tel_txt .font_en{
  	font-size: 42px;
  }
  .form_link{
  	font-size: 28px;
  	margin-top: 5px;
  }
  .cta_links .btn_link{
  	height: 90px;
  }
  .reason_box{
  	margin-bottom: 20px;
  }
  .reason_box__title h3{
  	font-size: 28px;
  }
  .reason_box p{
  	font-size: 18px;
  }
  #sugiwa_data__txt .section_title{
  	line-height: 1.2;
  }
  #sugiwa_data__txt h3{
  	font-size: 28px;
  }
  #sugiwa_data__txt p{
  	font-size: 18px;
  }
  #sugiwa_data__txt p.small{
  	font-size: 12px;
  }
  .medal_box{
  	width: 150px;
  }
  .case_wrap{
  	align-items: center;
  }
  .case_photo{
  	width: 60%;
  }
  .case_txt{
  	width: 38%;
  }
  .nayami_box__inner{
  	width: 80%;
  }
  #nayami01 .nayami_illust{
  	width: 147px;
  }
  #nayami02 .nayami_illust{
  	width: 123px;
  	margin-top: -90px;
  }
  .point_box{
  	padding: 50px;
  }
  .point_box__num{
  	height: 130px;
  	left: 50px;
  }
  .point_box__title{
  	padding-left: 150px;
  }
  .point_box__title h2{
  	font-size: 28px;
  	margin-top: 10px;
  }
  .btn_more{
  	top: 100px;
  	right: 50px;
  }
  #footer_contact ul li a:hover{
  	background: var(--orange);
  	color: #fff;
  }
  .container{
  	padding: 30px 50px;
  }
  .contact_header p{
  	font-size: 28px;
  }
  .tel_box .tel_txt .tel_icon{
  	width: 50px;
  }
  .tel_box .tel_txt .font_en{
  	font-size: 70px;
  }
  .tel_box p{
  	font-size: 20px;
  }
  .form_wrap dd{
  	margin-bottom: 20px;
  }
  #agreement_inner h3{
  	font-size: 18px;
  	margin-bottom: 10px;
  }
  #agreement p{
  	font-size: 14px;
  }
  .page_header p span{
  	font-size: 28px;
  }
  .page_header .page_title{
  	font-size: 42px;
  }
  .form_nav{
  	margin-bottom: 30px;
  }
  .contact_header p .small{
  	font-size: 18px;
  }
  #thanks_message .contact_header__txt h3{
  	font-size: 28px;
  }
  .contact_header__txt{
  	padding-bottom: 20px;
  }
}


.animation{
	opacity: 0;
	-webkit-transition-duration: -webkit-transform .8s;
	transition-duration: .8s;
	visibility: hidden;
}
.effect{
	opacity: 1;
	visibility: visible;
}
.fadeInUp{
	transform: translateY(50px);
}
.fadeInUp.effect{
	transform: none;
	opacity: 1;
}
