@charset "utf-8";
html,
body {
	color: #053657;
	height: 100%;
	min-height: 100%;
	font-size: 16px;
	font-family: "noto-sans-cjk-jp", "Meiryo UI", "ヒラギノ明朝 ProN", "小塚明朝 Pro", Hiragino Kaku Gothic ProN, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.02em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.is-menu-open {
	overflow: hidden;
}
h1,h2,h3,h4,h5,h6,strong,th {
	font-family: "noto-sans-cjk-jp", "Meiryo UI", "ヒラギノ明朝 ProN", "小塚明朝 Pro", Hiragino Kaku Gothic ProN, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.mn {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.din {
	font-family: "din-2014-narrow", sans-serif;
	font-weight: 700;
	font-style: normal;
}
/* 834 */
@media screen and (max-width: 834px) {
	body {
		/*font-size:calc(9px + 0.7vmin);*/
		-webkit-tap-highlight-color: transparent;
	}
}
a {
	color: #202020;
	text-decoration: none;
	transition: color 0.3s ease;
}
a:visited {}
a:hover,
a:active {
	color: orange;
	text-decoration: none;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
::selection {
	background: rgba(0, 144, 202, 0.5); /* Safari */
}
::-moz-selection {
	background: rgba(0, 144, 202, 0.5); /* Firefox */
}
/* min835 */
@media screen and (min-width: 835px) {
	a[href^="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

/*--------------------------------------------------------------*/
/* Form関連 */
/*--------------------------------------------------------------*/
input, textarea, table select, button {
	font-family: inherit;
	font-size: inherit;
	font-weight: normal;
}
input, table select, button {
	vertical-align: middle;
}
textarea::placeholder,
input::placeholder {
	color: #ccc;
}
input:-ms-input-placeholder {
	color: #ccc;
}
input::-ms-input-placeholder {
	color: #ccc;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=checkbox],
input[type=submit],
input[type=button],
input[type=number],
button,
table select,
textarea {
	border-radius: 4px;
	border: 1px solid #ddd;
	margin: 0;
	padding: 12px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	background-color: #F7F7F7;
	color: #000;
}
textarea {
	width: 100%;
	height: 240px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
table select:focus,
textarea:focus {
	outline: none;
	background-color: #FFFFDF;
}
input[type=submit],
input[type=button],
button {
	outline: none;
	cursor: pointer;
	background-color: #F4F4F4;
}
input[type=submit]:hover,
input[type=button]:hover {
	background-color: #fff;
}
input[type=submit]:active,
input[type=button]:active,
button:active {
	background-color: #555;
}
table select {
	background: url(../images/arrow.png) right 50% no-repeat #fff;
	background-size: contain;
	padding-right: 40px;
}
/* checkbox */
input[type=checkbox] {
	display: none;
}
input[type=checkbox] + .mwform-checkbox-field-text {
	position: relative;
	vertical-align: middle;
	cursor: pointer;
}
input[type=checkbox] + .mwform-checkbox-field-text:before {
	content: "\f0c8";
	font-family: "Font Awesome 5 Free";
	font-weight: 500;
	color: #ccc;
	font-size: 22px;
	margin-right: 4px;
	position: relative;
	bottom: -2px;
}
input[type=checkbox]:checked + .mwform-checkbox-field-text:before {
	content: "\f14a";
	color: #474747;
}
/* radio */
input[type=radio] {
	display: none;
}
input[type=radio] + .mwform-radio-field-text:before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 500;
	color: #ccc;
	font-size: 18px;
	margin-right: 6px;
}
input[type=radio]:checked + .mwform-radio-field-text:before {
	content: "\f192";
	color: #474747;
}

/* select */
select {
	/* styling */
	background-image: linear-gradient(45deg, transparent 50.1%, #fff 50.1%), linear-gradient(135deg, #fff 50.1%, transparent 50.1%), linear-gradient(to right, #474747, #474747);
	background-position: calc(100% - 19px) calc(1em + 2px), calc(100% - 14px) calc(1em + 2px), 100% 0;
	background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
	background-repeat: no-repeat;
	background-color: white;
	border: thin solid #bfbfbf;
	border-radius: 4px;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	padding: 0.5em 3.5em 0.5em 1em;
	color: #000;
	/* reset */
	margin: 0;      
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	width: 100%;
}
select:focus {
	background-image: linear-gradient(45deg, white 50.1%, transparent 50.1%), linear-gradient(135deg, transparent 50.1%, white 50.1%), linear-gradient(to right, #474747, #474747);
	background-position: calc(100% - 14px) calc(1em + 2px), calc(100% - 19px) calc(1em + 2px), 100% 0;
	background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
	background-repeat: no-repeat;
	border-color: #bfbfbf;
	outline: 0;
}
select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

/*--------------------------------------------------------------*/
/* layout */
/*--------------------------------------------------------------*/
.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex.reverse {
	flex-direction: row-reverse;
}
.center {
	text-align: center;
}
._right {
	text-align: right;
}
/* pc tb sp view */
.sp_view {
	display: none;
}
.tb_view {
	display: none;
}
/* 834 */
@media (max-width: 834px) {
	.pc_view {
		display: none;
	}
	.tb_view {
		display: block;
	}
	.tb_none {
		display: none;
	}
}
/* 580 */
@media (max-width: 580px) {
	.sp_view {
		display: block;
	}
	.sp_view.inline {
		display: inline-block;
	}
	.sp_none {
		display: none!important;
	}
}
/* base */
.content {
	width: auto;
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

/*--------------------------------------------------------------*/
/* .fixed */
/*--------------------------------------------------------------*/
.fixed {
	position: fixed!important;
	top: 0px;
	z-index: 99;
	animation: moveimg 1s 1;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	border-bottom: none!important;
}
@keyframes moveimg {
	0% { top: -350px; }
	100% { top: 0px; }
}

/*--------------------------------------------------------------*/
/* vegas */
/*--------------------------------------------------------------*/
.vegas-animation-kenburns {
	animation: kenburns ease-out;
}
@keyframes kenburns {
	0% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

/*--------------------------------------------------------------*/
/* zoom */
/*--------------------------------------------------------------*/
.zhover {
	overflow: hidden;
	z-index: 2;
	position: relative;
}
.zhover img {
	transform:scale(1) ;
	transition:all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
a:hover .zhover img:hover {
	transform:scale(1.03) ;
}

/*--------------------------------------------------------------*/
/* zoomOut */
/*--------------------------------------------------------------*/
.zohover {
	transform:scale(1.08) ;
	transition:all 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-show.zohover {
	transform:scale(1) ;
}

/*--------------------------------------------------------------*/
/* more */
/*--------------------------------------------------------------*/
.more {
	margin-top: 60px;
}
.more a {
	color: #000;
	font-size: 16px;
	display: inline-block;
	padding: 0 15px 15px 15px;
	border-bottom: 1px solid #000;
}
.more a span::after {
	content: '';
	aspect-ratio: 38 / 20;
	width: 22px;
	margin-left: 20px;
	display: inline-block;
	background: url(../images/arrow.png) no-repeat;
	background-size: contain;
	transition: .3s ease;
}
.more a:hover span::after {
	transform: translateX(5px);
}
/* 580 */
@media (max-width: 580px) {
	.more {
		margin-top: 40px;
	}
	.more a {
		font-size: 14px;
		padding: 0 10px 10px 10px;
	}
	.more a span::after {
		width: 17px;
	}
}


/*--------------------------------------------------------------*/
/* btn */
/*--------------------------------------------------------------*/
.btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	max-width: 280px;
	width: 100%;
	padding: 24px 24px;
	border-radius: 35px;
	background: #F28C00;
	color: #fff;
	text-decoration: none;
	transition: opacity 0.3s ease;
}
.btn:hover {
	color: #fff;
}
body.is-pc .btn:hover {
	color: #fff;
	opacity: 0.8;
}

/*-- ------------------------------------------------------------*/
/* .pd_std */
/*--------------------------------------------------------------*/
.pd_std {
	padding: 128px 0;
}
.pd_std.wave {
	padding: calc(128px + 3vw) 0;
}
.pd_std.tzero {
	padding: 0 0 128px 0;
}
.pd_std.bzero {
	padding: 128px 0 0 0;
}
/* 1200 */
@media (max-width: 1200px) {
	.pd_std {
		padding: max(10.7vw, 64px) 0;
	}
	.pd_std.wave {
		padding: calc(13.7vw) 0;
	}
	.pd_std.tzero {
		padding: 0 0 max(10.7vw, 64px) 0;
	}
}

/*--------------------------------------------------------------*/
/* start */
/*--------------------------------------------------------------*/
#start {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: #F0EB47;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 995;
}
#start img {
	display: none;
}

/*--------------------------------------------------------------*/
/* header.htype01 */
/*--------------------------------------------------------------*/
header.htype01 {
	text-align: center;
	margin-bottom: 64px;
}
header.htype01 h2 {
	font-size: 45px;
	letter-spacing: 2px;
	margin-bottom: 40px;
}
/* 580 */
@media (max-width: 580px) {
	header.htype01 {
		margin-bottom: 32px;
	}
	header.htype01 h2 {
		font-size: 36px;
	}
}

/*--------------------------------------------------------------*/
/* #header */
/*--------------------------------------------------------------*/
#header {
	background: #F0EB47;
	position: relative;
}
#header::after {
	content: '';
	display: block;
	background: url(../images/text.svg) repeat-x;
	background-size: auto 100%;
	-moz-animation: leftSlide 30s linear infinite;
	-webkit-animation: leftSlide 30s linear infinite;
	-o-animation: leftSlide 30s linear infinite;
	-ms-animation: leftSlide 30s linear infinite;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#header h1 {
	padding: 32px 0;
	position: relative;
	z-index: 2;
}
#header h1 img {
	max-width: 245px;
	width: 55%;
}
#header .text {
	padding: 150px 0 210px 0;
	text-align: center;
	position: relative;
	z-index: 2;
}
#header .text p.r1 {
	font-size: 85px;
	font-weight: 900;
}
#header .text p.r1 span.big {
	font-size: 108px;
}
#header .text p.r1 span.box {
	display: inline-block;
	background: #fff;
	padding: 0 32px 10px 32px;
	margin-right: 20px;
	border: 8px solid #053657;
}
#header .text p.r2 {
	font-size: 74px;
	font-weight: 900;
	margin-bottom: 64px;
}
#header .text p.r3 {
	font-size: 28px;
	font-weight: bold;
}
/* leftSlide */
@-webkit-keyframes leftSlide {
	0%   { background-position: 0px 0px; }
	100% { background-position: -1195px 0px; }
}
@keyframes leftSlide {
	0%   { background-position: 0px 0px; }
	100% { background-position: -1195px 0px; }
}
/* 1200 */
@media (max-width: 1200px) {
	#header .text p.r1 {
		font-size: max(7.05vw, 50px);
	}
	#header .text p.r1 span.box {
		padding: 0 24px 6px 24px;
		margin-right: 10px;
		border: 6px solid #053657;
	}
	#header .text p.r1 span.big {
		font-size: max(9vw, 62px);
	}
	#header .text p.r2 {
		font-size: max(6.17vw, 21px);
		margin-bottom: max(5.3vw, 32px);
	}
}
/* 834 */
@media (max-width: 834px) {
	#header .text p.r3 {
		font-size: max(3.35vw, 16px);
	}
}
/* 580 */
@media (max-width: 580px) {
	#header .text {
		padding: 60px 0 120px 0;
	}
	#header .text p.r1 span.box {
		margin-right: 5px;
	}
	#header .text p.r1 {
		margin-bottom: 10px;
	}
}


