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


/* ボタン　================================================== */
.btn_wrap{
	display: block;
	width: 270px;
	margin: 30px auto;
}

.btn01{
	display: inline-block;
	text-align: center;
	width: 100%;
	background: linear-gradient(to right , #22c1ee, #105ad5);
	background-size: 150%;
	background-position: left;
	color: #fff;
	padding: 0.8em;
	position: relative;
	border-radius: 30px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	font-size: 1em;
	font-weight: 500;
	transition: .5s;
}
.btn01::after{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	transition: .5s;
}
.btn01.grd_yg{
	background: linear-gradient(to right , #c1ed21, #11D659);
	background-size: 150%;
	background-position: left;
}
.btn01:hover,
.btn01.grd_yg:hover{
	background-position: right;
	transition: .5s;
}
.btn01:hover::after{
	right: 10px;
}

/* table ============================================================ */
.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 2px #105ad5;
	padding: 1em;
	width: 25%;
	min-width: 9em;
}
.line02 table td{
	border-bottom: solid 2px #ccc;
	padding: 1em;
}
.line02 table td i{
	color: #105ad5;
	padding-left: 1em;
}
.line02 td.flex_wrap{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap:20px 30px;
}
.line02 dl{
	font-size: 0.9rem;
	display: flex;
	width: calc(50% - 15px);
	border-bottom: dashed 1px #ccc;
}
.line02 dl dt{
	width: calc(100% - 30px);
}
.line02 dl dd{
	text-align: right;
	width: 30px;
}
.line02 ul{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap:15px 30px;
}
.line02 ul li{
	font-size: 0.9rem;
	padding-left: 1em;
	text-indent: -1em;
	width: calc(50% - 15px);
	border-bottom: dashed 1px #ccc;
}
@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 2px #105ad5;
	}
	.line02 dl{
		flex-direction: column;
		align-self: flex-start;
		justify-content: flex-start;
	}
	.line02 ul li{
		width: 100%;
	}
}

.simple01 table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}
.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: 20%;
	min-width: 6em;
}
.simple01 table td i{
	color:#105ad5;
}
@media (max-width: 960px){
	.simple01 table th,.simple01 table td{
		display: block;
		width: 100%;
	}
	.simple01 table th{
		padding-bottom: 0;
	}
}

