@charset "UTF-8";
/* CSS Document */


/* ボタン　================================================== */
.btn_wrap{
	width: fit-content;
	padding: 15px;
}
.c-link {
    align-items: center;
    display: inline-flex;
    flex-direction: row-reverse;
	text-decoration: none;
}

.c-link__txt {
	color: #000b15;
	text-decoration: none;
    font-size: calc(14*1em/16);
    margin-left: calc(15*1em/14);
	margin-bottom: 0;
}

.c-link__circle {
    align-items: center;
    aspect-ratio: 1/1;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    position: relative;
    width: calc(40*1em/16)
}

.c-link__circle:after,.c-link__circle:before {
    border-radius: 50%;
    content: "";
    inset: 0;
    position: absolute;
    z-index: 0
}

.c-link__circle:before {
    border:1px solid #000b15
}

.c-link__circle:after {
    background-color: #000b15;
    opacity: 0;
    transform: scale(1.5)
}

.c-link__circleArrow {
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
    position: relative;
    width: calc(11*1em/16);
    z-index: 1
}

.c-link__circleArrow svg {
    flex-shrink: 0;
    width: calc(11*1em/16);
    fill: none;
    stroke-width: 1px;
    stroke-linecap: round;
    stroke-linejoin: round
}

.c-link__circleArrow svg:first-of-type {
    stroke: #000b15;
}

.c-link__circleArrow svg:nth-of-type(2) {
    stroke: #fff;
}
.c-link__circle:after,
.c-link__circle:before{
	transition:transform .4s cubic-bezier(0.445,0.050,0.550,0.950),opacity .4s cubic-bezier(0.445,0.050,0.550,0.950);
}
.c-link__circleArrow svg,
.c-link__txt{
	transition: transform .5s cubic-bezier(0.165,0.840,0.440,1.000);
}
.c-link:hover .c-link__txt{
	transform: translate3d(.5em,0,0)
}
.c-link:hover .c-link__circle:before{
	opacity: 0;
	transform: scale(1.6)
}
.c-link:hover .c-link__circle:after{
	opacity: 1;
	transform: scale(1)
}
.c-link:hover .c-link__circleArrow svg{
	transform: translate3d(calc(11 * 1em / 16),0,0)
}
/* table============================================================ */
.simple01 table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
	
}
.simple01 table tr{
	border-bottom: solid 1px #ccc;
}
.simple01 table th,.simple01 table td{
	padding: 1.5em 1em;
	text-align: left;
	vertical-align: top;
}
.simple01 table th{
	font-weight: 600;
	width: 25%;
	min-width: 8em;
	color: #000b15;
}
.simple01 ul{
	margin-left: 1em;
}
.simple01 ul li{
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
	vertical-align: middle;
	text-indent: -1em;
	margin-left: 1em;
}
.simple01 ul li i{
	font-size: 0.6rem;
	color: #0059a9;
	display: inline;
	vertical-align: middle;
	line-height: 1.2;
}

