@charset "UTF-8";
/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav.gnav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav.gnav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
/*----------------------------------------------------------------------
項目
①共通スタイル
②ヘッダー
③トップ
----------------------------------------------------------------------*/
/*-----------------------------------
①共通スタイル
-----------------------------------*/
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
.clearfix { display: inline-table; }  

/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */

html,body{
    width: 100%;
}

body{
	font-family:  'Noto Sans JP',  'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:16px; 
	color:#333333; 
	margin:0 auto;
	line-height:2;
	position:relative;
}
a{text-decoration:none;}
h1 , h2 , h3,p,ul{margin:0;padding:0;}
li{list-style:none;}

.phone{display: none;}
@media screen and (max-width:767px) {
	.phone{display: block;}
	.desktop{display: none;}
}

.center {
	margin: 0 auto;
	text-align: center;
}
/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
//	margin-bottom:60px;
}
.twoCol .inner {
	position: relative;
	overflow:hidden;
	display: flex;
	align-items: flex-start;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 48.98%;
	width: calc((480 / 980) *100%);
	height: auto;
	margin:0 0 20px 0;
}
.twoCol .inner div:nth-child(2n+1) {
	clear:both;
}
.twoCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.twoCol .inner img {
	width:100%;
	vertical-align: top;
}
@media screen and (max-width:767px) {
	.twoCol {
		display: block;
		margin-bottom:20px;
	}
	.twoCol .inner {
		width :100%;
		margin:0 0 10px 0;
	}
}
/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
//	margin-bottom:60px;
}
.threeCol .inner {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 32.14%;
	width: calc((315 / 980) *100%);
	margin: 0 0 20px 0;
}
.threeCol .inner:nth-child(3n+1) {
	clear:both;
}
.threeCol .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: left;
}
.threeCol .inner p {
	width: 100%;
	margin-bottom: 0;
	text-align: justify;
}
.threeCol .inner > a {
	width: 100%;
	height: 100%;
}
.threeCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.threeCol .inner img {
	width: 100%;
}
.threeCol .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}
.threeCol .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

@media screen and (max-width:767px) {
	.threeCol {
		display: block;
		margin-bottom: 20px;
	}
	.threeCol .inner {
		width : 100%;
		margin: 0 0 10px 0;
	}
}
/*-----------------------------------
アイコンフォント
-----------------------------------*/
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?95bokl');
  src:  url('../fonts/icomoon.eot?95bokl#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?95bokl') format('truetype'),
    url('../fonts/icomoon.woff?95bokl') format('woff'),
    url('../fonts/icomoon.svg?95bokl#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow1:before {
  content: "\e900";
  font-size: 3em;
}
.icon-arrow2:before {
  content: "\e901";
}
.icon-arrow-up2:before {
  content: "\ea3a";
}

/*-----------------------------------
hrスタイル
-----------------------------------*/
hr{
	width:60px;
	height:6px;
	background-color:#ffffff;
	border:none;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
	display:table;
}
hr.black{
	background-color:#000000;
}

/*-----------------------------------
ボタンエフェクト
-----------------------------------*/
.button {
	font-size:20px;
	font-weight: bold;
	padding: 8px 20px;
	box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  cursor:pointer;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.yazirusi {
  display: flex;
  float: right;
} 
.yazirusi::after {
  content: '';
  width: 100px;
  height: 15px;
  margin-top: .5em;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}
/*--------------------
(ボタン)水色→白
--------------------*/
.button1 {
	background-color:#00B6CC;
	border: 2px solid #00B6CC;
	position: relative;
	z-index: 4;
	color: #fff;
	font-size: 24px;
	border: 2px solid #fff;
	padding: 10px 80px;
}
.button1:hover {
  background-color: #fff;
  color: #00B6CC;
}
.button1 span{
	padding-left:10px;
}
.button1::before,
.button1::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #00B6CC;
}
.button1::before {
  right: 0;
}
.button1::after {
  left: 0;
}
.button1:hover::before,
.button1:hover::after {
  width: 0;
  background-color: #00B6CC;
}
@media screen and (max-width:767px) {
	.button1 {
		font-size: 18px;
		padding: 10px 40px;
	}
}
/*--------------------
(ボタン)白→アクア
--------------------*/
.button2 {
	font-size:18px;
	font-weight: bold;
	padding: 5px 20px;
	background-color:#fff;
	position: relative;
	z-index: 4;
	color: #1383b5;
	border: 2px solid #1383b5;
}
.button2:hover {
  background-color: #1383b5;
  color: #fff;
}
.button2 span{
	padding-left:10px;
}
.button2::before,
.button2::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
}
.button2::before {
  right: 0;
}
.button2::after {
  left: 0;
}
.button2:hover::before,
.button2:hover::after {
  width: 0;
  background-color: #fff;
}

