@charset "UTF-8";

/*======= fonts =======*/
/*アイコンフォント*/
@import url("../font/fontawesome/fontawesome.css");

/*Noto Sans*/
@font-face {
	font-family: "Noto Sans JP";
	src: url("../font/noto/NotoSansJP-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "Noto Sans JP";
	src: url("../font/noto/NotoSansJP-SemiBold.woff2") format("woff2");
	font-weight: 600;
}
@font-face {
	font-family: "Noto Sans JP";
	src: url("../font/noto/NotoSansJP-Bold.woff2") format("woff2");
	font-weight: 700;
}
@font-face {
	font-family: "Noto Sans JP";
	src: url("../font/noto/NotoSansJP-ExtraBold.woff2") format("woff2");
	font-weight: 800;
	font-style: bold;
}
@font-face {
	font-family: "Noto Sans JP";
	src: url("../font/noto/NotoSansJP-Black.woff2") format("woff2");
	font-weight: 900;
}

@font-face {
	font-family: "Jost", sans-serif;
	src: url("../font/jost/Jost-Bold.woff2") format("woff2");
	font-weight: 700;
}

:root{
	/*フォント*/
	--font_eng: "Jost";
	/*カラー*/
	--color_black: #2b2b2b;
	--color_blue: #1946ba;
	--color_red: #ec5b5e;
	--color_btnhover: #d43438;
	--color_yellow: #fde67c;
}


/*base*/
html { font-size:62.5%; }
main { display:block; }
img { width:auto; max-width:100%; height:auto; }
a{ color: var( --color_blue ); text-decoration:underline; transition: all .3s ease; }

input:focus,
select:focus,
textarea:focus,
a:focus,
a:focus img,
button:focus {
	outline: 1px #1946ba solid;
}
button{
	outline:none;
	border:none;
	background:none;
}

::selection {
	background: #1946ba;
	color: #fff;
}
::-moz-selection {
	background: #1946ba;
	color: #fff;
}


*{ box-sizing: border-box; }
fieldset{ all: unset; }

body {
	margin: 0;
	padding: 0;
	color: var( --color_black );
	text-align:center;
	font-size: 1.8rem;
	letter-spacing: .05em;
	line-height: 1.7;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	position: relative;
	background: #fff;
}

button.siryo {
	width:50%;
	padding:1.5% 25px 1.5% 70px;
	border:4px #fff solid;
	border-radius:10px;
	color: #fff;
	font-size:2.4rem;
	font-weight:700;
	letter-spacing: .05em;
	text-decoration:none;
	background:var( --color_red );
	font-family: "Noto Sans JP", sans-serif;
	transition: all 0.3s ease 0s;
}
button.siryo span { display:block; position:relative; }
button.siryo span::before {
	content:"";
	width:46px;
	height:46px;
	margin-right:.5em;
	display:block;
	background:url( ../../img/shiryo-icon.png ) no-repeat left / 100%;
	position:absolute;
	left:calc( 50% - 7em );
	top:calc( 50% - 23px );
}
button.siryo:hover { background:var( --color_btnhover ); }

button.siryo_btn_smt { display:none; }
button.siryo_btn_smt { display:none; }
@media screen and (max-width: 560px) {
	button.siryo{ display:none; }
	button.siryo_btn_smt { display:block; margin:0 auto ; }
}


h2{ color: var( --color_blue ) ; 	font-weight:900; }


/* ====== header ====== */
header {
	padding-bottom:30vw;
	background: url(../../img/top-bg02.png) no-repeat center bottom / 100% auto,
	url(../../img/bg-lightgreen.png) repeat;
	position:relative;
}
header .decoration{
	width:100%;
	height:100%;
	background:url( ../../img/top-bg01.png ) no-repeat center top / 100% auto;
}

header #head{
	padding:40px 40px 0;
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
}
header #head .logo { width:250px; }
header #head button.siryo {
	width:auto;
	padding:10px 25px 12px 70px;
	font-size:1.8rem;
	border:2px #fff solid;
}
header #head button.siryo span::before {
	width:30px;
	height:30px;
	left:calc( 50% - 6.5em );
	top:calc( 50% - 14px );
}
header #head button.siryo_smt { display:none; }