@media (max-width: 960px){
	.simple01 table th,.simple01 table td{
		display: block;
		width: 100%;
	}
	.simple01 table th{
		padding-bottom: 0;
	}
	.simple01 ul li{
		font-size: 0.9rem;
	}
}
@media (max-width: 960px){
	.simple01 ul li{
		font-size: 0.8rem;
	}
}
/* リスト ============================== */
ul.border01{
	padding-left: 1em;
}
ul.border01 li{
	border-bottom: dotted 1px #ccc;
	margin-bottom: 1rem;
}
ul.border01 li i{
	color: #0059a9;
}
ul.border02{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
ul.border02 li{
	font-size: 0.9rem;
	width: calc(50% - 18px);
	border-bottom: dotted 1px #ccc;
	margin: 8px;
	text-indent: -1em;
	padding-left: 1em;
}
ul.border02 li.w100p{
	width: calc(100% - 18px);
	border-bottom: dotted 1px #ccc;
	margin: 8px;
}
ul.border02 li i{
	color: #0059a9;
}
.dl_border01{
	padding: 1rem;
}
.dl_border01 dl{
	display: flex;
	align-items: flex-start;
	border-bottom: solid 1px #ccc;
}
.dl_border01 dl dt{
	width: 20%;
	padding: 1em 0 1em 1em;
	font-weight: 600;
}

.dl_border01 dl dd{
	padding: 1em;
}
@media (max-width: 960px){
	
	.dl_border01 dl{
		display: block;
		width: 100%;
	}
	.dl_border01 dl dt{
		width: 100%;
		padding: 1em 1em 0.5em;
	}
	.dl_border01 dl dd{
		width: 100%;
		padding:0.5em 1em 1em;
	}
}
@media (max-width: 750px){
	ul.border01 li{
		font-size: 0.9rem;
	}
	ul.border02 li{
		width: calc(100% - 18px);
		font-size: 0.9rem;
	}
}
/* about============================================================ */
/* カルーセルスライダー */
.carousel_wrap{
	width: 100%;
	position: relative;
	z-index: 1;
}
.carousel {
	width: 100%;
	padding: 0;
	margin: auto;
}
.carousel .inner {
	overflow: hidden;
	margin: 25px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	position: relative;
}
.carousel .inner img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
/*	filter: grayscale(80%);*/
}
/* テキストスペース */
.contents.base{
	position: relative;
	max-height: 1080px;
	min-height: 600px;
}

.contents_box{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 100px);
	max-width: 550px;
	background: #fff;
	z-index: 10;
	padding: 70px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.contents_box::before{
	position: absolute;
	content: '';
	top: 0;
	left:-150px;
	width: 151px;
	height: 100%;
	bottom: 0;
	background: #fff;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	z-index: 11;
}
.contents_box::after{
	position: absolute;
	content: '';
	top: 0;
	right:-150px;
	width: 151px;
	height: 100%;
	bottom: 0;
	background: #fff;
	clip-path: polygon(100% 100%, 0 0, 0 100%);
	z-index: 11;
}
.contents_box .txt_lv02{
	margin-top: 30px;
}
@media (max-width: 1435px){
	.contents_box .txt_lv02{
		margin-top: 50px;
	}
}
@media (max-width: 1280px){
	.contents_box .txt_lv02{
		margin-top: 30px;
	}
}

@media (max-width: 960px){
	.contents.base{
		height: auto;
		max-height: none;
		min-height:inherit;
	}
	.contents.base .mt100{
		margin-top: 50px;
	}
	.contents_box{
		position:relative;
		width:100%;
		max-width: 700px;
		margin: auto;
		padding: 70px 15px 15px;
	}
	.contents_box::before,
	.contents_box::after{
		content:none;
	}
	.contents_box .txt_lv02{
		margin-top: 0;
	}
}
/* works============================================================ */
/* カルーセルスライダー */

.carousel02 {
	width: 100%;
	padding: 0;
	margin: auto;
	position: relative;
}
.carousel02 .inner {
	overflow: hidden;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	position: relative;
	z-index: 1;
}
.carousel02 .inner img {
	display: block;
	width: 100%;
	aspect-ratio: 2 / 3;
	object-fit: cover;
	filter: grayscale(50%);
}
.work_link{
	width: 100%;
	display: block;
	position: relative;
	transition: .5s;
}
.work_link::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.1);
	-webkit-backdrop-filter: grayscale(10%);
	backdrop-filter: grayscale(10%);
	z-index: 2;
	pointer-events: none;
	transition:all .5s;
}
.work_link:hover::before{
	background: rgba(0,0,0,0.5);
	-webkit-backdrop-filter: grayscale(100%);
	backdrop-filter: grayscale(100%);
}
.work_txt{
	position: absolute;
	z-index: 3;
	left: 30px;
	bottom: 30px;
	width: 100%;
	max-width: 800px;
	color: #fff;
	pointer-events: none;
	opacity: 0;
	transition: opacity .4s cubic-bezier(0.445,0.050,0.550,0.950);
}
.work_txt p{
	margin-left: 15px;
	margin-bottom: 15px;
}
.work_txt .c-link{
	pointer-events:auto;
	position: relative;
	z-index: 4;
	filter: invert(100%);
}
.carousel_wrap:hover .work_txt{
	opacity: 1;
}
@media (max-width: 960px){
	.carousel02 .inner img {
		aspect-ratio: 3 / 4;
	}
}
@media (max-width: 768px){
	.work_txt{
		left: 15px;
		width: calc(100% - 30px);
	}
	.carousel02 .inner img {
		aspect-ratio: 2 / 3;
	}
}
@media (max-width: 450px){
	.work_txt{
		left: 0;
		width: calc(100% - 30px);
	}
	.carousel02 .inner img {
		aspect-ratio: 4 / 5;
	}
}

