@charset "utf-8";

/*	ローディング
------------------------------*/
#splash {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	z-index: 9999;
}
#splash-logo {
	width: 340px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#splash .fadeDown {
	animation-name: fadeDownAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeDownAnime {
	from {
		opacity: 0;
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@media only screen and (max-width: 480px) {

#splash-logo {
    width: 240px;
}

}


/*	ヘッダー
------------------------------*/
#header {
	position: absolute;
    z-index: 99;
    background-color: transparent;
}
#header .site-logo {
	padding-bottom: 18px;
	position: relative;
	z-index: 1;
}
#header::before {
	content: "";
	display: block;
	width: 56%;
    height: 200px;
	background: linear-gradient(45deg, rgba(161, 35, 1, 1) 0%, rgba(225, 96, 36, 1) 100%);
	clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
	position: absolute;
    left: 0;
    top: 0;
}
#header::after {
	content: "";
	display: block;
	width: 54%;
    height: 190px;
	background-color: #fff;
	clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
	position: absolute;
    left: 0;
    top: 0;
}
@media only screen and (min-width: 1025px) {

.drawer-nav {
    position: relative;
    z-index: 1;
}

}
@media only screen and (max-width: 1640px) {

#header {
	padding: 20px 40px 0;
}
#header .site-logo {
	width: 300px;
	padding-bottom: 24px;
}
.drawer-nav {
	width: calc(100% - 300px);
}

}
@media only screen and (max-width: 1580px) {

#header .main-menu > li > a,
#header .main-menu li.inquiry a {
	width: auto;
}
	
}
@media only screen and (max-width: 1250px) {

#header {
	padding: 20px 40px 25px;
    background-color: rgba(255, 255, 255, 0.8);
}
#header .site-logo {
	padding-bottom: 0;
}
#header::before,
#header::after {
	display: none;
}

}
@media only screen and (max-width: 1024px) {

.drawer-nav {
	width: 87.5%;
}
.drawer-open #header {
	z-index: unset;
}

}
@media only screen and (max-width: 480px) {

#header {
	padding: 16px 6.25% 15px;
}
#header .site-logo {
    width: 240px;
}

}


/*	ヒーローエリア
------------------------------*/
#hero {
	width: 100%;
	padding-bottom: 60px;
	margin-bottom: 20px;
	position: relative;
}
#hero::before {
	content: "";
	display: block;
	width: 100%;
    height: 80px;
	background-color: rgba(255, 255, 255, 0.6);
	position: absolute;
    left: 0;
    top: 20px;
}
.hero-copy {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    width: min(87.5%, 1200px);
    height: 100%;
    padding-top: clamp(2.5rem, -7.521rem + 15.64vw, 11.25rem); /* 40px(1025px) - 180px(1920px) */
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
.hero-copy .hero-copy-title {
	width: clamp(26.25rem, 8.928rem + 27.04vw, 41.375rem); /* 420px(1025px) - 662px(1920px) */
    line-height: 0;
}
.hero-copy .hero-copy-title img {
	width: 100%;
	height: auto;
}
.hero-visual::after {
	content: "";
	display: block;
	width: 100%;
    height: 50%;
	background: linear-gradient(45deg, rgba(161, 35, 1, 1) 0%, rgba(225, 96, 36, 1) 100%);
	clip-path: polygon(0 80%, 100% 0, 100% 100%, 0% 100%);
	position: absolute;
    right: 0;
    bottom: 0;
}
#hero::after {
	content: "";
	display: block;
	width: 100%;
    height: 40%;
	background-color: #fff;
	clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
	position: absolute;
    right: 0;
    bottom: 0;
}
@media only screen and (max-width: 1250px) {

#hero::before {
	display: none;
}

}
@media only screen and (max-width: 1024px) {

#hero {
	padding-bottom: 0;
	margin-bottom: 80px;
}
.hero-copy {
	align-items: flex-end;
	padding-top: 0;
    padding-bottom: clamp(2.5rem, -5.039rem + 15.69vw, 5rem); /* 40px(769px) - 80px(1024px) */
}
.hero-visual::after {
	height: 20px;
	clip-path: unset;
}
#hero::after {
	display: none;
}

}
@media only screen and (max-width: 768px) {

#hero {
	margin-bottom: 0;
}
.hero-copy .hero-copy-title {
	width: clamp(15rem, 4.265rem + 45.8vw, 26.25rem); /* 240px(375px) - 420px(768px) */
}

}


