@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/


/*
html ----------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000000;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-size: 100%;
	-webkit-text-size-adjust: none;
	position: relative;
  overflow-x: hidden;
}

a:link {
	color: #2c54c6;
	text-decoration: none;
}

a:visited {
	color: #2c54c6;
	text-decoration: none;
}

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

a:active {
	color: #2c54c6;
	text-decoration: none;
}

ul {
	list-style: none;
}

img {
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}

a {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

a:hover {
	opacity: 0.8;
}

.sp-only{
    display: none;
}

/*
html ----------------------------------------------------------*/

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

/* body base
===============================================================*/

img {
	max-width: 100%;
	height: auto;
}
.t_bold{
	font-weight: bold;
}
.l-inner {
	max-width: 1100px;
	box-sizing: content-box;
	padding: 0 20px;
	margin: 0 auto;
}

.l-wrap {
	padding: 70px 0 0 0;
}

@media screen and (max-width: 640px) {
	.l-inner {
		padding: 0 15px;
	}

	.l-wrap {
		padding: 60px 0 0 0;
	}
    .sp-only{
        display: block;
    }
    .pc-only{
        display: none;
    }
}

/* header
===============================================================*/

.c-header {
	background: rgba(255, 255, 255, 1);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
}

.c-headerWrap {
	position: relative;
	height: 70px;
}

.c-header__logo {
	position: absolute;
	top: 50%;
	left: 11px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 293px;
}
.c-header__logo a img{
  max-width: 256px
}