/*--------------------------------------------------------------*/
/* article.contact_sec */
/*--------------------------------------------------------------*/
.contact_sec {
	padding: 64px 0;
	background: #F0EB47;
	position: relative;
}
.contact_sec .box {
	max-width: 950px;
	margin: 0 auto;
	padding: 48px 64px;
	background: #fff;
	position: relative;
}
.contact_sec .box h2 {
	max-width: 560px;
	width: 70%;
	font-size: 32px;
	margin-bottom: 32px;
}
.contact_sec .box img.char {
	position: absolute;
	bottom: 0;
	right: 5%;
}
.contact_sec a.btn {
	width: 75%;
}
/* 770 */
@media (max-width: 770px) {
	.contact_sec .box {
		position: initial;
	}
	.contact_sec .box h2 {
		font-size: 26px;
		max-width: initial;
		width: 84%;
	}
	.contact_sec .box img.char {
		width: 40%;
		right: 5px;
	}
}
/* 580 */
@media (max-width: 580px) {
	.contact_sec {
		padding: 32px 0;
	}
	.contact_sec .box {
		padding: 24px 34px 30px 34px;
	}
	.contact_sec .box h2 {
		font-size: 20px;
		width: 100%;
		text-align: center;
	}
}

/*--------------------------------------------------------------*/
/* article.contact_sec2 */
/*--------------------------------------------------------------*/
article.contact_sec2 {
	background: url(../images/cta.jpg) no-repeat;
	background-size: cover;
	text-align: center;
}
article.contact_sec2 h2 {
	font-size: 45px;
	color: #F0EB47;
	margin-bottom: 20px;
}
article.contact_sec2 .t-left {
	margin-right: 10px;
}
article.contact_sec2 .t-right {
	margin-left: 10px;
}
article.contact_sec2 p.txt {
	font-size: 18px;
	color: #fff;
	margin-bottom: 40px;
}
article.contact_sec2 a.btn {
	padding: 40px 16px;
	border-radius: 80px;
}
/* 834 */
@media (max-width: 834px) {

}
/* 580 */
@media (max-width: 580px) {
	article.contact_sec2 h2 {
		font-size: 32px;
	}
}

