@charset "utf-8";

:root {
	--pcp: / 1543 * 100%;
	--pcv: / 1543 * 100vw;
	
	--spp: / 375 * 100%;
	--spv: / 375 * 100vw;
}

/* -------------------------------------------------
	font
------------------------------------------------- */

@font-face {
	font-family: 'Albert Sans';
	font-style: normal;
	src: url('../font/Albert_Sans/static/AlbertSans-Regular.ttf') format('truetype');
	font-weight: 400;
}
@font-face {
	font-family: 'Albert Sans';
	font-style: normal;
	src: url('../font/Albert_Sans/static/AlbertSans-Medium.ttf') format('truetype');
	font-weight: 500;
}
@font-face {
	font-family: 'Albert Sans';
	font-style: normal;
	src: url('../font/Albert_Sans/static/AlbertSans-Bold.ttf') format('truetype');
	font-weight: 700;
}

@font-face {
	font-family: 'Raleway';
	font-weight: 700;
	font-style: normal;
	src: url('../font/Raleway/static/Raleway-Bold.ttf') format('truetype');
}

/* -------------------------------------------------
	reset
------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	vertical-align: top;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 73px;
}

body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	position: relative;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	color: #212121;
}

p, h1, h2, h3, h4, th, td, li, dt, dd, figcaption, input, select, textarea {
	font-weight: normal;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

iframe {
	border: none;
}

a {
	color: #212121;
	text-decoration: none;
}
a:hover {
	
}

ul, ol {
	list-style-type: none;
}

main {
	display: block;
}

@media print, screen and (min-width:768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

@media screen and (max-width:767px) {
	html {
		scroll-padding-top: 56px;
	}
}

/* -------------------------------------------------
	box
------------------------------------------------- */

.box1020 {
	max-width: 1020px;
	width: calc(1020 var(--pcp));
	margin: 0 auto;
	position: relative;
}
.box1194 {
	max-width: 1194px;
	width: calc(1194 var(--pcp));
	margin: 0 auto;
	position: relative;
}
.box1368 {
	max-width: 1368px;
	width: calc(1368 var(--pcp));
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width:767px) {
	.box1020,
	.box1194,
	.box1368 {
		width: auto;
	}
	.box-sp {
		width: calc(334 var(--spp));
		margin: 0 auto;
		position: relative;
	}
}

/* -------------------------------------------------
	.h-type1
------------------------------------------------- */

.h-type1 {
	padding: 27px 0 21px;
	margin-bottom: 55px;
	text-align: center;
	background: #F27F22;
}
.h-type1 .small {
	display: block;
	font-size: 20px;
	letter-spacing: 0.17em;
	color: #000000;
	font-family: 'Albert Sans';
	font-weight: 700;
}
.h-type1 .large {
	margin-top: 19px;
	display: block;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}

@media screen and (max-width:767px) {
	.h-type1 {
		padding: 22px 0 17px;
		margin-bottom: 37px;
	}
	.h-type1 .small {
		font-size: 16px;
	}
	.h-type1 .large {
		margin-top: 12px;
		font-size: 26px;
	}
}

/* -------------------------------------------------
	.h-type2
------------------------------------------------- */

.h-type2 {
	margin-bottom: 60px;
	text-align: center;
}
.h-type2 .small {
	display: block;
	font-size: 18px;
	letter-spacing: 0.17em;
	color: #E6E6E6;
	font-family: 'Albert Sans';
	font-weight: 700;
}
.h-type2 .large {
	margin-top: 19px;
	display: block;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}

@media screen and (max-width:767px) {
	.h-type2 {
		margin-bottom: 50px;
	}
	.h-type2 .small {
		font-size: 16px;
	}
	.h-type2 .large {
		margin-top: 12px;
		font-size: 26px;
	}
}

/* -------------------------------------------------
	.btn-type1
------------------------------------------------- */