header .txt{
	width:800px;
	height:529px;
	margin:-80px auto 0;
	padding:120px 0 0;
	background:url( ../../img/main-catch.png ) no-repeat;
}
header .txt h1{ margin-bottom:25px; }
header .main-icon{
	width:549px;
	margin:-200px auto -100px;
}

header .siryo-btn{
	width:100%;
	position:absolute;
	bottom:55px;
}


@media screen and (max-width: 1400px) {
	header { padding-bottom:32vw; }
	header .siryo-btn{ bottom:30px; }
}
@media screen and (max-width: 1040px) {
	header .txt{
		width:100%;
		max-width:800px;
		background:url( ../../img/smt-main-catch.png ) no-repeat center center / contain;
	}
	header .txt h1{ zoom:90%; }
	header .txt h1 + p{ padding:0 20%; zoom:90%; }
	header #head .logo { width:200px; }
	header #head{ padding:20px 20px 0; }
	header #head button.siryo { zoom:90% };
}

@media screen and (max-width: 900px) {
	button.siryo { width:80%; padding:15px 0; }
	header .siryo-btn{ bottom:100px; }
	button.siryo span::before {
		width:35px;
		height:35px;
		left:calc( 50% - 6.2em );
		top:calc( 50% - 15px );
	}

	header {
		padding-bottom:60vw;
		background: url(../../img/smt-top-bg02.png) no-repeat center bottom / 100% auto,
		url(../../img/bg-lightgreen.png) repeat;
	}
	header .decoration{ background:url( ../../img/smt-top-bg01.png ) no-repeat center top / 100% auto; }
	header .main-icon{ width:90%; margin:-170px auto -100px; }
}
@media screen and (max-width: 830px) {
	header .siryo-btn{ bottom:80px; }
}
@media screen and (max-width: 700px) {
	header .siryo-btn{ bottom:60px; }
}
@media screen and (max-width: 630px) {
	header .siryo-btn{ bottom:50px; }
}
@media screen and (max-width: 560px) {
	header { padding-bottom:70vw; }
	header #head button.siryo{ display:none; }
	header #head button.siryo_smt{
		max-width:80px;
		display:block;
	}
	header .siryo-btn{ bottom:30px; }
}
@media screen and (max-width: 510px) {
	header .siryo-btn{ bottom:0px; }
}




/* ====== 本文エリア ====== */

