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

@media screen and (min-width: 768px) {
	.fv-pc{
		margin: auto;
		position: relative;
		}
	.fv-pc_img{
		width: 100%;
		height: 330px;
		object-fit: cover;
		vertical-align: bottom;
	}
	.fv-pc_text{
		position: absolute;
		top:90px;
		left:10%;
	}
	.pc-none {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.fv-sp{
		width: 100%;
		height:auto;
		position: relative;
	}
	.fv-sp_img{
		height: auto;
		vertical-align: bottom;
	}
	.fv-sp_text{
		position: absolute;
		top: 14%;
        left: 7%;
        width: 40%;
	}
	.sp-none{
		display: none !important;
	}
}

.title {
	margin-top: 30px;
	text-align: center;
}
.title-sub {
	font-size: 1.5rem;
	font-weight: bold;
	color: #e3550d;
}
.title-txt {
	font-size: 2.5rem;
	font-weight: bold;
	color: #1E1E1E;
}


.cont01,.cont03,.cont05 {
	padding: 50px 0;
	background-color: #ecf5f8;
}
.grid {
	max-width: 1000px;
	margin: 50px auto;
}

.cnt1-grid {
	display: grid;
}

.cnt1-grid__item {
	position: relative;
	width: 100%;
	padding: 30px 10px;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
}

.cnt1-grid__title,.question {
	font-size: 1.5rem;
	font-weight: 500;
	color: #005893;
}

.cnt1-grid__img {
}

.cont02 {
	max-width: 940px;
	width: 90%;
	padding: 30px 0;
	margin: 50px auto;
}
.cnt2-list__txt {
	padding: 20px 0;
	margin: auto;
	font-size: 1.4rem;
	line-height: 2.5rem;
	max-width: 940px;
	width: 90%;
}

.cnt2{
	max-width: 940px;
	width: 80%;
	margin: auto;
}
.cnt2-flex{
	display: flex;
    justify-content: space-evenly;
}


@media screen and (max-width: 767px) {
	.grid {
		width: 90%;
	}

	.cnt1-grid {
		grid-template-columns: 1fr;
		gap: 4rem;
	}
	.cnt2-flex{
		display: flex;
		flex-direction: column;
        align-items: center;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.cnt1-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 4rem 2rem;
	}
}

@media screen and (min-width: 1024px) {
	.cnt1-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 2rem;
	}
}

.cont10 {
	width: 100%;
	padding: 50px 0;
	background-image: url("/assets/images/top/cont4-01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.f-White {
	color: #fff;
}

.contact {
	margin: auto;
}

.contact-list {
	display: flex;
	justify-content: center;
}

.contact-list__item {
	padding: 30px 40px;
	margin: 30px 10px 0;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	opacity: 0.8;
}

@media screen and (max-width: 767px) {
	.contact-list__item {
		padding-inline: 1.5rem;
	}
}

.contact-list__title {
	display: inline-block;
	padding: 5px 10px;
	font-size: 1.5rem;
	font-weight: 600;
	color: #202d49;
	border: 1.5px solid #202d49;
}

.contact-list__txt {
	margin: 10px 0;
	font-size: 1.2rem;
}

.mail-flex {
	display: flex;
}

.mail-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 10px;
}

.mail-btn {
	display: block;
	padding: 10px 25px;
	font-size: 1.3rem;
	font-weight: 500;
	color: #fff;
	background-color: #e3550d;
	border-radius: 30px;
}

.mail-btn:hover {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	.contact {
		width: 100%;
	}

	.contact-list {
		flex-direction: column;
	}

	.mail-flex {
		display: block;
	}

	.contact-list__txt {
		margin: 30px 0 20px;
		font-size: 1.5rem;
	}
}

.fv_titleArea {
	flex-shrink: 0;
	padding: 0 16px;
	margin: 40px 0;
}

.fv_title_en {
	margin-bottom: 0.5em;
	font-family: Outfit, sans-serif;
	font-size: 16px;
	font-weight: 500;
}

.fv_title {
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.25;
}

