@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,body{
	height:100%;
}

html{
	font-size:62.5%;
	overflow-y: scroll;
}

body{
	-webkit-text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure, form {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure,
form, input, textarea, select, button, div{
	font-style: normal;
	font-weight: normal;
	font-family: 'Noto Sans JP', "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	word-break: break-word;
	line-height: 1;
	color: #2C425C;
	font-size: 1.6rem;
	font-feature-settings: "palt";
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

table{
	border-spacing: 0;
}

input:not([type="file"]), textarea, select, button{
	vertical-align:middle;
	background-color: #fff;
}
button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
input:not([type="file"]),select,button,textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	border-radius: 0;
	padding: 0;
}
select::-ms-expand{
	display: none;
}
textarea{
	resize: none;
}
button,input[type="submit"],input[type="button"],select,label{
	cursor: pointer;
}
input[type="radio"]:checked{
	appearance: none;
}
blockquote{
	margin: 0;
	padding: 0;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

a,
button,
input[type="submit"],
input[type="button"]{
	text-decoration: none;
	color: inherit;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}
@media screen and (min-width: 769px) {
	a:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="button"]:hover{
		opacity: 0.8;
	}

	a[href^="tel:"]{
		display: inline-block;
		pointer-events: none;
	}
}

body{
	min-width: 1200px;
}

.wrap{
	max-width: 1090px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width: 1200px) {
	.tab{
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.tab{
		display: none !important;
	}
}

@media screen and (min-width: 769px) {
	.sp{
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	body{
		min-width: initial;
	}
	.wrap{
		width: 92%;
		max-width: initial;
	}

	body, h1, h2, h3, h4, h5, h6, p, address,
	ul, ol, li, dl, dt, dd,
	table, th, td, img, figure,
	form, input, textarea, select, button, div{
		font-size: 1.4rem;
	}

	.pc{
		display: none !important;
	}
	.sp_ib{
		display: inline-block;
	}
}




/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
.header_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0 4%;
	background: #fff;
	height: 72px;
}

.header_wrap .logo_box{
	display: flex;
	align-items: center;
}

.header_wrap .logo{
	width: 202px;
}

.header_wrap .logo_box .txt{
	margin-left: 32px;
	font-size: 1.4rem;
	line-height: 1.6;
}

.header_wrap .right_box{
	display: flex;
	align-items: center;
    width: 120px;
}

.header_wrap .right_box .txt{
	margin-right: 20px;
	font-size: 1.2rem;
}


@media screen and (max-width: 768px) {
	.header_wrap{
		flex-direction: column;
		height: auto;
		padding: 16px 0 10px;
	}

	.header_wrap .logo_box{
		order: 2;
		flex-direction: column;
	}

	.header_wrap .logo{
		width: 160px;
		margin-top: 12px;
	}

	.header_wrap .logo_box .txt{
		margin: 6px auto 0;
		line-height: 1.3;
	}

	.header_wrap .right_box{
		order: 1;
	}

	.header_wrap .right_box .txt{
		margin-right: 5px;
	}

	.header_wrap .right_logo{
		width: 87px;
	}
}



/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
.footer_wrap{
	padding: 60px 0 170px;
	margin-top: 100px;
	background: #EDF0F3;
}

.footer_wrap .wrap{
	position: relative;
	display: flex;
	justify-content: space-between;
}

.footer_wrap .logo_box .txt{
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}

.footer_wrap .logo{
	width: 253px;
}
.footer_wrap .logo img{
	width: 100%;
}

@media screen and (min-width: 769px) {
	.footer_wrap .wrap{
		align-items: flex-start;
	}

	.footer_wrap .logo_box{
		padding-bottom: 15px;
	}

	.footer_wrap .logo_box .txt{
		margin-bottom: 15px;
		line-height: 1.6;
	}
}

.footer_nav{
	display: flex;
	flex-wrap: wrap;
	width: 776px;
}

.footer_nav li{
	width: 248px;
}
@media screen and (min-width: 769px) {
	.footer_nav li + li{
		margin-left: 16px;
	}
	.footer_nav li:nth-child(3n + 1){
		margin-left: 0;
	}
	.footer_nav li:nth-child(n + 4){
		margin-top: 16px;
	}
}

.footer_nav li a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 48px;
	padding: 0 16px;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.3;
}

.footer_wrap .copy{
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 1.0rem;
	line-height: 1.3;
}


@media screen and (max-width: 768px) {
	.footer_wrap{
		padding: 25px 0;
		margin-top: 45px;
	}

	.footer_wrap .wrap{
		flex-direction: column;
		align-items: center;
	}

	.footer_wrap .logo_box .txt{
		text-align: center;
		margin-bottom: 10px;
		font-size: 1.4rem;
	}

	.footer_wrap .logo{
		width: 293px;
		margin: 0 auto;
	}

	.footer_nav{
		width: 100%;
		margin-top: 25px;
	}

	.footer_nav li{
		width: 48%;
	}
	.footer_nav li:nth-child(even){
		margin-left: 4%;
	}
	.footer_nav li:nth-child(n + 3){
		margin-top: 16px;
	}

	.footer_nav li a{
		padding: 0 5%;
	}

	.footer_wrap .copy{
		position: relative;
		margin-top: 15px;
		text-align: center;
		font-size: 1.2rem;
	}
}




/* ----------------------------------------------------------------------------------------------------
*  共通
* --------------------------------------------------------------------------------------------------*/
.txt{
	line-height: 2;
}

.bold{
	font-weight: bold;
}

.txt_up{
	text-transform: uppercase;
}
.txt_noup{
	text-transform: none;
}

.txt_center{
	text-align: center;
}
.txt_right{
	text-align: right;
}
.txt_left{
	text-align: left;
}

@media screen and (min-width: 769px) {
	.pc_tate{
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		white-space: nowrap;
	}
}
.tate{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}


@media screen and (max-width: 768px) {
	.txt{
		line-height: 1.8;
	}

	.img img{
		width: 100%;
	}
}



/* ------------------------------
	.ttl
------------------------------ */
.sec_ttl_box{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 50px;
}

.sec_ttl{
	padding-left: 40px;
	font-weight: bold;
	line-height: 1.3;
	font-size: 2.8rem;
}
.sec_ttl::before{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 11px;
	height: 50px;
	background: url(../img/common/sec_ttl_bg01.png) no-repeat center center;
	background-size: 100%;
}

.str_ttl_box{
	display: flex;
	align-items: center;
	max-width: 1056px;
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 0 40px;
	background: url(../img/common/str_ttl_bg01.png) no-repeat center center;
	background-size: 100%;
}

.str_ttl{
	font-weight: bold;
	line-height: 1.3;
	font-size: 4.0rem;
}

.line_ttl_box{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.line_ttl{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 12px 35px;
	background: #fff;
	border: 2px solid #2C425C;
	border-radius: 50px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.3;
}


@media screen and (max-width: 768px){
	.sec_ttl_box{
		align-items: center;
		min-height: initial;
	}

	.sec_ttl{
		padding-left: 0;
		padding-top: 23px;
		text-align: center;
		font-size: 2.6rem;
	}
	.sec_ttl::before{
		right: 0;
		margin: auto;
		width: 50px;
		height: 11px;
		background: url(../img/common/sec_ttl_bg01_sp.png) no-repeat center center;
		background-size: 100%;
	}

	.str_ttl_box{
		justify-content: center;
		max-width: 293px;
		height: 67px;
		padding: 0 20px;
		background: url(../img/common/str_ttl_bg01_sp.png) no-repeat center center;
		background-size: 100%;
	}
	.str_ttl_box.bg02{
		height: 93px;
		background: url(../img/common/str_ttl_bg02_sp.png) no-repeat center center;
		background-size: 100%;
	}

	.str_ttl{
		text-align: center;
		font-size: 2.5rem;
	}

	.line_ttl{
		min-width: 200px;
		padding: 12px 25px;
		font-size: 1.6rem;
	}

}



/* ------------------------------
	.box
------------------------------ */
.flex{
	display: flex;
	justify-content: space-between;
}


@media screen and (max-width: 768px) {
}



/* ------------------------------
	.form
------------------------------ */
.form .wrap{
	padding: 50px 64px 30px;
	background: #FFF9D6;
	border-radius: 15px;
}

.form_box{
	display: flex;
}

.form .form_left{
	flex-shrink: 0;
	width: 520px;
	margin-right: 38px;
}

.form .form_ttl{
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 2.5rem;
	line-height: 1.3;
	letter-spacing: 0.05em;
}

.form .form_sub_ttl{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.3;
}

.form .form_input_box + .form_input_box{
	margin-top: 10px;
}

.form .form_input{
	width: 100%;
	height: 30px;
	padding: 0 8px;
	border: 1px solid #8C8A8B;
	border-radius: 5px;
	font-size: 1.3rem;
}
.form .form_input:placeholder{
	color: #666;
}

.form .check{
	position: relative;
	display: inline-block;
	padding: 5px 0;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.3;
}
.form .check input[type="checkbox"]{
	width: 15px;
	height: 15px;
	margin: 0 6px 0 0;
	background: #fff;
	border: 1px solid #8C8A8B;
	border-radius: 1px;
}
.form .check .check_txt{
	vertical-align: middle;
}
.form .check .check_txt a{
	color: #0007B9;
}

.form .check .check_txt::after{
	position: absolute;
	z-index: 2;
	top: 12px;
	left: 4px;
	content: "";
	display: none;
	width: 8px;
	height: 5px;
	transform: rotate(-45deg);
	border-left: 2px solid #333;
	border-bottom: 2px solid #333;
}
.form .check input[type=checkbox]:checked + .check_txt::after{
	display: block;
}

.form .check_wrap .check{
	margin-right: 25px;
}

.form .note{
	margin: 8px 0;
	font-size: 0.8rem;
	line-height: 1.5;
}

.form .form_btn{
	display: block;
	width: 350px;
	height: 43px;
	background: #C0B253;
	border-radius: 4px;
	margin: 43px auto 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.3;
	color: #fff;
	box-shadow: 0 4px 4px rgba(00,00,00, 0.25);
}

.form .error{
	margin-top: 5px;
	font-size: 1.2rem;
	color: #e5171f;
}

.wpcf7-response-output,
.wpcf7-spinner{
	display: none !important;
}

/* confirm */
.form.confirm{
	padding-top: 60px;
}
.form.confirm .form_btn.back{
	background: #666;
}
.form.confirm .form_btn + .form_btn{
	margin-top: 20px;
}

.form.confirm .form_input_box{
	width: 100%;
	padding: 8px 8px;
	background: #fff;
	border: 1px solid #8C8A8B;
	border-radius: 5px;
	font-size: 1.3rem;
}

.form.confirm .check input[type=checkbox]{
	display: none;
}
.form.confirm .check{
	pointer-events: none;
}
.form.confirm .check .check_txt{
	display: flex;
}
.form.confirm .check .check_txt::before{
	flex-shrink: 0;
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	margin: 1px 6px 0 0;
	background: #fff;
	border: 1px solid #8C8A8B;
	border-radius: 1px;
}
.form.confirm .check .check_txt::after{
	top: 10px;
	display: block;
}

.form.confirm .note{
	display: none;
}
.form.confirm .check{
	display: none;
}
.form.confirm .check_wrap .check{
	display: inline-block;
}

/* thanks */
.form.thanks{
	padding-top: 60px;
}
.form.thanks .form_btn{
	display: flex;
	align-items: center;
	justify-content: center;
}

.form.thanks .form_ttl{
	text-align: center;
}

.form.thanks .txt{
	text-align: center;
}


@media screen and (max-width: 768px) {
	.form .wrap{
		padding: 30px 24px 35px;
	}

	.form_box{
		display: block;
	}

	.form .form_left{
		width: 100%;
		margin-right: 0;
	}

	.form .form_right{
		width: 100%;
		margin-top: 20px;
	}

	.form .form_ttl{
		margin: 0 -20px 15px;
		text-align: center;
		font-size: 2.2rem;
		letter-spacing: 0;
	}

	.form .check_wrap .check{
		margin-right: 20px;
	}

	.form .note{
		margin: 5px 0;
		font-size: 1.2rem;
	}

	.form .form_btn{
		width: 100%;
		margin: 15px auto 0;
	}

	.form.confirm{
		padding-top: 40px;
	}
	.form.thanks{
		padding-top: 40px;
	}

	.form.thanks .txt{
		text-align: left;
	}
}