@charset "UTF-8";

/* ---------------------------------------
  基本情報
-----------------------------------------*/
html {
	font-size: 62.5%;
	overflow-y: scroll;
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
time,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
figure,
figcaption,
form,
input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
	color: #282828;
}

select::-ms-expand {
	display: none;
}

button:hover {
	cursor: pointer;
}

img,
object {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	img {
		width: 100%;
	}
}


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

@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}


/* base
--------------------------------*/
body {
	color: #3c3a39;
	font-size: 1.0rem;
	text-align: left;
}

main {
	display: block;
	overflow: hidden;
}

section {
	position: relative;
}

/* .wrap {
	width: 1150px;
	margin: 0 auto;
	position: relative;
} */

p,
th,
td,
dt,
dd,
li,
form {
	font-size: 1.6rem;
	line-height: 2.125;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.615;
}

.fade {
	transition: opacity 0.3s ease;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex.reverse {
	flex-direction: row-reverse;
}

.left {
	float: left;
}

.right {
	float: right;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bold {
	font-weight: bold;
}

.white {
	color: #fff !important;
}

.blue {
	color: #0b318f !important;
}

.link_txt {
	text-decoration: underline;
}

.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}

.ofi {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.italic {
	font-style: italic;
}

@media screen and (min-width: 769px) {
	.fade:hover {
		opacity: 0.8;
		cursor: pointer;
	}
}

@media screen and (max-width: 768px) {
	body {
		min-width: inherit;
	}

	main {
		padding-top: 60px;
	}

	/* .wrap {
		width: 84%;
	} */

	p,
	th,
	td,
	dt,
	dd,
	li,
	form {
		font-size: 3.2vw;
	}

	.sp_block {
		display: block;
	}
}


/* ---------------------------------------
  scroll-animation
-----------------------------------------*/

.fadeup {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1s, transform 1s;
}

.fadein {
	opacity: 0;
	transition: opacity 1s;
}

@media screen and (min-width: 769px) {
	.fadein-pc {
		opacity: 0;
		transition: opacity 1s;
	}

	.is-show .fadein-pc {
		opacity: 1;
	}
}

.scroll.is-show.fadeup,
.scroll.is-show .fadeup,
.scroll2.is-show.fadeup,
.scroll2.is-show .fadeup {
	opacity: 1;
	transform: translate(0, 0);
}

.onload.is-show .fadein,
.scroll.is-show.fadein,
.scroll.is-show .fadein,
.scroll2.is-show.fadein,
.scroll2.is-show .fadein {
	opacity: 1;
}

.delay1 {
	transition-delay: .5s !important;
}

.delay2 {
	transition-delay: 1s !important;
}

.delay3 {
	transition-delay: 1.5s !important;
}

.delay4 {
	transition-delay: 2s !important;
}

.delay5 {
	transition-delay: 2.5s !important;
}

.delay6 {
	transition-delay: 3s !important;
}

.delay7 {
	transition-delay: 3.5s !important;
}

.delay8 {
	transition-delay: 4s !important;
}

.delay9 {
	transition-delay: 4.5s !important;
}

.delay10 {
	transition-delay: 5s !important;
}

.delay11 {
	transition-delay: 5.5s !important;
}

.delay12 {
	transition-delay: 6s !important;
}

.delay13 {
	transition-delay: 6.5s !important;
}

.delay14 {
	transition-delay: 7s !important;
}

.delay15 {
	transition-delay: 7.5s !important;
}

.delay16 {
	transition-delay: 8s !important;
}

.delay17 {
	transition-delay: 8.5s !important;
}

.delay18 {
	transition-delay: 9s !important;
}

/* ---------------------------------------
  parts
-----------------------------------------*/

.vertical-lr {
	display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}

.vertical-lr span.vertical-box {
    background-color: #ebff00;
    writing-mode: vertical-lr;
	color: #3c3a39;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.5;
    padding: .5em 0;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.vertical-lr span.yakuhan-up {
	margin-top: -.5em;
}

.vertical-lr span.yakuhan-down {
	letter-spacing: -.5em;
}

/* secttl
----------------*/
.secttl {	
	font-size: 2.5rem;
	color:#ebff00;
	font-family: "Poppins", sans-serif;
  	font-weight: 600;
	letter-spacing: 0.03em;
}

.secttl.white {
	color: #fff;
}

.secttl.flex {
	align-items: center;
	justify-content: flex-start;
}

.secttl.flex .en {
	margin-right: 40px;
}

.lead {
	font-style: italic;
	color: #0b318f;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.75;
	letter-spacing: 0.14em;
}

.ttlwrap {
	align-items: center;
	flex-wrap: nowrap;
}

.ttlwrap .secttl {
	flex: 0 0 auto;
	margin-right: 50px;
}

.ttlwrap .lead {
	/*	margin-bottom: .25em;*/
}

@media screen and (max-width: 768px) {
	.secttl {
		font-size: 3.2vw;
	}

	.secttl .en {
		font-size: 8.6vw;
	}

	.secttl.flex {
		align-items: center;
		justify-content: flex-start;
	}

	.secttl.flex .en {
		margin-right: 40px;
	}

	.lead {
		font-size: 4.8vw;
	}

	.ttlwrap .secttl {
		margin-right: 0;
	}
}

/* hover
----------------*/
@media screen and (min-width: 769px) {
	a .scaleimg img {
		transform: scale(1);
		transition: .3s ease;
	}

	a:hover .scaleimg img {
		transform: scale(1.1);
	}
}

/* btn
----------------*/

.btn a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 267px;
	height: 62px;
	color: #fff;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	padding: 0 1em;
	border: 1px solid #fff;
	border-right: none;
	position: relative;
	clip-path: polygon(calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0% 100%, 0% 0%);
	background-image: linear-gradient(to right, rgba(65, 180, 190, 1) 0%, rgba(6, 74, 150, 1) 50%, rgba(65, 180, 190, 1) 100%);
	background-size: 200% auto;
	background-position: right center;
	transition: .3s ease;
}

.btn a:hover {
	background-position: left center;
}

.btn a::before,
.btn a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right center;
	transition: .3s ease;
	z-index: 2;
}

.btn a::before {
	width: 10px;
	height: 51px;
	background-image: url(../img/common/btn_arw_s.svg);
	right: 5px;

}

.btn a::after {
	width: 11px;
	height: 62px;
	background-image: url(../img/common/btn_arw_l.svg);
	right: 0;
}


/* ---------------------------------------
  clearfix
-----------------------------------------*/

.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
}


/* Hides from IE Mac */

* html .cf {
	height: 1%;
}

.cf {
	display: block;
}


/* End Hack */