.btn-type1 {
	width: 273px;
	max-width: 100%;
	height: 53px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	border: solid 2px #F27F22;
	border-radius: 27px;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition:
		color 0.2s ease-out,
		background 0.2s ease-out;
}
.btn-type1 .arrow {
	width: 17px;
	position: absolute;
	right: 19px;
	top: 19px;
	transition: opacity 0.2s ease-out;
}

@media print, screen and (min-width:768px) {
	.btn-type1:hover {
		background: #FFD964;
	}
	.btn-type1:hover .arrow {
    transform: translateX(4px);
    transition: transform 0.2s ease;
}
}
@media print, screen and (min-width:768px) and (max-width:910px) {
	.btn-type1 .arrow {
		right: 10px;
	}
}

@media print, screen and (min-width:768px) and (max-width:863px) {
	.btn-type1 {
		justify-content: flex-start;
		padding-left: 10px;
	}
}

/* -------------------------------------------------
	.btn-type2
------------------------------------------------- */

.btn-type2 {
	width: 499px;
	height: 93px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 0 80px;
	color: #fff;
	background: #E33939;
	display: flex;
	align-items: center;
	border-radius: 58px;
	position: relative;
	transition:
		color 0.2s ease-out,
		background 0.2s ease-out;
}
.btn-type2 .texts {
	display: flex;
	align-items: center;
}
.btn-type2 .texts span {
	vertical-align: baseline;
	font-weight: bold;
	display: inline-block;
}
.btn-type2 .texts span.small {
	font-size: 15px;
}
.btn-type2 .texts span.large {
	margin-left: 16px;
	font-size: 22px;
}
.btn-type2 .arrow {
	width: 29px;
	position: absolute;
	right: 34px;
	top: 35px;
	transition: opacity 0.2s ease-out;
}

@media print, screen and (min-width:768px) {
	.btn-type2:hover {
		background: #589496;
	}
	.btn-type2:hover .arrow {
    transform: translateX(3px);
    transition: transform 0.2s ease;
}
}

@media screen and (max-width:767px) {
	.btn-type2 {
		width: 100%;
		height: 107px;
		padding-left: 40px;
		border-radius: 29px;
	}
	.btn-type2 .texts {
		display: block;
	}
	.btn-type2 .texts span {
		display: block;
	}
	.btn-type2 .texts span.large {
		margin: 0.5em 0 0;
	}
	.btn-type2 .arrow {
		right: 27px;
		top: 45px;
	}
}

/* -------------------------------------------------
	header
------------------------------------------------- */

@media print, screen and (min-width:768px) {
	header {
		height: 73px;
	}
	header .pc-fix-box {
		width: 100%;
		height: 73px;
		background: #fff;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 100;
	}
	header .pc-group {
		height: 100%;
		max-width: 1368px;
		width: calc(1368 var(--pcp));
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	header .logo {
		width: 230px;
	}
	
	header #sp-menu-panel {
		display: block !important;
	}
	
	header .links {
		display: flex;
		align-items: center;
		gap: 0 24px;
	}
	header .links li {
		font-size: 15px;
		font-weight: bold;
	}
	header .links li a {
		position: relative;
		display: inline-block;
	}
	header .links li a:hover {
		color: #E85400;
	}
	
	/* current */
	header .links li.current a {
		color: #E85400;
	}
	header .links li.current a::after {
		width: 100%;
		height: 2px;
		background: #E85400;
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: calc(100% + 8px);
	}
}