/*  リンクコンテンツ ================================================== */

.gene_link{
	position: relative;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.gene_link a{
	display: flex;
	justify-content: space-between;
	width: calc(100% / 5);
	background-size: cover;
	background-position: center;
	height: 500px;
	padding: 20px;
}
.gene_link a::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backdrop-filter: grayscale(10%);
	backdrop-filter: grayscale(10%);
	z-index: 4;
	pointer-events: none;
}
.gene_link a:hover::before{
	content: none;
	z-index: -1;
}
.gene_link a::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 3;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: transform 10s, opacity 1s;
}
.gene_link a:hover::after{
	transform: scale(1.2);
	opacity: 1;
}
.gene_link a h3{
	color: #fff;
	position: relative;
	z-index: 2;
	writing-mode: vertical-rl;
	text-shadow: rgba(51,51,51,0.6) 0 0 10px;
}
.gene_link a p{
	color: #fff;
	top: 50px;
	right: 30px;
	bottom: 30px;
	z-index: 2;
	opacity: 0;
	padding-top: 50px;
	letter-spacing: 0.12rem;
	writing-mode: vertical-rl;
}
.gene_link a h3 span.en{
	color: #0059a9;
	display: block;
	text-transform: uppercase;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 600;
	font-size: 0.8rem;
	letter-spacing: 0.3em;
	margin-bottom: 5px;
}
.gene_link a h3 span.ja{
	display: block;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
}
.gene_link a:hover h3,
.gene_link a:hover p{
	z-index: 6;
	opacity: 1;
	transition: opacity .4s cubic-bezier(0.445,0.050,0.550,0.950);
}

.gene_link a.link01,
.gene_link a.link01::after{
	background-image: linear-gradient(to right , rgba(0,0,0,0.2) 60%,rgba(0,0,0,0.5)) ,url("../img/img044.webp");
	background-position: top 40% center;
}
.gene_link a.link02,
.gene_link a.link02::after{
	background-image: linear-gradient(to right , rgba(0,0,0,0.2) 60%,rgba(0,0,0,0.5)) ,url("../img/img016.webp");
	background-position: bottom 30% center;
}
.gene_link a.link03,
.gene_link a.link03::after{
	background-image: linear-gradient(to right , rgba(0,0,0,0.2) 60%,rgba(0,0,0,0.5)) ,url("../img/img001.webp");
}
.gene_link a.link04,
.gene_link a.link04::after{
	background-image: linear-gradient(to right , rgba(0,0,0,0.2) 60%,rgba(0,0,0,0.5)) ,url("../img/img032.webp");
}
.gene_link a.link05,
.gene_link a.link05::after{
	background-image: linear-gradient(to right , rgba(0,0,0,0.2) 60%,rgba(0,0,0,0.5)) ,url("../img/img064.webp");
}
.gene_link a.link01,.gene_link a.link02,.gene_link a.link03,.gene_link a.link04{
	border-right: solid 1px rgba(255,255,255,0.5);
}

