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


/* ボタン　================================================== */
.btn01{
	display: inline-block;
	text-align: left;
	width: 250px;
	color: #fff;
	background: #1a1a1a;
	background-size: 100% 200%;
	background-position: top;
	padding: 1em;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	transition: 0.5s;

}
.btn01 span{
	overflow: hidden;
	font-size: 1em;
	line-height: 100%;
	font-weight: 400;
	color: transparent;
	text-shadow: 0 -2.5em 0 #fff, 0 0 0 #fff;
	transition: 0.5s;
}
.btn01:hover span{
	text-shadow: 0 0 0 #fff, 0 2.5em 0 #fff;
}
.btn01::after{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	transition: .3s;
}
.btn01:hover::after{
	color: #fff;
}
.bg_img01 .btn01{
	color: #fff;
	border-bottom: solid 1px;
}
.bg_img01 .btn01 span{
	text-shadow: 0 -2.5em 0 #fff, 0 0 0 #fff;
}
.bg_img01 .btn01:hover span{
	text-shadow: 0 0 0 #fff, 0 2.5em 0 #fff;
}
.btn_wrap{
	display: block;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.c-button{
	width: 250px;
	position: relative;
}
.c-button::after{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
}

[data-button-animation] {
  padding: 14px 30px;
  margin-bottom: 5px;
  background: #201f1c;
  color: #fff;
  font-size: 1rem;
  display: inline-block;
  transition: box-shadow 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
[data-button-animation]:focus, [data-button-animation]:active {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
  outline-width: 0;
}
[data-button-animation] [data-str-animation] {
  display: flex;
  overflow: hidden;
}
[data-button-animation] .js-str__animation {
  min-width: 0.3rem;
}

/* table ============================== */
.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 3px #666;
	padding: 1em;
	width: 25%;
	min-width: 9em;
}
.line02 table td{
	border-bottom: solid 3px #ccc;
	padding: 1em;
}
.line02 table td i{
	color: #666;
	padding-left: 1em;
}
.line02 dl{
	margin-bottom: 0.5em;
	font-size: 0.9rem;
	display: flex;
}
.line02 dl dt{
	width: 11em;
}
.line02 dl dd{
	
}

.line02 ul li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}
@media (max-width: 768px){
	.line02 table th{
		display: block;
		width: 100%;
		border-bottom: none;
		text-align: left;
		padding-bottom: 0;
	}
	.line02 table td{
		display: block;
		width: 100%;
		border-bottom: solid 3px #666;
	}
	.line02 dl{
		flex-direction: column;
		align-self: flex-start;
		justify-content: flex-start;
	}
}
.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{
	color: #4c4d4e;
	font-weight: 600;
	width: 20%;
	min-width: 6em;
}
.simple01 table td i{
	color: #4c4d4e;
}
@media (max-width: 960px){
	.simple01 table th,.simple01 table td{
		display: block;
		width: 100%;
	}
	.simple01 table th{
		padding-bottom: 0;
	}
}

ul.border01{
	padding-left: 1em;
	font-size: 1em;
}
ul.border01 li{
	text-indent: -1.5rem;
	border-bottom: dashed 1px #4c4d4e;
	margin-bottom: 1rem;
	padding-left: 1.5rem;
}
ul.border01 li i{
	color: #4c4d4e;
	display: inline;
}
ul.border02{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap:16px;
}
ul.border02 li{
	border-bottom: dashed 1px #ccc;
	font-size: 1rem;
}
.dl_border01{
	padding: 1rem;
}
.dl_border01 dl{
	display: flex;
	align-items: flex-start;
	border-bottom: solid 1px #8a9898;
}
.dl_border01 dl dt{
	width: 20%;
	padding: 1em 0 1em 1em;
	font-weight: 700;
}
.dl_border01 dl dt i{
	color: #8a9898;
}
.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;
	}
}

