@charset "utf-8";
/*
**********************************************************************

* common.css

*********************************************************************
*/

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

html,body {
	height: 100%;
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
}
*, *::before, *::after {
	box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6, p, address, time,
ul, ol, li, dl, dt, dd,
table, th, td, img, form, figure {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: 500;
	font-size: 0.875rem;
	font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",メイリオ,Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	word-wrap : break-word;
	overflow-wrap : break-word;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
input, button, textarea, select  {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
}
select::-ms-expand {
	display: none;
}
button:hover {
	cursor: pointer;
}
a {
	color: #000;
	text-decoration: none;
	transition: opacity 0.3s ease;
	outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    transition: opacity .4s cubic-bezier(.210, .60, .350, 1);
}
a img {
	outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:hover {
	opacity: .7;
	cursor: pointer;
	transition: .4s;
}
img, object {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

@media (max-width: 1440px) {
  html {
    font-size: clamp(7px, 0.6944vw, 10px);
  }
}


/* ------------------------------
    base
------------------------------ */

body {
	color: #000000;
	min-width: 1000px;
	/* font-size: 1.0rem; */
	text-align: left;
}
section {
	position: relative;
	width: 100%;
	height: 100%;
}
main {
	display: block;
	overflow: hidden;
}
.wrap {
	width: 77.78%;
	max-width: 112rem;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
p,th,td,dt,dd,li,input,button,textarea {
	line-height: 1.6;
}

.bold {
	font-weight: bold;
}
.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tac {
	text-align: center;
}

@media screen and (max-width : 768px) {

	body {
		min-width: inherit;
	}
	.wrap {
		width: 90%;
		padding: 0;
	}
	main {
		padding-top: 6rem;
	}
	p,th,td,dt,dd,li {
		font-size: 1.5rem;
		line-height: 1.7;
	}
	input,textarea,select,.select {
		font-size: 16px !important;
	}

}


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

header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	background: #fff;
}
header .wrap {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
header .wrap .in_wrap {
    border-bottom: 1px solid #CCCCCC;
}
header .menu_wrap,
header nav .gnavi {
	width: 90%;
	max-width: 100rem;
	margin: 0 auto;
}
header .menu_wrap {
	display: flex;
	align-items: center;
	height: 8rem;
	max-width: 100%;
	width: 100%;
	padding: 0 2.1rem;
}
header .logo {
	display: flex;
	align-items: center;
	width: 19rem;
}
header .btn_wrap {
	display: flex;
}
header .btn_wrap .btn {
	margin-left: 4.8rem;
}
header .btn_wrap .btn a {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	color: #433bb7;
	font-size: 1.5rem;
	line-height: 35px;
	width: 17rem;
	height: 4.2rem;
	padding: 0 2.2rem;
	position: relative;
	font-weight: bold;
	background: #efeb43;
	background-image: linear-gradient(90deg, #efeb43, #efcd23 70%, #efeb44);
	border-radius: 50px;
}
header .btn_wrap .btn.black a {background: #FFFF00;color: #000;}

header nav {width: 100%;display: flex;justify-content: center;margin: 0 auto;padding: 0;}
header nav .nav_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header nav .gnavi {
	display: flex;
	justify-content: flex-end;
	gap: 4.8rem;
	width: 100%;
	max-width: none;
}
header nav .gnavi > li {
}

header nav .gnavi > li > a {
	font-size: 1.5rem;
	line-height: 1.2;
	letter-spacing: .2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #000;
	height: 4.5rem;
}


@media screen and (max-width : 1024px) {
	header .menu_wrap {
	}
	header nav .gnavi {
	}
}

@media screen and (max-width : 768px) {

	header,
	header .wrap,
	header .menu_wrap {
		width: 100%;
		height: 60px;
	}
	header {
		padding: 0;
		margin: 0;
		z-index: 999;
	}
	header .wrap {
		padding: 0;
		display: block;
		position: relative;
		min-width: inherit;
	}
	header .menu_wrap,
	header nav .gnavi {
		width: 100%;
	}
	header .menu_wrap {
		position: relative;
		/* background: #fff; */
		z-index: 999;
		padding: 0;
	}
	header .logo {
		padding-left: 3vw;
		font-size: 0;
		position: relative;
		z-index: 1000;
}
	header .logo img {
		width: 33.85vw;
	}
	header .menu_wrap .btn_wrap.show-target {
    margin: 0;
    position: absolute;
    right: 17vw;
}
	header .menu_wrap .btn_wrap.show-target .btn {}
	header .menu_wrap .btn_wrap.show-target .btn a {
    font-size: 3.59vw;
    height: 8.72vw;
    width: 43.59vw;
    padding: 0;
    background: none;
}
	header .menu-trigger {
		display: block;
		position: fixed;
		top: 18px;
		right: 3vw;
		width: 43px;
		height: 24px;
		z-index: 999;
	}
	header .menu-trigger .ico {
		width: 100%;
		height: 100%;
		position: relative;
	}
	header .menu-trigger span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #000;
	}
	header .menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	header .menu-trigger span:nth-of-type(2) {
		top: 50%;
		transform: translateY(-50%);
	}
	header .menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	header.navOpen .menu-trigger span:nth-of-type(1) {
		top: 50%;
		transform: translateY(-50%)rotate(-45deg);
	}
	header.navOpen .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	header.navOpen .menu-trigger span:nth-of-type(3) {
		bottom: 50%;
		transform: translateY(50%)rotate(45deg);
	}
	header .menu-trigger p {
		color: #000;
		font-size: 1em;
		line-height: 1;
		font-weight: bold;
		text-align: center;
		white-space: nowrap;
		margin-top: .5em;
	}
	header .menu-trigger .close {
		display: none;
	}
	header.navOpen .menu-trigger .close {
		display: block;
	}
	header.navOpen .menu-trigger .open {
		display: none;
	}
	header .btn_wrap {
		display: block;
		margin-top: 5vw;
	}
	header .btn_wrap .btn {
		margin: 0 auto;
		text-align: center;
	}
	header .btn_wrap .btn a {
		font-size: 4vw;
		line-height: 1.2;
		height: 14vw;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding-right: 1em;
		width: 48.84vw;
	}
	header nav {
		width: 100%;
		height: auto;
		opacity: 0;
		padding: 0;
		position: fixed;
		left: 0;
		top: 60px;
		overflow-y: auto;
		max-height: calc(100% - 60px);
		transform: translateY(-100%);
		transition: transform .3s, opacity 1s;
		z-index: 998;
		background: #fff;
	}
	header.navOpen nav {
		opacity: 1;
		transform: translateY(0);
		transition: transform .3s, opacity 0s;
	}
	header .nav_wrap {
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		position: relative;
		margin: 0;
		padding-bottom: 8vw;
	}
	header nav .gnavi {
		margin: 0;
		display: block;
		padding: 0;
	}
	header nav .gnavi > li {
		display: block;
		height: auto;
		position: relative;
		border-left: none;
		border-bottom: 1px solid #ccc;
		width: auto;
	}
	header nav .gnavi > li:last-child {
		border-right: 0;
	}
	header nav .gnavi > li > a {
		background: transparent;
		display: block;
		font-size: 4vw;
		line-height: 1;
		padding: 5%;
		position: relative;
		height: auto;
	}
	header nav .gnavi > li.online {
		width: auto;
	}
	header nav .nav_wrap {
    flex-direction: column;
}

}


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

footer {
	text-align: center;
	background-color: #fff;
	color: #333;
}
footer .wrap {}
footer .copyright {display: flex;justify-content: center;align-items: center;height: 6.4rem;font-size: 1rem;letter-spacing: .16em;}

@media screen and (max-width : 768px) {
	footer {
	}
	footer .copyright {
		font-size: 2.09vw;
	}

}

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

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

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

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

.cf {
  zoom:1;
}
.cf::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}

/* ie */

html.ie {
	font-size: 56.25%;
}

.ie body, .ie h1, .ie h2, .ie h3, .ie h4, .ie h5, .ie h6, .ie p, .ie address, .ie time,
.ie ul, .ie ol, .ie li, .ie dl, .ie dt, .ie dd,
.ie table, .ie th, .ie td, .ie img, .ie form {
	font-family: メイリオ,Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
}
.ie #fv .image img {
    height: auto;
}

.android html,.android body {
	overflow: auto;
	height: 100%;
  }
.android footer .download {
	display: block;
	position: absolute;
}