/*--------------------------------------------------------------*/
/* first */
/*--------------------------------------------------------------*/
#first .bk {
	background: url(../images/wave_top1.svg), #FAF6E2;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}
#first .moni {
	text-align: center;
	position: relative;
	margin-bottom: 64px;
	transform: translateY( -60px);
	position: relative;
	z-index: 3;
}
#first .moni p.txt {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 39px;
	color: #fff;
	width: 100%;
}
#first .moni p.txt strong {
	font-size: 60px;
	color: #F0EB47;
}
#first .moni p.txt span.small {
	font-size: 25px;
}
#first .control {
	text-align: center;
	transform: translateY( -60px);
	margin-bottom: 40px;
}
#first .control a.btn {
	padding-top: 40px;
	padding-bottom: 40px;
	border-radius: 80px;
}
/* 1200 */
@media (max-width: 1200px) {
	#first .moni {
		margin-bottom: max(10.7vw, 64px);
	}
}
/* 1050 */
@media (max-width: 1050px) {
	#first .moni p.txt {
		font-size: max(3.73vw, 13px);
	}
	#first .moni p.txt strong {
		font-size: max(5.7vw, 21px);
	}
	#first .moni p.txt span.small {
		font-size: max(2.4vw, 10px);
	}
}
/* 580 */
@media (max-width: 580px) {
	#first .control {
		margin-bottom: 10px;
	}
}