/* タイムライン1============================================================ */
.cp_timeline01 {
	position: relative;
	width: 100%;
	margin: 3em auto;
	padding: 1em 0;
	list-style-type: none;
}
.cp_timeline01:before {
	position: absolute;
	left: 50%;
	top: 0;
	content: '';
	display: block;
	width: 6px;
	height: 100%;
	margin-left: -3px;
	background: #4c4d4e;
	z-index: -1;
}
.cp_timeline01 li {
	padding: 1em 0;
}
.cp_timeline01 li:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cp_timeline01 li:nth-child(odd) .timeline_item {
	position: relative;
	width: calc(50% - 29px);
	float: left;
	text-align: right;
}
.cp_timeline01 li:nth-child(even) .timeline_item {
	position: relative;
	width: calc(50% - 29px);
	float: right;
}
.cp_timeline01 li .timeline_item .flag_cont {
	position: relative;
	display: inline-block;
	text-align: center;
}
.cp_timeline01 li .timeline_item .flag {
	position: relative;
	display: inline;
	background: #4c4d4e;
	color:#fff ;
	padding: 6px 10px;
	font-weight: 600;
	text-align: left;
}
.cp_timeline01 li:nth-child(odd) .timeline_item .flag {
	box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}
.cp_timeline01 li:nth-child(even) .timeline_item .flag {
	box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}
.cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:before,
.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:before {
	position: absolute;
	top: 10px;
	right: -41px;
	content: ' ';
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	margin-top: -10px;
	background: #f5f5f5;
	border-radius: 50%;
	border: 6px solid #4c4d4e;
	z-index: 10;
}
.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:before {
	left: -41px;
}

.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:after {
	left: -39px;
}
.cp_timeline01 li:nth-child(odd) .timeline_item .flag:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	height: 0;
	width: 0;
	margin-top: -6px;
	border: solid transparent;
	border-left-color: #4c4d4e;
	border-width: 6px;
}
.cp_timeline01 li:nth-child(even) .timeline_item .flag:after {
	content: '';
	position: absolute;
	right: 100%;
	top: 50%;
	height: 0;
	width: 0;
	margin-top: -6px;
	border: solid transparent;
	border-right-color: #4c4d4e;
	border-width: 6px;
}

.cp_timeline01 li .timeline_item .desc {
	font-size: 1em;
	margin-top: 1rem;
	padding: 1em;
	background:#f5f5f5;
}
.cp_timeline01 li .timeline_item .desc h3{
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 2;
	border-bottom: dashed 1px #ccc;
}
.cp_timeline01 li .timeline_item .desc p{
	font-size: 0.9rem;
	padding: 1em 0;
}

@media (max-width: 960px){
	.cp_timeline01 {
		width: 100%;
		padding: 4em 0 1em 0;
	}
	.cp_timeline01 li {
		padding: 2em 0;
	}
	.cp_timeline01 li:nth-child(odd) .timeline_item,
	.cp_timeline01 li:nth-child(even) .timeline_item {
		float: none;
		width: 100%;
		text-align: center;
	}
	.cp_timeline01 li .timeline_item .flag_cont {
		text-align: center;
	}
	.cp_timeline01 li .timeline_item .flag {
		z-index: 15;
	}
	.cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:before,
	.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:before {
		top: -30px;
		right: calc(50% - 12px);
		left: calc(50% - 12px);
	}
	.cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:after,
	.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:after {
		top: -28px;
		right: calc(50% - 10px);
		left: calc(50% - 10px);
	}
	.cp_timeline01 li:nth-child(odd) .timeline_item .flag:after,
	.cp_timeline01 li:nth-child(even) .timeline_item .flag:after {
		content: '';
		position: absolute;
		left: 50%;
		top: -6px;
		height: 0;
		width: 0;
		margin-left: -6px;
		border: solid transparent;
		border-bottom-color: #4c4d4e;
		border-width: 6px;
		pointer-events: none;
	}
	.cp_timeline01 li .flag_cont {
		display: block;
		position: relative;
		margin: 4px 0 0 0;
		z-index: 14;
	}
	.cp_timeline01 li:nth-child(odd) .timeline_item .time,
	.cp_timeline01 li:nth-child(even) .timeline_item .time {
		float: none;
		text-align: center;
		background: #ffffff;
	}
	.cp_timeline01 li .timeline_item .desc {
		position: relative;
		z-index: 15;}
}

