@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);



html{}
body { height: 100%; min-width: 320px; background:#fff; }
body *{ /*border:1px solid #000000; background:rgba(000,000,000,0.1)*/}


/* フォントの指定 */
html { font-size: 62.5%; }
body,input,select,textarea { 
	font-size: 16px; font-size: 1.6rem; 
	line-height: 1.8; 
	letter-spacing:0.05em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-feature-settings: "palt";
	color: #3D4053; }
	
a {color:#231815; text-decoration: none;}
p {text-align:justify; text-justify:inter-ideograph; }
p a {color:#231815; text-decoration: underline;}
img { width: 100%;}
.inner { width: 94%; margin: 0 auto;}
.mw100 { max-width: 100%;}
.imgTxt { position:relative;}
.imgTxt p { overflow: hidden;position:absolute; top: 0; left: 0; width: 100%; height: 100%; text-indent:-100vw; font-size: 10px!important; }

@media screen and (max-width:768px){
	html { font-size: 50%; }
}



/* --------------------------------------------
									全ページ共通
---------------------------------------------- */

/* アニメーション */
.anime,
.animest{
	opacity: 0;
}
.anime.js-scrollify-move {
  opacity: 1 !important;
}
.animest.animeFadeInBottomTop{
	animation-name: fadeInBottomTop;
  animation-delay: 0.3s;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
@keyframes fadeInBottomTop {
  0% {
    opacity: 0;
    transform: translateY(50px) translateX(0);
 }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}



/* レスポンシブ */
.showPc { }
.showSp { display: none;}
@media screen and (max-width:768px){
.showPc { display: none ; }
.showSp { display: block ; }
}

/* タイトル */
.section-heading {
  font-size: 25px; font-size: 2.5rem;
  color: #335380;
}

.section-heading > b {
  display: block;
  font-family: quasimoda, sans-serif;
  font-size: 78px; font-size: 7.8rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  color: #DAE5E6;
}
@media screen and (max-width:768px){
.section-heading > b {
  font-size: 55px; font-size: 5.5rem;
  letter-spacing: 0em;
}
}

.section-bar {
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 0.5em;
  font-size: 25px; font-size: 2.5rem;
  color: #335380;
  border-bottom: 14px solid #335380;
}
.section-bar::after {
  display: block;
  content: "";
  position: absolute; bottom: -18px; left: 0;
  width: 100%;
  height: 5px;
  background: #6BC6D4;
}

.section-bar > span {
  display: inline-block;
  margin-left: 1em;
  font-size: 20px; font-size: 2rem;
}
@media screen and (max-width:768px){
.section-bar > span {
  display: block;
  margin-left: 0;
}
}

/* ボタン */
.button {
  display: block;
  width: 70%; max-width: 480px;
  margin: 0 auto;
  padding: 0.6em 5%;
  font-family: quasimoda, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  box-shadow: 0 3px 3px 2px rgba(0,0,0,0.3);
  border-radius: 25px;
}

.button._blue {
  color: #fff;
  background-image: url("../img/share/arrow2.png");
  background-position: 95% center;
  background-repeat: no-repeat;
  background-color: #335380;
}
.button._green {
  color: #335380;
  background-image: url("../img/share/arrow.png");
  background-position: 95% center;
  background-repeat: no-repeat;
  background-color: #E4E67E;
}


/* 表 */
.table {
  width: 100%; max-width: 840px;
  margin: auto;
}
.table th,
.table td {
  padding: 1.5em 0;
  font-size: 14px; font-size: 1.4rem;
  vertical-align: middle;
  border-bottom: 1px solid #A2AAAB;
}
@media screen and (max-width:768px){
.table th,
.table td {
  display: block;
  width: 100%;
}
}

.table tr:nth-last-of-type(1) th,
.table tr:nth-last-of-type(1) td {
  border-bottom: none;
}
@media screen and (max-width:768px){
.table tr:nth-last-of-type(1) th {
  border-bottom: 1px solid #A2AAAB;
}
}

.table th {
  width: 164px;
  text-align: center;
  color: #335380;
}
@media screen and (max-width:768px){
.table th {
  width: 100%;
  padding: 1.5em 2.5% 0;
  text-align: left;
}
}

.table td {
  padding: 1.5em 2.5%;
}
@media screen and (max-width:768px){
.table td {
  padding: 0.5em 2.5% 1em;
  border-bottom: none;
}
}

/* フォーム */
.form-flow {
  width: 100%; max-width: 900px;
  margin: 0 auto 6em;
  text-align: center;
}
@media screen and (max-width:980px){
.form-flow {
  margin: 0 auto 2em;
}
}

.form-flow li {
  display: inline-block;
	position: relative;
  width: 31%;
  height: 50px;
	text-align: center;
	margin: 0 10px 0 0;
  padding: 0 0 0 2%;
	font-size: 14px; font-size: 1.4rem;
  font-weight: 600;
  line-height: 50px;
	color: #fff;
	background: #6BC6D4;
}
@media screen and (max-width:768px){
.form-flow li {
  height: 30px;
  line-height: 30px;
  margin-right: 0;
}
}

.form-flow li:last-child {
  margin-right: 0;
}

.form-flow li:before {
	content: "";
	position: absolute; left: 0; top: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 25px solid #fff;
}
@media screen and (max-width:768px){
.form-flow li:before {
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #fff;
}
}

.form-flow li:first-child:before {
	display: none; 
}

.form-flow li:after {
	content: "";  
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 25px solid #6BC6D4;
	position: absolute; right: -25px; top: 0;
	z-index: 1;
}
@media screen and (max-width:768px){
.form-flow li:after {
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #6BC6D4;
	position: absolute; right: -15px; top: 0;
	z-index: 1;
}
}

.form-flow li:last-child:after {
	display: none;
}

.form-flow .form-active {
  background: #284C80;
}
.form-flow .form-active:after {
	content: "";  
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 25px solid #284C80;
}
@media screen and (max-width:768px){
.form-flow .form-active:after {
	content: "";  
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #284C80;
}
}


.form-list {
  width: 100%; max-width: 818px;
  margin: 0 auto;
}

.form-list > div {
  display: flex;
  align-content: center;
  padding: 2em 0;
  border-bottom: 1px solid #727171;
}
@media screen and (max-width:980px){
.form-list > div {
  display: block;
}
}

.form-head {
  box-sizing: border-box;
  width: 30%;
  padding: 1em 2%;
  font-size: 14px; font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width:980px){
.form-head {
  width: 100%;
}
}

.form-head._required::after {
  display: inline-block;
  content: "";
  width: 51px;
  height: 21px;
  margin-left: 0.5em;
  vertical-align: middle;
  background: url("../../contact/img/required.png") center no-repeat;
  background-size: contain;
}

.form-content {
  width: 70%;
  padding: 0 2em 0 1em;
}
@media screen and (max-width:980px){
.form-content {
  width: 100%;
  padding: 0 2%;
}
}

.form-content .input-text {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0 1em;
  border: none;
  background: #EEF1F1;
}
@media screen and (max-width:980px){
.form-content .input-text {
  height: 40px;
}
}
.form-content .input-text._large {
  height: 200px;
  resize: vertical;
}

.form-text {
  font-size: 13px; font-size: 1.3rem;
}

.column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	margin-bottom: 3em;
}

.column-item._col2 {
  width: 48%;
}
@media screen and (max-width:768px){
.column-item._col2 {
  width: 100%;
}
}

.column-item._col3 {
  width: 31%;
}
@media screen and (max-width:768px){
.column-item._col3 {
  width: 100%;
}
}



/* --------------------------------------------
									header
---------------------------------------------- */
.header {
  overflow: hidden;
  box-sizing: border-box;
  position: absolute; z-index: 9999;
  width: 100%;
  padding: 1em 0;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
  background: #fff;
}
@media screen and (max-width:980px){
.header {
  padding: 1.4em 0 0;
}
}

.header-inner {
  display: flex;
  width: 95%;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
@media screen and (max-width:980px){
.header-inner {
  display: block;
}
}

.header-logo {
  max-width: 265px;
}
@media screen and (max-width:980px){
.header-logo {
  margin-bottom: 1em;
}
}
@media screen and (max-width:768px){
.header-logo {
  max-width: 165px;
  margin-bottom: 1.5em;
}
}

.header-logo img {
  display: block;
  width: 100%;
}


/* --------------------------------------------
									nav
---------------------------------------------- */
.nav {
  display: block;
  width: 80%; max-width: 727px;
}
@media screen and (max-width:980px){
.nav {
  display: none;
  width: 100%; max-width: none;
}
}

.nav-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: center;
}
@media screen and (max-width:980px){
.nav-list {
  display: block;
  border-top: 1px solid #ccc;
}
}

.nav-list li {
  margin: 0 2%;
}
@media screen and (max-width:980px){
.nav-list li {
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.nav-list li:nth-last-of-type(1) {
  border-bottom: 0;
}
}

.nav-list a {
  display: block;
  font-size: 11px; font-size: 1.1rem;
  line-height: 1.4;
  color: #99A9BF;
}
@media screen and (max-width:980px){
.nav-list a {
  box-sizing: border-box;
  padding: 1em 0;
}
}

.nav-list span {
  display: block;
  font-family: quasimoda, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px; font-size: 1.6rem;
  color: #000;
}


/* --------------------------------------------
							SP用メニューボタン
---------------------------------------------- */
.hamburger {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9998;
  width: 71px;
  height: 71px;
  cursor: pointer;
  font-weight: bold;
  background: #fff;
}
@media screen and (max-width: 980px) {
.hamburger {
  display: block;
  width: 58px;
  height: 58px;
}
}
@media screen and (max-width: 600px) {
.hamburger {
  display: block;
  width: 60px;
  height: 50px;
}
}

.hamburger::before {
  display: block;
  content: "MENU";
  width: 100%;
  padding-top: 3px;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  text-align: center;
  color: #333;
  transition: all .4s;
}
.hamburger.is-active::before {
  content: "CLOSE";
}
.hamburger > span {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 1px;
  margin: 0 auto;
  background-color: #333;
  transition: 0.5s;
}
.hamburger span:nth-of-type(1) {
  top: 24px;
}
.hamburger span:nth-of-type(2) {
  top: 32px;
}
@media screen and (max-width: 980px) {
  .hamburger span:nth-of-type(2) {
    top: 29px;
  }
}
.hamburger span:nth-of-type(3) {
  top: 40px;
}
@media screen and (max-width: 980px) {
  .hamburger span:nth-of-type(3) {
    top: 34px;
  }
}
.hamburger.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
@media screen and (max-width: 980px) {
.hamburger.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}
}

.hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
@media screen and (max-width: 980px) {
.hamburger.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}
}



/* --------------------------------------------
									main
---------------------------------------------- */

.template {
  margin-top: 5em;
}

.main-title {
  position: relative;
  max-width: 440px;
  padding-bottom: 52px;
}
.main-title._center {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
.main-title {
  padding-bottom: 40px;
}
}

.main-title img {
  display: block;
  width: 100%;
}

.main-title::after {
  display: block;
  content: "";
  position: absolute; right: 0; bottom: 0; left: 0;
  width: 48px;
  height: 4px;
  background: #335380;
}
.main-title._center::after {
  margin: auto;
}



/* --------------------------------------------
									footer
---------------------------------------------- */
.footer {
  padding: 5em 0;
  box-shadow: -2px -2px 0 0 rgba(0,0,0,0.2);
  background: #fff;
}
@media screen and (max-width: 980px) {
.footer {
  padding: 2.5em 0 1.5em;
}
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 95%; max-width: 1060px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
.footer-inner {
  display: block;
}
}


/* ロゴ */
.footer-logo {
  max-width: 220px;
}
@media screen and (max-width: 980px) {
.footer-logo {
  max-width: 180px;
  margin-bottom: 2em;
}
}

.footer-logo img.logo {
  display: block;
  width: 100%;
  margin-bottom: 2em;
}
.footer-logo p {
	display: block;
	font-size: 1.0rem;
	color: #7D8A91;
}
.footer-logo img {
    width: 50%;
    margin-bottom: 0.5em;
}

/* リスト */
.footer-listbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 80%; max-width: 685px;
}
@media screen and (max-width: 980px) {
.footer-listbox {
  display: none;
}
}

.footer-list {
  box-sizing: border-box;
  width: 32%;
  padding: 0 5.5% 2em;
  border: solid #7D8A91;
  border-width: 0 0 0 1px;
}


.footer-list li a {
  display: block;
  font-size: 12px; font-size: 1.2rem;
  color: #7D8A91;
	line-height: 2.25;
}

.footer-list li:nth-of-type(1) a {
  margin-bottom: 1.5em;
  font-size: 14px; font-size: 1.4rem;
  font-weight: bold;
  color: #000;
}


.footer-box {
  position: absolute; bottom: 0; left: 0;
  width: 115px;
}
@media screen and (max-width: 980px) {
.footer-box {
  position: absolute; top: -1em; right: 0; bottom: auto; left: auto;
}
}

.footer-mark {
  max-width: 82px;
}
@media screen and (max-width: 980px) {
.footer-mark {
  max-width: 62px;
  margin: auto;
}
}

.footer-mark img {
  display: block;
  width: 100%;
}

.footer-copy {
  display: block;
  font-size: 12px; font-size: 1.2rem;
}
@media screen and (max-width: 980px) {
.footer-copy {
  text-align: center;
}
}




/* ローディング画面 */
/*#loading {
  width: 100vw;
  height: 100vh;
  transition: all 3.5s;
  background-color: #0bd;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: auto;
  position: absolute; top: 0; right: 0; bottom: 0; left: 0;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}


.loaded {
  opacity: 0;
  visibility: hidden;
}*/
/* ローディング画面 */
#loader-bg {
    background: #74c6cf;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99998;
}
#loader {
    height: 120px;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    position: fixed;
    top: 50%;
    width: 120px;
}
#loader p {
    color: #fff;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
}
#loader p img {
    display: inline-block;
}

.load {
  color: #ffffff;
  font-size: 20px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute; top: 0; right: 0; bottom: 0; left: 0;
  margin: auto;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
