@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100&display=swap');

/* ------------------------------
    html
------------------------------ */
html,body {
    height:100%;
}
html {
	font-size:62.5%;
    -webkit-text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, b, p, i, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
	font-weight: 500;
	text-align: justify;
	color:#222;
}

input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
}

a {
	color: #222;
}

.fade{
	transition: opacity .3s ease;
}

.fade:hover{
	opacity: .6;
	cursor: pointer;
}

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

.en{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
}

/*英語ページ*/
.en_page body,
.en_page h1,
.en_page h2,
.en_page h3,
.en_page h4,
.en_page h5,
.en_page h6,
.en_page p,
.en_page address,
.en_page ul,
.en_page ol,
.en_page li,
.en_page dl,
.en_page dt,
.en_page dd,
.en_page table,
.en_page th,
.en_page td,
.en_page img,
.en_page form {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	word-wrap: break-word;
	word-break: normal;
	text-align: left;
}

.en_page .en{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
}


/* ------------------------------
    base
------------------------------ */
body {
    min-width: 1100px;
    width: 100%;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
    word-wrap: break-word;
}

article {
    position: relative;
	padding-top: 90px;
    min-height: calc(100vh - 420px);
}

section {
	position: relative;
}

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

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

.left{
	float: left;
}

.right{
	float: right;
}

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

.a_right{
  text-align: right;
}

.a_center{
  text-align: center;
}

.hv-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)translateZ(0);
}

.txt_small {
  font-size: 1.2rem;
}

.txt_blue {
  color: #00b9cd;
}

.bold {
  font-weight: bold;
}

.wrap {
    max-width: 1150px;
    padding: 0 25px;
    margin: 0 auto;
    position: relative;
}
.wraps {
    max-width: 960px;
    padding: 0 25px;
    margin: 0 auto;
    position: relative;
}

.fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
}

.aligncenter{
	display:block;
	margin:0 auto;
}

.alignright{
	float:right;
}

.alignleft{
	float:left;
}


/* ------------------------------
    スマホ
------------------------------ */
@media screen  and (min-width : 769px){
	.mincho {
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	}
	.sp{
		display:none!important;
	}
}

@media screen and (max-width : 768px){
	.pc{
		display:none!important;
	}
	body {
		min-width: inherit;
	}
	main{
		padding-top: 50px;
	}
	body, h1, h2, h3, h4, h5, h6, p, address,
	ul, ol, li, dl, dt, dd,
	table, th, td, img, form {
		font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",Verdana,sans-serif;
		font-weight: normal;
	}

	input, button, textarea, select  {
		font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",Verdana,sans-serif;
		font-weight: normal;
	}
	p,dt,dd,th,td,li {
		font-size:1.5rem;
		line-height: 1.5;
	}

	article {
		padding-top: 50px;
        min-height: calc(100vh - 315px);
	}
    
	.wrap {
		width: 100%;
		padding: 0 5%;
	}
	.wraps {
		width: 100%;
		padding: 0 5%;
	}
	.sp_center{
		left: 50%;
		transform: translateX(-50%);
	}

	.mb40{
		margin-bottom: 25px;
	}
	
	#contents {
		margin-bottom: 75px;
	}
}

@media screen and (max-width: 575px) {
	p,dt,dd,th,td,li {
		font-size:1.45rem;
		line-height: 1.416;
	}
	.smt {
		display:none!important;
	}
	article {
        min-height: calc(100vh - 300px);
	}
}


/* ------------------------------
    parts
------------------------------ */
/*画像拡大*/
.scaleImg .img {
	overflow: hidden;
}

.scaleImg .img img {
	transition: .3s;
}

/*link_txt*/
.link_txt {
	position: relative;
	display: inline-block;
}

