@charset "utf-8"; 
/* ------------------------------------------------------------------------ */

/*  Parts

/* ------------------------------------------------------------------------ */

/* Layout
--------------------------------------------------------------------------- */

/* --- margin --- */

.auto  { margin-right : auto; margin-left : auto;}

.mt0   { margin-top	: 0 !important;}
.mt5   { margin-top	: 5px !important;}
.mt10  { margin-top	: 10px !important;}
.mt15  { margin-top	: 15px !important;}
.mt20  { margin-top	: 20px !important;}
.mt25  { margin-top	: 25px !important;}
.mt30  { margin-top	: 30px !important;}
.mt35  { margin-top	: 35px !important;}
.mt40  { margin-top	: 40px !important;}
.mt45  { margin-top	: 45px !important;}
.mt50  { margin-top	: 50px !important;}

.mr0   { margin-right : 0 !important;}
.mr5   { margin-right : 5px !important;}
.mr10  { margin-right : 10px !important;}
.mr15  { margin-right : 15px !important;}
.mr20  { margin-right : 20px !important;}
.mr25  { margin-right : 25px !important;}
.mr30  { margin-right : 30px !important;}
.mr35  { margin-right : 35px !important;}
.mr40  { margin-right : 40px !important;}
.mr45  { margin-right : 45px !important;}
.mr50  { margin-right : 50px !important;}

.mb0   { margin-bottom : 0 !important;}
.mb5   { margin-bottom : 5px !important;}
.mb10  { margin-bottom : 10px !important;}
.mb15  { margin-bottom : 15px !important;}
.mb20  { margin-bottom : 20px !important;}
.mb25  { margin-bottom : 25px !important;}
.mb30  { margin-bottom : 30px !important;}
.mb35  { margin-bottom : 35px !important;}
.mb40  { margin-bottom : 40px !important;}
.mb45  { margin-bottom : 45px !important;}
.mb50  { margin-bottom : 50px !important;}

.ml0   { margin-left : 0 !important;}
.ml5   { margin-left : 5px !important;}
.ml10  { margin-left : 10px !important;}
.ml15  { margin-left : 15px !important;}
.ml20  { margin-left : 20px !important;}
.ml25  { margin-left : 25px !important;}
.ml30  { margin-left : 30px !important;}
.ml35  { margin-left : 35px !important;}
.ml40  { margin-left : 40px !important;}
.ml45  { margin-left : 45px !important;}
.ml50  { margin-left : 50px !important;}

.m0   { margin : 0 !important;}
.m10  { margin : 10px !important;}
.m15  { margin : 15px !important;}
.m20  { margin : 20px !important;}
.m25  { margin : 25px !important;}
.m30  { margin : 30px !important;}
.m35  { margin : 35px !important;}
.m40  { margin : 40px !important;}
.m45  { margin : 45px !important;}
.m50  { margin : 50px !important;}


/* --- padding --- */

.pt0  { padding-top : 0 !important;}
.pt5  { padding-top : 5px !important;}
.pt10 { padding-top : 10px !important;}
.pt15 { padding-top : 15px !important;}
.pt20 { padding-top : 20px !important;}

.pr0  { padding-right : 0 !important;}
.pr5  { padding-right : 5px !important;}
.pr10 { padding-right : 10px !important;}
.pr15 { padding-right : 15px !important;}
.pr20 { padding-right : 20px !important;}

.pl0  { padding-left : 0 !important;}
.pl5  { padding-left : 5px !important;}
.pl10 { padding-left : 10px !important;}
.pl15 { padding-left : 15px !important;}
.pl20 { padding-left : 20px !important;}

.pb0  { padding-bottom : 0 !important;}
.pb5  { padding-bottom : 5px !important;}
.pb10 { padding-bottom : 10px !important;}
.pb15 { padding-bottom : 15px !important;}
.pb20 { padding-bottom : 20px !important;}

.pb0   { padding : 0  !important;}
.pb5   { padding : 5px !important;}
.pb10  { padding : 10px !important;}
.pb15  { padding : 15px !important;}
.pb20  { padding : 20px !important;}

.nowrap { white-space : nowrap;}


#crumb {
	max-width: 1240px;
	width: 100%;
	padding: 0 20px;
	margin		: 0 auto;
	text-align	: left;
	background-color: #fff;
}
#crumb ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 13px 0;
}

	#crumb li {
		display			: inline;
		list-style-type	: none;
		font-size		: 14px;
	}
	#crumb li:first-child::before {
		content: "";
		display: inline-block;
		font-size: 16px;
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		content: "\f015";
		color: #00a5c1;
		margin-right: 5px;
	}
	#crumb li:not(:last-child) {
		margin-right: 8px;
	}
	#crumb li a {
		color: #00a5c1;
	}
	#crumb li:after {
		margin: 0 0 0 8px;
		font: var(--fa-font-solid);
		content: "\f105";
		font-size: 12px;
		color: #9a9a9a;
	}
	#crumb li:last-child::after {
		content: none;
	}

@media screen and (max-width: 767px){
	#crumb ul{
		padding: 10px 0;
	}
	#crumb li {
		font-size		: 12px;
	}
}


/* --- display --- */

.block	{ display : block;}
.inline { display : inline;}
.flex{
	display: flex;
}
.btn_flex{
	gap: 40px;
	margin-top: 40px;
	justify-content: center;
}
.btn_flex .btnStyle01{
	max-width: 320px;
}

.fltbox { margin : 0 auto;}
.flt_r  { float : right !important;}
.flt_l  { float : left !important;}

.txt_r { text-align : right !important;} 
.txt_c { text-align : center !important;} 
.txt_l { text-align : left !important;} 