/*--------------------------------------------------------------*/
/* sec1 このような方々におすすめしています */
/*--------------------------------------------------------------*/
.sec1 {
	position: relative;
	margin-bottom: 64px;
}
.sec1 h2 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 64px;
	text-align: center;
}
.sec1 img.main {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	max-width: 513px;
	min-width: 350px;
	width: 40%;
}
ul.fuwa {
	position: relative;
	height: 590px;
}
ul.fuwa li {
	position: absolute;
	aspect-ratio: 40 / 23;
}
ul.fuwa li div.kumo {
	background: url(../images/balloon.svg) no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.fuwa li p.txt {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
ul.fuwa li p.txt strong {
	color: #E83C09;
}
.fuwa01 {
	bottom: 36%;
	left: 0;
	animation: horizontal 1s ease-in-out infinite alternate;
	animation-duration: 1.1s;
	width: 35%;
	z-index: 5;
}
.fuwa02 {
	top: 0;
	left: 32%;
	animation: horizontal 1s ease-in-out infinite alternate;
	animation-duration: 1.3s;
	width: 35%;
	z-index: 6;
}
.fuwa03 {
	bottom: 35%;
	right: 0;
	animation: horizontal 1s ease-in-out infinite alternate;
	animation-duration: 1.5s;
	width: 35%;
	z-index: 5;
}
.fuwa01 div.kumo {
	animation: vertical 1s ease-in-out infinite alternate;
	animation-duration: 1.3s;
}
.fuwa02 div.kumo {
	animation: vertical 1s ease-in-out infinite alternate;
	animation-duration: 1.1s;
}
.fuwa03 div.kumo {
	animation: vertical 1s ease-in-out infinite alternate;
	animation-duration: 1.5s;
}
@keyframes horizontal {
    0% { transform:translateX( -3px); }
  100% { transform:translateX(  0px); }
}
@keyframes vertical {
    0% { transform:translateY(-10px); }
  100% { transform:translateY(  0px); }
}
/* 1200 */
@media (max-width: 1200px) {
	ul.fuwa {
		position: relative;
		height: 50vw;
		min-height: 515px;
	}
	ul.fuwa li p.txt {
		font-size: max(2vw, 16px);
	}
}
/* 890 */
@media (max-width: 890px) {
	ul.fuwa {
		height: 58vw;
		min-height: 460px;
	}
	.fuwa01 {
		bottom: 41%;
	}
	.fuwa03 {
		bottom: 41%;
	}
}
/* 700 */
@media (max-width: 700px) {
	.sec1 {
		text-align: center;
	}
	.sec1 img.main {
		position: initial;
		-webkit-transform: initial;
		transform: initial;
		width: 68%;
	}
	ul.fuwa {
		height: initial;
		min-height: initial;
	}
	ul.fuwa li {
		position: initial;
		max-width: 360px;
		width: 100%;
		margin: 0 auto 20px auto;
	}
}

/*--------------------------------------------------------------*/
/* sec2 押さえてほしい “3つの鉄則” */
/*--------------------------------------------------------------*/
section.sec2 {
	background: #FAF6E2;
	position: relative;
	z-index: 3;
}
section.sec2 .ya {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
section.sec2 header,
section.sec2 ul {
	transform: translateY(160px);
}
section.sec2 header {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 30px;
	margin-bottom: 64px;
}
section.sec2 header .text {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
section.sec2 header .text h2 {
	font-size: 36px;
}
section.sec2 header .text h2 span.big {
	font-size: 42px;
}
section.sec2 header .text h2 span.orange {
	color: #E83C09;
}
section.sec2 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
section.sec2 ul li {
	width: 32%;
	padding: 64px 32px 32px 32px;
	background: #fff;
	border: 2px solid #053657;
	position: relative;
}
section.sec2 ul li h3 {
	color: #F28C00;
	font-size: 24px;
	text-align: center;
	margin-bottom: 16px;
}
section.sec2 ul li p.txt {
	margin-bottom: 16px;
}
section.sec2 ul li .maru {
	width: 88px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: #053657;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -44px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
section.sec2 ul li .num {
	font-style: italic;
	font-size: 32px;
	margin-left: 3px;
}
/* 834 */
@media (max-width: 834px) {
	section.sec2 ul li {
		width: 100%;
		max-width: 400px;
		padding: 64px 24px 32px 24px;
		margin-bottom: 64px;
		margin: 0 auto 64px auto;
	}
}
/* 700 */
@media (max-width: 700px) {
	section.sec2 header {
		display: block;
		text-align: center;
	}
}
/* 580 */
@media (max-width: 580px) {
	section.sec2 header {
		transform: translateY(120px);
	}
}

/*--------------------------------------------------------------*/
/* sec3 */
/*--------------------------------------------------------------*/
section.sec3 {
	position: relative;
	background: url(../images/sec3_bk.svg), url(../images/wave_top2.svg);
	background-repeat:  no-repeat;
	background-position: center bottom 10%, top -2px center;
	background-size: 100%;
	padding-top: 300px;
}
section.sec3 header + p.txt {
	max-width: 900px;
	margin: 0 auto 64px auto;
	text-align: center;
}
section.sec3 header .logo img {
	max-width: 124px;
}
section.sec3 ul li {
	background: #fff;
	margin-bottom: 64px;
	padding: 64px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.2);
}
section.sec3 ul li.reverse {
	flex-direction: row-reverse;
}
section.sec3 ul li figure {
	width: 40%;
}
section.sec3 ul li div.text {
	width: 53%;
}
section.sec3 ul li div.text h3 {
	color: #F28C00;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 16px;
}
/* 1200 */
@media (max-width: 1200px) {
	section.sec3 ul li {
		padding: max(6vw, 24px);
	}
}
/* 834 */
@media (max-width: 834px) {
	section.sec3 {
		padding-top: 200px;
	}
	section.sec3 header h2 {
		margin-bottom: 16px;
	}
	section.sec3 ul li {
		margin-bottom: 32px;
	}
	section.sec3 ul li figure {
		width: 100%;
		margin-bottom: 20px;
	}
	section.sec3 ul li div.text {
		width: 100%;
	}
}
/* 580 */
@media (max-width: 580px) {
	section.sec3 ul li figure {
		width: 100%;
	}
	section.sec3 ul li figure img {
		aspect-ratio: 28 / 34;
		object-fit: cover;
	}
}

/*--------------------------------------------------------------*/
/* plan */
/*--------------------------------------------------------------*/
#plan {
	background: #FAF6E2;
}
#plan header p.txt {
	max-width: 900px;
	margin: 0 auto;
}
#plan ul.parent {
	max-width: 950px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 32px 0;
}
#plan ul.parent > li {
	width: 48.5%;
	background: #fff;
	border: 2px solid #053657;
}
#plan ul.parent > li:nth-child(1) {
	margin-right: 3%;
}
#plan ul.parent > li:nth-child(3) {
	width: 100%;
}
#plan ul.parent > li:nth-child(3) .flex {
	display: flex;
	flex-wrap: wrap;
}
#plan ul.parent > li:nth-child(3) .flex .left {
	width: 40%;
}
#plan ul.parent > li:nth-child(3) .flex .left .box {
	width: 100%;
	height: 200px;
	background: #F5F5F5;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
