@charset "UTF-8";
@import url(destyle.css);
/* CSS Document */
body.open{
	overflow: hidden;	
}
/*-----------------------------------------------
	BASE
-----------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
    font-size: .625vw;
}
html,body{
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	font-family: "Helvetica Neue", "Helvetica", "Yu Gothic", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
	background-color:#fff;
	color: #222;
	text-align: center;
	line-height: 1.6;
	height: 100%;
}

dt{
	font-weight: normal;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.mb5{
	margin-bottom: 5em;
}
.mb10{
	margin-bottom: 10em;
}

a:hover{
	opacity:0.7;
	transition:0.3s;
}
/*-----------------------------------------------
	LAYOUT
-----------------------------------------------*/

#wrapper{
	margin: 0 auto;
	text-align: left;
	background-color:#fff;
	color: #222;
	height: 100%;
	min-height: 100%;
	position:relative;
	overflow:hidden;
	padding-top:0 !important;
	font-size: 14px;
}
body > #wrapper {
	height: auto;
}

.f-en{
	font-family: "Barlow", sans-serif;
	font-style: normal;
}
.contentsMaxArea{
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}
.contentsArea{
	max-width: 1280px;
	width: 94%;
	margin: 0 auto;
}
/*-----------------------------------------------
	img
-----------------------------------------------*/
p.im img{
	width: 100%;
	height: auto;
	max-width: 100%;
}



/*-----------------------------------------------
	FOOTER
-----------------------------------------------*/
.footer{
	padding: 7em 0 2em;
	color: #fff;
	background-color: #1f2c5c;
}

.footer p.copy{
	text-align: center;
	font-size: 13px;
	padding-top: 2em;
}
.footer ul.sns{
	text-align: center;
	margin-bottom: 5em;
}
.footer ul.sns li{
	display: inline-block;
	width: 210px;
	vertical-align: middle;
	margin: 0 .5em;
}