/* カルーセル============================================================ */
.carousel_wrap{
	width: 100%;
	margin: auto;
}
.carousel {
	width:calc(100% - 40px);
	padding: 0;
	margin: auto;
}
.carousel .inner {
	overflow: hidden;
	margin: 20px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.carousel .inner img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.carousel .slick-next {
	right: -20px;
	z-index: 50;
}
.carousel .slick-prev {
	left: -20px;
	z-index: 50;
}


.carousel02 {
	width: calc(100% - 60px);
	margin: auto;
}
.carousel02 .inner {
	height: 100%;
	overflow: hidden;
	margin: 15px;
	padding: 15px;
	background: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.carousel02 img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.carousel02 p{
	font-size: 0.9rem;
	padding: 1rem 0.5rem;
}
.carousel02 h3{
	margin-top: 20px;
	font-size: 1rem;
	font-weight: 600;
	border-bottom: dashed 1px #ccc;
}
.carousel02 h3 .en{
	display: block;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 600;
}
.carousel02 h3 .en .nb{
	font-size: 200%;
}
.carousel02 .inner a{
	display: block;
	text-align: center;
	background: #4c4d4e;
	color: #fff;
	margin: 10px;
	font-size: 0.8rem;
	line-height: 200%;
	opacity: 1;
	transition: .5s;
}
.carousel02 .inner a:hover{
	opacity: 0.5;
}

.carousel02 .slick-next {
	right: -30px;
	z-index: 50;
}
.carousel02 .slick-prev {
	left: -30px;
	z-index: 50;
}
.carousel02 .slide-arrow {
	background-color:#4c4d4e;
	border-radius: 50%;
	bottom: 0;
	height: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 10;
	transition: .5s;
}
.carousel02 .prev-arrow {
	width: 50px;
	height: 50px;
	left: -40px;
	position: absolute;
}
.carousel02 .next-arrow {
	width: 50px;
	height: 50px;
	right: -40px;
	position: absolute;
}
.carousel02 .prev-arrow::after{
	position: absolute;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f060';
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.carousel02 .next-arrow::after{
	position: absolute;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f061';
	color: #fff;
	top: 50%;
	right: 25%;
	transform: translate(-50%,-50%);
}
.carousel02 .slide-arrow:hover{
	background-position: right;
}
.carousel02 .slick-track{
	display: flex;
}
.slick-slide{
	height: auto !important; 
}


@media (max-width: 750px){
	.carousel02{
		width: 100%;
		margin-top: 60px;
	}
	.carousel02 .inner .in_flex{
		flex-direction: column;
		justify-content: center;
	}
	.carousel02 .slide-arrow{
		bottom: auto;
		top: -40px;
	}
	.carousel02 .prev-arrow{
		left: calc(100% - 110px);
	}
	.carousel02 .next-arrow{
		right: 0;
	}
}


/* リンクコンテンツ　==================== */
.contents_link {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: auto;
	overflow: hidden;
}
figure.effect-chico{
	display: block;
	position: relative;
	width: calc(100% / 5);
	height: 430px;
	background: #000;
	overflow: hidden;
}
figure.effect-chico img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
	opacity: 0.8;
}

figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico figcaption {
	width: 100%;
	padding: 3em;
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	background: rgba(255,255,255,0.2);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

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

figure.effect-chico h4 {
	position: absolute;
	right: 35px;
	top:10%;
	font-size: 1.5em;
	writing-mode: vertical-rl;
	letter-spacing: 0.12em;
	text-align: right;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	line-height: 150%;
}
figure.effect-chico h4 span{
	font-size: 60%;
}

figure.effect-chico p {
	position: absolute;
	bottom: 35px;
	left: 40px;
	font-size: 0.9em;
	margin: 0 auto;
	text-align: right;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 960px){
	.contents_link {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-width: 700px;
	}
	figure.effect-chico{
		display: block;
		position: relative;
		width: 100%;
		height: 220px;
		background: #000;
		overflow: hidden;
	}
	figure.effect-chico img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	figure.effect-chico h4 {
		writing-mode:horizontal-tb;
		top:35px;
	}
}

.map iframe{
	width: 100%;
	vertical-align: middle;
}


/* ビフォーアフター ================================================== */
.before_after{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 900px;
	margin: 20px auto 5px;
}
.before_after .ba_img{
	width: calc(100% / 2 - 30px);
	aspect-ratio: 3 / 2;
	position: relative;
	background: #f7f6f5;
}
.before_after .ba_img img.ba01{
	width: 100%;
	height: 100%;
	padding: 10px;
	vertical-align: middle;
	object-fit: contain;
	object-position: center;
}

.before_after .ba_img h4{
	position: absolute;
	top: 20px;
	left: -15px;
	transform: rotate(-10deg);
	font-size: 3em;
	color: #e65912;;
	font-family: 'Noto Serif JP', serif;
	filter: drop-shadow(2px 2px 5px rgba(255,255,255,0.5));
}
.ba_arrow{
	padding: 5px;
}
.ba_arrow i{
	color: #8a9898;
	font-size: 2em;
}
.ba h3{
	vertical-align: middle;
	text-align: left;
	border-left: 3px solid #339966;
	padding-left: 0.5em;
	font-size: 1.5em;
}
@media (max-width: 960px){
	/* ビフォーアフター==================================================  */
	.before_after{
		flex-direction: column;
		justify-content: center;
	}
	.before_after .ba_img {
		max-width: 380px;
		width: calc(100% - 30px);
		margin: auto;
	}
	.ba_arrow{
		transform: rotate(90deg);
		margin: 10px;
	}
}

/* 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 #8a9898;
    border-right: 2px solid #8a9898;
}
.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:#8a9898;
}
.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_wrap{
	padding: 50px 0;
}
.flow_inner{
	width:100%;
	max-width: 850px;
	margin: auto;
	padding: 15px;
	background: #fff;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	display: flex;
	align-items: flex-start;
}

.flow_photo{
	align-self: center;
	width: 300px;
	text-align: center;
	padding: 15px;
	position: relative;
}
.flow_photo img{
	width: 100%;
	height: 200px;
	border-radius: 15px;
	object-fit: cover;
}

.h_number{
	font-family: 'Noto Serif JP', serif;
	position: absolute;
	top:-40px;
	left: -50px;
	display: inline-block;
	line-height: 80px;
	width: 80px;
	background: linear-gradient( 130deg, #12e6e6 , #12e69f);
	text-align: center;
	vertical-align: middle;
	margin-bottom: 10px;
	color: #fff;
	font-size: 3em;
	z-index: 1;
}
.flow_txt{
	padding: 10px 10px 10px 30px;
	font-size: 1em;
	flex:1;
}
.flow_txt p{
	
}
.flow_txt h3{
	font-size: 1.2em;
	color: #333;
	border-bottom: solid 3px #8a9898;
	margin-bottom: 15px;
	font-weight: 600;
}
.flow_arrow{
	font-size: 2em;
	text-align: center;
	color:#8a9898;
	margin: 10px;
}
.flow_link{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.flow_link li {
	padding: 5px;
	text-align: center;
	font-size: 0.9em;
	align-self: stretch;
	transition: .5s;
}
.flow_link li a{
	display: block;
	padding: 0.5em 1em;
	line-height: 100%;
	vertical-align: middle;
	background: linear-gradient( 130deg, #12e6e6 , #12e69f);
	border-radius: 30px;
	border:solid 1px #12e69f;
	color: #fff;
	transition: .5s;
}
.flow_link li :hover{
	background: #fff;
	color: #1a1a1a;
}
@media (max-width: 1200px){
	.flow_inner{
		width:100%;
		max-width: 680px;
	}
	.flow_photo{
		width: 270px;
		height: 200px;
	}
	.flow_photo img{
		width: 270px;
		height: 200px;
	}
	.flow_link{
		flex-direction: column;
		justify-content: flex-start;
	}
}
@media (max-width: 765px){
	/* 流れ======================================== */
	.flow_inner{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.flow_txt{
		width: 100%;
		margin-top: 30px;
	}
	.h_number{
		left: -50px;
	}
}
/* メールフォーム==================== */
.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;
	background: rgba(0,0,0,0.05);
	opacity: 1;
	transition: .5s;
}

.phone_flex .phone .nb{
	font-weight: 600;
	font-size: clamp(1.5rem, 1.2rem + 1.0667vw, 2rem);
	line-height: 50px;
	vertical-align: middle;
	display: block;
	color: #333;
	transition: .5s;
}
.phone_flex .phone .nb i{
	display: inline-block;
	text-align: center;
	color:  #fff;
	background:#333 ;
	vertical-align: bottom;
	line-height: 50px;
	width: 50px;
	font-size: 1rem;
	border-radius: 50%;
	margin-right: 1rem;
	transition: .5s;
}
.phone_flex .phone:hover .nb{
	color: #0160ae;
}
.phone_flex .phone:hover .nb i{
	background: #0160ae;
}
.phone_flex .phone .txt01{
	font-size: 1.1rem;
	font-weight: 500;
	text-align: center;
	display: block;
	padding: 10px;
	margin-bottom: 1rem;
}
.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: center;
	align-items: flex-start;
}
.phone_flex .phone ul li{
	font-size: 0.9em;
	font-weight: 500;
	padding: 1em 0.5em 0;
}
.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{
		flex-direction: column;
		justify-content: flex-start;
	}
}
#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 1rem;
}
#mailform .checkbox{
	padding: 0 1rem;
}
#mailform .form_input,#mailform textarea{
	background: rgba(0,0,0,0.05);
	width: 100% !important;
	padding: 15px 10px;
	border: none;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#4c4d4e;
	padding: 3px 15px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 1em;
	font-weight: 400;
	background: #fff;
	border:solid 1px #4c4d4e;
	color:#4c4d4e;
	margin: 0 auto;
	transition: .5s;
}
input[type='submit']:hover{
	background: #4c4d4e;
	color: #fff;
}
.infobox{
	margin-bottom: 30px;
}
.infobox h4{
	text-align: center;
	color: #1f1f1f !important;
	font-size: 1em !important;
	padding-bottom: 1em;
}
.infobox h5{
	color: #1f1f1f;
	margin-top: 1em;
}
.infobox h5 i{
	color: #0160ae;
}
.infobox p{
	font-size: 0.8em !important;
	color: #1f1f1f;
	padding: 0.5em 0;
}
.postcord{
	width:150px !important;
	margin-bottom: 5px;
	padding: 15px 10px;
	background: rgba(0,0,0,0.05);
	border-radius: 5px;
}
.postcord_btn{
	font-size: 0.7em;
	font-weight: 400;
	border-radius: 30px;
	background:#666;
	padding: 0.5em 1em;
	color: #fff;
	transition: .5s;
}
.postcord_btn:hover{
	background: #0160ae;
}
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: #0160ae;
	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 2px #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: #0160ae;
  border-color: #0160ae;
}

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% ;
	}
}