#plan ul.parent > li:nth-child(3) .flex .right {
	width: 60%;
	padding-left: 32px;
}
#plan ul.parent > li .head {
	background: #053657;
	color: #fff;
	text-align: center;
	padding: 16px 0;
}
#plan ul.parent > li .head.color {
	color: #F0EB47;
}
#plan ul.parent > li h3 {
	font-size: 24px;
}
#plan ul.parent > li span.htxt {
	display: block;
}
#plan ul.parent > li .wrap {
	padding: 32px;
}
#plan ul.parent > li .wrap span.price {
	font-size: 48px;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
#plan ul.parent > li .wrap span.price span.man {
	font-size: 28px;
}
#plan ul.parent > li .wrap dl dt.point {
	font-weight: bold;
	color: #fff;
	background: #F28C00;
	max-width: 150px;
	margin: 0 auto;
	display: block;
	border-radius: 30px;
	text-align: center;
	padding: 5px 0 6px 0;
	margin-bottom: 20px;
}
#plan ul.parent > li .wrap dl dd figure {
	text-align: center;
	margin: 32px 0;
}
ul.disc {
	list-style: disc;
	margin-left: 20px;
}
ul.disc li::marker {
	font-size: 8px;
}
ul.disc li.color {
	color: #E83C09;
}
/* 580 */
@media (max-width: 580px) {
	#plan ul.parent > li {
		width: 100%;
		margin-right: 0!important;
	}
	#plan ul.parent > li:nth-child(3) .flex .left {
		width: 100%;
		margin-bottom: 25px;
	}
	#plan ul.parent > li:nth-child(3) .flex .right {
		width: 100%;
		padding-left: 0;
	}
	#plan ul.parent > li .wrap {
		padding: 32px 20px;
	}
}

