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


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

.c-link__txt {
	color: #fff;
	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 #fff
}

.c-link__circle:after {
    background-color: #fff;
    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: #fff;
}

.c-link__circleArrow svg:nth-of-type(2) {
    stroke: #172548;
}
.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%;
	font-size: 1rem;
	
}
.simple01 table tr{
	border-bottom: solid 1px #666;
}
.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 ul li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}
@media (max-width: 960px){
	.simple01 table th,.simple01 table td{
		display: block;
		width: 100%;
	}
	.simple01 table th{
		padding-bottom: 0;
	}
}
.works{
	width: 100%;
}
.works table{
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
	
	font-size: 1rem;
	border: solid 1px #666;
}
.works tr{
	border-bottom: solid 1px #666;
}

.works th{
	text-align: center;
	vertical-align: middle;
	font-weight: 600;
	padding: 0.5rem;
	background: #172548;
	
}
.works th:nth-child(2),
.works td:nth-child(2){
	width: 50%;
	min-width: 300px;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
}
.works td{
	text-align: center;
	vertical-align: middle;
	padding: 0.5rem;
}
.mb_comment{
	display: none;
}
@media (max-width: 769px){
	.works{
		width: 100%;
		overflow: auto;
		padding-bottom: 15px;
	}
	.works table{
		min-width: 800px;
	}
	.mb_comment{
		display: block;
		padding: 10px;
		font-size: 0.8rem;
		text-align: right;
		color: #fff;
	}
}
/* list ============================================================ */
.border01{
	margin-left: 1rem;
}
.border01 li{
	font-size: 1rem;
	border-bottom: dashed #043ac4 1px;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 0.5em;
}
.border01 li i{
	display: inline;
}
.staff_list dl{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: dashed 1px #666;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

.staff_list dl dt{
	font-weight: 600;
	font-size: 0.8rem;
	width: 12em;
}
.staff_list dl dd{
	font-size: 0.9rem;
	flex:1;
}
.staff_list dl dd p{
	font-size: 0.9rem;
}
@media (max-width: 769px){
	.staff_list dl{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.staff_list dl dt{
		width: 100%;
		margin-bottom: 1em;
		background: #043ac4;
	}
}

/* Map ============================================================ */
.map{
	width: 100%;
	height: calc(100% - 150px);
	padding: 15px;
}
.map iframe{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	filter: hue-rotate(180deg) invert(100%);
}

.card002 .txt.simple01{
	width: 100%;
	min-width: 550px;
}
.card002 .txt.map1{
	width: 100%;
	min-width: 350px;
}

@media (max-width: 960px){
	.map{
		height: 350px;
		padding: 0;
	}
	.card002 .txt.simple01,
	.card002 .txt.map1{
		min-width: 0;
	}
}

/* 動画背景============================================================ */
.mov_wrap{
	position: sticky;
	width: 100%;
	top: 0;
	left: 0;
}
.mov_wrap video{
	width: 100%;
	height: 100vh;
	min-height: 600px;
	position: absolute;
	right: 0;
	top: 0;
	object-fit: cover;
	z-index: -1;
}

/* コンテンツリンク============================================================ */
.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: 4 / 5;
	background: linear-gradient( to bottom, rgba(23, 37, 72, 1) 30%, rgba(4, 58, 196, 1) 100%);
	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: 4 / 5;
	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%);
	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: 600;
	font-size: clamp(1.1rem, 0.92rem + 0.64vw, 1.5rem);
	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: 960px){
	.grid{
		flex-direction: column;
		justify-content: center;
		gap:30px;
	}
	.effect-chico{
		width: calc(100%);
		aspect-ratio: 3 / 1;
	}
	.effect-chico img{
		aspect-ratio: 3 / 1;
	}
}
@media (max-width: 750px){

	.effect-chico{
		width: calc(100%);
		aspect-ratio: 2 / 1;
	}
	.effect-chico img{
		aspect-ratio: 2 / 1;
	}
}