/*	ABOUT US
------------------------------*/
#about .flexbox {
	justify-content: space-between;
	flex-wrap: wrap;
}
.about-txt {
	width: 61.666667%;
    padding-right: 60px;
}
#about .visual-hd {
	margin-bottom: 30px;
}
.about-txt p {
	text-align: justify;
}
#about .base-btn {
	margin-top: 30px;
}
.about-img {
	width: min(38.333333%, 460px);
	margin-top: -280px;
}
.about-case {
	width: 47.5%;
    margin-top: 140px;
    color: #fff;
    font-weight: var(--font-weight-600);
    text-align: center;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-color: var(--color-light-red);
}
.about-case dt {
	padding: 30px 20px 12px;
	color: var(--color-deep-green);
    -webkit-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
    background-color: #f0f0f0;
	position: relative;
}
.about-case dt::before {
	content: "";
	display: block;
	width: 100px;
	height: 104px;
	background: url(../img/obj_woman_1.svg) no-repeat bottom center;
	background-size: contain;
	position: absolute;
	top: -84px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.about-case.case-1 dt::before {
	background: url(../img/obj_man_1.svg) no-repeat bottom center;
	background-size: contain;
}
.about-case dt::after {
	content: "";
	display: block;
	width: 32px;
	height: 16px;
	background-color: #f0f0f0;
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	position: absolute;
	bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.about-case dd {
	padding: 20px;
	font-size: var(--font-size-medium);
	letter-spacing: normal;
}
.about-case dd::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 28px;
	margin-right: 12px;
    vertical-align: sub;
	background: url(../img/obj_light.svg) no-repeat center right;
	background-size: contain;
}
@media only screen and (max-width: 1250px) {

.about-img {
	margin-top: -220px;
}

}
@media only screen and (max-width: 1024px) {

.about-img {
    margin-top: 0;
}
.about-case {
	width: min(100%, 480px);
    margin: 140px auto 0;
}

}
@media only screen and (max-width: 768px) {

.about-intro {
	flex-direction: column-reverse;
}
.about-img {
	width: 60%;
    margin: -10px auto 20px;
}
.about-txt {
	width: 100%;
    padding-right: 0;
}

}
@media only screen and (max-width: 480px) {

.about-case.case-2 {
	margin: 100px auto 0;
}

}


/*	INFORMATION
------------------------------*/
#information {
	margin-top: 120px;	
}
#information .visual-hd-en {
	line-height: 0.6;
}
.info-wrap {
	width: 100%;
    flex-wrap: wrap;
}
.info-item {
	width: 66.25%;
	margin-top: 20px;
	position: relative;
}
.info-item.price,
.info-item.safety {
	width: 32.5%;
}
.info-item:nth-child(odd) {
	margin-right: 1.25%;
}
.info-txt {
	width: 100%;
	padding: 12px 40px 12px 60px;
    color: #fff;
	line-height: 1.6;
    background-color: rgba(0, 120, 106, 0.8);
	position: absolute;
    left: 0;
    bottom: 0;
}
.info-txt::before {
	content: "";
	display: block;
    width: 2px;
    height: 52px;
    background-color: #fff;
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.info-hd-ja {
	margin-right: 30px;
    font-size: var(--font-size-large);
}
.info-hd-en {
	font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-500);
    font-size: var(--font-size-x-small);
    letter-spacing: 0.32em;
    vertical-align: middle;
}
.info-txt p {
	font-size: var(--font-size-small);
}
.info-txt::after {
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	background: url(../img/circle_right.svg) no-repeat center right;
	background-size: contain;
	position: absolute;
	right: 40px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
@media only screen and (max-width: 1250px) {

.info-item {
	width: 60.75%;
}
.info-item.price,
.info-item.safety {
	width: 38%;
}
.info-txt {
	padding: 12px 20px 12px 40px;
}
.info-txt::before {
	left: 20px;
}
.info-txt::after {
	right: 20px;
}
.info-img {
	height: 100%;
}
.info-img img {
	height: 100%;
}

}
@media only screen and (max-width: 1024px) {

.info-item {
	width: min(100%, 795px);
    margin: 20px auto 0;
}
.info-item:nth-child(odd) {
    margin-right: auto;
}
.info-item.price,
.info-item.safety {
	width: 49%;
}
.info-item.price {
    margin-right: 2%;
}

}
@media only screen and (max-width: 768px) {

.info-item.price,
.info-item.safety {
    width: 100%;
}
.info-item.price {
	margin-right: 0;
}

}
@media only screen and (max-width: 480px) {

#information {
    margin-top: 80px;
}

}


