@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css); /* 源ノ角ゴシック */

/* 基本設定 */
html{
	font-size: 62.5%;
}
*, *::before, *::after{
  box-sizing: border-box;
}
body{
	color: #000;
	background: #fffcf9;
  font-size: 1.8em;
	line-height: 1.8;
  letter-spacing: .05em;
	font-family: 'Noto Sans Japanese', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; /* 文字サイズの自動調整機能のキャンセル */
}
_:lang(x)::-ms-backdrop, body { font-family: "メイリオ", Meiryo, sans-serif; } 
.fntMc{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  transform: rotate(.03deg);
  font-weight: 500;
}
img{
	border: 0;
	vertical-align: top;
}
input ,select{
	position: relative;
	top: 1px;
}
table, th, td{
	border-collapse: collapse;
	border-spacing: 0;
}
ul, li{
	list-style:none;
}
a:link, a:visited{
	color: #15298a;
	text-decoration: none;
	transition: all .5s 0s ease;
}
a:hover, a:active{
  opacity: .6 !important;
}
a.imgLink{
  display: inline-block;
  width: 100%;
}
#page-top{
	position: fixed;
	bottom: 2vw;
	right: 2vw;
	z-index: 9000;
  width: 6vw;
}
#page-top img{
  width: 100%;
  height: auto;
}
#wrapper{
  position: relative;
	overflow: hidden;
}
.dd800,.dd600,.dd480,.dd414{
  display: none;
}
@media screen and (max-width: 800px){
  body{
    font-size: 1.7em;
  }
}
@media screen and (max-width: 600px){
  body{
    font-size: 1.6em;
  }
}
@media screen and (max-width: 480px){
  body{
    font-size: 1.4em;
  }
}
@media screen and (max-width: 414px){
  body{
    font-size: 1.3em;
  }
  #page-top{
    bottom: 4vw;
    right: 4vw;
    width: 12vw;
  }
}

/* ヘッダー */
#header{
  position: relative;
}
#header .headerTop{
  position: relative;
	overflow: hidden;
  background: #f39801;
  padding: .5em 1em;
}
#header .headerTop h1{
  display: block;
  float: left;
  color: #fff;
}
#header .headerTop a{
  display: block;
  float: right;
  color: #fff;
  font-weight: bold;
}
#header .headerTop.fixed{
  position: fixed !important;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9990;
}
@media screen and (max-width: 600px){
  #header .headerTop h1 a{
    line-height: 1.2;
  }
  #header .headerTop a{
    line-height: 2.4;
  }
}
@media screen and (max-width: 414px){
  #header .headerTop{
    padding: .5em;
  }
}
/** ヘッダー - ナビゲーション **/
#header nav{
  position: relative;
}
#header .mMenu{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-box-lines: multiple;	
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
  background: #006835;
  font-size: .9em;
}
#header .mMenu li{
	-webkit-box-flex: 1.0;
	-moz-box-flex: 1.0;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
}
#header .mMenu li > a{
	display: block;
	text-align: center;
	width: 100%;
  color: #fff;
  font-weight: bold;
  padding: .5em 0;
}
#header .mMenu.fixed{
  position: fixed !important;
  width: 100%;
  left: 0;
  top: 3em;
  z-index: 9990;
}
#header .kaihouB{
  position: absolute;
  overflow: hidden;
  z-index: 9900;
  right: 0;
  background: #006835;
  height: 0;
}
#header .kaihouB.active{
  height: inherit;
  padding-bottom: .3em;
}
#header .kaihouB.fixed{
  position: fixed !important;
  top: 5.8em;
}
#header .kaihouB a{
  display: block;
  color: #fff;
  font-weight: bold;
  padding: .3em 1em;
}
@media screen and (max-width: 800px){
  #header .mMenu{
    font-size: .7em;
  }
  #header .mMenu.fixed{
    top: 3.7em;
  }
  #header .kaihouB.fixed{
    position: fixed !important;
    top: 6.5em;
  }
}
@media screen and (max-width: 600px){
  #header .mMenu.fixed{
    top: 4.7em;
  }
  #header .kaihouB.fixed{
    position: fixed !important;
    top: 7.5em;
  }
}
@media screen and (max-width: 480px){
  #header .mMenu{
    display: inline-block;
    overflow: hidden;
    background: #f39801;
    position: fixed;
    right: 0;
    top: 3.7em;
    z-index: 9999;
    font-size: .9em;
    height: 0;
  }
  #header .mMenu li{
    flex: none;
    display: block;
  }
  #header .mMenu li > a{
    display: inline-block;
    text-align: left;
    padding: .5em 1em;
  }
  #header .mMenu.fixed{
    width: inherit;
    left: inherit;
    right: 0;
    top: 3.7em;
    z-index: 9999;
  }
  #header .mMenu.active{
    height: inherit;
  }
  #header .kaihouB{
    position: relative;
  }
}
/** ヘッダー - メニュートリガー **/
#header .headerTop .menu-trigger{
	display: none;
	position: relative;
  float: right;
	transition: all .4s;
	box-sizing: border-box;
	width: 2em;
	height: 1.8em;
  margin: .3em 0 0 .5em;
}
#header .headerTop .menu-trigger span{
	position: absolute;
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 2px;
}
#header .headerTop .menu-trigger span:nth-of-type(1){
	top: 0;
}
#header .headerTop .menu-trigger span:nth-of-type(2){
	top: .83em;
}
#header .headerTop .menu-trigger span:nth-of-type(3){
	bottom: 0;
}
#header .headerTop .menu-trigger.active span:nth-of-type(1){
	-webkit-transform: translateY(.85em) rotate(-45deg);
	transform: translateY(.85em) rotate(-45deg);
}
#header .headerTop .menu-trigger.active span:nth-of-type(2){
	opacity: 0;
}
#header .headerTop .menu-trigger.active span:nth-of-type(3){
	-webkit-transform: translateY(-.85em) rotate(45deg);
	transform: translateY(-.85em) rotate(45deg);
}
@media screen and (max-width: 480px){
  #header .headerTop .menu-trigger{
    display: inline-block;
  }
}

