@charset "UTF-8";
/******************** CSS RESET ********************/
*, *:before, *:after {
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body{line-height: 1;}
ol, ul{list-style: none;}
img{
	max-width: 100%;
	vertical-align: bottom;
}
hr{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
blockquote, q{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after{
	content: '';
	content: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
td{
	vertical-align:middle;
}
address{
	font-style: normal;
}
input:not([type="radio"]):not([type="checkbox"]), button, textarea{
	margin: 0;
	padding: 2px 3px;
	background: none;
	border: 1px solid #767676;
	border-radius: 2px;
	outline: 0;
	-webkit-appearance: none;
}
input{
	vertical-align: middle;
}
input[type="submit"]{
	cursor: pointer;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "MS Ｐゴシック", "MS PGothic", sans-serif;
}


/******************** 共通設定 ********************/
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "MS Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #2F2F2F;
	font-size: 1.0em;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
@media screen and (min-width: 769px) {
	body{
		font-size: 1.25em;
	}
}

main{
	overflow-x: hidden;
}

/* リンク */
a {color: #333;}
a:hover{text-decoration: none;}
a:focus{transition: none;}
a, a *, a::before, a::after{transition: 0.3s;}

a[href^="tel:"] {
    cursor: default;
    color: #352E2B;
    text-decoration: none;
}

@media only screen and (max-width: 768px){
	a[href^="tel:"] {
		cursor: pointer;
		color: #352E2B;
		text-decoration: underline;
	}
}

/* clearfix */
.clear::after{
	content: "";
	display: block;
	clear: both;
}

/* inner */
.inner{
	margin: 0 auto;
	padding: 0 16px;
	width: 100%;
	max-width: 1232px;
}
.inner.inner_in{
	max-width: 1032px;
}
@media screen and (max-width: 500px){
	.inner{
		margin-bottom: 0;
	}
}
/* h2 */
h2{
	font-size: 1.92em;
	text-align: center;
}
h2.h2_bl{
	color: #05B3F2;
}

@media screen and (max-width: 450px) {
	h2{
		font-size: 1.5rem;
		letter-spacing: 0.06em;
	}
}

/* strong */
strong{
	color: #05B3F2;
}
@media screen and (min-width: 769px){
	.strong01_sp{
		color: #0C66D5;
		font-weight: 900;
	}
}
/* button_area */
.btn_block{
	text-align: center;
	margin-top: 40px;
}
.btnArea a{
	text-decoration: none;
	color: #fff;
	display: inline-block;
	position: relative;
	background-color: #05B3F2;
	border-radius: 8px;
	padding: 16px 54px 17px;
	font-family: 'Noto Sans JP';
	font-size: 1.07em;
	letter-spacing: 0.1em;
	min-width: 460px;
	transition: .3s;
}
.btnArea a::before{
	content: "";
	position: absolute;
	width: 30px;
	height: 14px;
	background: url(images/btn_arrow.svg) no-repeat center / contain;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
}
.btnArea a:hover{
	opacity: 0.8;
}
.btnArea a .bubble{
	position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    width: 325px;
}

@media screen and (max-width: 768px) {
	.btnArea a{
		min-width: 400px;
		font-size: 1.375em;
		padding: 16px 51px 16px 28px;
		letter-spacing: 0.01em;
	}
	.btnArea a::before{
		width: 20px;
		height: 10px;
	}
}
@media screen and (max-width: 450px) {
	.btn_block{
		margin-top: 5px;
	}
	.btnArea a{
		width: 100%;
		min-width: auto;
	}
}
@media screen and (max-width: 320px) {
	.btnArea a{
		font-size: 1.125em;
	}
}

/***** header *****/
.bgArea_lb{
	background-color: #EBFAFF;
}
header{
	background: url(images/mainArea_bg.png) no-repeat top left / 89.5%;
	padding: 112px 0 190px;
	color: #fff;
}
.h1_sub{
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 22px;
	font-size: 2.38em;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-shadow: 0px 0px 10px rgba(144, 217, 244, 1);
	border-bottom: 3px solid #fff;
	position: relative;
	padding-bottom: 35px;
}
.h1_sub::before{
	content: "";
	position: absolute;
	bottom: -34px;
	left: 50%;
	margin-left: -15px;
	border: 17px solid transparent;
	border-top: 17px solid #90D9F4;
	z-index: 2;
}
.h1_sub::after{
	content: "";
  	position: absolute;
  	bottom: -41px;
  	left: 50%;
  	margin-left: -17px;
  	border: 19px solid transparent;
  	border-top: 19px solid #fff;
  z-index: 1;
}
.h1_sub_strong{
	display: flex;
	column-gap: 24px;
}
.h1_sub_strong p{
	display: flex;
	align-items: center;
	background-color: #fff;
	box-shadow: 0 0 16px rgba(50, 166, 227, .32);
	border-radius: 8px;
	padding: 10px 12px;
}
.h1_sub_strong p img{
	max-height: 58px;
}
.h1_main{
	position: relative;
	padding-bottom: 106px;
}
.h1_main h1{
	margin-top: 40px;
	display: flex;
	flex-direction: column;
}
.h1_main h1 img{
	width: 680px;
	margin-left: -17px;
}
.h1_main h1 span{
	font-family: 'Noto Sans JP';
	font-size: 1.38em;
	line-height: 1.7;
	text-shadow: 0 0 6px rgba(50, 166, 227, 1);
	margin-top: 0.9em;
}
.h1_main .h1_img{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 574px;
}

@media screen and (max-width: 1200px) {
	header{
		background-size: 150%;
		background-position: center top;
		padding-top: 60px;
	}
	.h1_sub{
		flex-wrap: wrap;
		row-gap: 16px;
		padding-bottom: 16px;
	}
	.h1_main{
		padding-bottom: 24%;
	}
	.h1_main h1 span{
		margin-top: 20px;
	}
	.h1_main{
/*		padding-bottom: 50%;*/
		padding-bottom: 360px
	}

}
@media screen and (max-width: 768px) {
	header{
		background: url(images/mainArea_bgSP.png) no-repeat top left / 100% auto;
		padding-top: 28px;
	}
	.h1_sub{
		row-gap: 8px;
		padding-bottom: 7px;
		border-bottom-width: 2px;
	}
	.h1_sub::before{
		bottom: -24px;
		margin-left: -12px;
		border: 12px solid transparent;
    	border-top: 12px solid #90D9F4;
	}
	.h1_sub::after{
		bottom: -29px;
		margin-left: -14px;
		border: 14px solid transparent;
		border-top: 14px solid #fff;
	}
	.h1_sub_strong{
		column-gap: 10px;
	}
	.h1_main h1{
		margin-top: 13px;
	}
	.h1_main h1 span{
		margin-top: 10px;
		font-size: 2em;
	}
	.h1_main .h1_img{
		max-width: 470px;
	}
}
@media screen and (max-width: 450px) {
	.h1_sub{
		font-size: 1.375em;
	}
	.h1_main .h1_img{
		width: 281px;
	}
	.h1_main{
		padding-bottom: 193px;
	}
	.h1_sub_strong p{
		padding: 5px 12px;
	}
	.h1_main h1 span{
		font-size: 1.125em;
	}
}

/* zone01 */
.zone01{
	padding: 0 0 70px;
}
.zone01 h2{
	margin-bottom: 56px;
}
.zone01 ul{
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 16px rgba(50, 166, 227, .32);
	padding: 56px 64px 91px;
	position: relative;
}
.zone01 ul::before{
	content: "";
	position: absolute;
	width: 109px;
	height: 294px;
	background: url(images/zone01_img01.png) no-repeat center / contain;
	top: -206px;
	right: 44px;
}
.zone01 ul li{
	position: relative;
	padding-left: 38px;
	font-weight: bold;
	font-size: 1.23em;
	margin-bottom: 24px;
}
.zone01 ul li:last-child{
	margin-bottom: 0;
}
.zone01 ul li::before{
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(images/list_icon.svg) no-repeat center / contain;
	left: 0;
	top: 0.16em;
}
.zone01 ul li br.sp{
	display: none;
}
@media screen and (max-width: 768px) {
	.zone01 h2{
		margin-bottom: 26px;
	}
	.zone01 ul{
		padding: 56px 40px 64px;
	}
	.zone01 ul::before{
		width: 65px;
		height: 175px;
		top: -140px;
		right: 0;
	}
}

@media screen and (max-width: 450px) {
	.zone01{
		padding: 98px 0 12px;
	}
	.zone01 ul{
		padding: 32px 16px 24px;
	}
	.zone01 ul::before{
		top: -93px;
	}
	.zone01 ul li{
		font-size: 1.125em;
	}
	.zone01 ul li br.sp{
		display: block;
	}
	.zone01 ul li::before{
		top: 0;
	}
}

/* zone02 */
.zone02 h2{
	background: url(images/zone02_h2_bg.png) no-repeat center bottom / cover;
	padding: 60px 16px 114px;
}
.zone02 .zone02_area01{
	padding: 34px 0 96px;
}
.zone02 .zone02_area02{
	background-color: #FFFCEB;
	padding: 96px 0 128px;
}
.zone02 .zone02_areaIn{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.zone02 .zone02_areaIn p{
	font-family: 'Noto Sans JP';
	line-height: 2;
	flex: 1;
}
.zone02 .zone02_area01 .zone02_img{
	width: 470px;
	margin: 0 100px 0 30px;
}
.zone02 .zone02_area02 .zone02_img{
	width: 713px;
	margin-left: 70px;
}

@media screen and (max-width: 1200px) {
	.zone02 .zone02_areaIn{
		column-gap: 30px;
	}
	.zone02 .zone02_area01 .zone02_img,
	.zone02 .zone02_area02 .zone02_img{
		margin: 0;
	}
}

@media screen and (max-width: 768px) {
	.zone02 .zone02_area02{
		padding: 55px 0 72px;
	}
	.zone02 .zone02_area01{
		padding-bottom: 64px;
	}
	.zone02 .zone02_area01 .zone02_img{
		width: 36.5%;
	}
	.zone02 .zone02_area02 .zone02_img{
		width: 52.3%;
	}

	
}

@media screen and (max-width: 450px) {
	.zone02 h2{
		padding-bottom: 74px;
		background-image: url(images/zone02_h2_bgSP.png);
		font-size: 1.875em;
	}
	.zone02 .zone02_areaIn{
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 12px;
	}
	.zone02 .zone02_areaIn p{
		font-size: 1.125em;
		flex: auto;
	}
	.zone02 .zone02_area01 .zone02_img{
		width: 270px;
	}
	.zone02 .zone02_area02 .zone02_img{
		width: 100%;
	}
	.zone02 .zone02_area02 .zone02_areaIn{
		margin-bottom: 55px;
	}
}

/* zone03 */
.zone03{
	padding-top: 151px;
	background-color: #EBFAFF;
	position: relative;
	z-index: 10;
}
.zone03::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 224px;
	background: url(images/zone03_bg.png) no-repeat center / cover;
	bottom: -224px;
	left: 0;
	right: 0;
}
.zone03 h2{
	margin-bottom: 66px;
	letter-spacing: 0.06em;
}
.zone03 h2 .zone03_h2SP{
	display: none;
}
.zone03_area02{
	padding-bottom: 30px;
}
.zone03 p{
	font-family: 'Noto Sans JP';
	line-height: 2;
}
.zone03 p.zone03_img01{
	padding: 16px 0;
}
.zone03 .zone03_img02{
	max-width: 1080px;
    margin: 46px auto 54px;
    /* padding: 0 16px; */
	width: 100%;
}

@media screen and (max-width: 1024px){
	.zone03::before{
		height: 174px;
		bottom: -174px;
	}
}

@media screen and (max-width: 768px) {
	.zone03{
		padding-top: 57px;
	}
	.zone03::before{
		height: 128px;
		bottom: -128px;
	}
	.zone03 h2{
		margin-bottom: 36px;
	}
}
@media screen and (max-width: 450px) {
	.zone03::before{
		height: 96px;
		bottom: -96px;
	}
	.zone03 h2{
		text-align: left;
		background: url(images/zone03_h2_bg.png) no-repeat center / 100% auto;
		min-height: 138px;
		position: relative;
		padding: 24px 138px 40px 40px;
		font-size: 1.875em;
		margin-bottom: 42px;
	}
	.zone03 h2::before{
		content: "";
		position: absolute;
		width: 90px;
		height: 150px;
		background: url(images/zone03_h2_img.png) no-repeat center / contain;
		bottom: -5px;
		right: 33px;
	}
	.zone03 h2 .zone03_h2{
		display: none;
	}
	.zone03 h2 .zone03_h2SP{
		display: block;
	}
	.zone03 .inner.inner_in{
		padding: 0 33px;
	}
	.zone03 p{
		font-size: 1.125em;
	}
	.zone03 .zone03_img02{
		padding: 0;
	}
}
@media screen and (max-width: 360px) {
	.zone03 h2{
		font-size: 1.5em;
	}
}

/* zone04 */
.zone04{
	padding: 244px 0 0;
}
.zone04_area{
	display: flex;
	align-items: flex-end;
	column-gap: 90px;
	padding-bottom: 200px;
	position: relative;
	z-index: 1;
}
.zone04 .zone04_bg01{
	position: absolute;
	z-index: -1;
	width: 75.25%;
	padding-top: 70.75%;
	background: url(images/zone04_bg01.svg) no-repeat center / 100% auto;
	top: -48.9%;
	left: -62.1%;
}
.zone04 .zone04_bg02{
	position: absolute;
	z-index: -1;
	width: 40.7%;
	padding-top: 38.2%;
	background: url(images/zone04_bg02.svg) no-repeat center / 100% auto;
	bottom: -110px;
	right: -200px;
}
.zone04_area p{
	margin-left: 100px;
	font-family: 'Noto Sans JP';
    line-height: 2;
}
.zone04_area img{
	width: 400px;
}
.zone04 .zone04_h2Area{
	text-align: center;
	margin-top: 68px;
	padding: 85px 0 136px;
	background: #FFFCEB url(images/zone04_h2_bg.png) no-repeat center bottom / cover;
	position: relative;
}
.zone04 h2{
	position: relative;
}
.zone04 h2::before{
	content: "";
	position: absolute;
	width: 244px;
	height: 320px;
	background: url(images/zone04_img02.png) no-repeat center / contain;
	top: -97px;
	right: 0;
}
.zone04 h2 span{
	display: block;
}
.zone04 h2 .h2_en{
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3.85rem;
	letter-spacing: 0.06em;
	line-height: 1.43;
}
.zone04 h2 .h2_jp{
	font-size: 1.23rem;
	color: #05B3F2;
}
.zone04 .zone04_bg_yl{
	background-color: #FFFCEB;
	padding: 56px 0 104px;
}
.zone04 ul{
	max-width: 720px;
	padding: 0 16px;
	margin: 0 auto;
	width: 100%;
}
.zone04 ul li{
	position: relative;
    padding-left: 38px;
    font-weight: bold;
    font-size: 1.23em;
    margin-bottom: 24px;
}
.zone04 ul li::before{
	content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(images/list_icon.svg) no-repeat center / contain;
    left: 0;
    top: 0.16em;
}
.zone04 .btn_block{
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 1024px) {
	/* .zone04{
		padding-top: 180px;
	} */
	.zone04_area p{
		margin-left: 0;
		padding-bottom: 100px;
	}
	.zone04_area{
		column-gap: 20px;
		padding-bottom: 80px;
	}
	.zone04 .zone04_bg01{
		left: -220px;
	}
	.zone04 h2::before{
		width: 204px;
		height: 280px;
	}
}

@media screen and (max-width: 768px) {
	.zone04{
		padding-top: 200px;
	}
	.zone04 .zone04_bg01{
		top: 0;
	}
	.zone04 .zone04_bg02{
		display: none;
	}
	.zone04_area img{
		width: 320px;
	}
	.zone04 h2{
		text-align: left;
	}
	.zone04 h2::before{
		width: 107px;
		height: 140px;
		top: 50%;
		transform: translateY(-50%);
	}
	.zone04 .zone04_h2Area{
		margin-top: 20px;
		padding-bottom: 110px;
	}
	.zone04 .zone04_bg_yl{
		padding: 40px 0 60px;
	}
}
@media screen and (max-width: 500px) {
	.zone04{
		padding-top: 144px;
	}
	.zone04 h2{
		padding-right: 107px;
	}
	.zone04 h2 .h2_en{
		font-size: 2.625rem;
		line-height: 1;
		word-wrap: break-word;
	}
	.zone04 h2 .h2_jp{
		font-size: 1.125rem;
		margin-top: 4px;
	}
	.zone04 .zone04_h2Area{
		padding: 78px 0 76px;
	}
	.zone04 .zone04_inner{
		padding: 0 33px;
	}
	.zone04_area{
		flex-wrap: wrap;
		justify-content: flex-end;
		padding-bottom: 5px;
	}
	.zone04_area p{
		margin: 0;
		font-size: 1.125em;
		padding-bottom: 12px;
	}
	.zone04_area img{
		width: 178px;
	}
	.zone04 ul li{
		font-size: 1.125em;
	}
	.zone04 ul li::before{
		top: 0;;
	}
	.zone04 .zone04_bg_yl{
		padding: 25px 0 65px;
	}
	.zone04 .zone04_bg01{
		width: 118.4%;
		padding-top: 111.2%;
		top: 106px;
		left: -220px;
	}
}


/* zone05 */
.zone05{
	background-color: #EBFAFF;
	padding: 115px 0 128px;
}
.zone05 .zone05_h2Area{
	text-align: center;
}
.zone05 h2{
	position: relative;
	margin-bottom: 64px;
	display: inline-block;
}
.zone05 h2::before{
	content: "";
	position: absolute;
	width: 88px;
	height: 113px;
	background: url(images/zone05_img01.png) no-repeat center / contain;
	top: 13px;
	right: -130px;
}
.zone05 h2 span{
	display: block;
}
.zone05 h2 .h2_en{
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3.85rem;
	letter-spacing: 0.06em;
	line-height: 1.43;
}
.zone05 h2 .h2_jp{
	font-size: 1.23rem;
	color: #05B3F2;
}
.zone05 ul{
	font-family: 'Noto Sans JP';
}
.zone05 ul li{
	background-color: #fff;
	border-radius: 16px;
	border: 3px solid #90D9F4;
	box-shadow: 0 0 16px rgba(50, 166, 227, .16);
	padding: 38px 100px;
	margin-bottom: 71px;
}
.zone05 ul li h3{
	font-size: 1.23em;
	letter-spacing: 0.06em;
	line-height: 1.87;
	padding: 0 180px 22px 0;
	margin-bottom: 22px;
	border-bottom: 2px solid #90D9F4;
	position: relative;
}
.zone05 ul li h3::before{
	content: "";
	position: absolute;
	width: 180px;
	height: 160px;
	background: url(images/zone05_img02.png) no-repeat center / contain;
	bottom: -22px;
	right: -60px;
}
.zone05 ul li:nth-child(2) h3::before{
	background-image: url(images/zone05_img03.png);
}
.zone05 ul li:nth-child(3) h3::before{
	background-image: url(images/zone05_img04.png);
}
.zone05 ul li h3 span{
	display: inline-block;
	margin-right: 1em;
}
.zone05 ul li p{
	line-height: 2;
}
@media screen and (max-width: 768px) {
	.zone05{
		padding: 60px 0 80px;
	}
	.zone05 .zone05_h2Area .inner{
		padding: 0 33px;
	}
	.zone05 ul li{
		padding: 24px 16px 51px;
		margin-bottom: 64px;
	}
	.zone05 ul li h3::before{
		width: 149px;
		height: 134px;
		right: 0;
		bottom: -7px;
	}
}
@media screen and (max-width: 450px) {
	.zone05{
		padding: 63px 0 72px;
	}
	.zone05 h2{
		margin-bottom: 46px;
		display: block;
	}
	.zone05 h2::before{
		width: 65px;
		height: 80px;
		right: 0;
	}
	.zone05 h2 .h2_en{
		font-size: 2.625rem;
	}
	.zone05 h2 .h2_jp{
		font-size: 1.125rem;
	}
	.zone05 ul li h3{
		font-size: 1.25em;
		padding-bottom: 22px;
		padding-right: 130px;
		margin-bottom: 26px;
	}
	.zone05 ul li h3 span{
		display: block;
	}
}
@media screen and (max-width: 320px) {
	.zone05 h2::before{
		width: 55px;
		height: 70px;
	}
	.zone05 ul li h3{
		padding-right: 115px;
		padding-bottom: 10px;
	}
	.zone05 ul li h3::before{
		width: 119px;
		height: 104px;
	}

}

/* zone06 */
.zone06{
	padding: 115px 0 128px;
}
.zone06 h2{
	margin-bottom: 93px;
}
.zone06 h2 span{
	display: block;
}
.zone06 h2 .h2_en{
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3.85rem;
	letter-spacing: 0.06em;
	line-height: 1.43;
}
.zone06 h2 .h2_jp{
	font-size: 1.23rem;
	color: #05B3F2;
}
.zone06 dl{
	font-family: 'Noto Sans JP';
	line-height: 2;
	display: flex;
	border-bottom: 1px solid #e3e3e3;
	padding: 0 110px 22px;
	margin-top: 22px;
	column-gap: 76px;
}
.zone06 dt{
	width: 100px;
}
.zone06 dd{
	flex: 1;
}

@media screen and (max-width: 768px) {
	.zone06{
		padding: 63px 0 72px;
	}
	.zone06 h2{
		margin-bottom: 36px;
	}
	.zone06 h2 .h2_en{
		font-size: 2.625rem;
	}
	.zone06 h2 .h2_jp{
		font-size: 1.125rem;
	}
	.zone06 dl{
		padding: 0 16px 22px;
		column-gap: 16px;
	}
	.zone06 dt{
		width: 70px;
	}

}

/***** contact_form *****/
.contact_form{
	background-color: #EBFAFF;
	padding: 60px 0;
	position: relative;
	z-index: 1;
}
.contact_form h2{
	font-size: 1.44em;
	text-align: center;
	margin-bottom: 24px;
}
.contact_form .form{
	max-width: 740px;
	margin: 0 auto;
}
.contact_form ul li{
	margin-bottom: 34px;
}
.contact_form ul li > div{
	margin-bottom: 8px;
	font-weight: 700;
}
.contact_form ul li > div#job_other{
	margin-top: 15px;
}
.contact_form ul li > div#job_other label{
	font-size: 87.5%;
	font-weight: 500;
}
.contact_form ul li.input_schedule{
	position: relative;
}
.contact_form ul li.input_schedule #err_msg1{
	font-size: 0.8em;
	color: #e20e0e;
	margin-bottom: 5px;
}
.required_text{
	display: inline-block;
	background-color: #05B3F2;
	color: #fff;
	border-radius: 5px;
	padding: 2px 6px;
	margin-left: 10px;
	font-size: 87.5%;
	font-weight: normal;
}
.contact_form input[type="text"],
.contact_form input[type="tel"],
.contact_form input[type="email"],
.contact_form select{
	background-color: #fff;
	width: 100%;
	height: 45px;
	border: 1px solid #E6E6E6;
	border-radius: 8px;
	font-size: 90%;
	padding: 5px 10px;
}
.contact_form textarea{
	width: 100%;
	background-color: #fff;
	border: none;
	font-size: 90%;
	border-radius: 8px;
	min-height: 200px;
	border: 1px solid #E6E6E6;
}
.contact_form .policy{
	background-color: #eee;
	padding: 26px 20px;
	margin-bottom: 40px;
}
.contact_form .policy h3{
	margin-bottom: 1.2em;
	text-align: center;
}
.contact_form .policy p.policy_label{
	font-size: 87.5%;
	margin-top: 30px;
}
/* .contact_form .policy p a{
	color: #F75965;
	display: inline-block;
	padding-right: 24px;
	background: url(images/arr.svg) no-repeat right 2px center / 20px auto;
} */
.contact_form .policy .scroll{
	background-color: #fff;
	border: #ccc;
	width: 100%;
	height: 250px;
	padding: 4px 12px 12px;
	overflow-y: scroll;
	font-size: 87.5%;
}
.contact_form .policy .scroll h4{
	margin-top: 20px;
}
.contact_form .policy .scroll p{
	margin-top: 8px;
}
.contact_form .policy .scroll ul li{
	margin: 8px 0 0 1em;
	text-indent: -1em;
}
.contact_form .policy .scroll ul li::before{
	content: "・";
}
.contact_form .policy .scroll .text-right{
	text-align: right;
}
.contact_form .policy .policy_label{
	line-height: 1;
	background-color: #fff;
	padding: 16px 10px 16px 16px;
	border: 1px solid #ccc;
	margin-top: 16px;
}
.contact_form .policy input[type="checkbox"]{
	margin-right: 8px;
}
.contact_form .submitLink{
	text-align: center;
}
.contact_form input[type="submit"]{
	font-size: 113%;
    font-weight: 900;
    color: #fff;
    text-decoration: none;
    background-color: #05B3F2;
	border: none;
    border-radius: 8px;
    padding: 16px;
    width: 100%;
	cursor: pointer;
}
.contact_form .btn{
	display: inline-block;
	position: relative;
	max-width: 330px;
    width: 100%;
	transition: all .3s;
}
.contact_form .btn::before{
	content: "";
    position: absolute;
    width: 8px;
    height: 16px;
    background: url(../img/icon_btn.svg) no-repeat top left / contain;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
}
.contact_form .btn:hover{
	opacity: 0.8;
}

@media screen and (min-width: 769px) {
	/* .contact_form{
		padding-top: 60px;
	} */
	.contact_form h2{
		font-size: 160%;
		margin-bottom: 40px;
	}
	.contact_form select{
		max-width: 240px;
	}
	.contact_form input[type="text"], .contact_form input[type="tel"], .contact_form input[type="email"], .contact_form select{
		height: 50px;
	}
	.contact_form .policy .scroll{
		height: 320px;
		padding: 16px 24px 24px;
		font-size: 75%;
	}
}

/***** contact2・contact3 *****/
.contact_bg{
	background-color: #EBFAFF;
}
header.contact{
	background: none;
	align-items: center;
	height: auto;
	min-height: inherit;
	padding: 30px 16px 20px;
}
header.contact h1{
	font-size: 163%;
	text-align: center;
	color: #2F2F2F;
}
.contact2_form,
.contact3_form{
	padding-bottom: 50px;
}
.contact2_form article,
.contact3_form article{
	background-color: #fff;
	border-radius: 16px;
	padding: 30px;
}
.contact2_form article h2,
.contact3_form article h2{
	text-align: center;
	padding: 10px 60px;
	border-bottom: 1px solid #90D9F4;
	font-size: 125%;
	margin-bottom: 10px;
}
.contact2_form article .input-area{
	padding: 20px 20px 10px;
}
.contact2_form article .input-area ul li{
	margin-bottom: 24px;
	padding: 8px 0;
	border-bottom: 1px solid #D1D1D1;
}
.contact2_form article .input-area ul li > div{
	margin-bottom: 5px;
}
.contact2_form .submitLink{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 60px;
}
.contact2_form .submitLink p.btn{
	display: inline-block;
    position: relative;
    max-width: 280px;
    width: 100%;
    transition: all .3s;
}
.contact2_form .submitLink p.btn::before{
	content: "";
    position: absolute;
    width: 8px;
    height: 16px;
    background: url(../img/icon_btn.svg) no-repeat top left / contain;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
}
.contact2_form .submitLink input[type="submit"]{
    font-weight: 900;
	font-size: 1em;
    color: #fff;
    text-decoration: none;
    background-color: #05B3F2;
    border: none;
    border-radius: 8px;
    padding: 16px;
    width: 100%;
    cursor: pointer;
}
.contact2_form .submitLink p.btn:hover{
	opacity: 0.8;
}
.contact2_form .submitLink p.back{
	margin-right: 16px;
	max-width: 280px;
}
.contact2_form .submitLink p.back a{
	text-decoration: none;
	text-align: center;
	display: inline-block;
	background-color: #fff;
	border: 2px solid #ccc;
	border-radius: 8px;
	padding: 14px;
	width: 100%;
}
.contact2_form .submitLink p.back a:hover{
	background-color: #eee;
}
.contact3_form .contactWrap{
	padding: 30px 60px 0;
}
.contact3_form .backHome{
	text-align: center;
	margin: 30px auto 0;
	max-width: 330px;
}
.contact3_form .backHome a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-size: 113%;
    font-weight: 900;
    color: #fff;
    background-color: #05B3F2;
    border-radius: 8px;
    padding: 16px;
    width: 100%;
	transition: all .3s;
}
.contact3_form .backHome a::before{
	content: "";
    position: absolute;
    width: 8px;
    height: 16px;
    background: url(../img/icon_btn.svg) no-repeat top left / contain;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
}
.contact3_form .backHome a:hover{
	opacity: 0.8;
}
.xdsoft_time_variant{
	margin-top: 0!important;
}

@media screen and (max-width: 768px) {
	.contact2_form article, 
	.contact3_form article{
		padding: 20px 20px 30px;
	}
	.contact2_form article h2,
	.contact3_form article h2{
		padding: 10px;
	}
	.contact2_form article .input-area,
	.contact3_form .contactWrap{
		padding: 30px 40px;
	}
	.contact2_form .submitLink{
		padding: 0 30px;
		align-items: center;
		max-width: 420px;
   		margin: 0 auto
	}
	.contact2_form .submitLink > p{
		width: 100%;
		margin: 0 0 12px;
	}
	.contact2_form .submitLink p.back{
		margin-right: 0;
		max-width: 100%;
	}
	.contact2_form .submitLink p.btn{
		max-width: 100%;
	}
	.contact3_form .backHome{
		margin-top: 20px;
	}
}

@media screen and (max-width: 500px) {
	.contact2_form article .input-area{
		padding: 20px 0 10px;
	}
	.contact3_form .contactWrap{
		padding: 10px 0 0;
	}
}

/***** modal *****/
.inline{
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	font-size: 81%;
}
.hide-area{
	display: none;
}
.modaal-inner-wrapper{
	padding-top: 20px;
	padding-bottom: 20px;
}
.modaal-container{
    max-width: 600px;
	border-radius: 16px;
	color: #2F2F2F;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.modaal-content-container{
	padding: 15px 15px 0;
	max-height: 100vh;
}
.modaal-close{
	position: static;
	width: auto;
	height: 28px;
	padding: 2px 5px!important;
	color: #333;
	font-size: 78%;
	font-weight: bold;
	border: 1px solid #333!important;
	border-radius: 5px;
	margin: 20px 0;
}
.modaal-close span{
	position: static!important;
}
.modaal-close:after, .modaal-close:before{
	display: none;
}
.modaal-container ul li::before{
	content: "・";
}
.modaal-overlay{
	background: #2F2F2F!important;
}
.modal-in{
	height: 460px;
	overflow-y: auto;
	padding: 0 5px;
}
.modal-in h2{
	text-align: center;
	font-size: 120%;
	padding: 10px 0 8px;
	border-bottom: 2px solid #FA4F7D;
	margin-bottom: 20px;

}
@media screen and (min-width: 769px) {
	.inline{
		margin-top: 16px;
	}
	.modaal-container{
		max-width: 800px;
	}
	.modaal-content-container{
		padding: 40px 40px 12px;
	}
	.modaal-container h2{
		margin-bottom: 32px;
		font-size: 160%;
	}
	.modal-in{
		height: 556px;
	}
	.modaal-container ul li::before{
		width: 43px;
		height: 38px;
		top: 8px;
	}
	.modaal-close{
		height: 40px;
		font-size: 110%;
		padding: 8px 14px!important;
		margin: 12px 0 32px;
		line-height: 1;
	}
}
/***** fadeUp *****/
.fadeUpTrigger,.fadeLeftTrigger,.fadeRightTrigger{
	opacity: 0;
}
.fadeUp{
	animation-name: fadeUpAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeUpAnime{
	from{
		opacity: 0;
		transform: translateY(50px);
	}
	to{
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeLeft{
	animation-name: fadeLeftAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeLeftAnime{
	from{
		opacity: 0;
		transform: translateX(-50px);
	}
	to{
		opacity: 1;
		transform: translateX(0);
	}
}
.fadeRight{
	animation-name: fadeRightAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeRightAnime{
	from{
		opacity: 0;
		transform: translateX(50px);
	}
	to{
		opacity: 1;
		transform: translateX(0);
	}
}

/***** footer *****/
footer{
	background-color: #EBFAFF;
	text-align: center;
	font-size: 0.72em;
	padding: 10px 0;
}

@media screen and (min-width: 769px) {
	footer{
		font-size: 0.5em;
	}
}