/* こんなお悩み、ありませんか？ */
.worriesBlock{ margin-top:-5px; padding:50px 20px 0; background:#fff; position:relative; z-index:200; }
.worriesBlock h2{
	margin-bottom:65px;
	padding-bottom:.8em;
	display:inline-block;
	font-size:3.5rem;
	background: url( ../../img/wavy-line.png ) repeat-x bottom ;
}
.worriesBlock h2 .smt{ display:none; }
.worriesBlock picture{ display:block; }

@media screen and (max-width: 580px) {
	.worriesBlock h2{ zoom:85%; }
}
@media screen and (max-width: 490px) {
	.worriesBlock h2{ margin-bottom:40px; zoom:100%;  line-height:1.3; }
	.worriesBlock h2 .smt{ display:block; }
}

/* 終活とは */
.messageBlock{
	padding:60px 0 0;
	background:url( ../../img/bg-green.png ); position:relative;
}
.messageBlock .inner{
	width:100%;
	max-width:860px;
	margin:0 auto;
	padding-bottom:200px;
	text-align:left;
	background:url( ../../img/birds.png ) no-repeat top 10px right / 175px auto,
	url( ../../img/message-end.png ) no-repeat bottom center;
}
.messageBlock h2{
	padding:0 1.2em;
	display:inline-block;
	color:#fff;
	font-size:4.547rem;
	background:var( --color_blue );
	transform: rotate(-0.01turn);
}
.messageBlock h3{
	margin:1em 0 2.5em;
	text-align:center;
}
.messageBlock p{
	margin-left:2em;
	font-size:2.2rem;
	line-height:5.0rem;
	letter-spacing: 0;
}
.messageBlock p strong{
	padding:0 .2em;
	color:var( --color_blue );
	font-family: YakuHanJP , sans-serif;
	background: var( --color_yellow );
}

@media screen and (max-width: 880px) {
	.messageBlock .inner{ padding:0 20px 200px; }
	.messageBlock p{ font-size:2.0rem; }
	.messageBlock p .smt{ display:none; }
}
@media screen and (max-width: 725px) {
	.messageBlock .inner{
		padding:30px 20px 150px;
		background:url( ../../img/birds.png ) no-repeat top right / 120px auto,
		url( ../../img/message-end.png ) no-repeat bottom center / 80%;
	}
	.messageBlock h2{ zoom:85%; }
	.messageBlock h3{ margin-top:2em; zoom:85%; }
	.messageBlock p{ line-height:4.0rem; }
}
@media screen and (max-width: 480px) {
	.messageBlock h2{ zoom:70%; }
	.messageBlock p{ margin-left:0; }
}



/* 私たちが提供する終活サポート！ */
.supportBlock{ padding:60px 0 100px; background:url( ../../img/support-bg.png ) no-repeat bottom center / 100%; }
.supportBlock .inner{ max-width:1060px; margin:0 auto; }

.supportBlock h2.pcOnly{
	height:178px;
	padding:55px 0 0 200px;
	font-size:3.2rem;
	background:url( ../../img/support-title.png ) no-repeat left bottom;
}
.supportBlock h2.smtOnly{ display:none; }

.supportBlock h2 .pc{ display:none; }

.supportBlock ul{
	margin-bottom:95px;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	list-style:none;
	gap: 1.5em .75em;
}
.supportBlock ul li{
	max-width:calc( 100% / 3 - .5em );
	padding:0 20px 2em;
	border:4px var( --color_blue ) solid;
	border-radius:10px;
	background:#fff;
}
.supportBlock ul li dt{ margin:5px 0 5px; font-size:2.4rem; color:var( --color_blue ); }
.supportBlock ul li dd{ text-align:left; font-weight:500; }

@media screen and (max-width: 1120px) {
	.supportBlock .inner{ padding:0 20px; }
}
@media screen and (max-width: 1040px) {
	.supportBlock h2.pcOnly{
		height:150px;
		padding:50px 0 0 160px;
		font-size:2.8rem;
		background:url( ../../img/support-title.png ) no-repeat left bottom / contain;
	}
}
@media screen and (max-width: 960px) {
	.supportBlock ul{ flex-direction: column; gap: 1em;}
	.supportBlock ul li{
		max-width:100%;
		padding:0 10px 10px;
		display:flex;
		align-items: flex-start;
		text-align:left;
	}
	.supportBlock ul li dt{ margin-top:10px; }
}
@media screen and (max-width: 930px) {
	.supportBlock h2.pcOnly{ padding:40px 0 0 320px; text-align:left; line-height:1.2; }
	.supportBlock h2.pcOnly .pc{ display:block; }
}
@media screen and (max-width: 640px) {
	.supportBlock{ padding:60px 0 80px; }
	.supportBlock h2.pcOnly{
		height:100px;
		padding:25px 0 0 220px;
		font-size:2.0rem;
		background:url( ../../img/support-title.png ) no-repeat left bottom / contain;
	}

	.supportBlock ul li img{ width:70px; }
	.supportBlock ul li{ line-height:1.4; }
	.supportBlock ul li dt{ font-size:2.0rem; }
	.supportBlock ul li dd{ font-size:1.6rem; }
}
@media screen and (max-width: 460px) {
	.supportBlock h2.pcOnly{ display:none ; }
	.supportBlock h2.smtOnly{ display:block ; }
}


/* 選ばれる4つの理由 */
.reasonBlock{ margin-top:-1px;  padding-bottom: 130px; background:url( ../../img/bg-lightpink.png ) repeat }

.reasonBlock ul{ margin-top:100px; list-style:none; }
.reasonBlock ul li{ text-align:left; position:relative; }
.reasonBlock ul img{ width:75%; }
.reasonBlock ul li p{
	margin-left:4em;
	font-size:2.0rem;
	position:relative; bottom:2em;
}

.swiper-wrap {
	margin-bottom: 85px;
	position: relative;
}
.reasonBlock #pager { max-width:660px; margin:30px auto 0; position: relative; }
.swiper-pagination-fraction {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var( --color_blue );
	font-size:2.0rem;
	font-family: "Jost", sans-serif;
	position: absolute;
	bottom: -60px;
	z-index: 1;
}
.swiper-border {/* ボーダーの下地のCSSです */
	width: 115px;
	height: 4px;
	margin: 0 2em;
	background: #fff;
	position: relative;
}
.swiper-border span {/* ボーダーの伸びるところのCSSです */
	height: 100%;
	display: block;
	background: var( --color_blue );
	position: absolute;
	top: 0;
	left: 0;
	transition: .4s;
}
.swiper-button-next,
.swiper-button-prev{
	width: 20px;
	height: 20px;
	top: auto;
	bottom: -54px;
}
.swiper-button-next:after,
.swiper-button-prev:after{
	color: var( --color_blue );
	font-size: 2.0rem;
	font-weight:600;
}
.swiper-button-prev{ left:100px; }
.swiper-button-next{ right:100px; }

@media screen and (max-width: 730px) {
	.reasonBlock h2{ padding:0 20px; }
}
@media screen and (max-width: 640px) {
	.reasonBlock{ padding-bottom: 80px; }
	.reasonBlock ul{ margin-top:60px; list-style:none; }
	.reasonBlock ul li p{
		margin-left:3em;
		font-size:1.8rem;
	}
	.reasonBlock #pager { margin:0 auto; }
}
@media screen and (max-width: 590px) {
	.swiper-border { width: 80px; }
	.swiper-button-prev{ left:40px; }
	.swiper-button-next{ right:40px; }
}


/* お客様の声 */
.voiceBlock{
	padding:100px 20px;
	background:url( ../../img/bg-pink.png ); position:relative;
}
.voiceBlock::before{
	content:"";
	width:72px;
	height:27px;
	display:block;
	background:url( ../../img/reason-arrow.png ) no-repeat;
	position:absolute;
	top:0;
	left:calc( 50% - ( 72px / 2 ) );
}
.voiceBlock h2{
	max-width:1060px;
	margin:0 auto 30px;
	padding-left:1em;
	text-align:left;
	font-size:3.0rem;
	letter-spacing: .15em;
	position:relative;
}
.voiceBlock h2::after{
	content:"";
	width:129px;
	height:114px;
	display:block;
	background:url( ../../img/book.png ) no-repeat ;
	position:absolute;
	top:25px;
	right:55px;
}

.voiceBlock .inner{
	max-width:1060px;
	margin:0 auto;
	padding:80px 55px 110px;
	border-radius:30px;
	background:#fff;
}
.voiceBlock picture + picture{
	margin-top:60px;
	display:block;
}
@media screen and (max-width: 760px) {
	.voiceBlock h2::after{ width:100px; background:url( ../../img/book.png ) no-repeat top right / contain ; }
	.voiceBlock .inner{ padding:60px 30px 80px; }
}
@media screen and (max-width: 640px) {
	.voiceBlock{ padding:80px 20px; }
	.voiceBlock h2{ font-size:2.8rem; }
}
@media screen and (max-width: 500px) {
	.voiceBlock h2{ margin-bottom:10px; }
	.voiceBlock h2::after{ width:80px; }
	.voiceBlock h2::after{ top:15px; right:10px; }
	.voiceBlock picture + picture{ margin-top:30px; }
}


/* サポートの流れ */
.stepBlock{
	max-width:1060px;
	margin:100px auto;
	padding:0 20px;
}
.stepBlock h2{ margin-bottom:80px; font-size:3.2rem; }
.stepBlock ol{ list-style:none; }
.stepBlock ol li{
	padding-bottom:40px;
	display:flex;
	justify-content: flex-end;
	gap:8%;
	text-align:left;
	position:relative;
}
.stepBlock ol li::after{
	content:"";
	width:1px;
	height:100%;
	display:block;
	border-left:2px var( --color_blue ) dotted;
	position:absolute;
	left:106px;
	top:0;
	z-index:-2;
}
.stepBlock ol li.step05::after{ display:none; }

.stepBlock ol li figure{ width:100%; max-width:72px; text-align:right; }
.stepBlock ol li dl{ max-width:795px; width:100%; }
.stepBlock ol li dt{
	margin-bottom:.5em;
	color:var( --color_blue );
	font-size:2.2rem;
}
.stepBlock ol li dd{
	padding:20px 40px;
	border-radius:20px;
	background:#f6f6f5;
	box-shadow: 3px 4px 0px 0 rgba(206,226,236,1);
}

@media screen and (max-width: 1075px) {
	.stepBlock ol li{ justify-content: flex-start; gap:80px; }
	.stepBlock ol li dl{ max-width:auto; width:100%; }
	.stepBlock ol li::after{ left: 34px; }
}
@media screen and (max-width: 810px) {
	.stepBlock ol li{ gap:40px; }
}
@media screen and (max-width: 640px) {
	.stepBlock{ margin:60px auto; }
	.stepBlock h2{ margin-bottom:40px; font-size:2.8rem; }
	.stepBlock ol li figure{ max-width:60px;  }
	.stepBlock ol li::after{ left: 29px; }
	.stepBlock ol li{ gap:20px; }
	.stepBlock ol li dt{ font-size:2.0rem; line-height:1.4; }
	.stepBlock ol li dd{ padding:15px 25px; font-size:1.6rem; }
	.stepBlock ol li dd br{ display:none; }
}




/* よくあるご質問 */
.faqBlock{ padding:90px 20px 140px; background:url( ../../img/bg-yellow.png ) repeat }

.faqBlock h2{ font-size:3.2rem; }
.faqBlock ul{
	width:100%;
	max-width:1060px;
	margin:60px auto 90px;
	list-style:none;
	border: 4px var( --color_blue ) solid;
	text-align:left;
	background:#fff;
}
.faqBlock ul li + li{
	border-top: 4px var( --color_blue ) solid;
}

.faqBlock .question{
	padding: 30px 80px 30px 80px;
	font-size:2.2rem;
	color:var( --color_blue );
	background:url( ../../img/faq_q.png ) no-repeat top 36px left 30px;
	cursor: pointer;
	position: relative;
}
.faqBlock .answer{
	padding:0 80px 30px 80px;
	display: none;
	font-size:1.8rem;
	font-weight:400;
	background:url( ../../img/faq_a.png ) no-repeat top left 30px;
}

.faqBlock .question::before,
.faqBlock .question::after{
	content:'';
	width:25px;
	height:5px;
	margin:auto;
	background:var( --color_blue );
	position:absolute;
	top:48px;
	right:20px;
}
.faqBlock .question::after{
	transform:rotate(-90deg);
	transition:transform 0.3s;
}
.faqBlock .question.active::after{ transform:rotate(0deg); }

@media screen and (max-width: 730px) {
	.faqBlock .question{
		padding: 25px 50px 25px 50px;
		font-size:1.8rem;
		background:url( ../../img/faq_q.png ) no-repeat top 32px left 20px / 20px;
	}
	.faqBlock .answer{
		padding:0 50px 25px 50px;
		font-size:1.6rem;
		background:url( ../../img/faq_a.png ) no-repeat top left 20px / 24px;
	}
	.faqBlock .question::before,
	.faqBlock .question::after{ width:20px; height:5px; top:38px;}
}
@media screen and (max-width: 640px) {
	.faqBlock{ padding:60px 20px ;  }
	.faqBlock ul{ margin:40px auto 50px; }
}

/* お問い合わせ */
.contactBlock{
	padding:90px 20px 80px;
	color:#fff;
	background:url( ../../img/contact-01.png ) no-repeat left calc( 50% - 370px ) bottom / 223px,
	url( ../../img/contact-02.png ) no-repeat right calc( 50% - 400px ) bottom / 283px,
	url( ../../img/bg-navy.png ) repeat;
}
.contactBlock h2{
	width:16em;
	margin:0 auto 10px;
	padding:5px 0;
	font-size:2.2rem;
	font-weight:600;
	background:#fff;
}
.contactBlock h3{
	margin-bottom:10px;
	font-size:4.6rem;
}
.contactBlock h3 + p{ font-weight:500; }
.contactBlock h3 + p .smt{ display:none; }
.contactBlock .telephone{
	margin-top:.5em;
	font-size:4.6rem;
	letter-spacing: .1em;
}
.contactBlock .telephone a{ color:#fff; text-decoration:none; }

.contactBlock .telephone + p{ font-weight:500; }

@media screen and (max-width: 1030px) {
	.contactBlock{
		background:url( ../../img/contact-01.png ) no-repeat left calc( 50% - 340px ) bottom / 223px,
		url( ../../img/contact-02.png ) no-repeat right calc( 50% - 370px ) bottom / 283px,
		url( ../../img/bg-navy.png ) repeat;
	}
}
@media screen and (max-width: 960px) {
	.contactBlock{
		padding-bottom:300px;
		background:url( ../../img/contact-03.png ) no-repeat center bottom / 600px,
		url( ../../img/bg-navy.png ) repeat;
	}
}
@media screen and (max-width: 640px) {
	.contactBlock{
		padding-bottom:200px;
		background:url( ../../img/contact-03.png ) no-repeat center bottom / 400px,
		url( ../../img/bg-navy.png ) repeat;
	}
}
@media screen and (max-width: 530px) {
	.contactBlock h3 + p{ font-size:1.6rem; }
	.contactBlock .telephone{	font-size:3.6rem; letter-spacing: ..5em; }
	.contactBlock .telephone + p{ font-size:1.6rem; }
}
@media screen and (max-width: 480px) {
	.contactBlock h2{ width:100%; font-size:1.8rem;  }
	.contactBlock .telephone{	font-size:3.0rem; letter-spacing: ..5em; }
	.contactBlock h3 + p .smt{ display:block; }
}


/* キャンペーン */
.cpBlock{ padding:70px 20px 90px; }

@media screen and (max-width: 640px) {
	.cpBlock{ padding:50px 20px ; }
}


/* 資料請求フォーム */
#formBlock{
	padding:70px 0 140px;
	background:url( ../../img/bg-beige.png ) repeat
}
#formBlock h2{
	margin-bottom:60px;
	font-size:3.2rem;
	letter-spacing: .12em;
}
#formBlock .inner{ padding: 0 20px; }
#formBlock .inner .note{ margin-bottom:40px; }
#formBlock .inner .note strong{ color:var( --color_red ); }
#formBlock .inner{
	max-width:1060px;
	margin:0 auto;
	text-align:left;
	font-weight:500;
}
.form-parts{
	padding: 15px;
	display: flex;
	gap:20px;
	border-bottom: 1px solid #cfcfcf;
}
.form-parts > label,
.privacy-check > legend,
.gender-box > legend{ min-width:300px; padding-right:70px; position:relative; }
.theme-box > legend{ min-width:300px; padding-right:70px; position:relative; }
.form-parts > div{
	width:100%;
}