/*	皆さまへ
------------------------------*/
.message {
	margin-top: 120px;
    border-top: 8px solid var(--color-deep-red);
    background-color: #fafafa;
	position: relative;
}
#for-agency {
	margin-top: 40px;
	border-top: 8px solid var(--color-deep-green);
}
.message-txt {
	padding: 80px 0 40px;
	padding-right: 50%;
}
.message-hd {
	margin-bottom: 30px;
	position: relative;
}
.message-hd-en {
	display: block;
	font-family: var(--font-family-secondary);
	font-weight: var(--font-weight-500);
	font-size: var(--font-size-small);
	letter-spacing: 0.26em;
	line-height: 1;
}
.message-hd-en::before {
	content: "";
	display: inline-block;
	width: 20px;
    height: 1px;
    margin-right: 20px;
    vertical-align: middle;
    background-color: #323232;
}
.message-hd-ja {
	display: block;
	margin-top: 12px;
	font-weight: var(--font-weight-600);
	font-size: clamp(1.5rem, 0.784rem + 3.05vw, 2.25rem);
	line-height: 1.4;
}
.message-hd::before {
	content: "";
	display: block;
	width: 60px;
    height: 80px;
	background: url(../img/obj_man_2.svg) no-repeat center;
	background-size: contain;
	position: absolute;
    left: 240px;
    top: -54px;
}
#for-agency .message-hd::before {
	height: 73px;
	background: url(../img/obj_woman_2.svg) no-repeat center;
	background-size: contain;
	left: 260px;
	top: -50px;
}
.message-img {
	width: min(50%, 1000px);
	height: 100%;
	position: absolute;
    right: 0;
    top: 0;
}
.message-img img {
	height: 100%;
}
.message-img::after {
	content: "";
	display: block;
	width: 30%;
    height: 100%;
	background-color: #fafafa;
	clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
	position: absolute;
    left: 0;
    top: 0;
}
@media only screen and (max-width: 1024px) {

.message {
	padding-bottom: 40px;
}
.message-txt {
	padding: 80px 0 20px;
}
.message-img {
	width: 87.5%;
    height: 380px;
    margin: 0 auto;
    position: static;
}
.message-img::after {
	display: none;
}

}
@media only screen and (max-width: 768px) {

.message-img {
	height: clamp(11.25rem, -0.677rem + 50.89vw, 23.75rem);
}

}
@media only screen and (max-width: 480px) {

#for-bus {
	margin-top: 80px;
}
.message-hd {
	margin-bottom: 10px;
}
.message-hd::before {
	left: unset;
    right: 0;
    top: -62px;
}

}


/*	NEWS
------------------------------*/
#news {
	flex-wrap: wrap;
	width: 100%;
	margin-top: 40px;
}
#news .news-hd {
	display: flex;
    justify-content: flex-end;
    align-items: center;
	width: 35.41666667%;
	background: linear-gradient(45deg, rgba(161, 35, 1, 1) 0%, rgba(225, 96, 36, 1) 100%);
}
#news .visual-hd {
	width: 320px;
}
#news .visual-hd-en,
#news .visual-hd-ja {
	color: #fff;
}
#news .visual-hd-ja::before {
	background-color: #fff;
}
#news .news-wrap {
	width: 64.58333333%;
	padding: 100px 0;
}
.news-wrap-inner {
	width: min(100%, 920px);
	padding-left: 80px;
	padding-right: 40px;
}
.news-item {
    padding: 30px 0;
	border-bottom: 1px dotted #646464;
}
.news-item:first-child {
	padding-top: 0;
}
.news-date {
    display: inline-block;
    margin-right: 30px;
    font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-400);
    font-size: var(--font-size-x-small);
    letter-spacing: 0.32em;
    line-height: 1;
}
.news-tag {
	display: inline-block;
}
.news-tag li a {
    display: inline-block;
    padding: 2px 10px;
    color: var(--color-black-txt);
    font-size: var(--font-size-x-small);
    background-color: #f0f0f0;
}
.news-title {
	margin-top: 12px;
}
.news-title a {
	color: var(--color-black-txt);
	font-weight: var(--font-weight-600);
}
.news-tag li a:hover,
.news-title a:hover {
	text-decoration: underline;
}
#news .news-btn {
	margin-top: 40px;
    text-align: right;
}
#news .news-btn a {
	color: var(--color-deep-red);
	font-weight: var(--font-weight-600);
    font-size: var(--font-size-small);
}
#news .news-btn a:hover {
	text-decoration: underline;
}
#news .news-btn::after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 10px;
	margin-left: 16px;
	background: url(../img/arrow_right.svg) no-repeat center right;
	background-size: contain;
}
@media only screen and (max-width: 1280px) {

#news .visual-hd {
	width: 260px;
}
.news-wrap-inner {
	padding-left: 40px;
}
#news .news-wrap {
	padding: 60px 0;
}

}
@media only screen and (max-width: 1024px) {

#news .news-hd {
	width: 220px;
    justify-content: center;
}
#news .visual-hd {
	width: auto;
}
#news .news-wrap {
	width: calc(100% - 220px);
    padding: 30px 0;
}
.news-item {
	padding: 20px 0;
}
#news .news-btn {
	margin-top: 30px;
}

}
@media only screen and (max-width: 768px) {

#news .news-hd {
	width: 100%;
    padding: 40px 0;
}
#news .news-wrap {
	width: 100%;
}
.news-wrap-inner {
	width: 87.5%;
    margin: 0 auto;
    padding: 0;
}

}
@media only screen and (max-width: 480px) {

#news {
	margin-top: 60px;
}
#news .news-hd {
	background-size: 50px;
}

}


/*	フッター
------------------------------*/
#inquiry,
#footer {
	margin-top: 80px;
}
@media only screen and (max-width: 480px) {

#inquiry, #footer {
    margin-top: 40px;
}

}