@media screen and (max-width:767px) {
	header {
		height: 56px;
	}
	header .pc-fix-box {
		width: 100%;
		height: 56px;
		background: #fff;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 100;
	}
	header .logo {
		width: 160px;
		position: absolute;
		left: calc(19 var(--spv));
		top: 14px;
	}
	#menu {
		background: transparent;
		border: none;
		position: absolute;
		right: calc(21 var(--spv));
		top: 50%;
		transform: translateY(-50%);
	}
	#menu .title {
		padding-right: 35px;
	}
	#menu .title::before {
		content: "MENU";
		font-size: 13px;
		color: #5A5A5A;
		font-family: 'Albert Sans';
		font-weight: 500;
	}
	header.on #menu .title::before {
		content: "CLOSE";
	}
	#menu .title::after {
		width: 20px;
		height: 16px;
		content: "";
		display: block;
		background: url("../img/menu.svg") no-repeat 0 0 / 100% auto;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	header.on #menu .title::after {
		width: 16px;
		height: 16px;
		right: 2px;
		background: url("../img/close.svg") no-repeat 0 0 / 100% auto;
	}
	header #sp-menu-panel {
		width: 100%;
		height: calc(100vh - 56px);
		background: #F5F4EC;
		position: fixed;
		left: 0;
		top: 56px;
		z-index: 100;
		display: none;
	}
	header .links {
		padding-top: 12px;
		width: calc(334 var(--spp));
		margin: 0 auto;
	}
	header .links li {
		border-bottom: solid 1px #DDC5B1;
	}
	header .links li a {
		height: 48px;
		display: flex;
		padding: 0 10px;
		align-items: center;
	}
	header .links li.home a {
		padding-left: 33px;
		position: relative;
	}
	header .links li.home a::before {
		width: 16px;
		height: 18px;
		content: "";
		display: block;
		background: url("../img/ico_05.svg") no-repeat 0 0 / 100% auto;
		position: absolute;
		left: 9px;
		top: 46%;
		transform: translateY(-50%);
	}
}

/* -------------------------------------------------
	モーダル（動画用）
------------------------------------------------- */

.modal-trigger {
	border: none;
	background: transparent;
	cursor: pointer;
}

#modal-base,
#modal-cont {
	left: -200vw;
	opacity: 0;
	transition: opacity 0.8s ease-out;
}

#modal-base {
	width: 100%;
	height: 100vh;
	background: #000;
	transition: opacity 0.2s ease-out;
	position: fixed;
	top: 0;
	z-index: 150;
}
#modal-cont {
	width: 1020px;
	max-width: 96%;
	position: fixed;
	top: 50%;
	z-index: 160;
	transform: translate(-50%,-50%);
}

#modal-base.left-on {
	left: 0;
}
#modal-cont.left-on {
	left: 50%;
}
#modal-base.op1 {
	opacity: 0.7;
}
#modal-cont.op1 {
	opacity: 1;
}

#modal-cont iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

#modal-close {
	font-size: 70px;
	color: #fff;
	background: transparent;
	border: none;
	position: absolute;
	right: -5px;
	top: -65px;
	cursor: pointer;
}

@media screen and (max-width:767px) {
	#modal-cont {
		width: calc(334 var(--spp));
		top:45%;
	}
	#modal-cont .mov-wrap {
		position: relative;
		overflow: hidden;
	}
	#modal-cont .mov-wrap .spacer {
		position: relative;
		z-index: 2;
	}
	#modal-cont .mov-wrap iframe {
		width: auto;
		height: 100%;
		position: absolute;
		z-index: 4;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
}

/* -------------------------------------------------
	footer
------------------------------------------------- */

footer .logo {
	background: #fff;
}
footer .bottom {
	background: #B14435;
	padding: 30px 0;
	text-align: center;
}
footer .sns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 26px;
	margin-bottom: 30px;
}
footer .sns .i img {
	width: 62px;
}
footer .sns .l img {
	width: 61px;
}
footer .links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px 30px;
	margin-bottom: 25px;
}
footer .links li {
	font-size: 16px;
}
footer .links.policy li {
	font-size: 15px;
}
footer .links li a {
	color: #fff;
	text-decoration: none;
}
footer .copyright {
	font-size: 15px;
	line-height: 1.4;
	color: #fff;
	padding: 0 1em;
}
footer .copyright span {
	display: block;
	font-size: 13px;
	color: #fff;
	margin-top: 5px;
}
footer .logo a:hover,
footer .sns a:hover {
	opacity: 0.7;
}
footer .links li a:hover {
	color: #FFD248;
}