/*-----------------------------------
②ヘッダー
-----------------------------------*/
header{ 
	position:fixed;
	top:0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
	height:76px;
	width:100%;
	z-index:999;
  transition: all .2s ease;
	}
header h1{float:left;width: 180px;}
header h1 img{
	width: 100%;
	padding-left:120px;
	padding-top: 8px;
	vertical-align:middle;
}
header h1.logo02{display: none;}
header:hover h1.logo02, header.change h1.logo02{display: block;}
header:hover h1.logo01, header.change h1.logo01{display: none;}

header:hover,
header.change {
background: none;
background: #fff;
}

header:hover .menu > li a,
header.change .menu > li a {
  color: #514F4E;
}


.menu {
	float:right;
	text-align:center;
}
.menu > li {
	list-style:none;
	float:left;
	margin:20px 10px 0;
	padding:0 10px 20px;
	font-size:14px;
	font-weight: 700;
	line-height:20px;
	color:#ffffff;
	cursor:pointer;
}
.menu > li p {
	font-size: 12px;
line-height: 20px;
color: #A0BECC;
    font-weight: bold;
}
.menu > li a {
    display: block;
    color: #ffffff;
    font-weight: bold;
}

ul.menu__second-level {
  opacity: 0;
	position: absolute;
  top: 76px;
  display: block;
	left:0;
	width:100%;
	height:60px;
	background-color:rgba(19,131,181,1.0);
	justify-content: center;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin:0;
	padding:0;
	line-height:60px;
	z-index: 1;
	visibility: hidden;
}
li.menu2:hover ul.menu__second-level {
  opacity: 1;
  visibility: visible;
}

.menu > li div.balloon {
	position: relative;
	z-index: -1;
}
.menu > li.menu2:hover div.balloon:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent #1383b5 transparent;
  border-width: 0 10px 10px 10px;
}

header:hover .menu .menu__second-level  > li a,
header.change .menu .menu__second-level  > li a:hover {
	color:#FFF;
	border:none;
}
.menu__second-level li {
	display:inline-block;
	padding:0 25px;
	line-height: 20px;
	margin-top: 10px;
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}
.menu:after {
    clear: both;
}
.menu {
    *zoom: 1;
}
.menu li.menu__single:nth-child(5){
	margin-left:20px;
	margin-right:5px;
}
.menu li.menu__single:nth-child(6){
	margin-left:-15px;
}
.menu li.menu__single:nth-child(5),
.menu li.menu__single:nth-child(6){
	margin-top:25px;
}
.menu li.menu__single:last-child{
	margin-right: 150px;
}
.entrybtn{
 position: absolute;
 top: 0;
 right: 0;
 border: 3px solid #00B6CC;
 border-bottom-left-radius: 10px;
 text-align: center;
 z-index: 999;
}
.entrybtn .button1{
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 1.2em;
}
.entrybtn .button1 span{
	font-size: 12px;
	font-weight: lighter;
	padding: 0;
}
.entrybtn .button2{
	line-height: 1.2em;
	font-size:12px;
	padding: 12px;
	color: #00B6CC;
	border: none;
	position: relative;
	width: 100%;
 border-bottom-left-radius: 7px;
}
.entrybtn .button2:hover {
  background-color: #00B6CC;
  color: #fff;
}
.entrybtn .button2::after {
 border-bottom-left-radius: 7px;
}
@media screen and (max-width:910px) {
.entrybtn {
display: none;
}
}
/*-----------------------------------
③トップ
-----------------------------------*/
/*--------------------
スライダー
--------------------*/
#pics {
    width: 100%;
    height: 100%;
    position: relative;
	overflow:hidden;
}
#pics ul li{
	width:100%;
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pics ul li.fstimg {
  background-image: url("../images/slider02.jpg");
}
#pics ul li.sndimg {
  background-image: url("../images/slider03.jpg");
}
#pics ul li.trdimg {
  background-image: url("../images/slider04.jpg");
}
.topimg {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  }
.topimg p.toptxt {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin:0;
  padding:40px;
  z-index: 555;
  }