/*--------------------------------------------------------------*/
/* works */
/*--------------------------------------------------------------*/
section#works {
	background: url(../images/wave_bottom2.svg);
	background-repeat: no-repeat;
	background-position: bottom -2px center;
	background-size: 100%;
	padding-bottom: 200px;
}
section#works ul {
	display: flex;
	flex-wrap: wrap;
	gap: 64px 0;
}
section#works ul li {
	width: 46%;
	margin-right: 8%;
}
section#works ul li:nth-child(2n) {
	margin-right: 0;
}
section#works ul li .wrap {
	filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));
}
section#works ul li .wrap figure img {
	border-radius: 0 0 15px 15px;
}
section#works ul li p.txt {
	font-weight: bold;
	padding-top: 24px;
	text-align: center;
}
/* 580 */
@media (max-width: 580px) {
	section#works {
		padding-bottom: 140px;
	}
	section#works ul li {
		width: 100%;
		margin-right: 0;
	}
	section#works ul li p.txt {
		padding-top: 16px;
	}
}

/*--------------------------------------------------------------*/
/* flow */
/*--------------------------------------------------------------*/
section#flow {
	background: #FAF6E2;
}
section#flow img.icon {
	margin-top: -80px;
	margin-bottom: 25px;
	margin-left: 80px;
}
section#flow ul.parent {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 760px;
	margin: 0 auto;
}
section#flow ul.parent > li {
	margin-bottom: 66px;
}
section#flow ul.parent > li.one {
	background: #fff;
	width: 100%;
	border: 2px solid #053657;
}
section#flow ul.parent > li ul.sub > li {
	background: #fff;
	margin-bottom: 66px;
}
section#flow ul.parent > li.arrow {
	position: relative;
}
section#flow ul.parent > li.arrow::after {
	content: '';
	display: block;
	width: 30px;
	height: 18px;
	position: absolute;
	bottom: -45px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: url(../images/arrow.svg) no-repeat;
	background-size: contain;
}
/* sub */
section#flow ul.sub > li div.head h3 {
	display: block;
}
section#flow ul.sub > li div.head h3 span.num {
	margin-bottom: 15px;
}
/* left */
section#flow ul.parent > li.left {
	width: 47.5%;
	margin-bottom: 0;
}
section#flow ul.parent > li.left ul.sub > li {
	border: 2px solid #1B5E20;
}
section#flow ul.parent > li.left ul.sub > li div.head {
	background: #1B5E20;
}
section#flow ul.parent > li.left div.head .tag {
	color: #1B5E20;
}
section#flow ul.parent > li.left ul.list {
	color: #1B5E20;
}
/* sub */
section#flow ul.parent > li ul.sub > li {
	position: relative;
}
section#flow ul.parent > li ul.sub > li::before {
	content: '';
	display: block;
	width: 30px;
	height: 18px;
	position: absolute;
	top: -45px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: url(../images/arrow.svg) no-repeat;
	background-size: contain;
}
section#flow ul.parent > li ul.sub > li:nth-child(2)::after {
	content: '';
	display: block;
	width: 30px;
	height: 18px;
	position: absolute;
	bottom: -45px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: url(../images/arrow.svg) no-repeat;
	background-size: contain;
}
/* right */
section#flow ul.parent > li.right {
	width: 47.5%;
	margin-bottom: 0;
}
section#flow ul.parent > li.right ul.sub > li {
	border: 2px solid #1565C0;
}
section#flow ul.parent > li.right ul.sub > li div.head {
	background: #1565C0;
}
section#flow ul.parent > li.right ul.sub > li div.head .tag {
	color: #1565C0;
}
section#flow ul.parent > li.right ul.list {
	color: #1565C0;
}
/* list */
section#flow ul.list {
	padding: 20px;
	list-style: disc;
	margin-left: 20px;
}
/* head */
section#flow div.head {
	background: #053657;
	color: #fff;
	padding: 16px;
	display: flex;
	justify-content: space-between;
	gap: 12px;
}
section#flow div.head h3 {
	display: flex;
	align-items: center;
	font-weight: normal;
}
section#flow div.head h3 span.num {
	background: #fff;
	color: #053657;
	line-height: 1;
	width: 30px;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	border-radius: 15px;
	margin-right: 20px;
}
section#flow div.head .tag {
	display: inline-block;
	padding: 3px 5px 4px 5px;
	background: #fff;
	color: #000;
	font-size: 14px;
	border-radius: 4px;
	line-height: 1;
	flex-shrink: 0;
	margin-bottom: auto;
}
/* 815 */
@media (max-width: 815px) {
	/* right */
	section#flow ul.parent > li.right {
		width: 100%;
	}
	/* left */
	section#flow ul.parent > li.left {
		width: 100%;
	}
	section#flow ul.parent > li.left ul.sub > li:nth-child(2)::after {
		content: none;
	}
}
/* 580 */
@media (max-width: 580px) {
	section#flow div.image img.icon {
		margin-bottom: 30px;
		margin-left: initial;
	}
	section#flow div.image {
		text-align: center;
	}
}