/*-----------------------------------------------
	ローディング
-----------------------------------------------*/

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background:#fff;
  z-index:1005;
}
.loaderArea {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index:1006;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.loader {
  margin:0px auto;
  font-size: 5px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(131,131,131, 0.2);
  border-right: 0.5em solid rgba(131,131,131, 0.2);
  border-bottom: 0.5em solid rgba(131,131,131, 0.2);
  border-left: 0.5em solid #a9a9a9;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

span.tra{
	vertical-align: baseline;
	font-size: 55%;
}
/*-----------------------------------------------
	title
-----------------------------------------------*/
.titleArea{
	font-size: 30px;
	line-height: 1.2;
}
.titleArea p.title{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	letter-spacing: .1em;

}
.titleArea p.title span{
	display: block;
	font-size: 76%;
	letter-spacing: 0;
	padding-top: .5em;
}
.titleArea p.title_en{
	font-family: "Barlow Condensed", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #ff7500;
	font-size: 86%;
	position: relative;
	display: inline-block;
	margin-bottom: .8em;
	line-height: 1;
}
.titleArea p.title_en::after{
	content: '';
    position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: -.3em;
	background-color: #ff7500;
}
/*-----------------------------------------------
	contents
-----------------------------------------------*/
.contents{
	padding: 15em 0;
	display: flex;
	width: 94%;
	margin: 0 auto;
}
.contentsLeft{
	width: 30%;
}
.contentsRight{
	width: 70%;
	padding-top: 1em;
}
/*-----------------------------------------------
	menu
-----------------------------------------------*/
.menu{
	width: 100%;
	background: rgb(255,255,255,.9);
	z-index: 3;
}
.menu.fixed {
    left: 0;
    position: fixed;
    top: 0;
}
.menu h4{
	width: 280px;
}
.menu h4 img{
	width: 100%;
	height: auto;
}
.menuArea{
	display: flex;
	width: 90%;
	margin: 0 auto;
	padding: 2em 0;
	justify-content: space-between;
	align-items: center;
}
.menuArea ul{
	display: flex;
	column-gap:2em;
}
.menuArea ul li{
	font-size: 14px;
}
/*-----------------------------------------------
	contact
-----------------------------------------------*/
.contactArea{
	width: 80%;
	margin: 0 auto;
}
.contactArea p.t1{
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 1em;
}
.contactArea p.t2{
	font-size: 16px;
}

/*-----------------------------------------------
	banaArea
-----------------------------------------------*/
.banaArea{
	padding: 10em 0;
	background-color: #eee;
}
.banaArea ul{
	display: flex;
	width: 900px;
	margin: 0 auto;
	row-gap:3em;
	justify-content: space-between;
	flex-wrap: wrap;
}
.banaArea ul li{
	width: 48%;
}
.banaArea p.tx{
	text-align: center;
	padding-top: .5em;
	color: #666;
}
.banaArea ul li.max{
	width: 100%;
}
.banaLink{
	
}
.banaArea img.spim{
	display: none;
}
.c-btnStyle2 {
    display: inline-block;
    padding: 1.55em 0;
    position: relative;
    text-align: center;
    line-height: 1.3;
    margin: 0;
    background-color: #fff;
    text-decoration: none;
    color: #222;
    z-index: 1;
    letter-spacing: 0.05em;
    transition: background-color 0.2s;
    font-size: 18px;
	width: 100%;
}
.c-btnStyle2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    margin: auto;
    width: 1.7em;
    height: 1.7em;
    border-radius: 50%;
    background: #666 url(../img/ico_arrow2.svg) no-repeat center center;
    background-size: 1em;
    transition: 0.2s;
}
.c-btnStyle2:hover{
	text-decoration: none;
}

.banaArea p.sub{
	background-color: #fff;
	padding: 1em 1em 0 1em;
}
/*----------------------------------------------------------------
* btn
----------------------------------------------------------------*/

.p-homeTopics__btn {
    text-align: center;
	padding-top: 8em;
}
.p-homeTopics__btn a:link{
	color: #fff;
	
}
.p-homeTopics__btn a:visited{
	color: #fff;
	text-decoration: none;
}
.p-homeTopics__btn a:hover{
	color: #fff;
	text-decoration: none;
	opacity: .8;
}
.c-btnStyle1 {
    display: inline-block;
    padding: 1.55em 3.33em 1.55em 2em;
    position: relative;
    text-align: left;
    line-height: 1.3;
    margin: 0;
    background-color: #1f2c5c;
    border-radius: 60px;
    text-decoration: none;
    color: #424242;
    z-index: 1;
    letter-spacing: 0.05em;
    transition: background-color 0.2s;
	min-width: 450px;
    font-size: 18px;
}
.c-btnStyle1::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    margin: auto;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: #fff url(../img/ico_arrow.svg) no-repeat center center;
    background-size: 1.1em;
    transition: 0.2s;
}
.inView{
	position: relative;
	top: 4vw;
	opacity: 0;
	-webkit-transition: top 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.0s;
	transition: top 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.0s;
}
.inView.view{opacity: 1;top: 0;}

/*-----------------------------------------------
	fade
-----------------------------------------------*/
.fadeIn_up {
	opacity:0;
	transition: all .5s;
}
.fadeIn_up.is-show {
	animation: fadeIn .5s ease-out forwards;
	animation-delay: .5s;
}


@keyframes fadeIn{
	0%{
		opacity:0;
		transform: translate(0, 40px);
	}
	50%{
		opacity:0.5;
		transform: translate(0, 20px);
	}
	100%{
		opacity:1;
		transform: translate(0, 0);
	}
}
/*-----------------------------------------------
	panMenu
-----------------------------------------------*/
.panMenu{
	
	padding: 1.5em;
	font-size: 13px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #666;
}
.panMenu li{
	display: inline-block;
	vertical-align: middle;
	margin-right: .5em;
}
.panMenu li:last-child{
	margin-right:0;
}
.panMenu span.arrow{
	margin-left: .5em;	
}
.panMenu li a:link{
	color: #666;
}
.panMenu li a:visited{
	color: #666;
}