.c-header__menuList {
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.c-header__menuList a,
.c-header__menuList p,
.c-header__menuList .c-header__menuListLang {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	height: 70px;
	padding: 0 25px;
	color: #000;
	font-weight: 500;
}
.c-header__menuList .c-header__menuListLang {
	height: auto;
	position: absolute;
	top: 50%;
	right: 160px;
	transform:translateY(-50%);
	padding: 5px 15px;
	border: 1px solid #000;
	cursor: pointer;
}
@media screen and (max-width: 1440px) {
	.c-header__menuList li br{
		display: none;
	}
	.c-header__menuList .c-header__menuListLang {
		position: static;
		height: 40px;
		transform: none;
		margin-bottom: 20px;
	}
}

.c-header__menuHoverActive{
	display: none !important;
}
.c-header__menuHoverPC:hover .c-header__menuHoverActive{
	display: flex !important;
	background-color: #fff;
	padding: 0 5px;
}
@media screen and (min-width: 1441px) {
	.c-header__menuHoverPC{
		display: block;
		width: 148px;
	}
	.c-header__menuHoverSP{
		display: none;
	}
}
@media screen and (max-width: 1440px) {
	.c-header__menuHoverPC{
		display: none;
		width: auto;
	}
	.c-header__menuHoverSP{
		display: block;
	}
}

.c-header__menuListContact {
	position: absolute;
	right: 0;
	top: 0;
}

.c-header__menuListContact a {
	background: #000;
	color: #FFF;
	font-size: 18px;
	line-height: 1.4;
	padding: 0 18px;
	font-weight: bold;
}

.c-header__menuBtnOuter {
	display: none;
}

@media screen and (max-width: 1440px) {
	.c-headerWrap {
		padding-left: 165px;
	}

	.c-header__menuList a {
		padding: 0 15px;
	}
}

@media screen and (max-width: 1440px) {
	.c-headerWrap {
		padding-left: 205px;
	}

	.c-header__menuListContact a {
		font-size: 13px;
		padding: 0 7px;
	}

	.c-header__menuList a {
		padding: 0 6px;
	}
}

@media screen and (max-width: 1440px) {
	.c-header__menuList {
		display: block;
		position: fixed;
		max-width: 250px;
		width: 100%;
		top: 70px;
		right: 0;
		background: rgba(255, 255, 255, 0.96);
		box-sizing: border-box;
		padding: 0 10px 10px 10px;
		height: 100%;
		-webkit-transform: translate(100%, 0);
		transform: translate(100%, 0);
		transition: all 0.5s ease-out;
	}

	.c-header__menuList.is-active {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.c-header__menuList li + li {
		border-top: #f5f5f5 1px solid;
	}

	.c-header__menuList a {
		height: auto;
		font-size: 14px;
		line-height: 1.4;
		padding: 8px 5px;
	}
	.c-header__menuList a {
		display: block;
		position: relative;
		text-align: left;

	}
	.c-header__menuList a::after {
		content: '→';
		position: absolute;
		top: 50%;
		right: 10px;
		font-size: 12px;
		transform: translateY(-50%);
	}
	.c-header__menuList .c-header__menuListContact a {
		text-align: center;
	}
	.c-header__menuList .c-header__menuListContact a::after {
		display: none;
	}

	
	.c-header__menuList .c-header__menuHoverSP__menu01 p {
		display: block;
		height: auto;
		font-size: 14px;
		line-height: 1.4;
		padding: 8px 5px;
		text-align: left;
		position: relative;
	}
	.c-header__menuList .c-header__menuHoverSP__menu01 p::after {
		content: '＋';
		position: absolute;
		top: 50%;
		right: 8px;
		font-size: 16px;
		transform: translateY(-50%);
	}
	.c-header__menuList .c-header__menuHoverSP__menu01.is-active p::after {
		content: '－';
	}

	.c-header__menuList .c-header__menuHoverSP__menu01Child {
		display: none;
		background-color: #eee;
	}
	.c-header__menuList .c-header__menuHoverSP__menu01Child.is-active {
		display: block;
	}

	.c-header__menuListContact {
		position: relative;
		top: 0;
		right: 0;
	}

	.c-header__menuBtnOuter {
		display: block;
		position: absolute;
		width: 50px;
		height: 50px;
		background: #f6f6f6;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
		cursor: pointer;
	}

	.c-header__menuBtn,
	.c-header__menuBtn span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	.c-header__menuBtn {
		position: absolute;
		width: 30px;
		height: 24px;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
	}

	.c-header__menuBtn span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #000;
	}

	.c-header__menuBtn span:nth-of-type(1) {
		top: 0;
	}

	.c-header__menuBtn span:nth-of-type(2) {
		top: 11px;
	}

	.c-header__menuBtn span:nth-of-type(3) {
		bottom: 0;
	}

	.c-header__menuBtn.is-active span:nth-of-type(1) {
		-webkit-transform: translateY(11px) rotate(-45deg);
		transform: translateY(11px) rotate(-45deg);
	}

	.c-header__menuBtn.is-active span:nth-of-type(2) {
		opacity: 0;
	}

	.c-header__menuBtn.is-active span:nth-of-type(3) {
		-webkit-transform: translateY(-11px) rotate(45deg);
		transform: translateY(-11px) rotate(45deg);
	}
}

@media screen and (max-width: 640px) {
	.c-header {}

	.c-headerWrap {
		height: 60px;
	}

	.c-header__logo {
		left: 11px;
		width: 220px;
	}

	.c-header__menuList {
		top: 60px;
	}

	.c-header__menuBtnOuter {
		width: 40px;
		height: 40px;
		right: 10px;
	}

	.c-header__menuBtn {
		width: 24px;
		height: 20px;
	}

	.c-header__menuBtn span {
		height: 2px;
	}

	.c-header__menuBtn span:nth-of-type(1) {
		top: 0;
	}

	.c-header__menuBtn span:nth-of-type(2) {
		top: 9px;
	}

	.c-header__menuBtn span:nth-of-type(3) {
		bottom: 0;
	}

	.c-header__menuBtn.is-active span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}

	.c-header__menuBtn.is-active span:nth-of-type(2) {
		opacity: 0;
	}

	.c-header__menuBtn.is-active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
}


.c-footer {
  width: 100%;
  background-color: #4468AA;
  color: #ffffff;
}

.c-footerWrap {
	padding: 20px 0 0 0;
}

.c-footerMenu {
	font-size: 16px;
	line-height: 1.4;
}

.c-footerMenu li {
	display: inline-block;
}

.c-footerMenu li + li {
	border-left: #000 1px solid;
	padding: 0 5px;
}

.c-footerMenu li a {
	color: #000;
	text-decoration: underline;
}

.c-footer__copy {
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
	padding: 16px 15px 15px 15px;
}