@media (min-width: 1024px) {
	.fv_title {
		font-size: 56px;
	}

	.fv_title_en {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.fv_title {
		font-size: 2.7rem;
	}
}

.gradText.is-animated > * {
	opacity: 1;
}

.gradText .text-split span {
	color: #e3550d;
	opacity: 0;
	transform: translateX(30px);
}

.gradText.is-animated .text-split span {
	color: #333;
	opacity: 1;
	transform: translateX(0);
	transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), color 2s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

.gradText.is-animated .text-split:nth-child(1) span:nth-child(1) {
	transition-delay: 0s, 0s, 0.2s;
}

.fv-flex {
	display: flex;
	align-items: center;
	max-width: 1240px;
	margin: auto;
}

.fv-sub__pc {
	margin-left: 30px;
	font-size: 20px;
}

@media (min-width: 768px) {
	.fv-sub__pc {
		display: block;
	}

	.fv-sub__sp {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.fv-sub__sp {
		display: block;
		margin: 20px 0;
		font-size: 13px;
		text-align: center;
	}

	.fv-sub__pc {
		display: none;
	}
}

@keyframes scroll-loop-front {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(-100%);
	}
}

@keyframes scroll-loop-back {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-200%);
	}
}

.fv-scroll {
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
}

.fv-scroll__img {
	max-inline-size: none;
	width: auto;
	height: 300px;
}

.fv-scroll__img:first-child {
	animation: scroll-loop-front 200s -100s linear infinite;
}

.fv-scroll__img:last-child {
	animation: scroll-loop-back 200s linear infinite;
}

@media screen and (max-width: 767px) {
	.fv-scroll__img {
		height: 150px;
	}
}

.p-top-banner {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}

.p-top-banner.is-visible {
	visibility: visible;
	opacity: 1;
}

.parent {
	display: grid;
	grid-template-columns: 65% auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	max-width: 940px;
	width: 90%;
	background-color: #fff;
	margin: 50px auto 20px auto;
	border-radius: 10px;
	position: relative;
}
.cnt3-label{
	width: 130px;
	position: absolute;
}
.cnt3-txt{
	font-size: 1.3rem;
	padding-left: 90px;
    padding-top: 50px;
}
.cnt3-bold{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}
.cnt3-img{
	text-align: right;
}
.cnt3-img-h{
	height: 100%;
}

@media screen and (max-width: 767px){
	.parent {
		grid-template-columns:auto;
	}
	.cnt3-label{
		width: 100px;
	}
	.cnt3-txt{
		margin: auto;
		padding-left: 0;
		padding-top: 70px;
    	text-align: center;
		width: 90%;
	}
	.cnt3-img{
		text-align: center;
		margin: 30px auto;
		width: 80%;
	}
}


.cont04{
	padding: 50px 0;
}
.cnt4-flex{
	display: flex;
	justify-content: center;
}
.cnt4-wrap{
	width: 460px;
	border: 1.5px #E3550D solid;
	border-radius: 10px;
	margin: 50px 10px;
}
.cnt4-Label{
	background-color: #E3550D;
	color: #fff;
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 500;
	padding: 5px 25px;
	border-radius: 7px 0 5px 0;
}
.cnt4-wrap__flex{
	display: flex;
	justify-content: space-between;
	padding: 0 15px 15px 15px;
}
.cnt4-left{
	width: 30%;
}
.cnt4-img{
	width: 70%;
	margin: 10px 0;
}
.cnt4-txt{
	font-size: 1.3rem;
}
.cnt4-right{
	width: 70%;
}
.cnt4-catch{
	font-size: 1.5rem;
	font-weight: 500;
	border-bottom: 1.5px #4d4d4d solid;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
	.cnt4-flex{
		display: flex;
		flex-direction: column;
	}
	.cnt4-wrap{
		width: 90%;
		margin: auto;
        margin-top: 30px;
	}
}

.cnt5{
	max-width: 940px;
	width: 90%;
	margin: auto;
	padding: 6%;
	border-radius: 10px;
	background-color: #fff;
	margin-top: 50px;
}
.question{
	border-bottom: 1px #005893 solid;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.answer{
	font-size: 1.3rem;
	margin-bottom: 30px;
}

.a{
	font-size: 1.5rem;
	font-weight: 500;
	color: #E3550D;
}
@media screen and (max-width: 767px){
	
}
