@charset "UTF-8";
/* CSS Document */

html,body {
 -webkit-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
}

@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes btnHover {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0%); } }
@-webkit-keyframes btnHover {
  0% {
    -webkit-transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0%); } }
/********************************/
.clear_fix {
  zoom: 1; }

.clear_fix:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
  visibility: hidden; }

/********************************/
/*
リセット
/***********************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a, a:hover {
  text-decoration: none; }

a > img, nav > img, li > img, div > img {
  width: 100%;
  height: auto; }

a img {
  border: none; }

a {
  display: inline;
  cursor: pointer;
  text-decoration: none;
  color: #000; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

button {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 0; }


.sp_only {
    display: none !important; }

.clearfix:after {
  font-size: 0; }

.clearfix {
  zoom: 1; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

body {
  position: absolute;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: "ヒラギノ角ゴシック Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,"MS Pゴシック",MS PGothic,sans-serif;
  overflow: visible; }

body * {
  box-sizing: border-box; }

div, h1, h2, h3, h4, h5, ul, ol, li, dl, dt, dd {
  position: relative; }

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1; }

p, div, span {
  margin: 0;
  padding: 0;
  line-height: 1.5; }

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1; }

img,
a img {
  border: none;
  display: inline-block; }

img {
  width: 100%;
  height: auto; }

h1, h2, .renner {
  font-weight: bold; }

.lato {
  font-family: 'Lato', sans-serif; }

#wrapper {
  position: relative;
  width: 100%;
  height: auto; }

.sp {
  display: none !important; }

@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes btnHover {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0%); } }
@-webkit-keyframes btnHover {
  0% {
    -webkit-transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0%); } }
/********************************/
.clear_fix {
  zoom: 1; }

.clear_fix:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
  visibility: hidden; }

body {
  width: 100%;
  padding: 0;
  margin: 0;
  letter-spacing: .1em;
  overflow-x: hidden;
}

@media screen and (min-width: 1201px) {
  body {
    font-size: 16px; } }
@media screen and (max-width: 1200px) {
  body {
    font-size: 1.33vw; } }
body.noscroll {
  height: 100%;
  overflow: hidden; }

.wrapper{
  background-color: rgba(85,182,132,.1);
  min-height: 100%;

}

body.ie11 .wrapper{
 over-flow:hidden;
 width: 100%;
}

header{
  width: 100%;
  height: 3.125rem;
  position: fixed;
  top: 0;
  background-color: #143E20;
  z-index: 200;
}

header.hide{
  display: none;
}

.header__btns{
  width: 100%;
  max-width: 1200px;
  height: 3.125rem;
  margin: 0 auto;
  display: flex;
  -webkit-display: flex;
}

.header__link{
  height: 3.125rem;
  display: flex;
  -webkit-display: flex;
}

.header__link:first-child{
  margin-right: auto;
}

.header__green{
  width: 300px;
  max-width: 325px;
  background-color: #143E20;
}

.header__black,
.header__orange{
  font-size: .875em;
  line-height: 3.125rem;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

.header__black{
  width: 155px;
  background-color: #251E1C;
  color: #fff;
}

.header__orange{
  width: 280px;
  font-weight: bold;
  background-color: #F3A516;
  color: #fff;
}

.header__link:hover .drop__link .drop__text{
    /*background-color: #81C9A2;
    color: #ffff00;*/
    animation:linkBrink 0.3s ease-out 0s;
}

.header__link:hover .drop__link:nth-child(2) .drop__text{
  animation-delay:0.05s;
  }
.header__link:hover .drop__link:nth-child(3) .drop__text{
  animation-delay:0.075s;
  }
.header__link:hover .drop__link:nth-child(4) .drop__text{
  animation-delay:0.1s;
  }

@keyframes linkBrink{
  0%{background-color: #55B583;
  color: #fff;}
  50%{background-color: #81C9A2;
    color: #ffff00;}
  60%{background-color: #81C9A2;
    color: #ffff00;}
    100%{background-color: #55B583;
  color: #fff;}
}

/*
.header__green:hover{
  opacity: .8;
}
*/

.dv-pc .header__black:hover{
  background-color: #55B583;
}

.dv-pc .header__black:hover + .header__drop{
  display: block;
}

.dv-pc .header__orange:hover{
  background-color: #ff1717;
  color: #fff;
}

.header__logo{
  width: 21.33vw;
  max-width: 232px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}

.header__text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}

.header__drop{
  position: absolute;
  top: 100%;
  left: 0;
}

.drop__link{
  height: 0;
  overflow: hidden;
  -webkit-transition: .2s;
  transition: .2s;
}

.drop__text{
  display: block;
  width: 26.6vw;
  max-width: 320px;
  height: 3.125rem;
  padding-top: 0;
  padding-left: 3em;
  background-color: #55B583;
  color: #fff;
  line-height: 3.125rem;
  font-size: .875em;
  white-space: nowrap;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

.dv-pc .drop__text:hover{
  background-color: #81C9A2;
  color: #ffff00;
}

.dv-pc .header__btns li:hover .header__drop{
  top: 100%;
}

.dv-pc .header__btns li:hover .drop__link{
  height: 3.125rem;
  overflow: visible;
}

.dv-pc .header__btns li:hover> .header__black{
  background-color: #55B583;
}

.slider__sns-icon{
  width: 2.25em;
  position: absolute;
  top: 3.8rem;
  right: 2%;
  z-index: 100;
}

.content {
  padding-top: 3.125rem;
  position: relative;
  padding-bottom: 5em;
}

a[class$="btn"]{
  white-space: nowrap;
}

footer{
  width: 100%;
  background-color: #727172;
  color: #fff;
  margin-top: 2.5em;
	margin-bottom: -0.2em;
}

.footer__sns-icon-box{
  width: 2.25em;
  position: absolute;
  top: 0;
  right: 2%;
  transform: translateY(-125%);
}



.footer__links{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  line-height: 3.125rem;
  display: flex;
	margin-bottom:-1.5em;
  -webkit-display: flex;
}

.footer__link{
  padding-left: 1.5em;
  font-size: .875em;
  color: #fff;
  transition:opacity .1s ease-out;
  -webkit-transition:opacity .1s ease-out;
}

.dv-pc .footer__link:hover{
    opacity: .5;
  }

.footer__corporate{

  padding-right: 1.6vw;
  margin-left: auto;
  font-size: .875em;
  color: #fff;
  line-height: 3.125rem;
  letter-spacing: 0;
}

.footer__copy{
  padding-right: 1.6vw;
  /*margin-left: auto;*/
	text-align: center;
  font-size: 10px;
  color: #fff;
  line-height: 3.125rem;
  letter-spacing: 0;
}

.footer__copy--mark{
    font-size: 1.7em;
    vertical-align: sub;
  }

.sizing-box{
	visibility: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
}

.back{
/*	z-index:1;*/
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
  opacity: 0;
  transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
}

.back.show{
  display: block;
}
.back.trans{
  opacity: 1;
}