/* スライダー */
.slideBox{
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
}
.slideBox .logo{
  position: absolute;
  z-index: 2000;
  display: block;
  width: 60vw;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.slideBox .slick-next{
  right: 15px;
  z-index: 99;
}
.slideBox .slick-prev{
  left: 15px;
  z-index: 100;
}
.slideBox .slider1 img,
.slideBox .slider2 img{
  width: 100%;
  height: auto;
}

/* コンテンツ共通 */
#contents{
  position: relative;
  overflow: hidden;
}
#contents .section{
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 6em;
}
#contents .section h2{
  display: block;
  color: #fff;
  background: #f39801;
  font-size: 1.4em;
  margin-bottom: .1em;
}
#contents .section h4{
  display: block;
  font-size: 1.6em;
  color: #41220e;
  width: 86vw;
  text-align: left;
  margin: 2em auto 1em;
}
#contents .section p{
  display: inline-block;
  text-align: left;
  width: 70vw;
  margin: 0 auto 2em;
}
#contents .section .img{
  display: block;
  width: 70vw;
  height: auto;
  margin: 0 auto 1em;
}
#contents .section .wideimg{
  display: block;
  width: 90vw;
  height: auto;
  margin: 1.5em auto 1em;
}
#contents .section .detailBtn{
  display: block;
  position: relative;
  text-align: center;
}
#contents .section .detailBtn a{
  display: inline-block;
  font-size: 1.4em;
  font-weight: bold;
}
#contents .section .detailBtn a:before{
  content: "＞＞";
  padding-right: .5em;
}
#contents .section .detailBtn a:after{
  content: "＜＜";
  padding-left: .5em;
}
#contents .section .detailBtn.ask{
  margin-bottom: 1em;
  font-size: .9em;
  letter-spacing: normal;
}
@media screen and (max-width: 800px){
  #contents .section h4{
    width: 88vw;
  }
  #contents .section p{
    width: 80vw;
  }
  #contents .section .img{
    width: 80vw;
  }
}
@media screen and (max-width: 600px){
  #contents .section .detailBtn a{
    font-size: 1.2em;
  }
}
@media screen and (max-width: 480px){
  #contents .section h4{
    font-size: 1.4em;
  }
  #contents .section p{
    width: 84vw;
  }
  #contents .section .img{
    width: 84vw;
  }
  #contents .section .wideimg{
    width: 96vw;
  }
  #contents .section .detailBtn.ask a{
    position: relative;
    padding: 0 2.5em;
    line-height: 1.4;
  }
  #contents .section .detailBtn.ask a:before{
    position: absolute;
    left: 0;
    margin: auto;
    top: .8em;
  }
  #contents .section .detailBtn.ask a:after{
    position: absolute;
    right: 0;
    margin: auto;
    top: .8em;
  }
}


/** 共通 - エフ・フィールドの入会について **/
#contents .enrollmentSec h2{
  background: #ec6ca5;
}
#contents .enrollmentSec img{
  width: 100%;
  height: auto;
  margin-bottom: 2em;
}
#contents .enrollmentSec .detailBtn{
  margin-bottom: 1em;
}

/** 404 NOT FONFD **/
#contents .notSec h2{
	background: #f39801;
}
#contents .notSec img{
	width: 100%;
	height: auto;
	margin-bottom: 2em;
}
#contents .notSec .detailBtn{
	margin-bottom: 1em;
}

/* フッター */
#footer{
  position: relative;
	overflow: hidden
}
#footer .ftrLogo{
  display: block;
  width: 40%;
}
#footer .footerMenu{
  background: #40210f;
  color: #fff;
  padding: 1em;
  margin-bottom: .5em;
}
#footer .footerMenu a{
  color: #fff;
  font-size: .9em;
  font-weight: bold;
}
#footer .footerMenu > ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-box-lines: multiple;	
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
  text-align: center;
}
#footer .footerMenu > ul > li{
	-webkit-box-flex: 1.0;
	-moz-box-flex: 1.0;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
}
#footer .footerMenu > ul > li span{
  display: inline-block;
  text-align: left;
}
#footer .footerMenu > ul > li span a{
  display: block;
  padding: .2em 0;
}
#footer .cpr{
  font-size: .6em;
  color: #3d200e;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 800px){
  #footer .ftrLogo{
    width: 45%;
  }
}
@media screen and (max-width: 680px){
  #footer .footerMenu > ul{
    display: block;
  }
  #footer .footerMenu > ul > li{
    display: block;
  }
  #footer .footerMenu > ul > li span{
    display: block;
    text-align: left;
  }
}
@media screen and (max-width: 600px){
  #footer .ftrLogo{
    width: 50%;
  }
}

@media screen and (max-width: 800px){
  .nn800{ display: none !important; }
  .dd800{ display: block !important; }
}
@media screen and (max-width: 600px){
  .nn600{ display: none !important; }
  .dd600{ display: block !important; }
}
@media screen and (max-width: 480px){
  .nn480{ display: none !important; }
  .dd480{ display: block !important; }
}
@media screen and (max-width: 414px){
  .nn414{ display: none !important; }
  .dd414{ display: block !important; }
}