/*
p.toptxt::before, p.toptxt::after {
	content: '';
	width: 55px;
	height: 100%;
	position: absolute;
}

p.toptxt::before {
	border-left: solid 8px #FFF;
	border-top: solid 8px #FFF;
	border-bottom: solid 8px #FFF;
	top: 0;
	left: 0;
}

p.toptxt::after {
	border-right: solid 8px #FFF;
	border-top: solid 8px #FFF;
	border-bottom: solid 8px #FFF;
	top: 0;
	right: 0;
}*/
@media screen and (max-width:767px) {
#pics {
    height: 400px;
}
#pics ul li{
 height: 400px;
}
.topimg {
  height: 400px;
  }
.topimg p.toptxt {
	top: 45%;
	font-size: 18px;
	width: 50%;
  }
p.toptxt::before, p.toptxt::after {
	width: 25px;
}
}

div.regular {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 300px;
}
figure {
  background-color: rgba(255,255, 255, 0.6);
}
 
figure.news {
    margin: 0;
    padding: 20px 40px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    text-align: left;
}
figure.news a{
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
/*-----------------------------------
コンテンツ
-----------------------------------*/
section{
	margin:0 auto;
	padding:90px 8%;
	width:84%;
}
section .icon-matsuge{
	padding-bottom:30px;
}

section h2.title {
	color: #1383b5;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	line-height: 1.4em;
	text-align: center;
	font-weight: bold;
}

section h2.title::before,
section h2.title::after {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #1383b5;
}

section h2.title::before {
	margin-right: 20px;
}
section h2.title::after {
	margin-left: 20px;
}

section .sub_title{
	color: #1383b5;
	font-size:17px;
	padding-bottom:50px;
	text-align:center;
	font-weight: bold;
}
.inCont{
	background-color: #fff;
	margin: 20px auto 0;
	border: 2px solid #1383b5;
	box-sizing: border-box;
	max-width: 980px;
} 
.innerC {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
}

#message{
	background-image:url('../images/message-bg.png');
	background-size:cover;
	background-position:bottom right;
	background-size: 60%;
	background-repeat:no-repeat;
}
#message .title{
	text-align:left;
	padding:0;
	margin:0;
	line-height:1.2;
}
#message span{
	font-size:16px;
}
#message p{
	font-weight:bold;
	width: 100%;
}
p.slogan{
	font-size:24px;
	font-weight: bold;
	color: #1383b5;
	width: 100%;
}
p.name{
	font-size:17px;
	color: #505050;
}
/* 2カラム（スマートフォンでは1カラム) */
#message .twoCol {
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
}
#message .twoCol .inner {
	position: relative;
	overflow:hidden;
	display: flex;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	height: auto;
	margin:0 0 20px 0;
	text-align: left;
}
#message .twoCol .inner:first-child {
	width: 40%;
	margin-right: 5%;
}
#message .twoCol .inner:nth-child(2) {
	width: 55%;
	clear:both;
}
#message .twoCol .inner .image {
	width: 100%;
	min-height: 0%;
}
#message .twoCol .inner img {
	width:100%;
}

@media screen and (max-width:910px) {
#message .twoCol .inner:first-child {
	width: 50%;
	margin-right: 0;
}
#message .twoCol .inner:nth-child(2) {
	width: 45%;
}
#message .btn {
}
p.slogan{
	font-size: 18px;
}
p.name{
	font-size:14px;
}
}
@media screen and (max-width:767px) {
#message .twoCol .inner:first-child {
	width: 100%;
	margin-right: 0;
}
#message .twoCol .inner:nth-child(2) {
	width: 100%;
	padding-bottom: 80px;
}
#message .btn {
	width: 90%;
	right: 5%;
	bottom: 0;
}
}
#business{
	background-color:#1383b5;
	background-image:url('../images/info-bg.png');
	background-size:cover;
	background-position:bottom right;
	background-size: 80%;
	background-repeat:no-repeat;
	}