/*--------------------------------------------------------------*/
/* faq */
/*--------------------------------------------------------------*/
section#faq {
	background: #FAF6E2;
}
.qa_lists dl:last-child {
	margin-bottom: 0;
}
.qa_lists dl {
	background: #fff;
	margin-bottom: 16px;
}
.qa_lists dl dt {
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	line-height: 1.2;
	padding: 32px 70px 28px 25px;
	position: relative;
	cursor: pointer;
}
.qa_lists dl dt:hover {
	background: #fbfbfb;
}
.qa_lists dl dt.is-open .text,
.qa_lists dl dt:hover .text {
	background: #eb7077;
	color: #fff;
}
.qa_lists dl dt span.qq {
	font-size: 32px;
	color: #F28C00;
	position: absolute;
	top: 21px;
	left: 30px;
}
.qa_lists dl dt span.q_txt {
	margin-left: 50px;
	display: block;
	line-height: 1.4;
}
.qa_lists dl dd {
	padding: 32px 70px 28px 75px;
	background: #fdfdfd;
	position: relative;
}
.qa_lists dl dd span.aa {
	font-size: 32px;
	color: #F28C00;
	position: absolute;
	top: 15px;
	left: 30px;
}
.qa_lists dl dt.is-close + dd {
	display: none;
}
.qa_lists dl dt.is-open + dd {
	display: block;
}
.qa_lists dl dt::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	width: 20px;
	height: 4px;
	background: #053657;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transform: rotate(-180deg);
}
.qa_lists dl dt.is-close:not(.is-open)::after,
.qa_lists dl dt.is-open::after {
	transform: rotate(-90deg);
}
.qa_lists dl dt.is-close.is-open::after {
	transform: rotate(-180deg);
}
.qa_lists dl dt::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	width: 20px;
	height: 4px;
	background: #053657;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transform: rotate(0deg);
}
.qa_lists dl dt.is-close:not(.is-open)::before,
.qa_lists dl dt.is-open::before {
	transform: rotate(180deg);
}
.qa_lists dl dt.is-close.is-open::before {
	transform: rotate(0deg);
}
/* 768 */
@media (max-width: 768px) {
	.qa_lists dl dt {
		padding: 27px 50px 23px 5px;
	}
	.qa_lists dl dt span.qq {
		left: 14px;
	}
	.qa_lists dl dt::after {
		right: 20px;
	}
	.qa_lists dl dt::before {
		right: 20px;
	}
	.qa_lists dl dd {
		padding: 27px 50px 23px 55px;
	}
	.qa_lists dl dd span.aa {
		left: 14px;
	}
}
/* 580 */
@media (max-width: 580px) {
	.qa_lists dl dt {
		padding: 22px 45px 18px 5px;
	}
	.qa_lists dl dt::after {
		right: 12px;
	}
	.qa_lists dl dt::before {
		right: 12px;
	}
	.qa_lists dl dd {
		padding: 22px 45px 18px 55px;
	}
	.qa_lists dl dt span.qq {
		top: 14px;
		left: 14px;
	}
	.qa_lists dl dd span.aa {
		top: 12px;
	}
}

