@charset "UTF-8";
@import "base.css";
/* @import "fonts.css"; */
/* Add font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
/* Add font */
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
	font-size: 140%;
	-webkit-text-size-adjust: none;
	font-weight: 400;
}
img {vertical-align: middle;max-width: 100%;flex-shrink: 0}
table {width: 100%}
*{box-sizing: border-box;outline: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;} 
body{font-family: var(--m-font);}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
.inner {width:1110px;margin: 0 auto;}
.inner1400{width: 1400px;margin: 0 auto;}
img{height: auto;width: auto;}
.inner1140{width: 1140px;margin: 0 auto;}
#wrapper {min-width:1260px;overflow: hidden;max-width: 1920px;margin-right: auto;margin-left: auto;}
a{text-decoration: none;color: #000;}
:root {
	--m-color: #000;
	--s-color: #8A5A26;
	--m-font: 'Noto Sans JP', sans-serif ;
	--s-font: 'Lato', sans-serif ;
}
/* color: var(--m-color) */

/* START --- HEADER */
header{
	position: fixed;
	top: 0;
	/* left: 0; */
	max-width: 1920px;
	width: 100%;
	height: 80px;
	background-color: #fff;
	z-index: 999;
}
.header_logo{
	width: 170px;
	margin-left: 20px;
}
.header_logo a{display: block;width: 100%;}
.header_main{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
	align-items: center;
}
.header_main_right{
	display: flex;
}
.header_menu ul{
	display: flex;
	height: 100%;
	align-items: center;
}
.header_contact .contact_line{
	width: 100px;
	height: 100px;
	background-color: #06c355;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact_mail{
	display: flex;
	background-color: #000835;
	width: 285px;
	height: 100px;
	transition: .3s ease-in-out;
	padding: 12px 0 0 20px;
}
.header_contact{
	display: flex;
	/* position: absolute; */
	margin-top: 20px;
	box-shadow: -1px 1px 5px rgba(12,49,100,1);
}
.header_call{
	display: flex;
	margin-right: 30px;
	height: 100%;
	align-items: center;
}
.header_call .txt {
	margin-top: -5px;
}
.header_call .txt p{
	font-size: 40px;
	color: #000835;
	font-weight: 900;
	font-family: var(--s-font);
	letter-spacing: -1px;
}
.header_call .txt span{
	font-size: 13px;
	font-weight: 500;
	color: #000835;
	display: block;
	line-height: 1;
	letter-spacing: 0.05em;
}
.header_call .icon{
	margin-right: 15px;
}
.txt_bg2{
	margin-top: 20px;
}
.txt_bg1 p{
	background-color: #fff;
	padding: 6px 35px;
	box-shadow: 0 2px 8px rgba(80,80,80,0.3);
	font-size: 58px;
	font-weight: 900;
	color: #000835;
	line-height: 1.45;
	display: inline-block;
	position: relative;
}
.txt_bg1 p::before{
	content: '';
	position: absolute;
	top: -53px;
	left: -61px;
	width: 62px;
	height: 78px;
	background-image: url(../images/quote1.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.txt_bg2 p::before{
	content: '';
	position: absolute;
	bottom: -54px;
	right: -54px;
	width: 64px;
	height: 74px;
	background-image: url(../images/quote2.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.txt_bg2 p{
	background-color: #fff;
	padding: 7px 30px;
	box-shadow: 0 2px 8px rgba(80,80,80,0.3);
	font-size: 72px;
	font-weight: 900;
	color: #000835;
	line-height: 1.44;
	letter-spacing: 0.03em;
	position: relative;
}
.txt_bg2 p span{
	font-size: 62px;
	color: #333;
}
.txt_bg1 p em{
	font-style: normal;
	font-weight: 900;
	color: #333;
	font-size: 48px;
}
.txt_bg1 p span{
	color: #333333;
}
.header_call .icon p{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #000835;
	position: relative;
}
.header_call .icon p span{
	position: absolute;
	right: 10px;
	top: -3px;
}
.header_contact .contact_mail .icon{
	margin-right: 28px;
	margin-top: 10px;
}
.header_contact .contact_mail .icon p{
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background-color: #fff;
	transition: .3s ease-in-out;
	position: relative;
}
.header_contact .contact_mail .icon p span{
	position: absolute;
	top: 9px;
	right: -4px;
}
.header_contact .contact_mail .txt p{
	font-size: 24px;
	color: #fff;
	transition: .3s ease-in-out;	
	font-weight: 900;
}
.header_menu{
	margin-right: 50px;
}
.header_menu li {
	margin-right: 35px;
}
.header_menu li:last-child{
	margin-right: 0;
}
.header_menu li a{
	font-size: 18px;
	font-weight: 700;
	color: #000;
}
/* END --- HEADER */


/* START --- MAIN */
.d_flex{
	display: flex;
	justify-content: space-between;
}
#main{margin-top: 80px;}
.bg_visual{
	background-image: url(../images/bg_visual.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 880px;
	position: relative;
}
.girl_visual{
    position: absolute;
    bottom: -7px;
    left: 20px;
}
.boy_visual{
	position: absolute;
	bottom: 0;
	right: 13px;
}
.txt_visual{
	position: absolute;
	top: 41px;
	left: calc((100% - 547px)/2);
}
.content_visual{
	position: absolute;
	bottom: 290px;
	left: 515px;
}
.txt3_visual{
	position: absolute;
	bottom: 141px;
	left: 50%;
	transform: translateX(-50%);
}
.txt3_visual p{
	font-size: 36px;
	color: #000835;
	text-align: center;
	font-weight: 700;
	line-height: 1.3;
}
.txt3_visual p span{
	font-weight: 900;
	display: inline-block;
	position: relative;
	font-size: 46px;
}
.txt3_visual p span::before{
	content: '';
	position: absolute;
	top: -15px;
	left: calc((100% - 12px)/2);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #000835;
}
.txt_large{
	position: absolute;
	bottom: -8px;
	left: 80px;
	z-index: 3;
}
.txt_large p{
	font-size: 140px;
	color: rgba(255,255,255,0.9);
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.045em;
}
.box02{
	background-image: url(../images/box2_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 660px;
	position: relative;
	z-index: 2;
	padding-top: 110px;
}
.box02 .text_intro{display: flex;justify-content: center;}
.box02 .text_intro p{
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	padding: 5px 15px;
	display: inline-block;
}
.contact_box02{
	display: flex;
	justify-content: center;
	margin-top: 45px;
}
.contact_box02 .contact_ct{
	max-width: 340px;
	width: 100%;
	height: 160px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	position: relative;
	margin-right: 30px;
	box-shadow: 3px 0 10px rgba(0,0,0,0.7);
	transition: .3s ease-in-out;
}
.contact_box02 .contact_ct:last-child{
	margin-right: 0;
}
.contact_box02 .contact_ct::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #ffea66;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	z-index: -1;
}
.contact_box02 .contact_ct::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #ffdc00;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	z-index: -1;
}
.call .text_bot p{
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #000835;
	text-align: center;
	text-shadow: 0px 2px 0 rgba(255,255,255,1);
}
.call .number_phone p{
	font-size: 40px;
	font-weight: 900;
	text-align: center;
	font-family: var(--s-font);
	color: #000835;
	text-shadow: 1px 3px 0 rgba(255,255,255,1);
	position: relative;
	padding-left: 40px;
	letter-spacing: -1px;
}
.call .number_phone p::before{
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 36px;
	height: 36px;
	background-image: url(../images/call_ic_box2.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.call .number_phone{
	margin-bottom: 10px;
}
.call .text_top{
	margin-bottom: 10px;
}
.call .text_top p{
	font-size: 22px;
	text-align: center;
	font-weight: 700;
	color: #000835;
	text-shadow: 0px 2px 0 rgba(255,255,255,1);
}
.mail .text_top p{
	font-size: 28px;
	text-align: center;
	font-weight: 900;
	margin-bottom: 10px;
	color: #000835;
	padding-left: 60px;
	position: relative;
	text-shadow: 1px 3px 0 rgba(255,255,255,1);
}
.mail .text_top p::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 52px;
	height: 38px;
	background-image: url(../images/mail_ic_box2.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.mail .text_top span{
	display: block;
	text-align: center;
	color: #000835;
	font-weight: 700;
	font-size: 22px;
	text-shadow: 1px 3px 0 rgba(255,255,255,1);
}
.line .text_line p span{
	color: #000835;
	font-size: 34px;
}
.line .text_line p{
	font-size: 30px;
	text-shadow: 1px 3px 0 rgba(255,255,255,1);
	color: #000835;
	font-weight: 900;
	position: relative;
	padding-left: 90px;
	line-height: 1.3;
}
.line .text_line p::before{
	content: '';
	position: absolute;
	top: 7px;
	left: -3px;
	width: 70px;
	height: 70px;
	background-image: url(../images/line_ic_box2.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.box02 .text_outro{
	margin-top: 50px;
}
.box03 .quote_list{
	display: flex;
}
.box02 .text_outro span{
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	display: block;
}
.box02 .text_outro p{
	font-size: 60px;
	font-weight: 900;
	color: #ffdc00;
	text-align: center;
	text-shadow: 0 2px 5px rgba(0,0,0,1);
}
.box03{
	background-color: #fff;
	padding-bottom: 70px;
}
.box03 .q1{
	background-image: url(../images/box3_f1.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 348px;
	height: 300px;
	margin-right: 68px;
	padding: 53px 0 0 54px;
}
.box03 .q2{
	background-image: url(../images/box3_f2.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 430px;
	height: 204px;
	margin-top: 31px;
	padding: 52px 0 0 55px;
}
.box03 .q3{
	background-image: url(../images/box3_f3.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 456px;
	height: 212px;
	margin-top: 44px;
    margin-left: 24px;
	padding-left: 85px;
    padding-top: 44px;
}
.q3 .tag_quote{
	top: -21px;
	right: unset;
	left: -20px;
}
.box03 .q4{
	background-image: url(../images/box3_f4.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 388px;
	height: 194px;
	margin-left: 52px;
    margin-top: 8px;
	padding-left: 84px;
    padding-top: 44px;
}
.box03 .q5{
	background-image: url(../images/box3_f5.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 399px;
	height: 220px;
	margin-left: 64px;
    margin-top: 8px;
	padding-top: 70px;
    padding-left: 54px;
}
.q5 .tag_quote{
	top: 7px;
}
.row3{
	justify-content: flex-end;
}
.box03 .q6{
	background-image: url(../images/box3_f6.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 427px;
	height: 240px;
	margin-right: 78px;
	margin-top: 50px;
	padding-top: 44px;
    padding-left: 83px;
}
.row2{
	margin-top: -37px;
}
.girl_row1{
	transform: translate(59px, -42px);
}
.q6 .tag_quote{
	top: -16px;
	right: -22px;
}
.boy_row3{
	transform: translate(-43px, 27px);
}
.box03 .q7{
	background-image: url(../images/box3_f7.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 419px;
	height: 266px;
	margin-right: 36px;
	margin-top: 24px;
	padding-top: 70px;
    padding-left: 54px;
}
.q7 .tag_quote{
	top: 5px;
}
.row1{
	padding-left: 172px;
	padding-top: 61px;
}
.quote_ct{
	position: relative;
}
.tag_quote{
	position: absolute;
	top: -20px;
	right: -20px;
	padding: 10px;
	background-color: #fff;
}
.q2 .tag_quote{
	top: -15px;
	right: 9px;
}
.number_in_quote{
	width: 78px;
	height: 78px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #000835;

}
.number_in_quote p{
	font-size: 20px;
	color: #fff;
	font-weight: 900;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}
.number_in_quote span{
	color: #fff;
	display: block;
	line-height: 1;
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	font-family: var(--s-font);
}
.text_in_quote p{
	font-size: 30px;
	color: #000;
	font-weight: 900;
}
.text_in_quote p span{
	font-size: 40px;
	color: #000835;
}
.box04{
	background-image: url(../images/box4_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 110px 0 120px 0;
}
.box4_man{
	margin-left: 35px;
	/* margin-left: 44px; */
    margin-top: 10px;
}
.box4_flex{
	display: flex;
	justify-content: center;
}
.box4_textarea{
	background-color: #fff;
	/* width: 697px; */
	width: 589px;
	height: 279px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	margin-left: 30px;
    margin-top: 26px;
	position: relative;
	border-radius: 5px;
}
.box4_f1{
	position: absolute;
	top: -22px;
	left: -24px;
	background-image: url(../images/box4_f1.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 70px;
	height: 70px;
}
.box4_f2{
	position: absolute;
	top: -22px;
	right: -24px;
	background-image: url(../images/box4_f2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 70px;
	height: 70px;
}
.box4_f3{
	position: absolute;
	bottom: -22px;
	left: -24px;
	background-image: url(../images/box4_f3.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 70px;
	height: 70px;
}
.box4_f4{
	position: absolute;
	bottom: -22px;
	right: -24px;
	background-image: url(../images/box4_f4.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 70px;
	height: 70px;
}
.box4_textarea p{
	font-size: 28px;
	/* font-size: 30px; */
	font-weight: 700;
	line-height: 1.65;
	color: #000835;
}
.box4_textarea p span{
	background-color: #ffdc00;
	padding: 0 5px;
	margin: 0 5px;
}
.box4_title p{
	font-size: 40px;
	font-weight: 900;
	color: #ffdc00;
	margin-right: 30px;
}
.box4_title span{
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-top: 18px;
	margin-left: 0;
	display: block;
}
.box4_title{
	margin-top: 50px;
	/* margin-left: 82px; */
	text-align: center;
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
}
.box4_mail{
	display: flex;
	width: 100%;
	max-width: 1080px;
	height: 140px;
	margin-top: -13px;
	position: relative;
	align-items: center;
	transition: .3s ease-in-out;
	padding-left: 35px;
}
.box4_mail .icon{
	margin-right: 50px ;
}
.number_in_text{
	display: flex;
	justify-content: center;
	margin-top: 15px;
}
.box4_mail .icon,.box4_mail .text{
	position: relative;
	z-index: 1;
}
.box4_mail .icon p{
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background-color: #000835;
	position: relative;
}
.box4_mail .icon p span{
	display: block;
	width: 72px;
	height: 58px;
	position: absolute;
	top: 15px;
	right: -8px;
}
.box4_mail::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	background-color: #ffea66;
	top: 0;
	left: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	pointer-events: none;
}
.box4_mail::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	background-color: #ffdc00;
	bottom: 0;
	left: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	pointer-events: none;
}
.box4_mail .text p{
	font-size: 36px;
	font-weight: 900;
	color: #000835;
	text-shadow: 2px 2px 0 rgba(255,255,255,1);
}
.box4_mail .number_in_text p{
	font-size: 24px;
	font-weight: 900;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 194px;
	height: 43px;
	text-shadow: none;
	border-radius: 999px;
	background-color: #000835;
	box-shadow: 2px 2px 0 rgba(255,255,255,1);
}
.number_in_text p span{
	font-size: 36px;
	font-family: var(--s-font);
	display: inline-block;
	margin-right: 5px;
}
.box4_plugin_flex{
	display: flex;
	margin-top: 40px;
	width: 100%;
	max-width: 1080px;
}
.box4_plugin{
	width: 520px;
	height: 140px;
	position: relative;
	display: flex;
}
.box4_plugin_flex .call .icon{
	margin-right: 20px;
}
.box4_plugin_flex .call{
	align-items: center;
	padding-left: 35px;
}
.box4_plugin:not(:last-child){
	margin-right: 40px;
}
.box4_plugin::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #ffea66;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.box4_plugin::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #ffdc00;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.box4_plugin_flex .line .text,.box4_plugin_flex .line .icon,.box4_plugin_flex .call .icon,.box4_plugin_flex .call .info{
	position: relative;
	z-index: 1;
}
.box4_plugin_flex .call .icon p{
	width: 69px;
	height: 69px;
	border-radius: 50%;
	background-color: #000835;
	position: relative;
}
.box4_plugin_flex .call .icon p span{
	position: absolute;
	top: -2px;
	left: 15px;
	width: 40px;
	height: 56px;
}
.box4_plugin{
	display: flex;
}
.box4_plugin_flex .call .info .text p{
	font-size: 24px;
	color: #000835;
	font-weight: 700;
	text-shadow: 2px 3px 0 rgba(255,255,255,1);
}
.box4_plugin_flex .call .info .number p{
	font-size: 48px;
	font-weight: 900;
	color: #000835;
	font-family: var(--s-font);
	text-shadow: 2px 3px 0 rgba(255,255,255,1);

}
.box4_plugin_flex .call .info .text span{
	font-size: 18px;
	color: #000835;
	letter-spacing: 0.05em;
	font-weight: 700;
	text-shadow: 2px 2px 0 rgba(255,255,255,1);
}
.box4_plugin_flex .line .text p{
	font-size: 32px;
	color: #000835;
	font-weight: 900;
	text-shadow: 2px 3px 0 rgba(255,255,255,1);
}
.box4_plugin_flex .line .text span{
	font-size: 36px;
}
.box4_plugin_flex .line{
	align-items: center;
	padding-left: 30px;
}
.box4_plugin_flex .line .icon{
	margin-right: 20px;
}
.box4_plugin_flex .line .icon p{
	width: 70px;
	height: 70px;
}
.box05{
	padding: 117px 0;
	background-color: #fff;
}
.title_h3{
	text-align: center;
	font-size: 36px;
	color: #000835;
	font-weight: 900;
}
.text_demo p{
	font-size: 18px;
	text-align: center;
	font-weight: 500;
}
.box05 .text_demo{
	margin-top: 35px;
}
.box05_main{
	padding: 0 20px;
	margin-top: 50px;
}
.box_05_ct{
	width: 100%;
	border: 15px solid #000835;
	border-bottom: 5px solid #000835;
	padding: 82px 20px 53px 20px;
}
.box_05_ct:last-child{
	border-bottom: 15px solid #000835;
}
.box_05_head{
	padding-left: 165px;
	padding-bottom: 34px;
	border-bottom: 2px solid #000835;
	position: relative;
}
.box05_circle{
	position: absolute;
	top: -30px;
	left: -25px;
	width: 165px;
	height: 165px;
	border-radius: 50%;
	background-color: #ffdc00;
	border: 2px solid #000835;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box_05_head p{
	font-size: 24px;
	font-weight: 900;
	line-height: 1.6;
	color: #000835;
}
.box05_tag_ct{
	display: flex;
	align-items: center;
	margin-right: 27px;
}
.box05_tag_ct span{
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.box05_list_tag{
	display: flex;
}
.box05_list_text{
	margin-top: 35px;
}
.box05_info{
	margin-left: 48px;
}
.box05_list_tag:not(:last-child){
	margin-bottom: 20px;
}
.box05_tag_ct p{
	width: 117px;
	height: 47px;
	display: flex;
	color: #000835;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background-color: #ffdc00;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin-right: 10px;
}
.box_05_body{
	display: flex;
	margin-top: 50px;
}
.box05_img{
	margin-left: -25px;
	min-width: 260px;
}
.box05_circle p{
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	padding-top: 10px;
}
.box05_list_text .title p{
	font-size: 24px;
	font-weight: 700;
	color: #000835 ;
}
.box05_list_text .desc{
	margin-top: 20px;
}
.box05_list_text .desc p{
	font-size: 18px;
	font-weight: 500;
	color: #000835;
	letter-spacing: 0.1em;
	line-height: 1.75;
}
.box06{
	background-image: url(../images/bg_box6.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0 113px 0;
}
.box06_mail{
	display: flex;
	width: 100%;
	height: 150px;
	background-color: #fff;
	border: 5px solid #000835;
	border-radius: 15px;
	margin-top: 45px;
	align-items: center;
	transition: .3s ease-in-out;
	padding-left: 35px;
	max-width: 1090px;
	box-shadow: 3px 0 10px rgba(0,0,0,.7);
}
.box06_mail .icon p{
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background-color: #000835;
	position: relative;
}
.box06_mail .icon span{
	position: absolute;
	top: 14px;
	left: 22px;
	width: 72px;
	height: 58px;
}
.box06_mail .info .text p{
	font-size: 36px;
	font-weight: 900;
	color: #000;
}
.box06_mail .info .number p{
	font-size: 24px;
	color: #fff;
	background-color: #000835;
	border-radius: 999px;
	width: 194px;
	height: 43px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: 700;
}
.box06_mail .info .number{
	display: flex;
	justify-content: center;
	margin-top: 15px;
}
.box06_mail .info{
	margin-left: 50px;
}
.box06_mail .info .number span{
	font-size: 36px;
	font-family: var(--s-font);
	margin-right: 5px;
	font-weight: 900;
}
.box11 .title_h3{
	font-size: 30px;
}
.box06 .box4_plugin{
	background-color: #fff;
	border-radius: 15px;
	border: 5px solid #000835;
	height: 150px;
	width: 100%;
	max-width: 530px;
	box-shadow: 3px 0 10px rgba(0,0,0,.7);
}
.box06 .box4_plugin::after,.box06 .box4_plugin::before{
	display: none;
}
.box06 .box4_plugin_flex{
	margin-top: 30px;
	max-width: 1090px;
}
.box06 .box4_plugin:not(:last-child){
	margin-right: 30px;
}
.box07{
	padding: 120px 0;
}
.box07_list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	justify-content: flex-start;
}
.box07_list:last-child{
	margin-bottom: 0;
}
.box07_main{
	margin-top: 70px;
}
.box07_ct{
	border: 2px solid #000835;
	max-width: 530px;
	width: 100%;
	/* height: 588px; */
	margin-right: 40px;
}
.box07_ct:nth-child(2n+2){
	margin-right: 0;
}
.box07_head .title{
	width: 100%;
	height: 100px;
	background-color: #000835;
	/* padding: 13px 0px 0px 20px; */
	padding: 13px 20px;
	position: relative;
}
.box07_head .title::before{
	content: '';
	position: absolute;
	top: 100%;
	left: calc((100% - 30px)/2);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #000835;
}
.box07_head .title p{
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.02em;
}
.price_ct{
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	background-image: url(../images/dashed_ic.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
}
.price_ct:last-child{
	background-image: none;
}
.price_ct p{
	font-size: 24px;
	font-weight: 700;
	/* color: #000835; */
	color: #000;
	font-weight: 700;
}
.price{
	padding: 0 30px;
	border-bottom: 1px solid #000835;
}
.price_ct span{
	font-size: 24px;
	font-weight: 700;
	color: #000;
	/* color: #000835; */
	font-weight: 700;
	display: block;
}
.box07_body .tag_list{
	display: flex;
	margin-bottom: 15px;
}
.box07_body .tag_list:last-child{
	margin-bottom: 0;
}
.box07_body .tag_ct{
	display: flex;
	align-items: center;
	width: 210px;
	margin-right: 30px;
}
.box07_body .tag_ct:last-child{
	margin-right: 0;
}
.box07_body{
	padding: 30px 30px 20px 30px
}
.box07_body .tag_ct p{
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color: #000;
	/* color: #000835; */
	width: 77px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background-color: #ffdc00;
	margin-right: 15px;
}
.box07_body{
	border-bottom: 1px solid #000835;
}
.box07_body .tag_ct span{
	font-size: 18px;
	font-weight: 700;
	color: #000;
	/* color: #000835; */
}
.box07_body .tag_intro{
	display: flex;
}
.box07_body .tag_intro span,.box07_body .tag_intro p{
	font-size: 16px;
	font-weight: 700;
}
.box07_foot{
	padding: 10px;
}
.box07_desc{
	background-color: #fff7c4;
	padding: 20px;
}
.box07_desc p{
	font-size: 18px;
	color: #000;
	/* color: #000835; */
	line-height: 1.75;
	font-weight: 700;
}
.box08 .box06{
	padding: 120px 0;
}
.box9_bg{
	width: 100%;
	height: 461px;
	background-color: #f6f8f7;
	padding-top: 148px;
	position: relative;
}
.box9_bg .title_h3{
	line-height: 1.5;
	position: relative;
	z-index: 1;
}
.img9{
	position: absolute;
	bottom: 0;
}
.box9_content{
	padding-bottom: 50px;
	margin-top: -125px;
    position: relative;
}
.box9_head{
	display: flex;
	align-items: center;
}
.box9_head .img p{
	min-width: 160px;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background-color: #ffdc00;
	position: relative;
}
.box9_head .img span{
	position: absolute;
	bottom: -5px;
}
.box9_form{
	border: 2px solid #000835;
	padding: 40px;
	background-color: #fff;
	box-shadow: 2px 0 6px rgba(0,0,0,.4);
}
.box9_form:not(:last-child){
	margin-bottom: 40px;
}
.box9_head .tilte{
	margin-left: 57px;
}
.box9_head .title p{
	font-size: 30px;
	font-weight: 700;
	color: #000835;
	margin-bottom: 20px;
}
.box9_head .title span{
	font-weight: 700;
	font-size: 24px;
}
.box9_head .title{
	margin-left: 56px;
    margin-top: 17px;
}
.box9_body{
	background-color: #fff7c4;
	padding: 18px 30px;
	margin-top: 55px;
}
.box9_body p{
	font-size: 18px;
	line-height: 1.75;
}
.twice .box9_head  .img span{
	bottom: 0;
	left: 3px;
}
.box10{
	padding: 100px 0 80px 0;
	position: relative;
}
.box10::after{
	content: '';
	position: absolute;
	bottom: 25px;
	right: 0;
	width: 1720px;
	height: 318px;
	background-color: #fff7c4;
	z-index: -1;
}
.box10_flex{
	display: flex;
    justify-content: flex-end;
    max-width: 1500px;
    margin-left: auto;
}
.box10_img{
	padding-right: 7px;
	margin-left: 60px;
	min-width: 838px;
}
.box10_desc{
	max-width: 580px;
	width: 100%;
	margin-top: 45px;
}
.box10_desc p{
	font-size: 18px;
	font-weight: 500;
	color: #000835;
	line-height: 1.75;
}
.box10_info{
	margin-top: 10px;
}
.box10_intro p{
	font-size: 30px;
	font-weight: 700;
	color: #000835;
	line-height: 1.65;
}
.box10 .title_h3{
	text-align: left;
	margin-bottom: 43px;
}
.box11{
	padding: 90px 0 124px 0;
}
.box11_ct{
	max-width: 342px;
	width: 100%;
	margin-right: 27px;
}
.box11_ct:last-child{
	margin-right: 0;
}
.box11_list{
	margin-top: 48px;
	display: flex;
	justify-content: center;
}
.box11_img{
	width: 100%;
	position: relative;
}
.box11_number{
	position: absolute;
	bottom: -37px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 78px;
	height: 78px;
	background-color: #ffdc00;
	border: 1px solid #000;
}
.box11_number p{
	font-size: 20px;
	font-weight: 900;
	color: #000835;
	text-align: center;
	line-height: 1;
}
.box11_number span{
	font-size: 30px;
	font-family: var(--s-font);
	font-weight: 900;
	display: block;
	color: #000835;
	line-height: 1;
	text-align: center;
}
.box11_title p{
	font-size: 22px;
	font-weight: 700;
	color: #000835;
}
.box11_title{
	margin-top: 60px;
}
.box11_desc{
	margin-top: 30px;
	padding-right: 10px;
}
.box11_desc p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.75;
}
.box12 .title{
	width: 100%;
	height: 80px;
	background-color: #000835;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box12 .title_en p{
	color: #fff;
	font-size: 40px;
	font-weight: 900;
	font-family: var(--s-font);
	position: relative;
	padding-right: 20px;
}
.box12 .title_en p::after{
	content: '';
	width: 2px;
	height: 30px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: calc((100% - 30px)/2);
}
.box12 .title_ja{
	margin-left: 20px;
}
.box12 .title_ja h3{
	font-size: 30px;
	color: #fff;
	font-weight: 900;
}
.box_12_list{
	display: flex;
	margin-top: 60px;
	justify-content: space-between;
}
.box_12_ct{
	max-width: 300px;
	width: 100%;
	position: relative;
}
.box_12_ct:last-child::after{
	display: none;
}
.box_12_ct::after{
	content: '';
	position: absolute;
	top: 110px;
	right: -70px;
	width: 24px;
	height: 40px;
	background-image: url(../images/box12_ic.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.box12_img{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 226px;
	width: 100%;
	border: 1px solid #000835;
	position: relative;
}
.box_12_ct .box12_img::before{
	content: '';
	width: 118px;
	height: 88px;
	background-image: url(../images/box12_top.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.box12{
	padding-bottom: 117px;
}
.box_12_ct .box12_img::after{
	content: '';
	width: 118px;
	height: 88px;
	background-image: url(../images/box12_bottom.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.box_12_ct span{
	display: block;
	font-size: 22px;
	color: #000835;
	text-align: center;
	font-weight: 700;
	margin-top: 15px;
}
.box12_number {
	width: 78px;
	position: absolute;
	top: -20px;
	left: -20px;
	height: 78px;
	border:  1px solid #000835;
	background-color: #ffe333;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.box12_number p{
	font-size: 20px;
	font-weight: 900;
	color: #000835;
	text-align: center;
	line-height: 1;
	margin-bottom: 5px;
}
.box12_number span{
	font-size: 30px;
	color: #000835;
	font-weight: 700;
	font-family: var(--s-font);
	text-align: center;
	line-height: 1;
	margin-top: 0;
}
.box13{
	padding-bottom: 107px;
}
.bg_box13{
	background-image: url(../images/box13_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 300px;
	padding-top: 117px;
}
.fmail_section{
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: -260px;
	width: 100%;
}
.fmail_section .clearfix{
	width: 100%;
}
.box13 .title h3 {
	font-size: 36px;
	color: #000835;
	font-weight: 900;
	text-align: center;
}
.box13 .title h3 span{
	color: #fff;
	background-color: #000835;
	padding: 0 10px;
	margin: 0 5px;
	font-size: 50px;
}
.box13 .text_demo {
	margin-top: 45px;
}
.box13 .text_demo p{
	text-align: center;
	font-size: 24px;
	color: #000835;
	font-weight: 700;
}
.box13 .title_form {
	margin-top: 48px;
}
.box13 .title_form p{
	font-size: 28px;
	text-align: center;
	color: #000835;
	font-weight: 900;
}
.box14_flex{
	display: flex;
}
.box14_info{
	margin-right: 35px;
}
.box14_img{
	position: relative;
}
.box14_img p{
	position: relative;
	z-index: 1;
}
.box14{
	padding-bottom: 160px;
}
.box14_img::before{
	content: '';
	position: absolute;
	top: 80px;
	left: 90px;
	width: 520px;
	height: 360px;
	background-color: #fff7c4;
}
.box14_info_ct{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.box14_info_ct:last-child{
	margin-bottom: 0;
}
.box14_info_ct p{
	font-size: 14px;
	color: #000835;
	font-weight: 700;
	text-align: center;
	width: 138px;
	padding: 7px 0;	
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background-color: #ffdc00;
}
.box14_info_ct:last-child p{
	padding: 15px 0;
}
.box14_info_ct span{
	margin-left: 30px;
	font-size: 18px;
	font-weight: 700;
}
.iframe_map_new iframe{
	width: 100%;
	height: 100%;	
}
.iframe_map_new{
	width: 100%;
	height: 580px;
}
.iframe_map_new p{
	width: 100%;
	height: 100%;
}
.iframe_map_new p img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* END --- MAIN */


/* START --- FOOTER */
.footer_bottom{
	padding: 40px 0;
	background-color: #000835;
	border-top: 5px solid #fff;
}
.footer_bottom_info{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
}
.footer_bottom_info p{
	font-size: 36px;
	text-align: center;
	font-weight: 700;
	color: #fff;
}
.footer_bottom .inner{
	height: 100%;
	position: relative;
}
.footer_bottom_info span{
	display: block;
	font-size: 14px;
	text-align: center;
	color: #fff;
	margin-top: 15px;
}
.footer_bottom_logo{
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	right: 0;
}
.backtoTop{
	position: fixed;
    bottom: 0;
    right: 30px;
    width: 88px;
    height: 88px;
	background-color: #000835;
	border: 4px solid #fff;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 998;
	transition: .3s ease-in-out;
	opacity: 0;
}
.footer_bottom_logo a{
	display: block;
	width: 130px;
}
.couple_row4{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.couple_row4 .boys,.couple_row4 .girl{
	width: 45%;
	display: flex;
	justify-content: center;
}
.backtoTop.active{
	bottom: 140px;
	opacity: 1;
}
.backtoTop p{
	width: 0;
	height: 0;
	transition: .3s ease-in-out;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 25px solid #fff;
	border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 20px;
}
/* END --- FOOTER */

/* CHORME ONLY  */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    
}

/* FIREFOX CSS */
@supports (-moz-appearance:none) and (-webkit-appearance:none)
{
  
}

/* IE STUPID CSS */
@media screen\0 {
	
}

/* EDGE 12+ CSS */
@supports (-ms-ime-align:auto) {
	
}




/* Fmail */
.fmail_section{
	background-color: #fff;
	padding: 30px 40px;
	border: 2px solid #000835;
	/* box-shadow: 3px 0 10px rgba(0,0,0,0.7); */
	box-shadow: 2px 3px 6px rgb(0 0 0 / 70%);
}
.submit_confirm_button, .submit_send_button, .submit_cancel_button, .site_top a{
	border-radius: 10px;
}
table.mailform tr{
	border-top: 1px solid #080102;
}
table.mailform tr:first-child{
	border-top: 0;
}
/* #fmail table.mailform tr th, #fmail table.mailform tr td{
	padding: 20px 0;
} */
#fmail input[type=text].fmail{
	border-radius: 5px;
}
.ui-datepicker-trigger img{opacity: 0;visibility: hidden;}
#fmail textarea.fmail::placeholder{font-size: 18px;font-weight: 400;resize: vertical;}
/* Fmail */


.box06_mail,.box4_plugin_flex,.box4_mail{
	margin-left: auto;
	margin-right: auto;
}

.tb_custom_fun{
	max-width: 1084px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

textarea{
	resize: vertical;
}

.txt_underimg{margin-top: 5px;;display: block;text-align: center;}
.txt_fix{background-color: #000a32;text-align: center;padding: 5px 15px;color: #fff;font-size: 22px;margin-bottom: 15px;font-weight: 700;}
/* label.fmail_label_enabled, label.fmail_label_disabled{font-size: 16px;} */
.fsize_14{font-size: 14px;display: block;margin-top: 5px;}
label.fmail_label_enabled, label.fmail_label_disabled{align-items: flex-start;}
#fmail li input.fmail{margin-top: 8px;}


.fmail_section .content2 {
	font-size: 36px;
	font-weight: 700;
	color: #010734;
	text-align: center;
	margin-bottom: 80px;
}

.fmail_section .privacy {
	margin-top: 60px;
	margin-bottom: 40px;
}

.fmail_section .privacy .content2 {
	margin-bottom: 40px;
}

.fmail_section .privacy .privacy-box {
	height: 370px;
	overflow: auto;
	border: 1px solid #C9C9C9;
	background: #f0f0f0;
	padding: 30px;
	border-radius: 3px;
}

.fmail_section .privacy .privacy-box p {
	font-size: 14px;
	line-height: 1.5em;
	color: #999;
}

.fmail_section .privacy .privacy-box p:not(:last-child) {
	margin-bottom: 20px;
}

.fmail_section .hide {
	display: none;
}
.fmail_checkbox_list{
	display: flex !important;
	justify-content: center;
}
.fmail_checkbox_list li{
	width: auto !important;
}

label.fmail_label_enabled, label.fmail_label_disabled{
	border: 1px solid #000;
    display: flex;
    padding: 15px 15px 0px 15px;
	height: 60px;
}

.button form.fmail_submit,.button form.fmail_cancel{
	width: 50%;
}
.txt-note {
	margin: 40px auto 0;
	text-align: left;
	max-width: 1400px;
}