#business h2{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	box-sizing: border-box;
}
#business h3{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	font-size: 24px;
	color: #BED2E2;
}
#business p.slogan{
	box-sizing: border-box;
	padding: 2% 5%;
	line-height: 1.8em;
	font-size: 22px;
}
#business .twoCol .inner:nth-child(2){
	margin: 0;
}
.css-carousel-slider3 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.css-carousel-slider3 img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

/* スライド設定 */
.css-carousel-slider3 .slide-wrap {
    width: 300%;
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    z-index: 0;
    animation: css-carousel-slider3 10s infinite;
    animation-delay: 2s;
}
.css-carousel-slider3 .slide-wrap-main {
    width: 100%;
    z-index: 1;
    animation: css-carousel-slider-main3 10s infinite;
    animation-delay: 2s;
}
.css-carousel-slider3 .slidebox {
    width: 100%;
}
/* スライダーアニメーションの設定 */
@keyframes css-carousel-slider3 {
    0% { transform: translateX(0); }

    27.3% { transform: translateX(calc(1 / 3 * -100%)); }
    33.3% { transform: translateX(calc(1 / 3 * -100%)); }

    60.6% { transform: translateX(calc(2 / 3 * -100%)); }
    66.6% { transform: translateX(calc(2 / 3 * -100%)); }

    94% { transform: translateX(calc(3 / 3 * -100%)); }
    100% { transform: translateX(calc(3 / 3 * -100%)); }
}