.form-parts .input-box{ padding:6px 20px; font-size:1.8rem; }
.form-parts input[type=text],
.form-parts input[type=tel],
.form-parts input[type=email]{ width:100%; }
.form-parts select{ padding:6px 20px; font-size:1.8rem; }
.form-parts .break{ display:block; font-size:1.6rem; }
.form-parts .required{
	padding:3px 15px 5px;
	border-radius:5px;
	color: #fff;
	font-size:1.6rem;
	font-weight:400;
	background:var( --color_red );
	position:absolute;
	top:0;
	right:0;
}
.form-parts .gender-box,
.form-parts .privacy-check{ width:100%; display: contents; }
.form-parts .theme-box div{ margin-top:.5em; }
.form-parts .theme-box div label{ display:inline-block; }

.btn_send{ margin-top:50px; text-align:center; }
button[type=submit]{
	padding:20px 100px;
	border:0;
	border-radius:5px;
	color:#fff;
	font-size:2.0rem;
	letter-spacing: .07em;
	background:var( --color_red );
	cursor: pointer;
}


#thanks-container{ display: none; }
#thanks-container h3{
	text-align:center;
	font-size:2.8rem;
	margin-bottom:30px;
}
#thanks-container > div{ text-align:center; }
#thanks-container .telephone{font-size:3.6rem; letter-spacing: ..5em; }
#thanks-container .telephone + p{ font-size:1.6rem; }