/* btn */
.btn{
	position: relative;
}
.btn .arw{
	position: absolute;
	right: -24px;
	z-index: 3;
	top: 50%;
}
.btn .arw::before,
.btn .arw::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.btn .arw::before{
	width: 51px;
	height: 1px;
	background: #3d4975;
}
.btn .arw::after{
	right: 2px;
	top: 1px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #3d4975;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}

.btn .arw.s{
	right: -20px;
}
.btn .arw.s::before{
	width: 41px;
}

.btn a{
	display: block;
	position: relative;
	font-weight: bold;
	text-align: center;
	line-height: 1.25;
	transition:all .5s ease;
	overflow: hidden;
	z-index: 1;
	padding: 18px 0;
	border: 1px solid #222;
	font-size: 1.6rem;
	width: 100%;
}
.btn a.font_l{
	font-size: 1.8rem;
	padding: 23px 0;
}
.btn a::before{
	content: "";
	width:100%;
    height:100%;
    left:-100%;
	top: 0;
    position:absolute;
    transition:all .5s ease;
    z-index:-1;
}
.btn.black a::before{
	background: #fff;
}
.btn.iro a::before{
	background: #47a1b5;
}
.btn.black a{
	background: #3d4975;
	color: #fff;
	border: 1px solid #3d4975;
}
.btn.iro a{
	background: #fff;
}

.btn.lines a{
	padding: 10px 0 8px;
}

.btn.blank {
    width: 256px;
    margin-top: 30px;
}
.btn.blank a{
    padding: 9px 15px 9px 0;
    font-size: 1.4rem;
}
.btn.blank a::after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 14px;
    background: url(../img/group/icon_sitebtn.png) no-repeat center / 17px 14px;
    vertical-align: top;
    margin-left: 10px;
}

@media screen and (min-width: 769px) {
	.scaleImg:hover .img > img {
		transform: scale(1.1);
	}

	.link_txt::before {
		position: absolute;
		bottom: 0;
		left: 50%;
		content: '';
		width: 0;
		height: 1px;
		background-color: #222;
		transition: .3s;
		transform: translateX(-50%);
	}
	.link_txt:hover::before {
		width: 100%;
	}
	
	.btn a:hover::before{
		left: 0;
	}
	.btn.black a:hover{
		color: #222;
	}
	.btn.iro a:hover{
		color: #fff;
	}	
}

@media screen and (max-width : 768px){
	.btn .arw{
		right: -14px!important;
	}
	.btn .arw.s::before,
	.btn .arw.m::before {
		width: 30px;
	}
	.btn .arw.s::after,
	.btn .arw.m::after{
		width: 6px;
		height: 6px;
	}
	
	.btn a{
		font-size: 1.4rem;
        padding: 15px 0;
	}
	.btn a.font_l{
		font-size: 1.1rem;
		padding: 12.5px 0;
	}
	.btn.lines a{
		padding: 4px 0 3px!important;
	}

	.btn.blank{
		width: 190px;
		margin-top: 15px;
	}
	.btn.blank a{
		padding: 7px 10px 7px 0;
		font-size: 1.1rem;
	}
}


/* ------------------------------
		breadcrumb
------------------------------ */
.pan_wrap {
	max-width: 1100px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    bottom: 25px;
    z-index: 5;
}
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.breadcrumb li,
.breadcrumb li a {
	font-size: 1.2rem;
	font-weight: bold;
	position: relative;
	line-height: 1.3;
}

.breadcrumb li {
	padding-right: 44px;
}

.breadcrumb li a {
	color: #358da0;
}

.breadcrumb li a.link_txt::before {
	background-color: #358da0;
}

.breadcrumb li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 6px;
	right: 18px;
	width: 12px;
	height: 1px;
	background: #358da0;
}

@media screen and (max-width: 768px) {
    .pan_wrap {
        bottom: 20px;
        padding: 0 15px;
    }
    .breadcrumb li {
        padding-right: 40px;
    }
    .breadcrumb li:not(:last-child)::after {
        right: 15px;
    }
}

@media screen and (max-width: 575px) {
    .pan_wrap {
        padding: 0 10px;
    }
}


/* ------------------------------
		pagettl
------------------------------ */
#pagettl {
	padding: 108px 0;
	margin-bottom: 20px;
}

#pagettl .txt_pagettl {
	position: relative;
	text-align: center;
}

#pagettl .txt_pagettl .en {
	font-size: 4.6rem;
	letter-spacing: 0.05em;
	display: inline-block;
	line-height: 46px;
}

#pagettl .txt_pagettl .ja {
	display: inline-block;
	font-weight: bold;
	font-size: 1.8rem;
	margin-top: 10px;
	line-height: 1;
}
@media screen and (max-width: 768px) {
	#pagettl {
		padding: 68px 0;
		background-size: cover;
		background-position: left bottom;
		margin-bottom: 50px;
	}
	#pagettl .txt_pagettl .en {
		font-size: 2.3rem;
		line-height: 1;
	}

	#pagettl .txt_pagettl .ja {
		font-size: .9rem;
		margin-top: 5px;
	}
}