@media (max-width: 1100px){
	.gene_link{
		flex-wrap: wrap;
		height: auto;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.gene_link a{
		width: 100%;
		height: 250px;
		flex-direction: column;
	}
	.gene_link a h3,
	.gene_link a p{
		writing-mode: horizontal-tb;
	}
}

@media (max-width: 450px){
	.gene_link{
		height: auto;
	}
	.gene_link a{
		min-height: 100px;
	}
}

.grid {
	max-width: 1300px;
	display: flex;
	justify-content: flex-start;
	margin: auto;
	padding: 30px 0;
	overflow: hidden;
}
.effect-chico{
	display: block;
	position: relative;
	width: calc(100% / 3);
	aspect-ratio: 3 / 4;
	background:linear-gradient( to bottom, #0059a9 ,#000b15);
	overflow: hidden;
	clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
	transform: rotateY(0deg);
	transition: .5s;
	cursor: pointer;
}
.effect-chico img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	aspect-ratio: 3 / 4;
	border-radius: 0;
	opacity: 1;
	object-fit: cover;
	overflow: hidden;
	transition: opacity 0.35s, transform 0.35s;
	transform: scale(1);
	filter: grayscale(0);
}
.effect-chico:hover{
	clip-path: polygon(25% 0, 100% 0, 75% 100%, 0 100%);
	background:linear-gradient( to bottom, #0059a9 ,#000b15);
	overflow: hidden;
}

.effect-chico:hover img {
	opacity: 0;
	transform: scale(1.2) ;
}

.effect-chico .inner {
	width: 100%;
	padding: 18%;
	position: absolute;
	top:15%;
	left: 0;
	bottom: 15%;
	right: 0;
	backface-visibility: hidden;
	transition: .5s;
}

.effect-chico .inner::before {
	position: absolute;
	top: 18%;
	right: 18%;
	bottom: 18%;
	left: 18%;
	content: '';
	transform: scale(1.1);
}

.effect-chico .inner::before,
.effect-chico p {
	color: #fff;
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s;
}

.effect-chico h3 {
	position: absolute;
	top: 18%;
	left: 18%;
	text-align: left;
	font-weight: 500;
	font-size: clamp(1.1rem, 0.83rem + 0.96vw, 1.7rem);
	white-space: nowrap;
	color: #fff;
	line-height: 110%;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
	transition: .5s;
}
.effect-chico h3 span{
	font-size: 70%;
	font-weight: 500;
}
.effect-chico p {
	font-size: 0.9em;
	margin: 0 auto 0 0;
	transform: scale(1.5);
}
.effect-chico:hover h3{
	transform: translate(10% , 100%);
}

.effect-chico:hover .inner::before,
.effect-chico:hover p {
	opacity: 1;
	transform: scale(1);
}
.effect-chico a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 768px){
	.grid{
		flex-direction: column;
		justify-content: center;
		gap:30px;
	}
	.effect-chico{
		width: calc(100%);
		aspect-ratio: 2 / 1;
	}
	.effect-chico img{
		aspect-ratio: 2 / 1;
	}
}


/* Map ============================================================ */
.map iframe{
	width: 100%;
	vertical-align: middle;
	 filter: brightness(90%) grayscale(100%);
}
/* Map　対応地域 ============================================================ */
.map_wrap{
	position: relative;
}
.map_img{
	width: 100%;
	height: 700px;
	background:url("../img/img043.webp") no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center top;
	-webkit-mask-image: url(../img/map.svg);
	-webkit-mask-repeat:no-repeat;
	-webkit-mask-position:center;
	-webkit-mask-size: auto 100%;
	mask-image: url(../img/map.svg);
	mask-repeat:no-repeat;
	mask-position:center;
	mask-size: auto 100%;
	
	position: relative;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .map_img{
	background-attachment: scroll;
	background-position: bottom center;
}


.map_wrap .txt{
	position: absolute;
	top: 30%;
	left: 10%;
}
@media (max-width: 960px){
	.map_img{
		height: 600px;
		mask-size: auto 100%;
	}
	.map_wrap .txt{
		top: 20%;
	}
}
@media (max-width: 750px){
	.map_wrap{
		width: 100%;
	}
	.map_img{
		height: 550px;
		mask-size: 100%;
	}
	.map_wrap .txt{
		width: fit-content;
		top: 10%;
		left: 5%;
	}
}
/* QA ============================================================ */
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
.qa-list dl:first-child {
    border-top: 1px solid #ccc;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #0059a9;
    border-right: 2px solid #0059a9;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 1.2rem;
}
.qa-list dl dt::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: 'Q.';
    color:#0059a9;
}
.qa-list dl dd::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    color: #e65912;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
@media (max-width: 750px){
	.qa-list dl{
		 padding: 28px 30px 28px 15px;
	}
	.qa-list dl::before{
		right: 15px;
	}
	.qa-list dl dt{
		padding: 0 0 0 40px;
	}
}
/* ながれ ================================================== */

.flow_link{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap:10px;
	margin-top: 15px;
	
}
.flow_link li {
	width: calc(100% / 2 - 8px);
	text-align: center;
	font-size: 0.9em;
	align-self: stretch;
	transition: .5s;
}
.flow_link li a{
	width: 100%;
	display: block;
	padding: 1em;
	line-height: 100%;
	vertical-align: middle;
	background:linear-gradient( to right, #0059a9 ,#000b15);
	background-size: 250%;
	background-position: left;
	color: #fff;
	transition: .5s;
}
.flow_link li a:hover{
	background-position: right;
}
@media (max-width: 960px){
	.flow_link{
		width: 100%;
		max-width: 350px;
		margin: 15px auto 0;
		flex-direction: column;
		justify-content: flex-start;
	}
	.flow_link li{
		width: calc(100% - 8px);
	}
}

/* メールフォーム==================== */
.contents_mail{
	max-width: 960px;
	padding: 10px 10px 30px;
	margin: auto;
}
/* TEL FAX */
.phone_flex{
	display: flex;
	justify-content: center;
	max-width: 900px;
	margin: auto;
}
.phone_flex .phone{
	text-align: center;
	color: #1a1a1a;
	display: block;
	width: calc(100% - 30px);
	margin: 15px;
	padding: 1.5rem;
	border: solid 1px #ccc;
	background: #fff;
	opacity: 1;
	transition: .5s;
}
.phone_flex .phone .nb{
	font-weight: 600;
	font-family: "Josefin Sans", sans-serif;
	font-size: clamp(1.2rem, 0.96rem + 0.8533vw, 1.6rem);
	line-height: 50px;
	vertical-align: middle;
	display: block;
	color: #0059a9;
	margin-bottom: 10px;
}

.phone_flex .phone .nb i{
	display: inline-block;
	text-align: center;
	color:  #fff;
	background:linear-gradient( to bottom, #0059a9 ,#000b15);
	vertical-align: bottom;
	line-height: 50px;
	width: 50px;
	font-size: 1rem;
	border-radius: 50%;
	margin-right: 1rem;
	transition: .5s;
}
.phone_flex .phone .txt01{
	font-size: 1.1rem;
	font-weight: 400;
	text-align: center;
	display: block;
	width: 100%;
	padding: 10px;
}
.phone_flex .phone .txt01.bt{
	
	margin-top: 30px;
	padding-top: 30px;
	border-top: dashed 1px #ccc;
}
.phone_flex .phone .txt02{
	font-size: 1rem;
	text-align: center;
	display: block;
	margin-top: 1em;
	font-weight: 400;
	
}
.phone_flex .phone .txt03{
	font-size: 0.75rem;
	text-align: left;
	display: block;
	margin-top: 1em;
}
.phone_flex .phone ul{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.phone_flex .phone ul li{
	text-align: left;
	width: 100%;
	font-size: 0.9em;
	font-weight: 400;
	padding: 1em 0.5em 0;
	border-bottom: dashed 1px #ccc;
}
.phone_flex .phone ul li i{
	padding-right: 0.5em;
	color: #0160ae;
}
.phone_flex .phone dl{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.phone_flex .phone dl dt{
	width: 5em;
	text-align: left;
	font-size: 0.9rem;
}
.phone_flex .phone dl dd{
	margin-left: 0.5em;
}
.phone_flex .phone dl dd::before{
	content: '｜'
}


@media (max-width: 960px){
	.phone_flex{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-width: 500px;
	}
	.phone_flex .phone{
		padding: 1rem;
		
	}
}

@media (max-width: 450px){
	.phone_flex .phone{
		width: calc(100%);
		margin: 15px 0;
	}
	.phone_flex .phone ul{
		width: fit-content;
		margin: auto;
		flex-direction: column;
		justify-content: flex-start;
	}
	.phone_flex .phone ul li{
		text-align: left;
		width: 100%;
		border-bottom: dashed 1px #ccc;
	}
}
#mailform{
	width: 100%;
	padding: 20px;
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailform table tr{
	border-bottom: solid 1px #ccc;
}
#mailform table tr:last-child{
	border-bottom:none;
}
#mailform table th{
	width: 230px;
	text-align: left;
	padding:1em 0.5em;
	vertical-align: middle;
	line-height: 120%;
	font-weight: 400;
}
#mailform table td{
	padding: 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
#mailform .radio{
	padding: 0 2rem 0 0;
}
#mailform .checkbox{
	padding: 0 2rem 0 0;
}
#mailform .form_input,#mailform textarea{
	background:#f5f5f5;
	width: 100% !important;
	padding:1em 0.5em;
	border: none;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#0059a9;
	padding:0.3em 0.8em;
	margin-left: 0.5rem;
	border-radius: 5px;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 1em;
	font-weight: 400;
	background:linear-gradient( to right, #0059a9 ,#000b15);
	background-size: 200%;
	background-position: left;
	border:solid 1px #000;
	color:#fff;
	border-radius: 50px;
	margin: 0 auto;
	transition: .5s;
}
input[type='submit']:hover{
	background-position: right;
}
.infobox{
	margin-bottom: 30px;
}
.infobox h4{
	text-align: center;
	color: #1f1f1f !important;
	font-size: 1em !important;
	padding-bottom: 1em;
}
.infobox h5{
	font-weight: 600;
	color: #1f1f1f;
	margin-top: 1em;
}
.infobox h5 i{
	color: #0059a9;
}
.infobox p{
	font-size: 0.8em !important;
	color: #1f1f1f;
	padding: 0.5em 0;
}
.postcord{
	width:150px !important;
	margin-bottom: 5px;
	padding:1em 0.5em;
	background:#f5f5f5;
	border-radius: 5px;
}
.postcord_btn{
	font-size: 0.7em;
	font-weight: 600;
	border-radius: 30px;
	padding: 0.5em 1em;
	background: #000b15;
	border:solid 1px #000;
	color:#fff;
}
summary{
	cursor: pointer;
	display: block;
	list-style: none;
}
summary::-webkit-details-marker {
	color: transparent;
	display: none;
}
details::before{
	display: none;
}
details[open]{
	animation: fadeIn 1s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
details summary h4::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f067';
	padding-right: 15px;
}
details[open] summary h4::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f068';
	padding-right: 15px;
}
.visually-hidden { /* 元のボタンを非表示にする*/
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%); 
	margin: -1px;
}
label.radio-label {
	cursor: pointer;
	padding-left: 30px;
	position: relative;
}

label.radio-label::before,
label.radio-label::after {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

label.radio-label::before {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 20px;
	width: 20px;
	left: 5px;
}

label.radio-label::after {
	background-color: #666;
	opacity: 0;
	height: 14px;
	width: 14px;
	left: 8px;
	transition: ease .2s;
}

input:checked + label.radio-label::after {
  opacity: 1;
}


label.check-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

label.check-label:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  width: 20px;
  height: 20px;
  top: 3px;
  border: solid 1px #ccc;
  border-radius: 3px;
  transition: all ease-in-out.5s;
}

label.check-label:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 11px;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: left;
  width: 12px;
  height: 6px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transition: transform 0.125s ease-in-out;
}

input:checked + label.check-label:before {
  background-color: #0059a9;
  border-color: #0059a9;
}

input:checked + label.check-label:after {
  transform: rotate(-45deg) scaleX(1);
}
@media (max-width: 960px){
	#mailform{
		padding: 10px 0;
	}
	#mailform table th,
	#mailform table td{
		display: block;
		width: 100%;
		padding: 0.5rem 0;
	}
	#mailform table td{
		padding-bottom: 1rem;
	}
	
	input[type='text'] ,input[type='date'] , textarea{
		width: 100% ;
	}
}
