@charset "UTF-8";

.footer .fnav a:before,
.footer .copy small,
.gotop__btn,
.hero .btn__scroll,
.news .item:before,
.contact .inquiry .require,
.modal .date,
.thanks .date {
  font-size: 2.93333vw;
}
@media screen and (orientation: landscape) {
  .footer .fnav a:before,
  .footer .copy small,
  .gotop__btn,
  .hero .btn__scroll,
  .news .item:before,
  .contact .inquiry .require,
  .modal .date,
  .thanks .date {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1080px) {
  .footer .fnav a:before,
  .footer .copy small,
  .gotop__btn,
  .hero .btn__scroll,
  .news .item:before,
  .contact .inquiry .require,
  .modal .date,
  .thanks .date {
    font-size: 0.75rem;
  }
}

.sec__cap,
.header .gnav a,
.footer .txt,
.products__list li .ttl span,
.products__list li .txt,
.products__table table,
.contact .sec__body,
.modal p,
.thanks p,
.modal th,
.modal td,
.thanks th,
.thanks td {
  font-size: 16px;
}
@media screen and (orientation: landscape) {
  .sec__cap,
  .header .gnav a,
  .footer .txt,
  .products__list li .ttl span,
  .products__list li .txt,
  .products__table table,
  .contact .sec__body,
  .modal p,
  .thanks p,
  .modal th,
  .modal td,
  .thanks th,
  .thanks td {
    font-size: 16px;
  }
}
@media screen and (min-width: 1080px) {
  .sec__cap,
  .header .gnav a,
  .footer .txt,
  .products__list li .ttl span,
  .products__list li .txt,
  .products__table table,
  .contact .sec__body,
  .modal p,
  .thanks p,
  .modal th,
  .modal td,
  .thanks th,
  .thanks td {
    font-size: 16px;
  }
}

body,
.header__ttl,
.hero .hero__txt,
.hero .hero__pickup,
.news .item {
  font-size: 3.73333vw;
}
@media screen and (orientation: landscape) {
  body,
  .header__ttl,
  .hero .hero__txt,
  .hero .hero__pickup,
  .news .item {
    font-size: 2.13333vw;
  }
}
@media screen and (min-width: 1080px) {
  body,
  .header__ttl,
  .hero .hero__txt,
  .hero .hero__pickup,
  .news .item {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1080px) {
  .products__list li .ttl span {
    font-size: 5rem;
  }
}

.products__list li .ttl,
.modal h2,
.thanks h2,
.acc__tgl:before,
.acc__close span {
  font-size: 4.26667vw;
}
@media screen and (orientation: landscape) {
  .products__list li .ttl,
  .modal h2,
  .thanks h2,
  .acc__tgl:before,
  .acc__close span {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1080px) {
  .products__list li .ttl,
  .modal h2,
  .thanks h2,
  .acc__tgl:before,
  .acc__close span {
    font-size: 1.125rem;
  }
}

.menu li {
  font-size: 5.33333vw;
}
@media screen and (orientation: landscape) {
  .menu li {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1080px) {
  .menu li {
    font-size: 1.5rem;
  }
}

.sec__ttl,
.menu__ttl {
  font-size: 7.2vw;
}
@media screen and (orientation: landscape) {
  .sec__ttl,
  .menu__ttl {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 1080px) {
  .sec__ttl,
  .menu__ttl {
    font-size: 2.25rem;
  }
}

.hero .ttl__hero {
  font-size: 9.6vw;
}
@media screen and (orientation: landscape) {
  .hero .ttl__hero {
    font-size: 5.33333vw;
  }
}
@media screen and (min-width: 1080px) {
  .hero .ttl__hero {
    font-size: 5rem;
  }
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* -------------------------------------------------------------
 *  ELEMENT
 * ------------------------------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic,
    "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo,
    sans-serif;
  color: #333;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: Copperplate, Copperplate Gothic Light, Arial -apple-system,
    BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3",
    Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}

img {
  vertical-align: bottom;
}

a {
  color: #1372d1;
  text-decoration: none;
}
a img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  transition: opacity 0.2s;
}
@media screen and (min-width: 1080px) {
  a:hover {
    text-decoration: underline;
  }
}
a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

ul,
ol {
  list-style-type: none;
  padding-left: 0;
}

dd {
  margin-left: 0;
}

figure {
  margin: 0;
}
figure img {
  max-width: 100%;
  height: auto;
}
figure > a {
  display: block;
}

figcaption {
  margin-top: 10px;
  line-height: 1.2;
}

@media screen and (min-width: 1080px) {
  button {
    cursor: pointer;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?plcip8");
  src: url("../fonts/icomoon.eot?plcip8#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?plcip8") format("truetype"),
    url("../fonts/icomoon.woff?plcip8") format("woff"),
    url("../fonts/icomoon.svg?plcip8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before,
.footer .fnav a:before,
.products .scroll__info:before,
.news .item:before,
.acc__tgl:before,
.acc__close span:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.news .item:before {
  content: "\e100";
}
.acc__tgl:before,
.acc__close span:before {
  content: "\e102";
}
.footer .fnav a:before {
  content: "\e103";
}
.products .scroll__info:before {
  content: "\e200";
}

.wrap {
  text-align: center;
  position: relative;
  z-index: 0;
  background: #fff;
  width: 100%;
}

.main {
  width: 100%;
  overflow: hidden;
}

.btn {
  background: #fff;
  border: #1ca464 1px solid;
  color: #1ca464;
  cursor: pointer;
  display: inline-block;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .btn {
    transition: background 0.2s, color 0.2s, border 0.2s;
  }
}
.btn span {
  display: block;
  padding: 1.33333vw 8vw;
  vertical-align: middle;
}
@media screen and (min-width: 1080px) {
  .btn span {
    padding: 10px 60px;
  }
}
@media screen and (min-width: 1080px) {
  .btn:hover {
    background: #1ca464;
    color: #fff;
  }
}
.btn.is-active {
  background: #1ca464;
  color: #fff;
}
.btn.is-active:before,
.btn.is-active:after,
.btn.is-active span:before,
.btn.is-active span:after {
  content: "";
  display: block;
}
@media screen and (min-width: 1080px) {
  .btn.is-active:before,
  .btn.is-active:after,
  .btn.is-active span:before,
  .btn.is-active span:after {
    transition: width 0.2s, height 0.2s;
  }
}
.btn.is-active:before {
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.btn.is-active:after {
  width: 1px;
  height: 0;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.btn.is-active span:before {
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.btn.is-active span:after {
  width: 1px;
  height: 0;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1080px) {
  .btn.is-active:hover:before {
    width: 100%;
    height: 1px;
  }
  .btn.is-active:hover:after {
    width: 1px;
    height: 100%;
  }
  .btn.is-active:hover span:before {
    width: 100%;
    height: 1px;
  }
  .btn.is-active:hover span:after {
    width: 1px;
    height: 100%;
  }
}

@media screen and (min-width: 751px) {
  .for__sp {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .for__tb {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .for__tb {
    display: none;
  }
}
@media screen and (max-width: 1079px) {
  .for__pc {
    display: none;
  }
}
@media screen and (orientation: portrait) {
  .for__land {
    display: none;
  }
}

.sec__ttl {
  display: inline-block;
  text-transform: uppercase;
}
.sec .type1 {
  padding: 5.33333vw 0 3.2vw;
}
@media screen and (min-width: 1080px) {
  .sec .type1 {
    padding: 100px 0 50px;
  }
}
.sec .type1 .sec__ttl {
  border-bottom: #1ca464 2px solid;
}
.sec .type2 {
  padding: 4.26667vw 0 3.2vw;
}
@media screen and (min-width: 1080px) {
  .sec .type2 {
    padding: 60px 0 50px;
  }
}
.sec .type2 .sec__ttl {
  color: #fff;
  border-bottom: #fff 2px solid;
}
.sec .type2 .sec__cap {
  color: #fff;
}
.sec .type2 + .sec__body {
  padding: 8vw 5.33333vw;
}
@media screen and (min-width: 1080px) {
  .sec .type2 + .sec__body {
    padding: 80px 40px 100px;
  }
}
.sec__body {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5.33333vw 8vw;
}
@media screen and (min-width: 1080px) {
  .sec__body {
    padding: 0 40px 60px;
  }
}

[class*="col__"] {
  background: #efefef;
  box-sizing: border-box;
  margin-bottom: 10px;
}
[class*="col__"] [class*="col__"] {
  background: #ccc;
}

[class*="col__"] {
  width: 100%;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.grid.around {
  justify-content: space-around;
}
.grid .col__s__01 {
  width: 2.8vw;
}
@media screen and (min-width: 1080px) {
  .grid .col__s__01 {
    width: 4.3%;
  }
}
.grid .col__s__02 {
  width: 10.66667vw;
}
@media screen and (min-width: 1080px) {
  .grid .col__s__02 {
    width: 13%;
  }
}
.grid .col__s__03 {
  width: 18.53333vw;
}
@media screen and (min-width: 1080px) {
  .grid .col__s__03 {
    width: 21.7%;
  }
}
.grid .col__s__04 {
  width: 26.4vw;
}
@media screen and (min-width: 1080px) {
  .grid .col__s__04 {
    width: 30.4%;
  }
}
.grid .col__s__05 {
  width: 34.26667vw;
}
@media screen and (min-width: 1080px) {
  .grid .col__s__05 {
    width: 39.1%;
  }
}
.grid .col__s__06 {
  width: 42.13333vw;
}
@media screen and (min-width: 1080px) {
  .grid .col__s__06 {
    width: 47.8%;
  }
}
.grid .col__s__07 {
  width: 50vw;
}
@media screen and (min-width: 1080px) {
  .grid .col__s__07 {
    width: 56.5%;
  }
}
.grid .col__s__08 {
  width: 57.86667vw;
}
@media screen and (min-width: 1080px) {
  .grid .col__s__08 {
    width: 65.2%;
  }
}
.grid .col__s__09 {
  width: 65.73333vw;
}
@media screen and (min-width: 1080px) {
  .grid .col__s__09 {
    width: 73.9%;
  }
}
.grid .col__s__10 {
  width: 73.6vw;
}
@media screen and (min-width: 1080px) {
  .grid .col__s__10 {
    width: 82.6%;
  }
}
.grid .col__s__11 {
  width: 81.46667vw;
}
@media screen and (min-width: 1080px) {
  .grid .col__s__11 {
    width: 91.3%;
  }
}
.grid .col__s__12 {
  width: 89.33333vw;
}
@media screen and (min-width: 1080px) {
  .grid .col__s__12 {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .grid .col__m__01 {
    width: 2.8vw;
  }
}
@media screen and (min-width: 751px) and (min-width: 1080px) {
  .grid .col__m__01 {
    width: 4.3%;
  }
}
@media screen and (min-width: 751px) {
  .grid .col__m__02 {
    width: 10.66667vw;
  }
}
@media screen and (min-width: 751px) and (min-width: 1080px) {
  .grid .col__m__02 {
    width: 13%;
  }
}
@media screen and (min-width: 751px) {
  .grid .col__m__03 {
    width: 18.53333vw;
  }
}
@media screen and (min-width: 751px) and (min-width: 1080px) {
  .grid .col__m__03 {
    width: 21.7%;
  }
}
@media screen and (min-width: 751px) {
  .grid .col__m__04 {
    width: 26.4vw;
  }
}
@media screen and (min-width: 751px) and (min-width: 1080px) {
  .grid .col__m__04 {
    width: 30.4%;
  }
}
@media screen and (min-width: 751px) {
  .grid .col__m__05 {
    width: 34.26667vw;
  }
}
@media screen and (min-width: 751px) and (min-width: 1080px) {
  .grid .col__m__05 {
    width: 39.1%;
  }
}
@media screen and (min-width: 751px) {
  .grid .col__m__06 {
    width: 42.13333vw;
  }
}
@media screen and (min-width: 751px) and (min-width: 1080px) {
  .grid .col__m__06 {
    width: 47.8%;
  }
}
@media screen and (min-width: 751px) {
  .grid .col__m__07 {
    width: 50vw;
  }
}
@media screen and (min-width: 751px) and (min-width: 1080px) {
  .grid .col__m__07 {
    width: 56.5%;
  }
}
@media screen and (min-width: 751px) {
  .grid .col__m__08 {
    width: 57.86667vw;
  }
}
@media screen and (min-width: 751px) and (min-width: 1080px) {
  .grid .col__m__08 {
    width: 65.2%;
  }
}
@media screen and (min-width: 751px) {
  .grid .col__m__09 {
    width: 65.73333vw;
  }
}
@media screen and (min-width: 751px) and (min-width: 1080px) {
  .grid .col__m__09 {
    width: 73.9%;
  }
}
@media screen and (min-width: 751px) {
  .grid .col__m__10 {
    width: 73.6vw;
  }
}
@media screen and (min-width: 751px) and (min-width: 1080px) {
  .grid .col__m__10 {
    width: 82.6%;
  }
}
@media screen and (min-width: 751px) {
  .grid .col__m__11 {
    width: 81.46667vw;
  }
}
@media screen and (min-width: 751px) and (min-width: 1080px) {
  .grid .col__m__11 {
    width: 91.3%;
  }
}
@media screen and (min-width: 751px) {
  .grid .col__m__12 {
    width: 89.33333vw;
  }
}
@media screen and (min-width: 751px) and (min-width: 1080px) {
  .grid .col__m__12 {
    width: 100%;
  }
}

@media screen and (min-width: 1080px) {
  .grid .col__01 {
    width: 2.8vw;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1080px) {
  .grid .col__01 {
    width: 4.3%;
  }
}
@media screen and (min-width: 1080px) {
  .grid .col__02 {
    width: 10.66667vw;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1080px) {
  .grid .col__02 {
    width: 13%;
  }
}
@media screen and (min-width: 1080px) {
  .grid .col__03 {
    width: 18.53333vw;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1080px) {
  .grid .col__03 {
    width: 21.7%;
  }
}
@media screen and (min-width: 1080px) {
  .grid .col__04 {
    width: 26.4vw;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1080px) {
  .grid .col__04 {
    width: 30.4%;
  }
}
@media screen and (min-width: 1080px) {
  .grid .col__05 {
    width: 34.26667vw;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1080px) {
  .grid .col__05 {
    width: 39.1%;
  }
}
@media screen and (min-width: 1080px) {
  .grid .col__06 {
    width: 42.13333vw;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1080px) {
  .grid .col__06 {
    width: 47.8%;
  }
}
@media screen and (min-width: 1080px) {
  .grid .col__07 {
    width: 50vw;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1080px) {
  .grid .col__07 {
    width: 56.5%;
  }
}
@media screen and (min-width: 1080px) {
  .grid .col__08 {
    width: 57.86667vw;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1080px) {
  .grid .col__08 {
    width: 65.2%;
  }
}
@media screen and (min-width: 1080px) {
  .grid .col__09 {
    width: 65.73333vw;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1080px) {
  .grid .col__09 {
    width: 73.9%;
  }
}
@media screen and (min-width: 1080px) {
  .grid .col__10 {
    width: 73.6vw;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1080px) {
  .grid .col__10 {
    width: 82.6%;
  }
}
@media screen and (min-width: 1080px) {
  .grid .col__11 {
    width: 81.46667vw;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1080px) {
  .grid .col__11 {
    width: 91.3%;
  }
}
@media screen and (min-width: 1080px) {
  .grid .col__12 {
    width: 89.33333vw;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1080px) {
  .grid .col__12 {
    width: 100%;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 5px 0 0 5.33333vw;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (min-width: 1080px) {
  .header {
    padding: 5px 40px 0;
    position: fixed;
  }
}
.header:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #1ca464;
  position: absolute;
  top: 0;
  left: 0;
}
.header .inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 13.33333vw;
}
@media screen and (orientation: landscape) {
  .header .inr {
    height: 10.66667vw;
  }
}
@media screen and (min-width: 1080px) {
  .header .inr {
    height: 80px;
  }
}
.header__ttl {
  width: 33.33333vw;
  height: 9.06667vw;
}
@media screen and (orientation: landscape) {
  .header__ttl {
    width: 26.66667vw;
    height: 7.2vw;
  }
}
@media screen and (min-width: 1080px) {
  .header__ttl {
    width: 212px;
    height: 57px;
  }
}
.header__ttl a {
  display: block;
}
.header__ttl img {
  vertical-align: middle;
}
@media screen and (max-width: 1079px) {
  .header .gnav {
    display: none;
  }
}
.header .gnav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100px;
  margin: 0 0 0 auto;
}
.header .gnav li {
  margin-left: 8px;
}
.header .gnav a {
  display: block;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  transition: color 0.2s;
}
.header .gnav a:hover,
.header .gnav a.is-current {
  text-decoration: none;
  color: #1ca464;
}
.header .gnav a:before {
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
}
.header .gnav a:after {
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
}
.header .gnav span {
  display: block;
  padding: 8px 32px;
}
.header .gnav span:before {
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
}
.header .gnav span:after {
  bottom: 0;
  right: 0;
  width: 1px;
  height: 0;
}
.header .gnav a:hover:before,
.header .gnav a.is-current:before {
  width: 100%;
  height: 1px;
}
.header .gnav a:hover:after,
.header .gnav a.is-current:after {
  width: 1px;
  height: 100%;
}
.header .gnav a:hover span:before,
.header .gnav a.is-current span:before {
  width: 100%;
  height: 1px;
}
.header .gnav a:hover span:after,
.header .gnav a.is-current span:after {
  width: 1px;
  height: 100%;
}
.header .gnav a:before,
.header .gnav a:after,
.header .gnav span:before,
.header .gnav span:after {
  content: "";
  display: block;
  background: #1ca464;
  position: absolute;
  transition: width 0.2s, height 0.2s;
}

.footer {
  background: #f2fdf8;
  position: relative;
}
.footer .inr {
  padding: 8vw 0 0;
}
@media screen and (min-width: 1080px) {
  .footer .inr {
    max-width: 960px;
    margin: 0 auto;
    padding: 100px 0;
  }
}
.footer__ttl {
  width: 49.33333vw;
  height: 13.33333vw;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .footer__ttl {
    width: 370px;
    height: 100px;
    margin-bottom: 24px;
  }
}
.footer .txt {
  margin: 4vw;
  padding: 0 5.33333vw;
}
@media screen and (max-width: 1079px) {
  .footer .fnav ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    border-bottom: 1px solid #1ca464;
    border-right: 1px solid #1ca464;
  }
}
@media screen and (min-width: 1080px) {
  .footer .fnav ul {
    margin: 100px 0 0;
  }
}
.footer .fnav li {
  width: 50%;
}
@media screen and (orientation: landscape) {
  .footer .fnav li {
    width: 25%;
  }
}
@media screen and (min-width: 1080px) {
  .footer .fnav li {
    width: auto;
    display: inline-block;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1080px) {
  .footer .fnav li:not(:first-child) {
    border-left: 1px solid #333;
  }
}
.footer .fnav a {
  display: block;
  padding: 8px 12px 8px 20px;
  text-transform: uppercase;
  position: relative;
}
@media screen and (max-width: 1079px) {
  .footer .fnav a {
    background: #fff;
    text-align: left;
    color: #1ca464;
    border-top: 1px solid #1ca464;
    border-left: 1px solid #1ca464;
  }
}
@media screen and (min-width: 1080px) {
  .footer .fnav a {
    padding: 0 40px;
  }
}
.footer .fnav a:before {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1080px) {
  .footer .fnav a:before {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .footer .fnav a {
    color: #333;
  }
}
@media screen and (min-width: 1080px) {
  .footer .fnav a span {
    position: relative;
  }
}
@media screen and (min-width: 1080px) {
  .footer .fnav a span:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #1ca464;
    position: absolute;
    left: 50%;
    bottom: -5px;
    transition: width 0.2s, left 0.2s;
  }
}
.footer .fnav a:hover {
  text-decoration: none;
}
.footer .fnav a:hover span:after {
  width: 100%;
  left: 0;
}
.footer .copy {
  background: #0f3c28;
  margin: 0;
  padding: 15px 0;
}
.footer .copy small {
  color: #aaa;
  font-family: Arial;
}
@media screen and (max-width: 1079px) {
  .footer .copy span {
    display: none;
  }
}

.gotop__btn {
  position: fixed;
  width: 5.33333vw;
  height: 32vw;
  bottom: 46.66667vw;
  right: 0;
  z-index: 1;
  line-height: 1;
  transform: translate3d(0, 0, 0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (min-width: 751px) {
  .gotop__btn {
    bottom: 33.33333vw;
  }
}
@media screen and (orientation: landscape) {
  .gotop__btn {
    transform: scale(0.5, 0.5) translate3d(0, 0, 0);
    bottom: 9.33333vw;
  }
}
@media screen and (min-width: 1080px) {
  .gotop__btn {
    width: 40px;
    height: 120px;
    bottom: 380px;
    transform: translate3d(0, 0, 0);
  }
}
.gotop__btn.is-active {
  opacity: 1;
}
.gotop__btn a,
.gotop__btn span {
  display: block;
  width: 100%;
  height: 100%;
}
.gotop__btn span {
  position: relative;
}
.gotop__btn span:after {
  content: "";
  width: 0;
  height: 40%;
  border-right: 1px solid #333;
  position: absolute;
  top: 0;
  left: 50%;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  animation: PAGE-TOP 3s infinite cubic-bezier(0.23, 1, 0.32, 1);
}
.gotop__btn img {
  width: 16vw;
  height: 2.4vw;
  transform: rotate(90deg) translate(0, -50%);
  transform-origin: right top;
  position: absolute;
  top: 100%;
  right: 50%;
}
@media screen and (min-width: 1080px) {
  .gotop__btn img {
    width: 60px;
    height: 9px;
  }
}

.offcampus {
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 200;
  width: 300px;
  height: 100%;
  background: #0f3c28;
  box-sizing: border-box;
  padding: 5.33333vw;
  color: #fff;
}
@media screen and (min-width: 751px) {
  .offcampus {
    right: -50%;
    width: 50%;
  }
}
@media screen and (min-width: 1080px) {
  .offcampus {
    display: none;
  }
}
.offcampus__btn {
  position: fixed;
  top: 0;
  right: 0;
  text-align: left;
  transform: translateY(5px);
}
@media screen and (min-width: 1080px) {
  .offcampus__btn {
    display: none;
  }
}
.offcampus__btn button {
  display: block;
  width: 13.33333vw;
  height: 13.33333vw;
  padding: 0;
  background: #0f3c28;
  border: 0;
  text-align: center;
  position: relative;
}
@media screen and (orientation: landscape) {
  .offcampus__btn button {
    width: 10.66667vw;
    height: 10.66667vw;
  }
}
.offcampus__btn button:before,
.offcampus__btn button:after,
.offcampus__btn span {
  content: "";
  display: block;
  width: 5.33333vw;
  height: 0.53333vw;
  background: #fff;
  position: absolute;
  top: 6.4vw;
  left: 4vw;
}
@media screen and (orientation: landscape) {
  .offcampus__btn button:before,
  .offcampus__btn button:after,
  .offcampus__btn span {
    width: 4.26667vw;
    height: 0.26667vw;
    top: 5.2vw;
    left: 3.2vw;
  }
}
.offcampus__btn button:before,
.offcampus__btn button:after {
  transition: transform 0.3s;
}
.offcampus__btn button:before {
  transform: translateY(-1.86667vw);
}
@media screen and (orientation: landscape) {
  .offcampus__btn button:before {
    transform: translateY(-1.6vw);
  }
}
.offcampus__btn button:after {
  transform: translateY(1.86667vw);
}
@media screen and (orientation: landscape) {
  .offcampus__btn button:after {
    transform: translateY(1.6vw);
  }
}
.offcampus__btn span {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  transition: opacity 0.2s;
}

.menu__ttl {
  border-bottom: 1px solid #fff;
}
@media screen and (orientation: portrait) {
  .menu__ttl {
    margin-bottom: 8.53333vw;
  }
}
@media screen and (orientation: landscape) {
  .menu__ttl {
    margin-bottom: 4.26667vw;
  }
}
.menu li {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  position: relative;
  left: 10.66667vw;
}
@media screen and (orientation: portrait) {
  .menu li {
    margin-bottom: 4.26667vw;
  }
}
@media screen and (orientation: landscape) {
  .menu li {
    margin-bottom: 2.13333vw;
  }
}
.menu li:nth-child(1) {
  transition: left 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s,
    opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.menu li:nth-child(2) {
  transition: left 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.55s,
    opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.55s;
}
.menu li:nth-child(3) {
  transition: left 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s,
    opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}
.menu li:nth-child(4) {
  transition: left 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.85s,
    opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.85s;
}
.menu a {
  color: #fff;
}

html,
body,
.wrap,
.wrap > .inr,
.hero {
  height: 100%;
}

body {
  overflow-y: scroll;
}

.hero {
  width: 100%;
  padding: calc(5px + (100 / 750 * 100vw)) 5.33333vw 0;
  box-sizing: border-box;
  background: transparent url("/_shared/img/hero@x2.jpg") no-repeat center
    center/cover;
}
@media screen and (orientation: landscape) {
  .hero {
    padding: calc(5px + (80 / 750 * 100vw)) 5.33333vw 0;
    background-image: url("/_shared/img/hero.jpg");
  }
}
@media screen and (min-width: 1080px) {
  .hero {
    padding: 125px 40px 0;
  }
}
.hero .inr {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (orientation: landscape) {
  .hero .inr {
    text-align: left;
    padding-left: 5%;
  }
}
.hero__body {
  display: table-cell;
  vertical-align: middle;
}
.hero .ttl__hero {
  margin: 0 auto;
  font-style: italic;
}
@media screen and (orientation: portrait) {
  .hero .ttl__hero {
    line-height: 1.2;
  }
}
@media screen and (orientation: landscape) {
  .hero .ttl__hero {
    line-height: 1.5;
    text-align: right;
    display: inline-block;
  }
}
@media screen and (min-width: 1080px) {
  .hero .ttl__hero {
    display: inline-block;
    text-align: right;
    letter-spacing: 0.1rem;
    line-height: 1.8;
  }
}
@media screen and (orientation: landscape) {
  .hero .ttl__hero span {
    position: relative;
    margin-right: -10%;
  }
}
@media screen and (orientation: portrait) {
  .hero .hero__txt {
    margin: 2.66667vw 0;
  }
}
@media screen and (orientation: landscape) {
  .hero .hero__txt {
    margin: -5.86667vw 0 2.13333vw;
  }
}
@media screen and (min-width: 1080px) {
  .hero .hero__txt {
    margin: 16px 0;
  }
}
.hero .hero__pickup {
  display: inline-block;
  background: #8b56c9;
  margin: 0;
  padding: 3px 15px;
  color: #fff;
}
@media screen and (min-width: 1080px) {
  .hero .hero__pickup {
    padding: 8px 16px;
  }
}
.hero .btn__scroll {
  width: 37.6vw;
  height: 26.66667vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
}
@media screen and (min-width: 751px) {
  .hero .btn__scroll {
    height: 20vw;
  }
}
@media screen and (orientation: landscape) {
  .hero .btn__scroll {
    width: 5.33333vw;
    height: 37.6vw;
    left: 0;
    transform: translateX(0);
  }
}
@media screen and (min-width: 1080px) {
  .hero .btn__scroll {
    width: 40px;
    height: 141px;
  }
}
.hero .btn__scroll a,
.hero .btn__scroll span {
  display: block;
  width: 100%;
  height: 100%;
}
.hero .btn__scroll span {
  position: relative;
}
@media screen and (orientation: landscape) {
  .hero .btn__scroll span {
    transform: scale(0.5, 0.5);
    transform-origin: center bottom;
  }
}
@media screen and (min-width: 1080px) {
  .hero .btn__scroll span {
    transform: scale(1, 1);
  }
}
.hero .btn__scroll span:after {
  content: "";
  width: 0;
  height: 57%;
  border-left: 1px solid #333;
  position: absolute;
  top: 43%;
  left: 50%;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  animation: SCROLL-DOWN 3s infinite cubic-bezier(0.23, 1, 0.32, 1);
}
.hero .btn__scroll img {
  width: 12.53333vw;
  height: 2.4vw;
}
@media screen and (orientation: landscape) {
  .hero .btn__scroll img {
    transform: rotate(90deg) translate(0, -50%);
    transform-origin: right top;
    position: absolute;
    top: 33%;
    right: 50%;
  }
}
@media screen and (min-width: 1080px) {
  .hero .btn__scroll img {
    width: 47px;
    height: 9px;
    transform: rotate(90deg) translate(0, -50%);
    transform-origin: right top;
    position: absolute;
    top: 33%;
    right: 50%;
  }
}

@media screen and (min-width: 1080px) {
  .sec {
    padding-top: 80px;
  }
}

.products .sec__header.type2 {
  background: url("../img/bg_003.jpg") no-repeat center center / cover;
}
@media screen and (min-width: 1080px) {
  .products .sec__header.type2 {
    background-attachment: fixed;
  }
}

.products {
  background: #fff;
}
.products__list {
  margin: 0;
}
@media screen and (min-width: 1080px) {
  .products__list {
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
}
.products__list li {
  position: relative;
}
@media screen and (max-width: 1079px) {
  .products__list li {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-align: left;
    margin-bottom: 3.2vw;
  }
}
@media screen and (min-width: 1080px) {
  .products__list li {
    padding-top: 160px;
  }
}
.products__list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1079px) {
  .products__list li:before {
    width: 42.13333vw;
    height: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .products__list li:before {
    width: 100%;
    height: 130px;
  }
}
.products__list li:nth-child(1):before {
  background: url("/_shared/img/item_001.jpg") no-repeat center center/cover;
}
.products__list li:nth-child(2):before {
  background: url("/_shared/img/item_002.jpg") no-repeat center center/cover;
}
.products__list li:nth-child(3):before {
  background: url("/_shared/img/item_003.jpg") no-repeat center center/cover;
}
.products__list li .ttl {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  line-height: 1.3;
  text-transform: uppercase;
}
@media screen and (max-width: 1079px) {
  .products__list li .ttl {
    width: 42.13333vw;
    padding: 2.13333vw;
    color: #fff;
  }
}
.products__list li .ttl span {
  text-transform: none;
}
@media screen and (max-width: 1079px) {
  .products__list li .ttl span {
    font-weight: normal;
  }
}
.products__list li .txt {
  margin: 0;
}
@media screen and (max-width: 1079px) {
  .products__list li .txt {
    width: 42.13333vw;
  }
}
@media screen and (min-width: 1080px) {
  .products__list li .txt {
    margin-top: 1rem;
  }
}
.products__table {
  overflow: hidden;
  margin-top: 8.53333vw;
}
@media screen and (min-width: 1080px) {
  .products__table {
    margin-top: 56px;
  }
}
.products__table .ttl {
  width: 40%;
}
.products__table .cell {
  width: 20%;
}
.products__table table {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.products__table tr {
  border-bottom: 1px solid #ccc;
}
.products__table th,
.products__table td {
  padding: 2.13333vw 2.13333vw;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
}
@media screen and (min-width: 1080px) {
  .products__table th,
  .products__table td {
    padding: 8px 16px;
  }
}
.products__table td:nth-child(2) {
  color: #1ca464;
}
.products__table td:nth-child(3) {
  color: #5285d1;
}
.products__table td:nth-child(4) {
  color: #8b56c9;
}
.products__table thead th {
  color: #fff;
  font-family: Copperplate, Copperplate Gothic Light, Arial -apple-system,
    BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3",
    Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}
.products__table thead th:nth-child(1) {
  background-color: #0f3c28;
}
.products__table thead th:nth-child(2) {
  background-color: #1ca464;
}
.products__table thead th:nth-child(3) {
  background-color: #5285d1;
}
.products__table thead th:nth-child(4) {
  background-color: #8b56c9;
}
.products__table thead th:not(:first-child) {
  text-transform: uppercase;
}
.products__table tbody th {
  text-align: left;
  font-weight: normal;
  background: #f2fdf8;
}
@media screen and (max-width: 1079px) {
  .products__table {
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 5px;
    -webkit-overflow-scrolling: touch;
  }
  .products__table::-webkit-scrollbar {
    height: 5px;
  }
  .products__table::-webkit-scrollbar-track-piece {
    background: #efefef;
  }
  .products__table::-webkit-scrollbar-thumb {
    background: #1ca464;
  }
  .products__table table {
    width: auto;
  }
}
.products .scroll__info {
  color: #1ca464;
}
.products .scroll__info:before {
  margin-right: 1.33333vw;
  font-size: 5.33333vw;
  vertical-align: middle;
}
@media screen and (min-width: 1080px) {
  .products .scroll__info {
    display: none;
  }
}

.concept .sec__header.type2 {
  background: url("../img/bg_001.jpg") no-repeat center center/cover;
}
@media screen and (min-width: 1080px) {
  .concept .sec__header.type2 {
    background-attachment: fixed;
  }
}
.concept .sec__body {
  max-width: 100%;
  background: #f2f5fc;
}
.concept .sec__body img {
  width: 80vw;
}
@media screen and (orientation: landscape) {
  .concept .sec__body img {
    width: 53.33333vw;
  }
}
@media screen and (min-width: 1080px) {
  .concept .sec__body img {
    width: 600px;
  }
}
.concept .sec__body p {
  margin: 0;
}
.concept .sec__body .img {
  margin-bottom: 5.33333vw;
}
@media screen and (min-width: 1080px) {
  .concept .sec__body .img {
    margin-bottom: 32px;
  }
}

.news {
  background: #fff;
}
.news .sec__body {
  text-align: left;
  max-width: 1000px;
  padding: 0 0 8vw;
  border-top: 1px dotted #ccc;
}
@media screen and (min-width: 1080px) {
  .news .sec__body {
    padding-bottom: 100px;
  }
}
.news__list {
  border-bottom: 1px dotted #ccc;
  padding: 0 5.33333vw;
}
@media screen and (min-width: 1080px) {
  .news__list {
    padding: 0 15px;
  }
}
.news a {
  color: #333;
}
.news a .txt {
  color: #1372d1;
}
.news a:hover {
  text-decoration: none;
}
.news a:hover .txt {
  text-decoration: underline;
}
.news .item {
  display: block;
  padding: 3.2vw 0 3.2vw 1.2em;
  position: relative;
}
@media screen and (orientation: landscape) {
  .news .item {
    display: flex;
  }
}
@media screen and (min-width: 1080px) {
  .news .item {
    padding: 24px 0 24px 20px;
  }
}
.news .item:before {
  position: absolute;
  top: 3.2vw;
  left: 0;
  line-height: 2.3;
  color: #1ca464;
}
@media screen and (min-width: 1080px) {
  .news .item:before {
    top: 24px;
  }
}
.news .date,
.news .txt {
  margin: 0;
  font-size: 1em;
}
.news .date {
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic,
    "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo,
    sans-serif;
  color: #1ca464;
}
@media screen and (orientation: landscape) {
  .news .date {
    margin-right: 2em;
  }
}
@media screen and (min-width: 1080px) {
  .news .date {
    margin-right: 42px;
  }
}

.contact {
  background: #fff;
}
.contact .sec__header.type2 {
  background: url("../img/bg_002.jpg") no-repeat center center/cover;
}
@media screen and (min-width: 1080px) {
  .contact .sec__header.type2 {
    background-attachment: fixed;
  }
}
.contact .sec__body {
  text-align: left;
}
@media screen and (min-width: 1080px) {
  .contact .sec__body {
    line-height: 2.5;
  }
}
.contact .txt {
  margin: 0 0 2.5em;
}
@media screen and (min-width: 1080px) {
  .contact .ttl {
    margin-bottom: 1em;
  }
}
.contact .policy dl,
.contact .policy p {
  margin: 0;
}
.contact .policy dl:not(:first-child) {
  margin-top: 1.5em;
}
@media screen and (min-width: 1080px) {
  .contact .policy dl:not(:first-child) {
    margin-top: 40px;
  }
}
.contact .policy dt {
  font-weight: bold;
}
.contact .policy p {
  margin-top: 1.5em;
  text-align: right;
}
@media screen and (min-width: 1080px) {
  .contact .policy p {
    margin-top: 40px;
  }
}
.contact .body {
  background: #f2fdf8;
}
.contact .body .inr {
  padding: 5.33333vw;
}
@media screen and (min-width: 1080px) {
  .contact .body .inr {
    padding: 40px;
  }
}
.contact .inquiry {
  margin-top: 2.5em;
  overflow: hidden;
}
.contact .inquiry dl {
  font-size: 16px;
}
@media screen and (orientation: landscape) {
  .contact .inquiry dl {
    font-size: 18px;
  }
}
@media screen and (min-width: 1080px) {
  .contact .inquiry dl {
    font-size: 18px;
  }
}

.contact .inquiry .require {
  background: #1ca464;
  margin: 0.3em 0 0 1em;
  padding: 0 0.5em;
  color: #fff;
  font-style: normal;
  float: right;
}
@media screen and (min-width: 1080px) {
  .contact .inquiry dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1079px) {
  .contact .inquiry dt {
    display: inline-block;
  }
}
@media screen and (min-width: 1080px) {
  .contact .inquiry dt {
    width: 25%;
    margin: 24px 0;
  }
}
@media screen and (max-width: 1079px) {
  .contact .inquiry dt:not(:first-child) {
    margin-top: 4.26667vw;
  }
}
@media screen and (min-width: 1080px) {
  .contact .inquiry dd {
    width: 73%;
    margin: 24px 0;
  }
}
.contact .inquiry input,
.contact .inquiry textarea {
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: 1.6vw;
  padding: 2.13333vw;
  border-radius: 0.8vw;
}
@media screen and (orientation: landscape) {
  .contact .inquiry input,
  .contact .inquiry textarea {
    margin-top: 1.06667vw;
    border-radius: 0.4vw;
  }
}
@media screen and (min-width: 1080px) {
  .contact .inquiry input,
  .contact .inquiry textarea {
    margin: 0;
    padding: 16px;
    border-radius: 3px;
  }
}
.contact .inquiry input::-webkit-input-placeholder {
  color: #999;
}
.contact .inquiry input::-moz-placeholder {
  color: #999;
}
.contact .inquiry input:-ms-input-placeholder {
  color: #999;
}
.contact .inquiry br + input {
  margin-top: 8px;
}
.contact .inquiry textarea {
  resize: vertical;
  height: 180px !important;
}
.contact .inquiry .cell05 {
  width: 100%;
}
.contact .inquiry .cell09 {
  width: 100% !important;
}
.contact .inquiry .cell03 {
  width: 30%;
}
.contact .inquiry .disabled {
  display: inline-block;
  position: relative;
}
.contact .inquiry .disabled:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.contact .inquiry .disabled input {
  background: #efefef;
  color: #777;
}
.contact .inquiry__btnset {
  text-align: center;
  font-size: 16px;
}

.contact .confilm dt,
.contact .confilm dd {
  border-bottom: 1px solid #ccc;
  line-height: 1.4;
  margin: 0;
  padding: 32px 0 16px;
}

.thanks {
  width: fit-content;
  margin: 0 auto;
}

.modal__overlay,
.thanks__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: rgba(15, 60, 40, 0.85);
}
.modal__btn,
.thanks__btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  width: 10.66667vw;
  height: 10.66667vw;
}
@media screen and (min-width: 1080px) {
  .modal__btn,
  .thanks__btn {
    width: 80px;
    height: 80px;
    right: 50%;
    transform: translateX(580px);
  }
}
.modal__btn button,
.thanks__btn button {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  background: transparent;
}
.modal__btn button:before,
.modal__btn button:after,
.thanks__btn button:before,
.thanks__btn button:after {
  content: "";
  display: block;
  width: 5.33333vw;
  height: 0.53333vw;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (min-width: 1080px) {
  .modal__btn button:before,
  .modal__btn button:after,
  .thanks__btn button:before,
  .thanks__btn button:after {
    width: 40px;
    height: 2px;
  }
}
.modal__btn button:before,
.thanks__btn button:before {
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center center;
}
.modal__btn button:after,
.thanks__btn button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center center;
}
.modal__wrap,
.thanks__wrap {
  z-index: -1;
  background: #0f3c28;
  position: fixed;
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1080px) {
  .modal__wrap,
  .thanks__wrap {
    width: 1000px;
    height: 80%;
    max-height: 80%;
  }
}
.modal__inr,
.thanks__inr {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}
.modal__content,
.thanks__content {
  position: relative;
  height: 100%;
  overflow-y: auto;
  color: #fff;
  padding: 5.33333vw;
  box-sizing: border-box;
}
@media screen and (min-width: 751px) {
  .modal__content,
  .thanks__content {
    padding: 40px;
  }
}
.modal h2,
.thanks h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic,
    "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo,
    sans-serif;
  border-bottom: 1px solid #ccc;
}
.modal p,
.thanks p {
  margin: 2em 0;
}
@media screen and (max-width: 1079px) {
  .modal br,
  .thanks br {
    display: none;
  }
}
.modal table,
.thanks table {
  margin: 2em 0;
}
.modal th,
.modal td,
.thanks th,
.thanks td {
  text-align: left;
  font-weight: normal;
}
.modal th,
.thanks th {
  padding-right: 1em;
}
.modal td:before,
.thanks td:before {
  content: ":";
  margin-right: 1em;
}
.modal hr,
.thanks hr {
  height: 0;
  border: 0;
  border-top: 1px dotted #ccc;
}
.modal .date,
.thanks .date {
  text-align: right;
  padding-right: 0.5em;
  margin: 1em 0;
  font-style: italic;
}

.modal__overlay,
.modal__btn {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.modal__wrap {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transform-origin: center center;
  transition: opacity 1s 0.5s;
}

.thanks__overlay {
  z-index: 300;
}
.thanks__wrap {
  z-index: 400;
}

.loading {
  overflow-y: scroll;
}
.loading body {
  overflow: hidden;
}
@media screen and (min-width: 1080px) {
  .loading .header {
    padding: 5px 40px 0;
    position: fixed;
    top: -125px;
    animation: HEADER 0.6s 9s forwards cubic-bezier(0.23, 1, 0.32, 1);
  }
}
@media screen and (min-width: 1080px) {
  .loading .hero:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    animation: HERO-IMG 1s 8s forwards cubic-bezier(0.23, 1, 0.32, 1);
  }
}
@media screen and (min-width: 1080px) {
  .loading .hero .inr {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    top: 50px;
    animation: HERO-TEXT 1.5s 8.5s forwards cubic-bezier(0.23, 1, 0.32, 1);
  }
}
@media screen and (min-width: 1080px) {
  .loading .hero .btn__scroll {
    left: -40px;
    animation: BTN-SCROLL 0.6s 9s forwards cubic-bezier(0.23, 1, 0.32, 1);
  }
}
.loading .opening {
  display: block;
  opacity: 1;
  transition: opacity 1s;
  z-index: 1000;
}
.loading .opening.is-out {
  opacity: 0;
}

.opening {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.opening svg {
  vertical-align: top;
}
.opening:before {
  content: "";
  display: block;
  width: 0;
  height: 5px;
  background: #1ca464;
  position: absolute;
  top: 0;
  left: 0;
  animation: OPENING-BORDER 3s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.opening .inr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.opening__body {
  text-align: center;
  width: 72vw;
}
@media screen and (min-width: 1080px) {
  .opening__body {
    width: 540px;
  }
}
.opening .brand__color {
  width: 8.8vw;
  height: 8.8vw;
  position: relative;
  margin: 0 auto 1.86667vw;
}
@media screen and (min-width: 1080px) {
  .opening .brand__color {
    width: 66px;
    height: 66px;
    margin: 0 auto 14px;
  }
}
.opening .brand__color:before,
.opening .brand__color:after,
.opening .brand__color span:before,
.opening .brand__color span:after {
  content: "";
  display: block;
  width: 4vw;
  height: 4vw;
  position: absolute;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
@media screen and (min-width: 1080px) {
  .opening .brand__color:before,
  .opening .brand__color:after,
  .opening .brand__color span:before,
  .opening .brand__color span:after {
    width: 30px;
    height: 30px;
  }
}
.opening .brand__color:before {
  background-color: #5ebf92;
  top: 0;
  left: 0;
  animation: OPENING-MARK01 4s 2s forwards;
}
.opening .brand__color:after {
  background-color: #1ba361;
  top: 0;
  right: 0;
  animation: OPENING-MARK02 4s 2s forwards;
}
.opening .brand__color span:before {
  background-color: #17714b;
  bottom: 0;
  right: 0;
  animation: OPENING-MARK03 4s 2s forwards;
}
.opening .brand__color span:after {
  background-color: #0f3c28;
  bottom: 0;
  left: 0;
  animation: OPENING-MARK04 4s 2s forwards;
}
.opening .brand__name,
.opening .brand__desc {
  width: 72vw;
}
@media screen and (min-width: 1080px) {
  .opening .brand__name,
  .opening .brand__desc {
    width: 540px;
  }
}
.opening .brand__name {
  height: 4.93333vw;
}
@media screen and (-ms-high-contrast: none) {
  .opening .brand__name {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    animation: OPENING-DESC 1s 6s forwards;
  }
}
.opening .brand__name path {
  fill: #fff;
  stroke: #333;
  stroke-width: 0.3;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: OPENING-TEXT 4s 3s forwards;
}
@media screen and (-ms-high-contrast: none) {
  .opening .brand__name path {
    fill: #333;
  }
}
@media screen and (min-width: 1080px) {
  .opening .brand__name {
    height: 37px;
  }
}
.opening .brand__desc {
  height: 2vw;
  margin-top: 0.93333vw;
  padding: 0.66667vw 0;
  background: #1ca464;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  animation: OPENING-DESC 1s 6s forwards;
}
.opening .brand__desc path {
  fill: #fff;
}
@media screen and (min-width: 1080px) {
  .opening .brand__desc {
    height: 15px;
    margin-top: 7px;
    padding: 5px;
  }
}
.opening .brand__desc svg {
  width: 27.33333vw;
  height: 2vw;
}
@media screen and (min-width: 1080px) {
  .opening .brand__desc svg {
    width: 205px;
    height: 15px;
  }
}

@-webkit-keyframes SCROLL-DOWN {
  0% {
    height: 0;
    top: 43%;
    bottom: auto;
    opacity: 1;
  }
  5% {
    height: 0;
    top: 43%;
    bottom: auto;
    opacity: 1;
  }
  45% {
    height: 57%;
    top: 43%;
    bottom: auto;
    opacity: 1;
  }
  50% {
    height: 57%;
    top: auto;
    bottom: 0;
    opacity: 1;
  }
  55% {
    height: 57%;
    top: auto;
    bottom: 0;
    opacity: 1;
  }
  90% {
    height: 0;
    top: auto;
    bottom: 0;
    opacity: 1;
  }
  100% {
    height: 0;
    top: auto;
    bottom: 0;
    opacity: 1;
  }
}
@-moz-keyframes SCROLL-DOWN {
  0% {
    height: 0;
    top: 43%;
    bottom: auto;
    opacity: 1;
  }
  5% {
    height: 0;
    top: 43%;
    bottom: auto;
    opacity: 1;
  }
  45% {
    height: 57%;
    top: 43%;
    bottom: auto;
    opacity: 1;
  }
  50% {
    height: 57%;
    top: auto;
    bottom: 0;
    opacity: 1;
  }
  55% {
    height: 57%;
    top: auto;
    bottom: 0;
    opacity: 1;
  }
  90% {
    height: 0;
    top: auto;
    bottom: 0;
    opacity: 1;
  }
  100% {
    height: 0;
    top: auto;
    bottom: 0;
    opacity: 1;
  }
}
@-ms-keyframes SCROLL-DOWN {
  0% {
    height: 0;
    top: 43%;
    bottom: auto;
    opacity: 1;
  }
  5% {
    height: 0;
    top: 43%;
    bottom: auto;
    opacity: 1;
  }
  45% {
    height: 57%;
    top: 43%;
    bottom: auto;
    opacity: 1;
  }
  50% {
    height: 57%;
    top: auto;
    bottom: 0;
    opacity: 1;
  }
  55% {
    height: 57%;
    top: auto;
    bottom: 0;
    opacity: 1;
  }
  90% {
    height: 0;
    top: auto;
    bottom: 0;
    opacity: 1;
  }
  100% {
    height: 0;
    top: auto;
    bottom: 0;
    opacity: 1;
  }
}
@-o-keyframes SCROLL-DOWN {
  0% {
    height: 0;
    top: 43%;
    bottom: auto;
    opacity: 1;
  }
  5% {
    height: 0;
    top: 43%;
    bottom: auto;
    opacity: 1;
  }
  45% {
    height: 57%;
    top: 43%;
    bottom: auto;
    opacity: 1;
  }
  50% {
    height: 57%;
    top: auto;
    bottom: 0;
    opacity: 1;
  }
  55% {
    height: 57%;
    top: auto;
    bottom: 0;
    opacity: 1;
  }
  90% {
    height: 0;
    top: auto;
    bottom: 0;
    opacity: 1;
  }
  100% {
    height: 0;
    top: auto;
    bottom: 0;
    opacity: 1;
  }
}
@keyframes SCROLL-DOWN {
  0% {
    height: 0;
    top: 43%;
    bottom: auto;
    opacity: 1;
  }
  5% {
    height: 0;
    top: 43%;
    bottom: auto;
    opacity: 1;
  }
  45% {
    height: 57%;
    top: 43%;
    bottom: auto;
    opacity: 1;
  }
  50% {
    height: 57%;
    top: auto;
    bottom: 0;
    opacity: 1;
  }
  55% {
    height: 57%;
    top: auto;
    bottom: 0;
    opacity: 1;
  }
  90% {
    height: 0;
    top: auto;
    bottom: 0;
    opacity: 1;
  }
  100% {
    height: 0;
    top: auto;
    bottom: 0;
    opacity: 1;
  }
}
@-webkit-keyframes PAGE-TOP {
  0% {
    height: 0;
    top: 40%;
    bottom: auto;
    opacity: 1;
  }
  5% {
    height: 0;
    top: 40%;
    bottom: auto;
    opacity: 1;
  }
  45% {
    height: 40%;
    top: 0;
    bottom: auto;
    opacity: 1;
  }
  50% {
    height: 40%;
    top: 0;
    bottom: auto;
    opacity: 1;
  }
  55% {
    height: 40%;
    top: 0;
    bottom: auto;
    opacity: 1;
  }
  90% {
    height: 0;
    top: 0;
    bottom: auto;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 0;
    bottom: auto;
    opacity: 1;
  }
}
@-moz-keyframes PAGE-TOP {
  0% {
    height: 0;
    top: 40%;
    bottom: auto;
    opacity: 1;
  }
  5% {
    height: 0;
    top: 40%;
    bottom: auto;
    opacity: 1;
  }
  45% {
    height: 40%;
    top: 0;
    bottom: auto;
    opacity: 1;
  }
  50% {
    height: 40%;
    top: 0;
    bottom: auto;
    opacity: 1;
  }
  55% {
    height: 40%;
    top: 0;
    bottom: auto;
    opacity: 1;
  }
  90% {
    height: 0;
    top: 0;
    bottom: auto;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 0;
    bottom: auto;
    opacity: 1;
  }
}
@-ms-keyframes PAGE-TOP {
  0% {
    height: 0;
    top: 40%;
    bottom: auto;
    opacity: 1;
  }
  5% {
    height: 0;
    top: 40%;
    bottom: auto;
    opacity: 1;
  }
  45% {
    height: 40%;
    top: 0;
    bottom: auto;
    opacity: 1;
  }
  50% {
    height: 40%;
    top: 0;
    bottom: auto;
    opacity: 1;
  }
  55% {
    height: 40%;
    top: 0;
    bottom: auto;
    opacity: 1;
  }
  90% {
    height: 0;
    top: 0;
    bottom: auto;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 0;
    bottom: auto;
    opacity: 1;
  }
}
@-o-keyframes PAGE-TOP {
  0% {
    height: 0;
    top: 40%;
    bottom: auto;
    opacity: 1;
  }
  5% {
    height: 0;
    top: 40%;
    bottom: auto;
    opacity: 1;
  }
  45% {
    height: 40%;
    top: 0;
    bottom: auto;
    opacity: 1;
  }
  50% {
    height: 40%;
    top: 0;
    bottom: auto;
    opacity: 1;
  }
  55% {
    height: 40%;
    top: 0;
    bottom: auto;
    opacity: 1;
  }
  90% {
    height: 0;
    top: 0;
    bottom: auto;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 0;
    bottom: auto;
    opacity: 1;
  }
}
@keyframes PAGE-TOP {
  0% {
    height: 0;
    top: 40%;
    bottom: auto;
    opacity: 1;
  }
  5% {
    height: 0;
    top: 40%;
    bottom: auto;
    opacity: 1;
  }
  45% {
    height: 40%;
    top: 0;
    bottom: auto;
    opacity: 1;
  }
  50% {
    height: 40%;
    top: 0;
    bottom: auto;
    opacity: 1;
  }
  55% {
    height: 40%;
    top: 0;
    bottom: auto;
    opacity: 1;
  }
  90% {
    height: 0;
    top: 0;
    bottom: auto;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 0;
    bottom: auto;
    opacity: 1;
  }
}
@-webkit-keyframes OPENING-BORDER {
  to {
    width: 100%;
  }
}
@-moz-keyframes OPENING-BORDER {
  to {
    width: 100%;
  }
}
@-ms-keyframes OPENING-BORDER {
  to {
    width: 100%;
  }
}
@-o-keyframes OPENING-BORDER {
  to {
    width: 100%;
  }
}
@keyframes OPENING-BORDER {
  to {
    width: 100%;
  }
}
@-webkit-keyframes OPENING-MARK01 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes OPENING-MARK01 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes OPENING-MARK01 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes OPENING-MARK01 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes OPENING-MARK01 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes OPENING-MARK02 {
  5% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes OPENING-MARK02 {
  5% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes OPENING-MARK02 {
  5% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes OPENING-MARK02 {
  5% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes OPENING-MARK02 {
  5% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes OPENING-MARK03 {
  10% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes OPENING-MARK03 {
  10% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes OPENING-MARK03 {
  10% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes OPENING-MARK03 {
  10% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes OPENING-MARK03 {
  10% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes OPENING-MARK04 {
  15% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes OPENING-MARK04 {
  15% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes OPENING-MARK04 {
  15% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes OPENING-MARK04 {
  15% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes OPENING-MARK04 {
  15% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes OPENING-TEXT {
  0% {
    stroke-dashoffset: 500;
    fill: #fff;
  }
  80% {
    stroke-dashoffset: 300;
    fill: #fff;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #333;
  }
}
@-moz-keyframes OPENING-TEXT {
  0% {
    stroke-dashoffset: 500;
    fill: #fff;
  }
  80% {
    stroke-dashoffset: 300;
    fill: #fff;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #333;
  }
}
@-ms-keyframes OPENING-TEXT {
  0% {
    stroke-dashoffset: 500;
    fill: #fff;
  }
  80% {
    stroke-dashoffset: 300;
    fill: #fff;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #333;
  }
}
@-o-keyframes OPENING-TEXT {
  0% {
    stroke-dashoffset: 500;
    fill: #fff;
  }
  80% {
    stroke-dashoffset: 300;
    fill: #fff;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #333;
  }
}
@keyframes OPENING-TEXT {
  0% {
    stroke-dashoffset: 500;
    fill: #fff;
  }
  80% {
    stroke-dashoffset: 300;
    fill: #fff;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #333;
  }
}
@-webkit-keyframes OPENING-DESC {
  to {
    opacity: 1;
  }
}
@-moz-keyframes OPENING-DESC {
  to {
    opacity: 1;
  }
}
@-ms-keyframes OPENING-DESC {
  to {
    opacity: 1;
  }
}
@-o-keyframes OPENING-DESC {
  to {
    opacity: 1;
  }
}
@keyframes OPENING-DESC {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes HERO-IMG {
  to {
    width: 0;
  }
}
@-moz-keyframes HERO-IMG {
  to {
    width: 0;
  }
}
@-ms-keyframes HERO-IMG {
  to {
    width: 0;
  }
}
@-o-keyframes HERO-IMG {
  to {
    width: 0;
  }
}
@keyframes HERO-IMG {
  to {
    width: 0;
  }
}
@-webkit-keyframes HERO-TEXT {
  to {
    top: 0;
    opacity: 1;
  }
}
@-moz-keyframes HERO-TEXT {
  to {
    top: 0;
    opacity: 1;
  }
}
@-ms-keyframes HERO-TEXT {
  to {
    top: 0;
    opacity: 1;
  }
}
@-o-keyframes HERO-TEXT {
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes HERO-TEXT {
  to {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes BTN-SCROLL {
  to {
    left: 0;
  }
}
@-moz-keyframes BTN-SCROLL {
  to {
    left: 0;
  }
}
@-ms-keyframes BTN-SCROLL {
  to {
    left: 0;
  }
}
@-o-keyframes BTN-SCROLL {
  to {
    left: 0;
  }
}
@keyframes BTN-SCROLL {
  to {
    left: 0;
  }
}
@-webkit-keyframes HEADER {
  to {
    top: 0;
  }
}
@-moz-keyframes HEADER {
  to {
    top: 0;
  }
}
@-ms-keyframes HEADER {
  to {
    top: 0;
  }
}
@-o-keyframes HEADER {
  to {
    top: 0;
  }
}
@keyframes HEADER {
  to {
    top: 0;
  }
}
.js-locked {
  overflow-y: scroll;
}
.js-locked body {
  overflow: hidden;
}
.js-locked body .wrap > * {
  filter: blur(5px);
}
@media screen and (max-width: 1079px) {
  .js-menuopen .wrap {
    right: 300px;
  }
}
@media screen and (max-width: 1079px) and (min-width: 751px) {
  .js-menuopen .wrap {
    right: 50%;
  }
}
@media screen and (max-width: 1079px) {
  .js-menuopen .offcampus {
    right: 0;
  }
  .js-menuopen .offcampus__btn {
    right: 300px;
  }
}
@media screen and (max-width: 1079px) and (min-width: 751px) {
  .js-menuopen .offcampus__btn {
    right: 50%;
  }
}
@media screen and (max-width: 1079px) {
  .js-menuopen .offcampus__btn button:before {
    transform: translateY(0) rotate(45deg);
    transform-origin: center center;
  }
  .js-menuopen .offcampus__btn button:after {
    transform: translateY(0) rotate(-45deg);
    transform-origin: center center;
  }
  .js-menuopen .offcampus__btn button span {
    opacity: 0;
  }
  .js-menuopen .offcampus__overlay {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .js-menuopen .menu li {
    opacity: 1;
    left: 0;
  }
}
.js-modalopen .modal__overlay,
.js-modalopen .modal__btn,
.js-modalopen .modal .is-active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.js-modalopen .modal__overlay {
  z-index: 300;
}
.js-modalopen .modal__btn {
  z-index: 500;
}
.js-modalopen .modal .is-active {
  z-index: 400;
}
@media screen and (min-width: 1080px) {
  .js-parallax {
    position: relative;
    top: 50px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transition: top 1s cubic-bezier(0.215, 0.61, 0.355, 1),
      opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media screen and (min-width: 1080px) {
  .js-parallax.is-active {
    top: 0;
    opacity: 1;
  }
}
@media screen and (min-width: 1080px) {
  .js-parallax.pl01 {
    transition: top 1s cubic-bezier(0.215, 0.61, 0.355, 1),
      opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media screen and (min-width: 1080px) {
  .js-parallax.pl02 {
    transition: top 1s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1),
      opacity 1s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media screen and (min-width: 1080px) {
  .js-parallax.pl03 {
    transition: top 1s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),
      opacity 1s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@media screen and (max-width: 1079px) {
  .wrap {
    right: 0;
    z-index: 0;
    transition: right 0.3s;
  }
  .wrap > * {
    filter: blur(0);
    transition: filter 0.3s;
  }
}

.offcampus {
  transition: right 0.3s;
}
.offcampus__btn {
  transition: right 0.3s;
}

.acc__tgl {
  font-size: 1.5rem;
}
@media screen and (max-width: 1079px) {
  .acc__tgl {
    margin-bottom: 0;
    background: #1ca464;
    color: #fff;
    padding: 1.06667vw 2.13333vw;
    font-size: 3.2vw;
  }
}
@media screen and (orientation: landscape) {
  .acc__tgl {
    font-size: 1.86667vw;
  }
}
.acc__tgl:before {
  float: right;
  line-height: 1.5;
  transform: rotate(0);
  transition: transform 0.2s;
}
@media screen and (min-width: 1080px) {
  .acc__tgl:before {
    display: none;
  }
}
.acc__tgl.is-open:before {
  transform: rotate(180deg);
}
.acc__close {
  margin-top: 2em;
  text-align: center;
  display: block;
}
@media screen and (min-width: 1080px) {
  .acc__close {
    display: none;
  }
}
.acc__close button {
  background: #fff;
  border: 2px solid #1ca464;
  width: 50%;
  max-width: 300px;
}
.acc__close span {
  display: block;
  padding: 0.53333vw 0;
  transform: rotate(180deg);
  transform-origin: center center;
  color: #1ca464;
}
.acc__close span:before {
  vertical-align: middle;
}
@media screen and (max-width: 1079px) {
  .acc__body {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.acc__body.is-open {
  max-height: 1000px;
}