@keyframes css-carousel-slider-main3 {
    0% { transform: translateX(100%); }
    66.6% { transform: translateX(100%); }
    94% { transform: translateX(0%);}
}
@media screen and (max-width:910px) {
	#business .twoCol {
		display: block;
		margin-bottom:0px;
	}
	#business .twoCol .inner {
		width :100%;
		margin:0 0 10px 0;
	}
}
#interview .inCont{
	padding: 0;
	line-height: 1.4em;
}
#interview p{
	width: 100%;
	text-align: left;
	font-weight: bold;
} 
#interview p.slogan{
	font-size: 18px;
} 
#interview .twoCol .inner{
	padding: 0;
	margin: 0;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
}
#interview .twoCol .inner:first-child {
	width: 30%;
}
#interview .twoCol .inner:nth-child(2) {
	width: 70%;
} 
#interview .buttonArea{
	margin:0 auto;
	text-align:center;
	padding-top:60px;
}
.btn{
	margin:0 auto;
	text-align:center;
	position: absolute;
	right: 20px;
	bottom: 20px;
	line-height: 1.8em;
}
#interview .btn .yazirusi::after {
  margin-top: .2em;
}
#interview h6{
	background-color:#1383b5;
	font-size:17px;
	text-align: left;
	color: #FFF;
	padding: 12px 20px;
	margin: 20px 0 10px;
	box-sizing: border-box;	
}
#interview p.slogan,
#interview p.name{
	margin: 10px 0;
}
@media screen and (max-width:910px) {
	#interview .twoCol .inner:first-child {
	width: 40%;
}
#interview .twoCol .inner:nth-child(2) {
	width: 60%;
}
#interview h6{
	font-size:14px;
	padding: 8px 20px;
	margin: 10px 0;
}
#interview p.slogan,
#interview p.name{
	margin: 5px 0;
}
}
@media screen and (max-width:767px) {
	#interview .twoCol .inner:first-child {
	width: 100%;
}
#interview .twoCol .inner:nth-child(2) {
	width: 100%;
	padding: 10px 20px 60px;
	box-sizing: border-box;
}
#interview .btn {
	width: 90%;
	right: 5%;
	bottom: 0;
}
}
#recruit{
	background-color:#F4F8FB;
	text-align: center;
}
.rec_btn{
	width: 100%;
    height:80px;
    border-radius:10px;
    line-height: 1em;
    position: relative;
}
.rec_btn a{
    display:block;
    text-decoration: none;
    padding: 20px;
		background-size: auto auto;
		background-color: rgba(255, 255, 255, 1);
		background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(230, 245, 251, 1) 2px, rgba(230, 245, 251, 1) 4px );
    text-align:center;
    color:#1383b5;
    font-size:20px;
    font-weight:bold;
    border: 1px solid #1383b5;
    border-radius:10px;
    transition: .3s;
}
.rec_btn a:hover{
		background-color: #1383b5;
		background-image: none;
    color:#FFF;
}
.rec_btn .ya{
	position: absolute;
	right: 20px;
	top: 35%;
  border: 1px solid #1383b5;
  border-radius: 15px;
  width: 20px;
  color: #1383b5;
  padding-bottom: .2em;
}
.rec_btn:hover .ya{
	color: #fff;
  border: 1px solid #FFF;
}
.rec_btn span{
	margin-top: .4em;
	font-weight: bold;
	font-size: 12px;
}
@media screen and (max-width:767px) {
.rec_btn .ya{
  width: 17px;
}
}
#entry{
	background-color:#EEEEEE;
	text-align: center;
}
/*-----------------------------------
フッター
-----------------------------------*/
footer {
	background-color: #1383b5;
	padding-bottom: 150px;
}
.fnav {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 20px 0;
	color: #fff;
}
.fnav > ul:nth-child(2) {
	width: 50%;
	margin-bottom: 0;
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.fnav > ul:nth-child(2) li {
	text-align: center;
	padding: 0 .8em;
}
.fnav > ul li a {
	color: #FFF;
}
.copyright{
	text-align:right;
	color:#ffffff;
	padding:5px;
	font-size: 12px;
	font-weight: bold;
}
@media screen and (max-width:767px) {
.fnav {
	display: block;
	margin: 0;
	padding: 20px 0;
}
.fnav > ul:nth-child(2) {
	width: 100%;
	justify-content: center;
	margin: 20px 0;
}
.fnav > ul li a {
	color: #FFF;
}
.copyright{
	text-align:center;
	padding:0;
	font-size: 10px;
}
}


@media screen and (max-width: 910px) {
/*-----------------------------------
①共通スタイル
-----------------------------------*/
body{
	font-size:14px;
}
/*-----------------------------------
②ヘッダー
-----------------------------------*/
header{
	height:70px;
	z-index:999;
}
header h1 img{
	padding-left:8%;
	width:68%;
	vertical-align:text-top;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: absolute;
  width: 32px;
  height: 27px;
  right:5%;
  top:20px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #1383b5;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-315deg);
  transform: translateY(12px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(315deg);
  transform: translateY(-12px) rotate(315deg);
}
.menu{
	display:none;
	position:absolute;
	width:80%;
	top:70px;
	right:0;
	background-color:rgba(255,255,255,0.9);
	padding:5% 10%;
}
.menu p{
	display: none;
}
.menu > li {
	line-height:3.5em;
	float:none;
	padding:0;
	margin:0;
	text-align:left;
}
.menu > li  a{
	display:block;
	color: #1383b5;
}
header:hover .menu > li a, header.change .menu > li a,
header:hover .menu .menu__second-level > li a{
	color: #1383b5;
}
.menu > li a:hover {
	border:none;
}
ul.menu__second-level {
    visibility: visible;
    opacity: 1;
	position:relative;
	top:auto;
	left:auto;
	background-color: transparent;
	text-align:left;
	padding-left: 1em;
	padding-bottom:20px;
}
li.menu__single:hover ul.menu__second-level {
    top: auto;
}

.menu__second-level li {
	padding:0;
	display: block;
	width:49%;
}
.menu__second-level {
	min-height: 100px;
}
.menu__second-level li.menu_long {
	width:100%;
}
.menu li.menu__single:nth-child(5){
	margin-left:5px;
	margin-right:25px;
	float: left;
}
.menu li.menu__single:nth-child(5),
.menu li.menu__single:nth-child(6){
	margin-top:5px;
}

}

/*-----------------------------------
③トップ
-----------------------------------*/
footer {
	padding: 0 5% 50px;
	box-sizing: border-box;
}
}

@media screen and (max-width: 640px) {
	/* 表示領域が640px以下の場合に適用するスタイル */
header{
	height:48px;
}
header h1 img{
	width:50%;
}
section{
	padding:60px 8%;
}
.menu{
	top:48px;
}
.menu-trigger{
	width:25px;
	height:21px;
	top:14px;
}
.menu-trigger span{
	height:3px;
}
.menu-trigger span:nth-of-type(2){
	top:9px;
}
.menu-trigger.active span:nth-of-type(1){
	transform:translateY(9px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(3){
	transform:translateY(-9px) rotate(315deg);
}

}