/* カルーセル============================================================ */
.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;
}

/* 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;
	}
}
/* mail ============================================================ */
/* TEL FAX */
.phone_flex{
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.phone_flex .phone{
	text-align: center;
	display: block;
	width: calc(100% - 30px);
	margin: 15px;
	padding: 1.5rem;
	border: 1px solid #666;
	color: #fff;
	background: linear-gradient(120deg,rgba(0, 0, 0, 1) 0%, rgba(23, 37, 72, 1) 35%, rgba(4, 58, 196, 1) 100%);
	background-size: 200%;
	background-position: left;
	opacity: 1;
	transition: .5s;
}
.phone_flex .phone:hover{
	background-position: right;
}
.phone_flex .phone .nb{
	font-family: "Jost", sans-serif;
	font-weight: 600;
	font-size: clamp(1.5rem, 1.2rem + 1.0667vw, 2rem);
	line-height: 50px;
	vertical-align: middle;
	display: block;
	color: #fff;
}

.phone_flex .phone .txt01{
	font-size: 1.1rem;
	font-weight: 400;
	text-align: center;
	display: block;
	padding: 10px;
	margin-bottom: 1rem;
}
.phone_flex .phone .txt02{
	font-size: 0.9rem;
	text-align: center;
	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;
}
.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{
	flex: 1;
	font-size: 0.9rem;
	text-align: left;
	text-indent: -1rem;
	margin-left: 1rem;
}
.phone_flex .phone dl dd::before{
	content: '｜'
}
.dl_wrap{
	margin-top: 15px;
	margin-left: 15px;
}
@media (max-width: 960px){
	.phone_flex{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}
@media (max-width: 750px){
	.phone_flex .phone ul{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		max-width: 400px;
		margin: auto;
	}
	.phone_flex .phone ul li{
		text-align: left;
		width: 100%;
		border-bottom: dashed 1px #666;
	}
}

#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 #666;
}
#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: 1rem;
}
.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:#172548;
	color: #fff;
	width: 100% !important;
	padding: 15px 10px;
	border: none;
}

#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#043ac4;
	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: linear-gradient(120deg,rgba(0, 0, 0, 1) 0%, rgba(23, 37, 72, 1) 35%, rgba(4, 58, 196, 1) 100%);
	background-size: 150%;
	background-position: left;
	border: solid 1px #666;
	color:#fff;
	margin: 0 auto;
	transition: .5s;
}
input[type='submit']:hover{
	background-position: right;
}
.infobox{
	width: 100%;
	max-width: 960px;
	padding: 15px;
	margin-inline: auto;
}
.infobox h4{
	text-align: center;
	color: #fff!important;
	font-size: 1em !important;
	padding-bottom: 30px;
}
.infobox h5{
	font-weight: 600;
	font-size: 0.8rem;
	margin-top: 2em;
	border-bottom: dashed 1px #666;
}
.infobox h5 i{
	color: #043ac4;
}
.infobox p{
	font-size: 0.8rem !important;
	padding: 0.5em 0;
}
.infobox ul li{
	font-size: 0.8rem;
	text-indent: -1em;
	margin-left: 1em;
}
.postcord{
	width:150px !important;
	margin-bottom: 5px;
	padding: 1em;
	background:#172548;
	color: #fff;
}
.postcord_btn{
	font-size: 0.7em;
	font-weight: 700;
	border-radius: 30px;
	background:#043ac4;
	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: #ccc;
	border: 1px solid #ccc;
	height: 20px;
	width: 20px;
	left: 5px;
}

label.radio-label::after {
	background-color: #043ac4;
	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 #666;
	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: #043ac4;
	border-color: #043ac4;
}

input:checked + label.check-label:after {
	transform: rotate(-45deg) scaleX(1);
}
#mailform input::placeholder,
#mailform textarea::placeholder{
	color: #ccc;
}
@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% ;
	}
	#mailform .radio,#mailform .checkbox{
	padding: 0 2rem 0.5rem 0;
	}
}