@media screen and (max-width: 970px) {
	.form-parts{ flex-wrap:wrap; }
	.form-parts .gender-box,
	.form-parts .privacy-check{ width:100%; display: block; }

	.form-parts > label,
	.privacy-check > legend,
	.gender-box > legend{ min-width:auto; padding-right:80px; position:relative; }
	.theme-box > legend{ min-width:auto; padding-right:80px; position:relative; }

	.form-parts .break{ display:inline; }
	.form-parts .break br { display:none; }
	.form-parts .required{ padding:0 10px 2px; font-size:1.4rem; top:3px; }

}


/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

select::-ms-expand { display: none; }
input[type="button"]{ cursor: pointer; }

form, input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="url"], .border-box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input , select , textarea { padding:6px; border: 1px #ccc solid; border-radius: 3px; font-family: 'Noto Sans JP', sans-serif ; background:#fff; }



/* ====== footer ====== */
footer {
	padding:60px 20px 50px;
	background: url(../../img/bg-lightgreen.png) repeat;
	position:relative;
}
footer::before {
	content:"";
	width:30%;
	height:100%;
	display:block;
	background:url(../../img/footer_bg-01.png) no-repeat left top / contain;
	position:absolute;
	top:0;
	left:0;
}
footer::after {
	content:"";
	width:30%;
	height:100%;
	display:block;
	background:url(../../img/footer_bg-02.png) no-repeat right bottom / contain;
	position:absolute;
	bottom:0;
	right:0;
}
footer h2{
	margin-bottom:.8em;
	font-size:3.5rem;
	position:relative;
	z-index:2;
}
footer h2 .smt{ display:none; }
footer h2 + p{
	font-size:2.1rem;
	font-weight:400;
	letter-spacing: .07em;
}
footer .logo{
	width:320px;
	margin:70px auto 0;
}
footer .logo + p{
	margin-bottom: 60px;
	font-size:1.6rem;
	font-weight:400;
}

footer .address{
	width:90%;
	margin:0 auto 60px;
}
footer .address dl{
	margin-bottom:.5em;
	display:flex;
	justify-content: center;
	gap:.5em;
}
footer .address dl dt{
	min-width:5.1em;
	padding:0 8px;
	border-radius:3px;
	color:#e5f5da;
	background:#1946ba;
}

@media screen and (max-width: 1060px) {
	footer .address{ text-align:left; }
	footer .address dt{ text-align:center; }
}
@media screen and (max-width: 500px) {
	footer .address dl{ display:block; }
	footer .address dl + dl{ margin-top:1em; }
}


footer .copyright{
	width:90%;
	margin:0 auto;
	padding-top:20px;
	border-top:4px var( --color_blue ) solid;
	position:relative;
	z-index:900;
}
footer .copyright small{
	color:var( --color_blue );
	font-size:1.7rem;
	font-weight:400;
}

@media screen and (max-width: 640px) {
	footer h2{ font-size:3.2rem; }
	footer h2 .smt{ display:block; }
	footer h2 + p{ font-size:1.8rem; }
	footer .logo{ width:240px; margin:60px auto 30px; }
	footer .copyright{ width:100%; }
}
@media screen and (max-width: 500px) {
	footer h2 + p{ font-size:1.4rem; }
	footer .copyright small{ font-size:1.4rem; }
}


/*------------------------
	pageTopBtn
------------------------*/
#pageTop{ z-index: 9999; }
@media screen and (max-width: 640px) {
	#pageTop img{ width:80px; }
}