/* ------------------------------
		header
------------------------------ */
header {
	height: 90px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
    box-shadow: 0 1px 5px #dedede;
	z-index: 999;
}
header .h_wrap.flex {
    height: 90px;
    max-width: 1270px;
    padding: 0 20px;
    margin: 0 auto;
    align-items: center;
}
header .logo {
    position: absolute;
    left: 30px;
    top: 17px;
    z-index: 2;
}
header .logo a {
	display: inline-block;
}
header .logo img {
	width: 210px;
}
header .logo span {
	display: block;
    font-weight: bold;
    font-size: 1.15rem;
    letter-spacing: 0.15em;
    line-height: 1;
    word-break: break-word;
    margin-top: 5px;
}

/*h_right*/
header .h_right {
	width: auto;
    height: auto;
	position: relative;
    margin-left: auto;
    flex: 1;
}

@media screen and (max-width: 910px) {
    header .logo {
        position: relative;
        left: 0;
        top: 3px;
    }
}

@media screen and (max-width: 768px) {
	header {
		height: 50px;
		padding: 0;
	}
	header .h_wrap.flex {
		height: 100%;
		padding: 0 3%;
	}
	header .logo {
        top: 0;
	}
	header .logo a img {
		width: 20vw;
        min-width: 110px;
	}
    header .logo span {
        display: inline-block;
        font-size: 1.05rem;
        letter-spacing: 0.05em;
        line-height: 1;
    }
}


/* ------------------------------
    nav
------------------------------ */
.header_nav {
}
.header_nav .main_menu {
	justify-content: flex-end;
    margin-top: 15px;
}
.header_nav .main_menu > li {
	height: 28px;
	line-height: 28px;
	margin: 0 25px;
}
.header_nav .main_menu > li > a {
	display: block;
	font-weight: bold;
	padding-bottom: 18px;
}
.header_nav .main_menu > li > a.link_txt::before{
	bottom: 18px;
	height: 3px;
	background-color: #3d4975;
}
.header_nav .main_menu > li.on > a.link_txt::before {
	width: 100%;
}

@media screen and (min-width: 769px) {
	header .h_right .contact_menu a:hover{
		color: #3d4975;
	}
	header .h_right .contact_menu a:hover::before{
		left: 0;
	}
}

@media screen and (max-width: 768px) {
	/*h_right*/
	header .h_right.sp {
        position: initial;
		width: auto;
		padding: 0;
	}
	header .toggle {
		display: block;
		position: absolute;
		top: 0;
		right: 3%;
		width: 25px;
		height: 50px;
		z-index: 1001;
	}
	header .toggle span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		right: 0;
		width: 25px;
		height: 2px;
		background-color: #3d4975;
	}
	header .toggle span:nth-of-type(1) {
		top: 30%;
	}
	header .toggle span:nth-of-type(2) {
		top: 50%;
		margin-top: -1px;
	}
	header .toggle span:nth-of-type(3) {
		width: 15px;
		bottom: 30%;
	}
	header .toggle.toggle_active span:nth-of-type(1) {
		top: 26px;
		transform: rotate(45deg);
	}
	header .toggle.toggle_active span:nth-of-type(2) {
		opacity: 0;
	}
	header .toggle.toggle_active span:nth-of-type(3) {
		width: 25px;
		bottom: 22px;
		transform: rotate(-45deg);
	}
    
	/* ------------------------------
			nav
	------------------------------ */
	.nav_sp_wrap {
		position: fixed;
		top: 50px;
		left: 0;
		display: none;
		width: 100%;
		height: calc(100% - 50px);
		background: linear-gradient(to top right, rgb(75 208 195), rgb(49 161 190));
		overflowinstafeed: auto;
		z-index: 9999;
		overflow-y: scroll!important;
		-webkit-overflow-scrolling: touch;
	}
    .nav_sp {
        width: 100%;
        position: absolute;
        z-index: 999;
        top:46%;
        left:50%;
        transform: translate(-50%,-50%);
    }
	.nav_sp > li{
		position: relative;
        text-align: center; 
	}
	.nav_sp > li > a {
		position: relative;
		display: block;
		height: 50px;
		line-height: 50px;
		font-size: 1.65rem;
		color: #fff;
		font-weight: bold;
		padding: 0 6%;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.1em;
	}
	.nav_sp > li.on > a::before {
		content: '●';
        position: relative;
        right: 10px;
        top: -2px;
        font-size: 1.0rem;
        color: #ffe900;
	}
    
    .nav_sp li:nth-of-type(1){
        animation-delay: 0.3s;
    }
    .nav_sp li:nth-of-type(2){
        animation-delay: 0.4s;
    }
    .nav_sp li:nth-of-type(3){
        animation-delay: 0.5s;
    }
    .nav_sp li:nth-of-type(4){
        animation-delay: 0.6s;
    }
    .nav_sp_wrap li:nth-of-type(5){
        animation-delay: 0.7s;
    }

    .nav_sp_wrap li {
        animation-name: smoothAnime;
        animation-duration:0.5s;
        animation-fill-mode:forwards;
        opacity:0;
    }
}