.footer-banner {
	display: flex;
    justify-content: center;
	margin-top: 15px;
}
.footer-banner a{
    display: block;
}

.footer-banner a:not(:last-child){
    margin-right: 15px;
}
.footer-banner a img {
	height: 75px;
}

@media screen and (max-width: 640px) {
	.c-footerMenu {
		font-size: 14px;
	}

	.c-footer__copy {
		font-size: 12px;
		line-height: 1.3;
		padding: 16px 15px 15px 15px;
	}

    .footer-banner a img {
        max-height: 45px;
    }
}


nav.fixed-menu{
	  position: fixed;
	  width: 100%;
	  bottom: 0;
	  left: 0;
	  padding: 15px 0;
	  background: #00499f;
    z-index: 10;
}
nav.fixed-menu ul{
	  display: block;
	  margin: 0 auto;
	  display: flex;
	  justify-content: center;
}
nav.fixed-menu ul li a{
	  display: block;
	  padding: 15px 35px;
	  background: #fff;
	  color: #00499f;
	  font-weight: bold;
	  font-size: 20px;
}
nav.fixed-menu ul li:not(:first-child) a{
	 margin-left: 15px;
}
@media screen and (min-width: 1000px){
	nav.fixed-menu ul{
		width: 85%;
		max-width: 1200px;
	}
	nav.fixed-menu ul > li{
		flex: 1 1 33.3%;
    	max-width: 33.3%;
	}
}

@media screen and (max-width: 1000.99px){
	  .c-footer{
			 padding-bottom: 60px;
	  }
	  nav.fixed-menu{
			 padding: 10px 0;
	  }
	  nav.fixed-menu ul{
			 
	  }
	  nav.fixed-menu ul li a{
			 padding: 8px 8px;
			 font-size: 12px;
	  }
	  nav.fixed-menu ul li:not(:first-child) a{
			 margin-left: 8px;
	  }

}

.c-headTitle2.small-title{
  font-size: 24px;
  margin-bottom: 25px
}

.clear-padding-top{
  padding-top: 0 !important;
}


.flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.flex-align-center{
  align-items: center;
  justify-content: space-around;
}

@media screen and (max-width:999.99px) {
  .flex-sp-align-between{
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (min-width:1000.99px) {
  .flex-md-align-center{
    align-items: center;
    justify-content: space-around;
  }
}

.flex-100 {
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
}
.flex-50 {
	width: calc((100% - 20px) / 2);
}
.flex-50 img {
	width: 100%;
	object-fit: contain;
	aspect-ratio: 16 / 9;
	@media(max-width:630px) {
	max-width: 388px;
	}
}

@media(max-width:895px) {
.flex-50 {
width: 100%;	
}
}

.flex-50 p{
	font-size: 14px;
	color: #000;
	margin-bottom: 2px;
	@media(max-width:630px) {
	font-size: 12px;
	}
}

@media screen and (max-width:999.99px) {
  .flex-sp-100 {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width:999.99px) {
  .flex-sp-47 {
    flex: 1 1 47%;
    width: 47%;
    max-width: 47%;
  }
}

@media screen and (min-width:1000.99px) {
  .flex-md-23 {
    flex: 1 1 23%;
    width: 23%;
    max-width: 23%;
  }
}

@media screen and (min-width:1000.99px) {
  .flex-md-25 {
    flex: 1 1 25%;
    width: 25%;
    max-width: 25%;
  }
}
@media screen and (min-width:1000.99px) {
  .flex-md-30 {
    flex: 1 1 30%;
    width: 30%;
    max-width: 30%;
  }
}
@media screen and (min-width:1000.99px) {
  .flex-md-40 {
    flex: 1 1 40%;
    width: 40%;
    max-width: 40%;
  }
}
@media screen and (min-width:1000.99px) {
  .flex-md-60 {
    flex: 1 1 60%;
    width: 60%;
    max-width: 60%;
  }
}
@media screen and (min-width:1000.99px) {
  .flex-md-47 {
    flex: 1 1 47%;
    width: 47%;
    max-width: 47%;
  }
}
@media screen and (min-width:1000.99px) {
  .flex-md-70 {
    flex: 1 1 70%;
    width: 70%;
    max-width: 70%;
  }
}