.psn { position : relative;}

.none {
	background	: none !important;
	border		: none !important;
}

.spStyle{
	display: none;
}
@media screen and (max-width: 800px){
	.pcStyle{
		display: none;
	}
	.spStyle{
		display: block;
	}
}


/* Heading
--------------------------------------------------------------------------- */

.hd01{}

.hd_yellow_circle{
	position: relative;
	display: flex;
	align-items: center;
	font-size: 30px;
	font-weight: 700;
	border-bottom: 10px solid #e3eff3;
	padding-bottom: 15px;
	margin-bottom: 30px;
	line-height: 1.5;
}
.hd_yellow_circle:before{
	content: "";
	display: inline-block;
	width: 16px;
	min-width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #fef1a5;
	margin-right: 10px;
}
.hd2_wrap,
.hd3_wrap{
	position: relative;
}
.hd2_wrap:before{
	content: '';
	width: 176px;
	height: 160px;
	background-image: url('../img/icon/img_hd2_circle.png');
	background-size: cover;
	position: absolute;
	top: -76px;
	left: -89px;
}
.hd3_wrap:before{
	content: '';
	width: 97px;
	height: 89px;
	background-image: url('../img/icon/img_hd3_circle.png');
	background-size: cover;
	position: absolute;
	top: -30px;
	left: -47px;
}
h2.hd_color_blue{
	font-size: 46px;
	font-weight: 700;
	color: #00a5c1;
}
.hd3_wrap h3{
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5333;
}
.hd3_wrap h3 span{
	display: inline-block;
	margin-right: 30px;
}
.hd_border-b_blue{
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #00a5c1;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
.hd_color_blue{
	font-size: 22px;
	font-weight: 600;
	color: #00a5c1;
	line-height: 1.6;
}
.hd_color_blue span{
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	display: block;
	background-color: #00a5c1;
	padding: 0 5px;
	width: fit-content;
}
@media screen and (max-width: 767px){
	.hd_yellow_circle{
		font-size: 22px;
		border-bottom: 5px solid #e3eff3;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
	h2.hd_color_blue{
		font-size: 28px;
	}
	.hd2_wrap:before{
		width: 100px;
		height: 91px;
		top: -36px;
		left: -54px;
	}
	.hd3_wrap:before{
		width: 66px;
		height: 60px;
		top: -20px;
		left: -30px;
	}
	.hd3_wrap h3{
		font-size: 22px;
		line-height: 1.5333;
	}
	.hd3_wrap h3 span{
		margin-right: 20px;
	}
	.hd_border-b_blue{
		font-size: 17px;
	}
	.hd_color_blue{
		font-size: 18px;
		line-height: 1.6;
	}
	.hd_color_blue span{
		font-size: 14px;
		padding: 0 3px;
	}
}


/* image
--------------------------------------------------------------------------- */

img.image	{ border: solid 1px #d9d9d9; padding : 1px; background : #FFF;}

.imgbox	{
	margin		: 0 0 30px;
	_zoom		: 1;
	overflow	: hidden;
}

.imgL { float : left;  margin : 0 10px 5px 0; }
.imgR { float : right; margin : 0 0 5px 10px; }

.imgbox p {
	overflow	: hidden;
	_zoom		: 1;
}


/* slider
--------------------------------------------------------------------------- */
section .slider,
section .slider2{
	position: relative;
}
section .slick,
section .slick2{
	width: 100%;
	margin: 43px auto 0;
}
section .slick li.slick-slide,
section .slick2 li.slick-slide {
	position: relative;
	margin: 0 20px;
}
section .slick li.slick-slide:before,
section .slick2 li.slick-slide:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}
section .slick li.slick-slide:after,
section .slick2 li.slick-slide:after {
	content: '';
	width: 80px;
	height: 80px;
	background-image: url('../img/icon/img_gallery_icon.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
section .slick li.slick-slide p,
section .slick2 li.slick-slide p {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
section .slick img,
section .slick2 img {
	height: auto;
    width: 100%;
    object-fit: cover;
}
section .row_btns{
    position: absolute;
    bottom: -60px;
    width: 100%;
    text-align: center;
}
section .row_btns a{
    display: block;
    max-width: 40px;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
	position: relative;
	z-index: 9999;
}
.row_btns .slick_play.none,
.row_btns .slick_stop.none,
.row_btns .slick_play2.none,
.row_btns .slick_stop2.none {
    display: none !important;
}
@media screen and (max-width: 767px){
	section .slick li.slick-slide,
	section .slick2 li.slick-slide {
		margin: 0 5px;
	}
	section .slick li.slick-slide:after,
	section .slick2 li.slick-slide:after {
		width: 40px;
		height: 40px;
	}
	section .slick li.slick-slide p,
	section .slick2 li.slick-slide p {
		font-size: 16px;
	}
}

/* pagenation
--------------------------------------------------------------------------- */
.pagination{
	margin-top: 60px;
}
.pagination .nav-links{
	display: flex;
	justify-content: center;
	gap: 10px;
}
.pagination .nav-links .page-numbers{
	width: 50px;
	height: 50px;
	font-size: 20px;
	font-weight: 500;
	font-family: "Roboto", serif;
	color: #fff;
	background-color: #00a5c1;
	border: 2px solid #00a5c1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: 0.5s;
}
.pagination .nav-links .page-numbers:hover,
.pagination .nav-links .page-numbers.current{
	color: #00a5c1;
	background-color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 767px){
	.pagination{
		margin-top: 30px;
	}
	.pagination .nav-links .page-numbers{
		width: 40px;
		height: 40px;
		font-size: 18px;
	}
}


/* table
--------------------------------------------------------------------------- */

.tblStyle01{
	width: 100%;
	border-collapse		: collapse;
	border-spacing		: 0;
	empty-cells			: show;
}

	.tblStyle01 th,
	.tblStyle01 td {
		border: 1px solid #82a1aa;
		padding: 5px;
	}

	.tblStyle01 thead tr th{
		background-color: #bde9f6;
		font-weight: 700;
		text-align: center;
	}

	.tblStyle01 tbody tr th{
		background-color: #e3eff2;
		font-weight: 700;
		text-align: left;
	}
	
/* list
--------------------------------------------------------------------------- */

ol {
	margin	: 0 0 0 21px;
}

	ol li {
		list-style		: decimal;
		margin-bottom	: 3px;
		padding			: 0;
		text-align		: left;
	}


.ulStyle01 {
	margin	: 0 5px 10px;
}

	.ulStyle01 li {
		list-style	: disc;
		margin		: 0 0 0 11px;
		padding		: 0;
		text-align	: left;
	}

.ulStyle02 {
	margin	: 0;
}

	.ulStyle02 li {
		list-style	: none;
		text-align	: left;
		padding-left: 1em;
		text-indent: -1em;
	}
	.ulStyle02 li:before {
		content: '※';
	}

.ulStyle01 + .ulStyle01,
.ulStyle01 + .ulStyle02,
.ulStyle02 + .ulStyle01,
.ulStyle02 + .ulStyle02{
	margin-top: 20px;
}

@media screen and (max-width: 767px){
	.ulStyle01 li {
		font-size	: 15px;
		margin		: 0 0 0 20px;
	}
}

/* text
--------------------------------------------------------------------------- */

/* --- size --- */

.txt10 { font-size : 1rem !important;   font-size:10px !important;}
.txt12 { font-size : 1.2rem !important; font-size:12px !important;}
.txt14 { font-size : 1.4rem !important; font-size:14px !important;}
.fw_b{
	font-weight: 700;
}


/* --- color --- */

.red	{ color : #ff0000;}
.col01	{ color : #996633;}
.must   { color : #cc2727;}
.must2  { color : #cc2727;}


/* --- lineheight --- */

.height18 { line-height : 1.8;}
.height19 { line-height : 1.9;}
.height20 { line-height : 2;}


.f_notosans {
	font-family: "Noto Sans JP", serif;
}

.f_shippori {
	font-family: "Shippori Mincho", serif;
}

.f_roboto {
	font-family: "Roboto", serif;
}



/* Animation
--------------------------------------------------------------------------- */
.js-fadein,
.js-fade-row > li{
	opacity: 0;
	transition: 0.8s;
	transform: translateY(30px);
	transition-delay: .2s;
}
.js-fadein.is-show,
.js-fade-row > .is-show{
	opacity: 1;
	transform: translateY(0);
}


	
/* btn
--------------------------------------------------------------------------- */
.btnStyle01{
	text-align: center;
}
.btn,.btn:link{
	font-family: "Shippori Mincho", serif;
	display: inline-block;
	background-color: #00a5c1;
	color: #fff !important;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	border-radius: 10px;
	padding: 21px 60px 21px 30px;
	transition: 0.5s;
}
form .btnStyle01 .backbtn,
form .btnStyle01 .backbtn:link {
	position: relative;
  background-color: #fff;
  color: #00a5c1 !important;
  border: 1px solid #00a5c1 !important;
  text-align: left;
  padding: 21px 30px 21px 60px;
}
form .btnStyle01 .backbtn:before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 21px;
	margin: auto 0;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	background-color: #00a5c1;
}
form .btnStyle01 .backbtn:after{
	content: "";
	display: inline-block;
	font-size: 14px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f053";
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	margin: auto 0;
	display: flex;
	align-items: center;
}
.btn:hover{
	text-decoration: none;
	opacity: 0.7;
}
@media screen and (max-width: 860px){
	.btn,.btn:link{
		font-size: 17px;
		padding: 15px 60px 15px 20px;
	}
	form .btnStyle01 .backbtn,
	form .btnStyle01 .backbtn:link {
		padding: 15px 30px 15px 60px;
	}
	
}


/* ------------------------------------------------------------------------ */

/*  Form

/* ------------------------------------------------------------------------ */

.formStyle01 {
}

	.formStyle01 th{
		padding: 15px;
		width: 32%;
		min-width: 280px;
	}
	.formStyle01 th .th_inner{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.formStyle01 th .th_inner .required{
		background-color: #a82f3b;
		padding: 0 11px;
		font-size: 14px;
		color: #fff;
	}
	.formStyle01 th .th_inner .optional{
		background-color: #8da0a6;
		padding: 0 11px;
		font-size: 14px;
		color: #fff;
	}

	.formStyle01 td{
		padding	: 9px;
		width	: 68%;
	}
	.formStyle01 button,
	.formStyle01 input,
	.formStyle01 optgroup,
	.formStyle01 select,
	.formStyle01 textarea {
		-webkit-appearance: none;
		appearance: none;
		vertical-align: middle;
		color: inherit;
		font: inherit;
		background: transparent;
		padding: 0;
		margin: 0;
		outline: 0;
		border-radius: 0;
		text-align: inherit;
	}
	.formStyle01 input[type="radio"] {
		-webkit-appearance: none;
			-moz-appearance: none;
				appearance: none;
	}
	.formStyle01 input[type="radio"] {
		position: relative;
		width: 20px;
		height: 20px;
		background-color: #fff;
		border: 1px solid #8a9fa8;
		border-radius: 50%;
		vertical-align: -3px;
		margin: 3px 5px 0 2px;
	}
	.formStyle01 input[type="radio"]:checked {
		background-color: #fff;
		border: 1px solid #5aa3bf;
	}
	.formStyle01 input[type="radio"]:checked:before {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: #5aa3bf;
		content: '';
	}
	.formStyle01 input[type="text"],
	.formStyle01 input[type="tel"],
	.formStyle01 input[type="checkbox"] {
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		border-radius: 0;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.formStyle01 input[type="text"],
	.formStyle01 input[type="tel"],
	.formStyle01 select,
	.formStyle01 textarea {
		background-color: #fff;
		line-height: 44px;
		border: 1px solid #8a9fa8;
		padding: 0 7px;
		border-radius: 6px;
	}
	.formStyle01 input[type="text"],
	.formStyle01 input[type="tel"]{
		width: 100%;
	}
	.formStyle01 #furigana_inner .input_area > div:first-child,
	.formStyle01 #furigana_inner input[type="text"]{
		width: 100%;
	}
	.formStyle01 #birth_inner .input_area p{
		margin: 0 10px;
	}
	.formStyle01 #birth_inner input[type="text"]#birth01{
		max-width: 110px;
		width: 100%;
	}
	.formStyle01 #birth_inner input[type="text"]#birth02,
	.formStyle01 #birth_inner input[type="text"]#birth03{
		max-width: 60px;
		width: 100%;
	}
	.formStyle01 #company_inner .input_area > div:first-child,
	.formStyle01 #company_inner input[type="text"]{
		max-width: 460px;
		width: 100%;
	}
	.formStyle01 #post_inner .input_area{
		align-items: center;
	}
	.formStyle01 #post_inner .input_area > div:nth-child(2),
	.formStyle01 #post_inner .input_area > div:nth-child(2) input[type="tel"]{
		max-width: 60px;
		width: 100%;
	}
	.formStyle01 #post_inner .input_area > div:nth-child(4),
	.formStyle01 #post_inner .input_area > div:nth-child(4) input[type="tel"]{
		max-width: 100px;
		width: 100%;
	}
	.formStyle01 #post_inner .input_area > div:not(:first-child){
		margin-left: 9px;
	}
	.formStyle01 #location_inner .input_area > div:first-child,
	.formStyle01 #location_inner input[type="text"]{
		width: 100%;
	}
	.formStyle01 #tel_inner .input_area > div:first-child,
	.formStyle01 #tel_inner input[type="tel"]{
		width: 100%;
	}
	.formStyle01 #email_inner .input_area > div:first-child,
	.formStyle01 #email_inner input[type="text"]{
		width: 100%;
	}
	.formStyle01 #contact_inner .input_area{
		display: flex;
	}
	.formStyle01 #contact_inner .input_area label{
		width: max-content;
		display: flex;
		align-items: center;
		margin-top: 0;
	}
	.formStyle01 #contact_inner .input_area label + label{
	}
	.formStyle01 #comment_inner .txt{
		margin-bottom: 5px;
	}
	.formStyle01 textarea{
		max-width: 100%;
		width: 100%;
		height: 270px;
		padding: 5px 10px;
		line-height: 1.5;
	}
	.formStyle01 .input_area,
	.formStyle01 .input_area > div > div{
		display: flex;
	}
	.formStyle01 .input_area > div > div{
		align-items: center;
	}
	.formStyle01 #name_inner .input_area > div:first-child{
		margin-right: 30px;
	}
	.formStyle01 .input_area > div p{
		overflow-wrap: normal;
		word-break: keep-all;
	}
	.formStyle01 .input_area label,
	.formStyle01 input[type="radio"]{
		cursor: pointer;
	}
	.formStyle01 input[type="text"] + input[type="text"] {
		margin-left: 16px;
	}
	.formStyle01 ::placeholder {
		color: #8a9fa8;
	}
	.formStyle01 #job_inner .input_area .arrow{
		position: relative;
		max-width: 310px;
		width: 100%;
	}
	.formStyle01 #job_inner .input_area .arrow:before{
		content: '';
		width: 36px;
		height: 36px;
		border-radius: 6px;
		background-color: #5aa3bf;
		position: absolute;
		top: 5px;
		right: 5px;
		pointer-events: none;
	}
	.formStyle01 #job_inner .input_area .arrow:after{
		content: '';
		width: 9px;
		height: 9px;
		border: 0px;
		border-bottom: solid 2px #fff;
		border-right: solid 2px #fff;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 18px;
		margin-top: -6px;
		pointer-events: none;
	}
	.formStyle01 #job_inner .input_area .arrow select{
		cursor: pointer;
		max-width: 310px;
		width: 100%;
	}
	.formStyle01 .red {
		color: #CC2727;
		margin-bottom: 5px;
	}
	.formStyle01 .red + .red {
		margin-top: -5px;
	}
	.formStyle01 .red i{
		margin-right: 3px;
	}
	.formStyle01 #err_msg{
		margin: 20px auto 30px;
		padding: 15px 10px;
		text-align: center;
		display: block;
		border: 1px solid #CC2727;
		background-color: #ffdfdf;
	}
	.formStyle01 #err_msg.disnon{
		display: none;
	}
	.formStyle01 #err_msg p{
		text-align: left;
		display: inline-block;
		color: #CC2727;
	}
	.formStyle01 .disnon {
		display: none;
	}
	.formStyle01 .btnStyle01{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 60px;
	}
	.formStyle01 .btnStyle01 button + button{
		margin-left: 30px;
	}
	#confirm .formStyle01 .btnStyle01 button{
		padding: 0;
		text-align: center;
	}
	.formStyle01 .btnStyle01 button.prev{
		color: #616161;
		border: 3px solid #616161;
	}
	.formStyle01 .btnStyle01 button.prev::after{
		transform: rotate(180deg);
		left: 17px;
		right: auto;
		background-color: #616161;
	}
	@media (hover: hover) and (pointer: fine) {
		.formStyle01 .btnStyle01 button:hover{
			background-color: #023373;
			color: #fff;
			text-decoration: none;
		}
		.formStyle01 .btnStyle01 button:hover:after{
			color: #E73200;
			background-color: #fff;
		}
		.formStyle01 .btnStyle01 button.prev:hover{
			background-color: #616161;
		}
		.formStyle01 .btnStyle01 button.prev:hover::after{
			color: #616161;
			background-color: #fff;
		}
	}
	.formStyle01 #check_inner td{
		width: 100%;
		padding-top: 50px;
		text-align: center;
	}
	.formStyle01 #check_inner td .input_area{
		justify-content: center;
	}
	.formStyle01 #check_inner td .input_area a{
		color: #014A97;
		text-decoration: underline;
	}
	.formStyle01 #check_inner td .input_area a:hover{
		text-decoration: none;
	}
	.formStyle01 input[type="checkbox"]+label {
		color: #1a2233;
		font-weight: 600;
		position: relative;
		padding-left: 32px;
		cursor: pointer;
	}
	.formStyle01 input[type="checkbox"]+label::before{
		content: "";
		display: block;
		width: 22px;
		height: 22px;
		position: absolute;
		top: 53%;
		left: 0;
		transform: translateY(-50%);
		border: 1px solid #8a9fa8;
		cursor: pointer;
		background-color: #fff;
	}
	.formStyle01 input[type="checkbox"]:checked+label::before {
		background-color: #004DA1;
		border: 1px solid #004DA1;
	}
	.formStyle01 input[type=checkbox]:checked+label::after {
		content: "";
		display: block;
		position: absolute;
		top: 7px;
		left: 8px;
		width: 7px;
		height: 11px;
		transform: rotate(40deg);
		border-bottom: 3px solid #fff;
		border-right: 3px solid #fff;
	}
	.formStyle01 td .input_area label {
		display: flex;
		align-items: center;
		cursor: pointer;
	}
	.formStyle01 td .input_area label + label {
		margin-left: 26px;
	}
	.formStyle01 .checkbox-parts {
		display: block;
		position: relative;
		padding-right: 30px;
	}
	.formStyle01 .checkbox-parts::before {
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 50%;
		left: 3px;
		transform: translateY(-50%);
		border: 1px solid #999999;
		border-radius: 3px;
		cursor: pointer;
		background-color: #fff;
	}
	.formStyle01 .checkbox-trigger:checked + .checkbox-parts::before {
		border: 1px solid #5aa3bf;
	}
	.formStyle01 .checkbox-trigger:checked + .checkbox-parts::after {
		content: "";
		display: block;
		position: absolute;
		top: -8px;
		left: 9px;
		width: 8px;
		height: 12px;
		transform: rotate(40deg);
		border-bottom: 2px solid #5aa3bf;
		border-right: 2px solid #5aa3bf;
		cursor: pointer;
	}
	.table_wrap .privacypolicy{
		width: 100%;
		height: 250px;
		padding: 15px 20px;
		border: solid 1px #8a9fa8;
		overflow-y: scroll;
		margin: 20px auto 0;
		border-radius: 10px;
	}
	.table_wrap .privacypolicy p + h3{
		margin-top: 1em;
	}
	form .btnStyle01{
		margin-top: 40px;
		display: flex;
		justify-content: center;
		gap: 20px;
	}
	form .btnStyle01 .btn{
		border: none;
		cursor: pointer;
		max-width: 320px;
		width: 100%;
	}
	form .btnStyle01 .prev{
		background-color: #8da0a6;
	}
	form .btnStyle01 .prev:after{
		color: #8da0a6;
	}
	.confirm_txt{
		margin-bottom: 20px;
	}
	@media screen and (max-width: 767px){
		.formStyle01 th{
			min-width: 250px;
		}
	}
	@media screen and (max-width: 650px){
		.formStyle01 tr th,
		.formStyle01 tr td{
			display: block;
			width: 100%;
			min-width: none;
		}
		.formStyle01 tr th,
		.formStyle01 tr:not(:last-child) td{
			border-bottom: none;
		}
		.formStyle01 th .th_inner{
			justify-content: flex-start;
		}
		.formStyle01 th .th_inner .required,
		.formStyle01 th .th_inner .optional{
			font-size: 11px;
			padding: 0 6px 1px;
			margin-left: 8px;
		}
		.formStyle01 td{
			padding: 13px;
		}
		.formStyle01 #birth_inner .input_area p{
			margin: 0 10px 0 5px;
		}
	}
	@media screen and (max-width: 480px){
		form .btnStyle01{
			display: block;
		}
		form .btnStyle01 .prev{
			margin-bottom: 20px;
		}
	}

	.wid20  { width : 20px; margin-bottom : 2px !important;}
	.wid40  { width : 40px; margin-bottom : 2px !important;}
	.wid60  { width : 60px; margin-bottom : 2px !important;}
	.wid80  { width : 80px; margin-bottom : 2px !important;}
	.wid100 { width : 100px; margin-bottom : 2px !important;}
	.wid120 { width : 120px; margin-bottom : 2px !important;}
	.wid140 { width : 140px; margin-bottom : 2px !important;}
	.wid160 { width : 160px; margin-bottom : 2px !important;}
	.wid180 { width : 180px; margin-bottom : 2px !important;}
	.wid200 { width : 200px; margin-bottom : 2px !important;}
	.wid220 { width : 220px; margin-bottom : 2px !important;}
	.wid240 { width : 240px; margin-bottom : 2px !important;}
	.wid260 { width : 260px; margin-bottom : 2px !important;}
	.wid280 { width : 280px; margin-bottom : 2px !important;}
	.wid300 { width : 300px; margin-bottom : 2px !important;}
	.wid400 { width : 400px; margin-bottom : 2px !important;}
	
	.txtarea01 { width : 100%; height : 120px; margin-bottom : 2px !important;}

	.must  { margin-left : 2px;}
	.must2 {
		float					: right;
		padding					: 5px 8px;
		margin-left				: 2px;
		background				: #cc2727;
		color					: #FFF;
		line-height				: 1;
		font-size				: 87%;
		border-radius			: 3px;
		-webkit-border-radius	: 3px;
		-moz-border-radius		: 3px;		
	}
	
	.free {
		float					: right;
		padding					: 5px 8px;
		margin-left				: 2px;
		background				: #6bc059;
		color					: #FFF;
		line-height				: 1;
		font-size				: 87%;
		border-radius			: 3px;
		-webkit-border-radius	: 3px;
		-moz-border-radius		: 3px;		
	}
	

	span.example { display:block; margin-top:5px; color:#666 !important;}

	label { margin : 0 0 0 -2px; padding:1px 0 0; cursor : pointer; vertical-align:middle;}
	label:hover { text-decoration:underline;}

	input:focus,
	textarea:focus {
		background-color : #f7fdeb;
	}

	input.txt {
		border-bottom	: 1px solid #CCC;
		border-left		: 1px solid #999;
		border-right	: 1px solid #CCC;
		border-top		: 1px solid #999;
		padding			: 4px;
	}
	
	textarea.txtarea {
		border-bottom	: 1px solid #CCC;
		border-left		: 1px solid #999;
		border-right	: 1px solid #CCC;
		border-top		: 1px solid #999;
		padding			: 4px;
	}
	
	input[type="radio"]{
		margin-top: -3px;
	}
	
	input[type="checkbox"]{
		margin-top: -3px;
	}

	select::-ms-expand {
		display: none;
	}



	
/* ------------------------------------------------------------------------ */

/*  Block Edit

/* ------------------------------------------------------------------------ */
.post_content{
	margin-top: 30px;
	font-size: 18px;
}

/* ブロックエディタ 見出し */
.post_content h1,
.post_content h2{
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px;
}
.post_content h2:not(:first-of-type){
    margin-top: 40px;
}
.post_content h3{
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.post_content .wp-block-column h3,
.post_content table h3{
	margin-top: 0;
}
.post_content h2 + h3{
    margin-top: 20px;
}
.post_content h4{
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.post_content h5,
.post_content h6{
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* ブロックエディタ テーブル */
.post_content .scroll{
	overflow: auto;
}
.post_content table{
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #243759;
    margin: 0 auto 10px;
    width: 100%;
}
.post_content table tr th,
.post_content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th{
    background: #d7eafa;
}
.post_content table tr th,
.post_content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.post_content table tr td,
.post_content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td{
	border-collapse: collapse;
    border: 1px solid #243759;
    font-size: 14px;
    font-weight: normal;
    padding: 15px 10px;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.has-fixed-layout{
	table-layout: auto !important;
}
.post_content table tr input,
.post_content table tr select{
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: left;
    background-color: #fff;
    line-height: 38px;
    border: 1px solid #c1c9db;
    padding: 0 7px;
}
.post_content table tr input[type="tel"]{
	font-size: 16px !important;
}
.post_content table tr .arrow_wrap{
    display: inline-block;
}
.post_content table tr .arrow{
	position: relative;
    display: inline-block;
	margin: 0;
}
.post_content table tr .arrow:after{
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-bottom: solid 2px #30556e;
    border-right: solid 2px #30556e;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -5px;
    pointer-events: none;
}
.conversion_table tr th{
	width: 240px;
	padding: 0 !important;
}
.conversion_table tr th input{
	width: 165px;
	margin-left: 5px;
}
.conversion_table tr td .conversion_table_ttl{
    display: inline-block;
    margin: 0px 0 5px;
}
.conversion_table tr td select{
	margin: 0 5px;
    padding-right: 25px;
}
.conversion_table tr td input[type="button"]{
	margin-left: 5px;
	border-radius: 5px;
    background-color: #004DA1;
	color: #fff;
	border-color: #004DA1;
	cursor: pointer;
}
.post_content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table figcaption{
	font-size: 14px;
}
@media screen and (max-width: 1023px){
	.post_content .scroll table{
		max-width: none !important;
		width: 1023px !important;
	}
}
@media screen and (max-width: 767px){
	.conversion_table tr th,
	.conversion_table tr td{
		display: block;
		width: 100%;
		border: none !important;
		text-align: left;
		padding: 15px 10px !important;
	}
	.conversion_table tr td select{
		font-size: 14px;
	}
}


/* ブロックエディタ カラム */
.post_content .wp-block-columns{
    margin: 40px 0;
}
.post_content h2 + .wp-block-columns,
.post_content h3 + .wp-block-columns{
	margin-top: 10px;
}
.post_content .wp-block-columns img{
    margin: 0;
}

/* ブロックエディタ 画像 */
.post_content img{
    margin: 20px 0;
}
.post_content .wp-block-gallery.has-nested-images figure.wp-block-image img{
	flex: auto !important;
	width: fit-content !important;
}
.post_content .wp-block-columns .wp-block-column img{
	display: block;
	margin: 0 auto;
}
.post_content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
	position: static;
    background: none;
    font-size: 14px;
    margin: 5px 0 0;
    padding: 0;
    scrollbar-color: none;
    scrollbar-gutter: initial;
    text-align: left;
    text-shadow: none;
}
.post_content .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{
	content: none !important;
}

/* ブロックエディタ テキスト */
.post_content p{
    margin: 1.3em 0;
}
.post_content h3 + p{
	margin-top: 0;
}
.post_content table tr a,
.post_content p > a{
	text-decoration: underline;
}
.post_content table tr a:hover,
.post_content p > a:hover{
	text-decoration: none;
}
.post_content .wp-block-columns .wp-block-column p{
	margin: 0;
}
.post_content .wp-block-columns .wp-block-column p + p{
	margin-top: 1em;
}

/* ブロックエディタ ボタン */
.post_content .wp-block-buttons{
	margin-top: 20px;
}
.post_content .wp-block-button__link{
	position: relative;
	display: block;
	line-height: 54px;
	font-weight: 700;
	background-color: #fff;
	color: #023373;
	border-radius: 30px;
	padding: 0 60px 0 28px;
	border: 3px solid #023373;
	text-align: left;
	transition: 0.3s;
}
.post_content .wp-block-button__link:after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 17px;
	font: var(--fa-font-solid);
	content: "\f061";
	font-size: 14px;
	color: #fff;
	width: 32px;
	height: 32px;
	background-color: #E73200;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}
.post_content .wp-block-button__link:hover{
	background-color: #023373;
	color: #fff;
	text-decoration: none;
}
.post_content .wp-block-button__link:hover:after{
	color: #E73200;
	background-color: #fff;
}

/* ブロックエディタ リスト */
.post_content .wp-block-list{
    list-style-type: disc;
    padding: 0 0 0 1.5em;
}
.post_content .wp-block-list li{
    list-style-type: disc;
}
.post_content .wp-block-list li + li{
    margin-top: 1em;
}
.post_content .wp-block-list li:last-child::after{
    content: none;
    background-image: none;
}
.post_content ul .asterisk {
    list-style: none;
    font-size: 14px;
  }
  .post_content ul .asterisk{
    text-indent: -1.5em;
    padding: 0;
    display: block;
  }
  .post_content ul .asterisk::before {
    position: relative;
    content: '※';
    margin-right: 0.5em;
    background-image: none;
  }

@media screen and (max-width: 767px){
    .post_content{
        padding: 0;
		margin-top: 15px;
		font-size: 16px;
    }
	.post_content h1,
	.post_content h2{
		font-size: 18px;
	}
}


/* process
--------------------------------------------------------------------------- */
.process_list{
	padding: 0 40px;
}
.process_list .process_list_item{
	position: relative;
	padding: 20px 30px;
	background-color: #fff;
	border-radius: 20px;
}
.process_list .process_list_item + .process_list_item{
	margin-top: 66px;
}
.process_list .process_list_item + .process_list_item::before{
	content: '';
	display: block;
	width: 6px;
	height: 46px;
	background-image: url('../img/icon/img_process_item_connect.png');
	position: absolute;
	left: 0;
	right: 0;
	top: -56px;
	margin: 0 auto;
}
.process_list .process_list_item .process_list_detail{
	margin-top: 30px;
	display: flex;
	gap: 4.65%;
}
.process_list .process_list_item .process_list_detail.reverse{
	flex-flow: row-reverse;
	justify-content: space-between;
}
.process_list .process_list_item .process_list_detail .process_list_detail_img{
	max-width: 29.07%;
	width: 100%;
	min-width: 180px;
}
.process_list .process_list_item .process_list_detail .process_list_detail_img img + img{
	margin-top: 40px;
}
.process_list .process_list_item .ulStyle01 li,
.process_list .process_list_item .ulStyle02 li{
	font-size: 16px;
}
.process_list .process_list_item p + p,
.process_list .process_list_item p + .ulStyle01,
.process_list .process_list_item p + .ulStyle02{
	margin-top: 20px;
}
.process_list .process_list_item .tel_ttl{
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 0 33px;
}
.process_list .process_list_item .tel{
	font-size: 40px;
	line-height: 1;
	margin: 0 0 15px !important;
}

.item_sec{
	margin-top: 25px;
}

.process_noticeArea{
	background-color: #e0eff4;
	margin: 20px auto;
}
.process_noticeArea .process_noticeArea_detail{
	display: flex;
	justify-content: space-between;
	padding: 10px 36px 15px 20px;
}
.process_noticeArea .process_noticeArea_detail .process_noticeArea_txt .ttl{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}
@media screen and (max-width: 767px){
	.process_list{
		padding: 0;
	}
	.process_list .process_list_item{
		padding: 15px 20px;
	}
	.process_list .process_list_item + .process_list_item{
		margin-top: 66px;
	}
	.process_list .process_list_item + .process_list_item::before{
		width: 6px;
		height: 46px;
		top: -56px;
	}
	.process_list .process_list_item .process_list_detail{
		margin-top: 20px;
		display: block;
	}
	.process_list .process_list_item .process_list_detail .process_list_detail_img{
		max-width: 160px;
		width: 100%;
		min-width: auto;
		margin: 0 auto 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}
	.process_list .process_list_item .process_list_detail .process_list_detail_img img + img{
		margin-top: 0;
	}
	.process_list .process_list_item .ulStyle01 li,
	.process_list .process_list_item .ulStyle02 li{
		font-size: 14px;
	}
	.process_list .process_list_item p + p,
	.process_list .process_list_item p + .ulStyle01,
	.process_list .process_list_item p + .ulStyle02{
		margin-top: 15px;
	}
	.process_list .process_list_item .tel_ttl{
		font-size: 16px;
		margin: 0 0 0 25px;
	}
	.process_list .process_list_item .tel{
		font-size: 30px;
		margin: 0 0 15px !important;
	}
	
	.item_sec{
		margin-top: 20px;
	}
	.process_noticeArea .process_noticeArea_detail{
		display: block;
		padding: 10px 15px;
	}
	.process_noticeArea .process_noticeArea_detail .process_noticeArea_txt .ttl{
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 0;
	}
	.process_noticeArea .process_noticeArea_detail .process_noticeArea_txt .ttl + p{
		margin-top: 5px;
	}
	.process_noticeArea .process_noticeArea_detail .process_noticeArea_img{
		max-width: 160px;
		width: 100%;
		margin: 10px auto 0;
	}
}


/* accordion_list
--------------------------------------------------------------------------- */

.accordion_list{
	padding: 0 40px;
	margin-bottom: 40px;
}
.accordion_list li:first-child{
	margin-top: 36px;
}
.accordion_list li + li{
	margin-top: 25px;
}
.accordion_list li .main_txt{
	font-weight: 500;
	cursor: pointer;
	border-bottom: 2px solid #00a5c1;
	padding: 0 0 10px;
	transition: 0.3s all;
}
.accordion_list li .main_txt p{
	position: relative;
	padding: 0 40px 0 50px;
	font-size: 20px;
	font-weight: 600;
}
.accordion_list li .main_txt p:before{
	content: "Q";
	font-size: 24px;
	font-family: "Shippori Mincho", serif;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background-color: #00a5c1;
	border-radius: 50%;
	font-weight: 500;
	color: #fff;
    margin: 0 17px 0 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.accordion_list li .main_txt p:after{
	content: "";
	display: inline-block;
	font-size: 16px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\2b";
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: flex;
	align-items: baseline;
	justify-content: center;
	background-color: #00a5c1;
	margin: auto 0;
}
.accordion_list li .main_txt p.active:after{
	content: "\f068";
}
.accordion_list li .answer{
	display: none;
	padding: 20px 0;
}
.accordion_list li .answer p{
	position: relative;
	padding: 0 0 0 50px;
	letter-spacing: -0.01em;
}
.accordion_list li .answer p:first-child:before{
	content: "A";
	font-size: 24px;
	font-family: "Shippori Mincho", serif;
	font-weight: 700;
	position: absolute;
	top: -3px;
	left: 0;
	width: 40px;
	height: 40px;
	background-color: #e3eff3;
	border-radius: 50%;
	font-weight: 500;
	color: #00a5c1;
    margin: 0 17px 0 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.accordion_list li .answer p.ttl{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
.accordion_list li .answer p + p.ttl{
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.accordion_list{
		padding: 0;
		margin-bottom: 30px;
	}
	.accordion_list li:first-child{
		margin-top: 25px;
	}
	.accordion_list li + li{
		margin-top: 20px;
	}
	.accordion_list li .main_txt{
		padding: 0 0 10px;
	}
	.accordion_list li .main_txt p{
		position: relative;
		padding: 0 40px 0 40px;
		font-size: 16px;
		font-weight: 600;
	}
	.accordion_list li .main_txt p:before{
		font-size: 16px;
		width: 32px;
		height: 32px;
		margin: 0 9px 0 0;
		align-items: baseline;
	}
	.accordion_list li .main_txt p:after{
		font-size: 14px;
		width: 24px;
		height: 24px;
	}
	.accordion_list li .answer{
		display: none;
		padding: 20px 0;
	}
	.accordion_list li .answer p{
		position: relative;
		padding: 0 0 0 40px;
		letter-spacing: -0.01em;
	}
	.accordion_list li .answer p:first-child:before{
		font-size: 16px;
		width: 32px;
		height: 32px;
		margin: 0 9px 0 0;
		align-items: baseline;
	}
	.accordion_list li .answer p.ttl{
		font-size: 15px;
		font-weight: 700;
		margin-bottom: 5px;
	}
	.accordion_list li .answer p + p.ttl{
		margin-top: 15px;
	}
}


/* link_list
--------------------------------------------------------------------------- */
.link_list{
	display: flex;
	justify-content: center;
	gap: 20px;
}
.link_list li{
	max-width: 320px;
	width: 100%;
}
.link_list li a{
	position: relative;
	display: flex;
	align-items: center;
	border: 1px solid #00a5c1;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	height: 80px;
	padding-left: 19px;
	box-sizing: border-box;
	transition: 0.5s;
}
.link_list li a:hover{
	text-decoration: none;
	opacity: 0.7;
}
.link_list li a::after{
	content: '';
	display: block;
	width: 106px;
	height: 78px;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
.link_list li a.plan::after{
	background-image: url('../img/link/img_link_plan.png');
}
.link_list li a.company::after{
	background-image: url('../img/link/img_link_company.png');
}
.link_list li a.midori::after{
	background-image: url('../img/link/img_link_midori.png');
}
.link_list li a.condolences::after{
	background-image: url('../img/link/img_link_condolences.png');
}
.link_list li a.flowers::after{
	background-image: url('../img/link/img_link_flowers.png');
}
.link_list li a br.w960{
	display: none;
}
@media screen and (max-width: 960px) {
	.link_list li a br.w960{
		display: block;
	}
}
@media screen and (max-width: 800px) {
	.link_list li a{
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.link_list{
		display: block;
	}
	.link_list li{
		max-width: 400px;
		margin: 0 auto;
	}
	.link_list li + li{
		margin-top: 20px;
	}
	.link_list li a{
		height: 64px;
	}
	.link_list li a::after{
		width: 84px;
		height: 62px;
	}
}

.sec_inner{
	padding: 0 40px;
}
@media screen and (max-width: 767px){
	.sec_inner{
		padding: 0;
	}
}