/*--------------------------------------------------------------*/
/* contact */
/*--------------------------------------------------------------*/
#contact {
	background: url(../images/wave_top2.svg), url(../images/wave_bottom1.svg);
	background-repeat:  no-repeat;
	background-position: top -2px center, bottom -2px center;
	background-size: 100%;
}
#contact header p.txt {
	max-width: 960px;
	margin: 0 auto;
}
.form {
	max-width: 600px;
	margin: 0 auto;
}
.form .hissu {
	font-size: 12px;
	font-weight: normal;
	background: #E83C09;
	color: #fff;
	margin-right: 8px;
	padding: 1px 8px 3px 8px;
}
.form .ninni {
	font-size: 12px;
	font-weight: normal;
	background: #C0C0C0;
	color: #fff;
	margin-right: 8px;
	padding: 1px 8px 3px 8px;
}
.form ul.parent {
	margin-bottom: 64px;
}
.form ul.parent > li:not(:last-child) {
	margin-bottom: 40px;
}
.form ul.parent > li .title {
	width: 190px;
	margin-bottom: 8px;
	font-weight: bold;
}
.form ul.parent > li .input {
	flex: 1;
}
.form label {
	cursor: pointer;
}
.form #phone {
	max-width: 300px;
}
.form span.error {
	margin: 5px 0;
}
.form div.note {
	padding: 25px 30px;
	margin: 60px 0;
	border: 1px solid #474747;
}
.form div.note ul {
	list-style-type: disc;
	margin-left: 20px;
}
.form .control {
	text-align: center;
}
.form #success {
	margin-bottom: 30px;
}
.form #success strong {
	color: blue;
}
.form #success strong.rnote {
	color: red;
}
.form p.help-block {
	color: red;
	margin: 0 0 5px 0;
}
/* 580 */
@media (max-width: 580px) {
	#contact {
		padding-bottom: 120px;
	}
	.form ul.parent > li:not(:last-child) {
		margin-bottom: 25px;
	}
	.form ul.parent > li .title {
		width: 100%;
		padding-right: 0;
		margin-bottom: 5px;
		font-weight: bold;
	}
	.form ul.parent > li .input {
		width: 100%;
	}
	.form ul.parent > li .input textarea {
		height: 180px;
	}
}

/*--------------------------------------------------------------*/
/* footer */
/*--------------------------------------------------------------*/
footer {
	background: #F0EB47;
	padding-top: 64px;
	padding-bottom: 30px;
	text-align: center;
}
footer .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
footer .flex .left {
	text-align: left;
}
footer .flex .left address {
	margin-top: 25px;
	font-style: normal;
}
footer .flex .right {
	text-align: right;
}
footer .flex .right a {
	font-size: 40px;
	font-weight: 900;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
footer .flex .right a span.txt {
	font-size: 16px;
	padding-top: 9px;
}
footer .flex .right div.time {
	margin-top: 20px;
	margin-right: 10px;
}
footer a {
	color: #053657;
	transition: opacity .3s ease;
}
body.is-pc footer a:hover {
	color: #053657;
	opacity: 0.8;
}
footer .copy {
	margin-top: 64px;
}
/* 900 */
@media (max-width: 900px) {
	footer .flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	footer .flex .left {
		width: 100%;
		max-width: 440px;
		margin: 0 auto 25px auto;
	}
	footer .flex .right {
		width: 100%;
		text-align: center;
	}
}
/* 580 */
@media (max-width: 580px) {
	footer .flex .right div.time {
		margin-top: 10px;
		margin-right: 0;
	}
}