@keyframes smoothAnime{
  from {
      transform: translate3d(0, -200%, 0);
      opacity:0;
  }

  to {
      transform: translate3d(0, 0, 0);
      opacity:1;
  }
}


/*pagetop*/
#pagetop {
	position: absolute;
	right: 30px;
	transform: translateY(50%);
	z-index: 1000;
}

#pagetop a {
	display: block;
	height: 120px;
	width: 20px;
}

#pagetop a:hover {
	animation: poyo .6s;
}
@keyframes poyo {
	from, to { transform: none; }
	10% { transform: scale(1.1); }
	40% { transform: scale(.9); }
	60% { transform: scale(1.04); }
	80% { transform: scale(.98); }
}

@media screen and (max-width: 768px) {
    #pagetop {
        right: 20px;
    }
	#pagetop a {
        position: relative;
        height: 105px;
        width: 18px;
        bottom: -20px;
	}
}


/* ------------------------------
    footer
------------------------------ */
footer {
	position: relative;
    margin-top: 180px;
}
footer .f_area {
    width: 100%;
	position: relative;
    overflow: hidden;
}
footer .wrap {
	padding-top: 30px;
    padding-bottom: 10px;
}
footer .f_left {
    order: 1;
}
footer .f_left .logo {
}
footer .f_left .logo a {
    display: block;
}
footer .f_left .logo img {
    width: 180px;
}
footer .f_left .logo span {
    display: block;
    font-weight: bold;
    font-size: 1.0rem;
    letter-spacing: 0.13em;
    line-height: 1;
    margin-top: 2px;
    color: #358da0;
}
footer .f_left .address{
	font-size: 1.3rem;
    margin-top: 20px;
}

footer .f_right {
    order: 2;
}
footer .f_right .f_menu {
	display: flex;
	justify-content: flex-end;
}
footer .f_right .f_menu ul {
	display: flex;
    flex-wrap: wrap;
	justify-content: flex-end;
}
footer .f_right .f_menu ul li a {
	font-size: 1.3rem;
    font-family: auto;
}
footer .f_right .f_menu ul li + li a {
	margin-left: 40px;
}
footer .copyright{
	font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-top: 50px;
    text-align: center;
    color: #358da0;
}

@media screen and (max-width: 768px) {
    footer {
        margin-top: 90px;
    }
    footer .f_left {
        order: inherit;
        margin-top: 30px;
    }
    footer .f_left .logo a {
    }
    footer .f_left .logo img {
        width: 20vw;
        min-width: 110px;
    }
    footer .f_left .logo span {
        letter-spacing: 0.03em;
    }
    footer .f_left .address {
        font-size: 1.2rem;
        margin-top: 10px;
        line-height: 1.6;
    }
    footer .copyright {
        font-size: 1.1rem;
        letter-spacing: 0.05em;
        margin-top: 20px;
        text-align: left;
    }
    footer .f_right {
        order: inherit;
        margin-top: 5px;
    }
    footer .f_right .f_menu li {
        margin-top: 5px;
    }
    footer .wrap {
        padding-top: 15px;
    }
    footer .wrap > .flex {
        flex-direction: column;
    }
}

@media screen and (max-width: 575px) {
    footer {
        margin-top: 60px;
    }
    footer .f_right .f_menu ul li a {
        font-size: 1.2rem;
    }
    footer .wrap {
        padding-top: 10px;
    }
}


/* ------------------------------
    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;
}