@media print, screen and (min-width:768px) {
	footer {
		padding-top: 580px;
		background: url("../img/footer-bg_02.png") no-repeat center top / 1543px auto;
	}
	footer .logo {
		padding: 26px 0 29px;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0 64px;
	}
	footer .logo li:nth-child(1) img {
		width: 189px;
	}
	footer .logo li:nth-child(2) img {
		width: 237px;
	}
	footer .bottom .col2,
	footer .bottom .left {
		display: block; 
	}
	.footer-link {
		max-width: 1368px;
		margin: 0 auto;
	}
}

@media print, screen and (min-width:1543px) {
	footer {
		background-size: 100% auto;
	}
}

@media screen and (max-width:767px) {
	footer {
		padding-top: calc(136 var(--spv));
		background: url("../img/footer-bg_02_sp.png") no-repeat center top / 100% auto;
		position: relative;
		z-index: 60;
	}
	footer .logo {
		padding: 20px 0 22px;
		display: flex;
		flex-direction: column;
		align-items: center; 
		text-align: center;
	}
	footer .logo li {
		width: 100%;
	}
	footer .logo li:nth-child(1) img {
		width: 115px;
	}
	footer .logo li:nth-child(2) {
		margin-top: 20px;
	}
	footer .logo li:nth-child(2) img {
		width: 144px;
	}
	footer .links li {
		font-size: 15px;
	}
	footer .links.policy {
	display: flex;
    flex-direction: column; 
    align-items: center;
    gap: 15px; 
    margin-bottom: 25px;
	}
	footer .copyright {
		font-size: 12px;
	}
	footer .copyright span {
		font-size: 12px;
	}
}

/* -------------------------------------------------
	.common-lower-title
------------------------------------------------- */

.common-lower-title {
	height: 174px;
	padding-left: 408px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
}
.common-lower-title .texts {
	position: relative;
	z-index: 4;
}
.common-lower-title .texts .e {
	margin-bottom: 1em;
	display: block;
	font-size: 18px;
	letter-spacing: 0.17em;
	color: #E6E6E6;
	font-family: 'Albert Sans';
	font-weight: 700;
}
.common-lower-title .texts .j {
	font-size: 34px;
	color: #fff;
	font-weight: bold;
}
.common-lower-title::after {
	width: 800px;
	height: 400px;
	content: "";
	display: block;
	background: #F27F22;
	position: absolute;
	left: calc(100% - 330px);
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	z-index: 2;
}

@media print, screen and (min-width:768px) {
	.common-lower-title {
		background: #5D5D5D url("../../shared/img/bg_03.png") no-repeat 90px 0 / auto 100%;
	}
}

@media screen and (max-width:767px) {
	.common-lower-title {
		height: 89px;
		padding-left: 128px;
		background: #5D5D5D url("../../shared/img/bg_03_sp.png") no-repeat 0 0 / auto 100%;
	}
	.common-lower-title .texts .e {
		margin-bottom: 0.5em;
		font-size: 14px;
	}
	.common-lower-title .texts .j {
		font-size: 24px;
	}
	.common-lower-title::after {
		left: calc(100% - 160px);
	}
}

/* -------------------------------------------------
	responsive
------------------------------------------------- */

@media print, screen and (min-width:768px) {
	.pc-none {
		display: none !important;
	}
	.pc-txt-center {
		text-align: center!important;
	}
}

@media screen and (max-width:767px) {
	.sp-none {
		display: none !important;
	}
	footer .copyright {
		margin-top: 25px;
	}
}

/* -------------------------------------------------
	print
------------------------------------------------- */

@media print {
	body {
		width: 980px !important;
	}
}