.work_table{
	width: 100%;
	border-spacing:0;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background: rgba(255,255,255,0.5);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.work_table th{
	font-weight: 600;
	padding: 1rem;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	color: #fff;
}
.work_table td{
	padding: 0.5rem 1rem;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
.work_table tr td:first-child{
	text-align: center;
	min-width: 8em;
}
@media (max-width: 750px){
	.work_table{
		font-size: 0.9rem;
	}
	.work_table tr td:first-child{
		min-width: 0;
		white-space: nowrap;
	}
}

/* list ============================================================ */

ul.border01{
	padding-left: 1em;
	font-size: 1.2em;
}
ul.border01 li{
	border-bottom: dotted 1px #105ad5;
	margin-bottom: 1rem;
}
ul.border01 li i{
	color: #105ad5;
}
ul.border02{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap:15px;
}
ul.border02 li{
	border-bottom: dashed 1px #105ad5;
}
@media (max-width: 450px){
	ul.border02{
		flex-direction: column;
		justify-content: flex-start;
	}
}

/* number_list　==================== */
.number_list{
	padding: 1.5rem;
	list-style: none;
}
.number_list li{
	padding: 1rem 0;
	border-bottom: solid 2px #105ad5;
	position: relative;
}
.number_list li .inner_flex{
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
	}

.number_list li .li_numbar{
	font-size: 2rem;
	font-family: "Noto Serif JP", serif;
	color:#105ad5;
	width: 200px;
	font-weight: 600;
}
.number_list li .li_txt{
	font-size: 1.2rem;
	margin-left: 0.5rem
}
.number_list li p{
	margin-top: 1em;
	margin-left: 4.5em;
}

.bg_in_w .number_list li::before{
	border-bottom: solid 1px #fff;
}
@media (max-width: 960px){
	.number_list li .inner_flex{
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	.number_list li .li_numbar{
		width: 100%;
		text-align: left;
	}
	.number_list li .li_txt{
		width: 100%;
		text-align: left;
		font-size: 1rem;
	}
	.number_list li p{
		margin-top: 1em;
		margin-left: 0;
	}
}
@media (max-width: 450px){
	.number_list{
		padding: 1rem 0;
	}
}

/* リンクコンテンツ　==================== */
.contents_link {
	flex: 1;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: auto;
	padding: 15px;
}
.contents_link div{
	width: calc(100% / 3 - 20px);
}
figure.effect-chico{
	display: block;
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 5;
	background: #4c392c;
	overflow: hidden;
	margin-bottom: 20px;
}
figure.effect-chico img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	transition: opacity 0.35s, transform 0.35s;
	transform: scale(1.12);
	opacity: 0.5;
}

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

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

figure.effect-chico h4{
	color: #fff;
	font-weight: 600;
	font-size: 1.5rem;
	border-bottom: solid 1px #eee;
}
figure.effect-chico h4 .en{
	text-transform: uppercase;
	font-size: 0.7rem;
	font-family: "Noto Serif JP", serif;
}
figure.effect-chico p{
	position: absolute;
	top: 60%;
	left: 30px;
	right: 30px;
	color: #fff;
	font-size: 0.8em;
}

figure.effect-chico h5 {
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-size: 0.9em;
	color: #fff;
	margin: 0 auto;
	text-align: right;
}

figure.effect-chico a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 1280px){
	figure.effect-chico h4{
		font-size: 1.4rem;
	}
}

@media (max-width: 1200px){
	.contents_link{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-width: 600px;
		margin: auto;
		padding: 30px 10px;
		background-position: right 10% bottom 0;
		background-size: 170px;
	}
	.contents_link div{
		width: 100%;
	}
	figure.effect-chico,
	figure.effect-chico img{
		aspect-ratio: 3 / 2;
	}
	
}
@media (max-width: 750px){
	figure.effect-chico figcaption{
		padding: 1.5rem;
	}
}
@media (max-width: 450px){
	figure.effect-chico,
	figure.effect-chico img {
		aspect-ratio: 4 / 3;
	}
	figure.effect-chico h4{
		font-size: 1.3rem;
	}
}

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

/* カルーセル============================================================ */
.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;
}
/* スタッフ紹介 ================================================== */
.staff_wrap {
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.staff_wrap .inner {
	width: calc(100% / 3 - 30px);
	overflow: hidden;
	margin: 15px;
	padding: 30px;
	background: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.staff_wrap .inner .in_flex{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.staff_wrap .img{
	width: 100%;
}
.staff_wrap .txt{
	width: 100%;
	padding: 15px;
}
.staff_wrap .txt dl{
	font-size: 0.9rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	border-bottom: dashed 1px #105ad5;
	margin-bottom: 0.5em;
}
.staff_wrap .txt dl dt{
	min-width: 6em;
	font-weight: 600;
}
.staff_wrap .inner .img img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: contain;
}

.staff_wrap .inner h3{
	font-family: "Noto Serif JP", serif;
	font-size: 1.2rem;
	padding: 1rem 0.5rem 1rem 0;
}
.staff_wrap .inner p{
	font-size: 0.9rem;
}
@media (max-width: 1200px){
	.staff_wrap .inner{
		width: calc(100% / 2 - 30px);
	}
}
@media (max-width: 960px){
	.staff_wrap{
		max-width: 600px;
		margin: auto;
	}
	.staff_wrap .inner{
		width: calc(100% - 30px);
	}
}
@media (max-width: 750px){
	.staff_wrap .inner{
		padding: 15px;
	}
}

.rec_enent{
	position: relative;
	padding: 15px;
}
.rec_enent img.main{
	width: 100%;
	padding: 15px;
}
.rec_enent .txt{
	position: absolute;
	top: -30px;;
	left: -30px;
	width: 80%;
}
.rec_enent .txt img{
	width: 100%;
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.2));
	animation: pikopiko 1.5s steps(2, start) infinite;
}
@keyframes pikopiko {
  0% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-3deg);
  }
}
@media (max-width: 960px){
	.rec_enent .txt{
		left: 0px;
	}
}

/* メールフォーム==================== */
.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:hover{
	opacity: 0.5;
}
.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: #105ad5;
}
.phone_flex .phone .nb i{
	display: inline-block;
	text-align: center;
	color:  #fff;
	background:#105ad5 ;
	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: 600;
	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: 600;
	padding: 1em 0.5em 0;
}
.phone_flex .phone ul li i{
	padding-right: 0.5em;
	color: #00a0e9;
}

@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:#f5f5f5;
	width: 100% !important;
	padding: 15px 10px;
	border: none;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#105ad5;
	padding: 3px 8px;
	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 #1a1a1a;
	color:#1a1a1a;
	border-radius: 50px;
	margin: 0 auto;
	transition: .5s;
}
input[type='submit']:hover{
	background: #105ad5;
	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: #105ad5;
}
.infobox p{
	font-size: 0.8em !important;
	color: #1f1f1f;
	padding: 0.5em 0;
}
.postcord{
	width:150px !important;
	margin-bottom: 5px;
	padding: 1rem;
	background:#f5f5f5;
	border-radius: 5px;
}
.postcord_btn{
	font-size: 0.7em;
	font-weight: 700;
	border-radius: 30px;
	background:#666;
	padding: 0.25em 1em;
	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 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: #105ad5;
  border-color: #105ad5;
}

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

