﻿/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
  box-sizing: border-box;
}
:after,
:before {
  box-sizing: inherit;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: left;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
button,
input,
select,
textarea {
  margin: 0;
}
input,
select {
  vertical-align: middle;
}
audio,
embed,
img,
object {
  height: auto;
  max-width: 100%;
}
img {
  vertical-align: bottom;
}
iframe {
  border: 0;
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  color: #333;
  word-wrap: break-word;
}
@media (max-width: 48em) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
body ::selection {
  background-color: #effbd7;
  color: #a7a7a7;
}
a {
  color: inherit;
}
@media (min-width: 48.0625em) {
  a img {
    transition: 0.3s ease-in-out;
  }
}
@media (min-width: 48.0625em) {
  a:hover {
    text-decoration: none;
  }
}
@media (min-width: 48.0625em) {
  a:hover img {
    opacity: 0.7;
  }
}
.container {
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 48em) {
  .container {
    padding: 0 25px;
  }
}
.clear {
  clear: both !important;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.center-block {
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (min-width: 48.0625em) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 48em) {
  .pc-only {
    display: none !important;
  }
}
.bold {
  font-weight: 700 !important;
}
.regular {
  font-weight: 400 !important;
}
.tal {
  text-align: left !important;
}
.tac {
  text-align: center !important;
}
.tar {
  text-align: right !important;
}
.taj {
  text-align: justify !important;
}
.text-hide {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
@media (max-width: 48em) {
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
}
.flo-l {
  float: left !important;
}
.flo-r {
  float: right !important;
}
.flo-n {
  float: none !important;
}
.vat {
  vertical-align: top !important;
}
.vam {
  vertical-align: middle !important;
}
.vabl {
  vertical-align: baseline !important;
}
.vab {
  vertical-align: bottom !important;
}
.visible {
  overflow: visible !important;
}
.hidden {
  overflow: hidden !important;
}
.scroll {
  overflow: scroll !important;
}
.auto {
  overflow: auto !important;
}
.invisible {
  visibility: hidden !important;
}
.no-select {
  user-select: none !important;
}
.pink {
  background-color: pink !important;
}
.red {
  background-color: red !important;
}
.blue {
  background-color: #00f !important;
}
.border {
  border-style: solid;
  border-width: 1px;
}
.border-top {
  border-top-style: solid;
  border-top-width: 1px;
}
.border-right {
  border-right-style: solid;
  border-right-width: 1px;
}
.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.border-left {
  border-left-style: solid;
  border-left-width: 1px;
}
.border-none {
  border: 0;
}
.mod-heading-contents-title {
  color: #172433;
}
.mod-heading-contents-title span {
  display: block;
  font-family: 'Times New Roman', serif;
  font-weight: 400;
  line-height: 1;
  color: #172433;
}
.mod-heading-contents-title span em {
  font-style: normal;
  font-size: 1.25em;
}
.mod-heading-contents-title--bold {
  font-weight: 700;
}
.mod-heading-contents-title--fz_large {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 48em) {
  .mod-heading-contents-title--fz_large {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.mod-heading-contents-title--fz_large span {
  font-size: 70px;
  font-size: 7rem;
}
@media (max-width: 48em) {
  .mod-heading-contents-title--fz_large span {
    font-size: 50px;
    font-size: 5rem;
  }
}
.mod-heading-contents-title--fz_medium {
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 48em) {
  .mod-heading-contents-title--fz_medium {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.mod-heading-contents-title--fz_medium span {
  font-size: 64px;
  font-size: 6.4rem;
}
@media (max-width: 48em) {
  .mod-heading-contents-title--fz_medium span {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
.mod-heading-contents-title--fz_small {
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 48em) {
  .mod-heading-contents-title--fz_small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.mod-heading-contents-title--fz_small span {
  font-size: 42px;
  font-size: 4.2rem;
}
@media (max-width: 48em) {
  .mod-heading-contents-title--fz_small span {
    font-size: 30px;
    font-size: 3rem;
  }
}
.mod-heading-contents-title--fz_xsmall {
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 48em) {
  .mod-heading-contents-title--fz_xsmall {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.mod-heading-contents-title--fz_xsmall span {
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 10px;
}
@media (max-width: 48em) {
  .mod-heading-contents-title--fz_xsmall span {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 5px;
  }
}
.mod-heading-contents-title--ls_large {
  letter-spacing: 4px;
}
.mod-heading-contents-title--ls_medium {
  letter-spacing: 2px;
}
.mod-heading-contents-title--ls_small {
  letter-spacing: 2px;
}
.mod-heading-contents-title--color_white {
  color: #fff;
}
.mod-heading-contents-title--color_white span {
  color: #fff;
}
.mod-heading-contents-title--color_green span {
  color: #8fc31f;
}
.mod-heading-contents-title--en {
  font-family: 'Times New Roman', serif;
  font-size: 0.9333333em;
}
.mod-heading-contents-title--en span {
  margin-bottom: 5px;
}
.mod-heading-contents-title--center {
  text-align: center;
}
.mod-heading-contents-title--right {
  text-align: right;
}
.mod-heading-contents-title--mb_xlarge {
  margin-bottom: 60px;
}
@media (max-width: 48em) {
  .mod-heading-contents-title--mb_xlarge {
    margin-bottom: 30px;
  }
}
.mod-heading-contents-title--mb_large {
  margin-bottom: 50px;
}
@media (max-width: 48em) {
  .mod-heading-contents-title--mb_large {
    margin-bottom: 25px;
  }
}
.mod-heading-contents-title--mb_medium {
  margin-bottom: 45px;
}
@media (max-width: 48em) {
  .mod-heading-contents-title--mb_medium {
    margin-bottom: 23px;
  }
}
.mod-heading-contents-title--mb_small {
  margin-bottom: 30px;
}
@media (max-width: 48em) {
  .mod-heading-contents-title--mb_small {
    margin-bottom: 15px;
  }
}
.mod-heading-contents-title--mb_xsmall {
  margin-bottom: 20px;
}
@media (max-width: 48em) {
  .mod-heading-contents-title--mb_xsmall {
    margin-bottom: 10px;
  }
}
.mod-heading-lowermost-small {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
@media (max-width: 48em) {
  .mod-heading-lowermost-small {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}
a.mod-base-image-link {
  display: block;
  text-decoration: none;
  position: relative;
}
a.mod-base-image-link .panel {
  overflow: hidden;
  position: relative;
}
a.mod-base-image-link .panel::after,
a.mod-base-image-link .panel::before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  border-top: 1px solid #fff;
  transition: 0.3s ease-in-out;
  opacity: 0;
  position: absolute;
  z-index: 1;
}
a.mod-base-image-link .panel::before {
  top: 20px;
  left: 20px;
}
@media (max-width: 48em) {
  a.mod-base-image-link .panel::before {
    top: 15px;
    left: 15px;
  }
}
@media (max-width: 25.875em) {
  a.mod-base-image-link .panel::before {
    top: 10px;
    left: 10px;
  }
}
a.mod-base-image-link .panel::after {
  bottom: 20px;
  right: 20px;
}
@media (max-width: 48em) {
  a.mod-base-image-link .panel::after {
    bottom: 15px;
    right: 15px;
  }
}
@media (max-width: 25.875em) {
  a.mod-base-image-link .panel::after {
    bottom: 10px;
    right: 10px;
  }
}
a.mod-base-image-link .panel__image {
  user-select: none;
  position: relative;
}
a.mod-base-image-link .panel__image img {
  width: 100%;
}
a.mod-base-image-link .panel__image::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.3s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
a.mod-base-image-link .panel__heading {
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.714;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
@media (max-width: 48em) {
  a.mod-base-image-link .panel__heading {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: normal;
  }
}
a.mod-base-image-link .panel__heading span {
  display: block;
  font-family: 'Times New Roman', serif;
  line-height: 1;
  margin-bottom: 18px;
}
@media (max-width: 48em) {
  a.mod-base-image-link .panel__heading span {
    letter-spacing: -0.06em;
    margin-bottom: 10px;
  }
}
a.mod-base-image-link .panel__heading em {
  font-style: normal;
  font-size: 1.428em;
}
a.mod-base-image-link .panel__heading small {
  display: block;
  font-size: 0.5238em;
}
a.mod-base-image-link::after,
a.mod-base-image-link::before {
  content: '';
  display: block;
  width: 1px;
  height: 0;
  border-right: 1px solid #fff;
  transition: 0.3s ease-in-out;
  opacity: 0;
  position: absolute;
  z-index: 1;
}
a.mod-base-image-link::before {
  top: 20px;
  right: 20px;
}
@media (max-width: 48em) {
  a.mod-base-image-link::before {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 25.875em) {
  a.mod-base-image-link::before {
    top: 10px;
    right: 10px;
  }
}
a.mod-base-image-link::after {
  bottom: 20px;
  left: 20px;
}
@media (max-width: 48em) {
  a.mod-base-image-link::after {
    bottom: 15px;
    left: 15px;
  }
}
@media (max-width: 25.875em) {
  a.mod-base-image-link::after {
    bottom: 10px;
    left: 10px;
  }
}
a.mod-base-image-link:hover img {
  opacity: 1;
}
a.mod-base-image-link:hover .panel__image::after {
  opacity: 1;
}
a.mod-base-image-link:hover .panel::after,
a.mod-base-image-link:hover .panel::before {
  width: calc(100% - 40px);
  opacity: 1;
}
@media (max-width: 48em) {
  a.mod-base-image-link:hover .panel::after,
  a.mod-base-image-link:hover .panel::before {
    width: calc(100% - 30px);
  }
}
@media (max-width: 25.875em) {
  a.mod-base-image-link:hover .panel::after,
  a.mod-base-image-link:hover .panel::before {
    width: calc(100% - 20px);
  }
}
a.mod-base-image-link:hover::after,
a.mod-base-image-link:hover::before {
  height: calc(100% - 40px);
  opacity: 1;
}
@media (max-width: 48em) {
  a.mod-base-image-link:hover::after,
  a.mod-base-image-link:hover::before {
    height: calc(100% - 30px);
  }
}
@media (max-width: 25.875em) {
  a.mod-base-image-link:hover::after,
  a.mod-base-image-link:hover::before {
    height: calc(100% - 20px);
  }
}
a.mod-base-image-link--fz_medium .panel__heading span {
  font-size: 50px;
  font-size: 5rem;
}
@media (min-width: 48.0625em) and (max-width: 67.5em) {
  a.mod-base-image-link--fz_medium .panel__heading span {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (max-width: 48em) {
  a.mod-base-image-link--fz_medium .panel__heading span {
    font-size: 31px;
    font-size: 3.1rem;
  }
}
a.mod-base-image-link--fz_small .panel__heading span {
  font-size: 42px;
  font-size: 4.2rem;
}
@media (min-width: 48.0625em) and (max-width: 67.5em) {
  a.mod-base-image-link--fz_small .panel__heading span {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media (max-width: 48em) {
  a.mod-base-image-link--fz_small .panel__heading span {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
a.mod-base-image-link--with-arrow .panel__heading {
  padding-bottom: 40px;
}
@media (max-width: 48em) {
  a.mod-base-image-link--with-arrow .panel__heading {
    padding-bottom: 20px;
  }
}
a.mod-base-image-link--with-arrow .panel__heading i {
  display: block;
  width: 19px;
  height: 9px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
a.mod-base-image-link--with-arrow .panel__heading i::after,
a.mod-base-image-link--with-arrow .panel__heading i::before {
  content: '';
  display: inline-block;
  height: 1px;
  border-top: 1px solid #fff;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
}
a.mod-base-image-link--with-arrow .panel__heading i::before {
  width: 5px;
  transform-origin: 100% 0;
  transform: rotate(45deg);
}
a.mod-base-image-link--with-arrow .panel__heading i::after {
  width: 11px;
  transition: 0.3s ease-in-out;
}
a.mod-base-image-link--with-arrow:hover .panel__heading i::after {
  width: 19px;
}
.mod-base-link-button a {
  display: inline-block;
  vertical-align: bottom;
  font-family: 'Times New Roman', serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  letter-spacing: 8px;
  background-color: #006979;
  padding: 0 50px;
  transition: 0.3s ease-in-out;
  position: relative;
}
@media (max-width: 48em) {
  .mod-base-link-button a {
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
.mod-base-link-button a::after,
.mod-base-link-button a::before {
  content: '';
  display: block;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 7%;
  z-index: 1;
}
.mod-base-link-button a::before {
  width: 5px;
  transform-origin: 100% 0;
  transform: rotate(45deg);
}
.mod-base-link-button a::after {
  width: 11px;
  transition: 0.3s ease-in-out;
}
.mod-base-link-button a:hover {
  background-color: #00525e;
}
.mod-base-link-button a:hover::after {
  width: 19px;
}
.mod-base-link-button ::selection {
  color: #fff;
}
.mod-base-link-button--center {
  text-align: center;
}
.mod-base-link-button--jp a {
  letter-spacing: 4px;
}
#index .l-footer,
.mod-decoration-triangle {
  overflow: hidden;
  position: relative;
}
#index .l-footer::after,
#index .l-footer::before,
.mod-decoration-triangle::after,
.mod-decoration-triangle::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  box-sizing: content-box;
  border-style: solid;
  pointer-events: none;
  transition: 0.3s ease-in-out;
  opacity: 0.08;
  position: absolute;
}
#index .l-footer::after,
#index .l-footer::before,
.mod-decoration-triangle--large::after,
.mod-decoration-triangle--large::before {
  border-width: 265px;
}
@media (max-width: 80em) {
  #index .l-footer::after,
  #index .l-footer::before,
  .mod-decoration-triangle--large::after,
  .mod-decoration-triangle--large::before {
    border-width: 200px;
  }
}
@media (max-width: 67.5em) {
  #index .l-footer::after,
  #index .l-footer::before,
  .mod-decoration-triangle--large::after,
  .mod-decoration-triangle--large::before {
    border-width: 180px;
  }
}
@media (max-width: 48em) {
  #index .l-footer::after,
  #index .l-footer::before,
  .mod-decoration-triangle--large::after,
  .mod-decoration-triangle--large::before {
    border-width: 100px;
  }
}
.mod-decoration-triangle--medium::after,
.mod-decoration-triangle--medium::before {
  border-width: 235px;
}
@media (max-width: 80em) {
  .mod-decoration-triangle--medium::after,
  .mod-decoration-triangle--medium::before {
    border-width: 190px;
  }
}
@media (max-width: 48em) {
  .mod-decoration-triangle--medium::after,
  .mod-decoration-triangle--medium::before {
    border-width: 95px;
  }
}
.mod-decoration-triangle--small::after,
.mod-decoration-triangle--small::before {
  border-width: 170px;
}
@media (max-width: 80em) {
  .mod-decoration-triangle--small::after,
  .mod-decoration-triangle--small::before {
    border-width: 140px;
  }
}
@media (max-width: 48em) {
  .mod-decoration-triangle--small::after,
  .mod-decoration-triangle--small::before {
    border-width: 90px;
  }
}
.mod-decoration-triangle--standard-top-left::before {
  border-color: #8fc31f transparent transparent #8fc31f;
  top: 0;
  left: 0;
}
.mod-decoration-triangle--standard-top-left::after {
  border-color: transparent #8fc31f #8fc31f transparent;
  right: 0;
  bottom: 0;
}
.mod-decoration-triangle--standard-top-left-only::after {
  display: none;
}
.mod-decoration-triangle--standard-top-left-only-bottom::before {
  display: none;
}
#index .l-footer::before,
.mod-decoration-triangle--standard-top-right::before {
  border-color: #8fc31f #8fc31f transparent transparent;
  top: 0;
  right: 0;
}
#index .l-footer::after,
.mod-decoration-triangle--standard-top-right::after {
  border-color: transparent transparent #8fc31f #8fc31f;
  bottom: 0;
  left: 0;
}
#index .l-footer::after,
.mod-decoration-triangle--standard-top-right-only::after {
  display: none;
}
.mod-decoration-triangle--standard-top-right-only-bottom::before {
  display: none;
}
#index .z-1.l-footer::after,
#index .z-1.l-footer::before,
.mod-decoration-triangle.z-1::after,
.mod-decoration-triangle.z-1::before {
  z-index: -1;
}
#index .l-footer::after,
#index .l-footer::before,
.mod-decoration-triangle.z0::after,
.mod-decoration-triangle.z0::before {
  z-index: 0;
}
#index .z1.l-footer::after,
#index .z1.l-footer::before,
.mod-decoration-triangle.z1::after,
.mod-decoration-triangle.z1::before {
  z-index: 1;
}
.l-wrapper {
  position: relative;
}
.l-header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.l-header .header-inner {
  padding: 0 30px;
  position: relative;
}
@media (max-width: 67.5em) {
  .l-header .header-inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 48em) {
  .l-header .header-inner {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 67.5625em) {
  .l-header .page-title {
    display: inline-block;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
  }
}
@media (max-width: 67.5em) {
  .l-header .page-title {
    width: 50px;
    margin: 0 auto;
  }
}
@media (max-width: 48em) {
  .l-header .page-title {
    width: 40px;
    margin: 0 auto;
  }
}
.l-header .page-title img {
  transition: 1.3s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 67.5em) {
  .l-header .menu-toggle-wrapper {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 25px;
    z-index: 1;
  }
  .l-header .menu-toggle-wrapper .menu-toggle {
    width: 30px;
    height: 25px;
    cursor: pointer;
    position: relative;
  }
  .l-header .menu-toggle-wrapper .menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    border-top: 2px solid #8fc31f;
    transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    left: 0;
  }
  .l-header .menu-toggle-wrapper .menu-toggle span:nth-child(1) {
    top: 0;
  }
  .l-header .menu-toggle-wrapper .menu-toggle span:nth-child(2) {
    top: 11px;
  }
  .l-header .menu-toggle-wrapper .menu-toggle span:nth-child(3) {
    top: 22px;
  }
}
@media (max-width: 67.5em) {
  .l-header .nav .close {
    width: 35px;
    margin: 50px auto 0;
    cursor: pointer;
    overflow: hidden;
  }
  .l-header .nav .close .close-wrapper {
    height: 35px;
    transform: translateY(50%);
    position: relative;
  }
  .l-header .nav .close span {
    display: block;
    width: 100%;
    height: 2px;
    border-top: 2px solid #fff;
    position: absolute;
    left: 0;
  }
  .l-header .nav .close span:nth-child(1) {
    transform: rotate(45deg);
    top: 0;
  }
  .l-header .nav .close span:nth-child(2) {
    transform: rotate(-45deg);
    top: 0;
  }
}
@media (min-width: 67.5625em) {
  .lower .l-header .page-title img {
    transform: scale(0.8, 0.8);
  }
}
.l-main {
  position: relative;
}
.l-main .medium-mainvis {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
@media (min-width: 48.0625em) {
  .l-main .medium-mainvis {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
@media (max-width: 48em) {
  .l-main .medium-mainvis {
    background-position: 50% 50%;
    position: relative;
    height: 0;
    padding-top: 117.333333%;
  }
}
.l-main .medium-mainvis__heading {
  font-family: 'Times New Roman', serif;
  font-weight: 600;
  font-size: 90px;
  font-size: 9rem;
  color: #fff;
  text-align: center;
  letter-spacing: 30px;
  padding-left: 30px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
@media (max-width: 48em) {
  .l-main .medium-mainvis__heading {
    font-size: 40px;
    font-size: 4rem;
    letter-spacing: 8px;
    padding-left: 0;
  }
}
.medium .l-main #contents {
  background: #fff;
  position: relative;
  z-index: 1;
}
@media (min-width: 48.0625em) {
  .medium .l-main #contents {
    margin-top: 100vh;
  }
}
.l-footer {
  background: #fff;
  position: relative;
  z-index: 1;
}
.l-footer .footer-background {
  background: #111;
  padding: 40px 0;
}
@media (max-width: 48em) {
  .l-footer .footer-background {
    padding: 30px 0;
  }
}
.l-footer .footer-background .footer-main-wrapper {
  background: url('../images/common/logo.png') no-repeat 0 8px;
}
@media (min-width: 48.0625em) {
  .l-footer .footer-background .footer-main-wrapper {
    padding-left: 140px;
  }
}
@media (max-width: 48em) {
  .l-footer .footer-background .footer-main-wrapper {
    background: none;
  }
}
.l-footer .address {
  font-style: normal;
}
.l-footer .address__company-name {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 1px;
}
@media (max-width: 48em) {
  .l-footer .address {
    text-align: center;
  }
  .l-footer .address__company-name {
    margin-bottom: 15px;
  }
}
.l-footer .address__company-name img {
  width: 45px;
  vertical-align: middle;
  margin-right: 20px;
}
.l-footer .address__street-address {
  color: #fff;
  margin-bottom: 5px;
}
@media (max-width: 48em) {
  .l-footer .address__street-address {
    line-height: 1.8;
  }
}
.l-footer .address__access-button {
  margin-bottom: 30px;
}
@media (max-width: 48em) {
  .l-footer .address__access-button {
    margin-bottom: 20px;
  }
}
.l-footer .address__access-button a {
  display: inline-block;
  vertical-align: bottom;
  font-family: 'Times New Roman', serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #8fc31f;
  text-align: center;
  text-decoration: none;
  letter-spacing: 4px;
  background: url('../images/common/ico_train_green.png') no-repeat 40px 50%;
  background-size: 12px auto;
  border: 1px solid #8fc31f;
  padding: 0 35px 0 64px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 48em) {
  .l-footer .address__access-button a {
    width: 180px;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 2px;
    background-size: 10px auto;
    padding: 0 25px 0 55px;
  }
}
.l-footer .address__access-button a:hover {
  color: #fff;
  background-color: #8fc31f;
  background-image: url('../images/common/ico_train_white.png');
}
@media (max-width: 48em) {
  .l-footer .address__contact-buttons {
    margin-bottom: 35px;
  }
}
.l-footer .address__contact-buttons .footer-contact-button {
  margin-left: 10px;
}
@media (min-width: 48.0625em) {
  .l-footer .address__contact-buttons .footer-contact-button {
    float: left;
  }
}
@media (max-width: 48em) {
  .l-footer .address__contact-buttons .footer-contact-button {
    margin: 0 0 10px 0;
  }
}
.l-footer .address__contact-buttons .footer-contact-button a {
  letter-spacing: 4px;
}
@media (max-width: 48em) {
  .l-footer .address__contact-buttons .footer-contact-button a {
    width: 180px;
    text-align: center;
    padding: 0;
  }
}
@media (min-width: 48.0625em) {
  .l-footer .address__contact-buttons .footer-contact-button.tel a {
    padding: 0 50px 0 25px;
  }
}
.l-footer .address__contact-buttons .footer-contact-button:first-child {
  margin-left: 0;
}
@media (min-width: 48.0625em) {
  .l-footer .links {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 48em) {
  .l-footer .links {
    letter-spacing: -0.4em;
    text-align: center;
  }
}
.l-footer .footer-aside-wrapper {
  padding: 20px 0;
}
@media (max-width: 48em) {
  .l-footer .footer-aside-wrapper {
    padding: 30px 0 0;
  }
}
@media (max-width: 48em) {
  .l-footer .footer-aside-wrapper .container {
    padding: 0;
  }
}
@media (min-width: 48.0625em) {
  .l-footer .footer-nav {
    float: left;
  }
}
@media (max-width: 48em) {
  .l-footer .footer-nav {
    padding: 0 25px 30px 25px;
  }
}
.l-footer .footer-nav__list {
  list-style: none;
}
@media (min-width: 48.0625em) {
  .l-footer .footer-nav__item {
    float: left;
    margin-left: 60px;
  }
}
@media (min-width: 48.0625em) and (max-width: 67.5em) {
  .l-footer .footer-nav__item {
    margin-left: 20px;
  }
}
.l-footer .footer-nav__item a {
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: none;
  padding-right: 35px;
  position: relative;
}
@media (min-width: 48.0625em) and (max-width: 67.5em) {
  .l-footer .footer-nav__item a {
    font-size: 11px;
    font-size: 1.1rem;
    padding-right: 25px;
  }
}
@media (max-width: 48em) {
  .l-footer .footer-nav__item a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 14px 0;
  }
}
@media (min-width: 48.0625em) {
  .l-footer .footer-nav__item a::after,
  .l-footer .footer-nav__item a::before {
    content: '';
    display: block;
    height: 1px;
    border-top: 1px solid #333;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
  }
}
@media (min-width: 48.0625em) {
  .l-footer .footer-nav__item a::before {
    width: 5px;
    transform-origin: 100% 0;
    transform: rotate(45deg);
  }
}
@media (min-width: 48.0625em) {
  .l-footer .footer-nav__item a::after {
    width: 11px;
    transition: 0.3s ease-in-out;
  }
}
@media (min-width: 48.0625em) {
  .l-footer .footer-nav__item a:hover::after {
    width: 19px;
  }
}
.l-footer .footer-nav__item:first-child {
  margin-left: 0;
}
@media (max-width: 48em) {
  .l-footer .footer-nav__item:first-child a {
    border-top: 1px solid #ddd;
  }
}
@media (min-width: 48.0625em) {
  .l-footer .pagetop {
    display: none;
    position: fixed;
    right: 35px;
    bottom: 40px;
    z-index: 8;
  }
}
@media (max-width: 48em) {
  .l-footer .pagetop {
    display: block !important;
    color: #fff;
    text-align: center;
  }
}
.l-footer .pagetop a {
  font-family: 'Times New Roman', serif;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 8px;
  background: url('../images/common/arrow_top_pagetop.png') no-repeat 50% 10px;
  background-size: 15px auto;
  padding-top: 55px;
}
@media (min-width: 48.0625em) {
  .l-footer .pagetop a {
    writing-mode: vertical-rl;
    transition: 0.4s ease-in-out;
  }
}
@media (max-width: 48em) {
  .l-footer .pagetop a {
    display: block;
    background-color: #b0d562;
    background-image: none;
    padding: 20px 0;
  }
}
.l-footer .pagetop a img {
  width: 15px;
  vertical-align: middle;
  margin-right: 15px;
}
@media (min-width: 48.0625em) {
  .l-footer .pagetop a:hover {
    background-position: 50% 0;
  }
}
.l-footer .copyright {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 2px;
}
.l-footer .copyright .copy {
  font-family: 'Times New Roman', serif;
}
@media (min-width: 48.0625em) {
  .l-footer .copyright {
    float: right;
    overflow: hidden;
  }
}
@media (min-width: 48.0625em) and (max-width: 67.5em) {
  .l-footer .copyright {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media (max-width: 48em) {
  .l-footer .copyright {
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 2px;
    background: #e9e9e9;
    padding: 2px 0;
  }
}
@media (min-width: 48.0625em) {
  #index .l-footer .footer-background {
    width: 50%;
  }
}
@media (max-width: 48em) {
  #index .l-footer .footer-background {
    padding-bottom: 30px;
  }
}
#index .l-footer .footer-background .footer-main-wrapper {
  background: 0;
  padding-left: 0;
}
#index .l-footer .address {
  text-align: center;
}
@media (max-width: 48em) {
  #index .l-footer .address__company-name img {
    display: none;
  }
}
#index .l-footer .address__contact-buttons {
  margin-bottom: 75px;
}
@media (max-width: 48em) {
  #index .l-footer .address__contact-buttons {
    margin-bottom: 20px;
  }
}
#index .l-footer .address__contact-buttons .footer-contact-button {
  float: none;
  margin: 0 0 10px 0;
}
@media (max-width: 48em) {
  #index .l-footer .address__contact-buttons .footer-contact-button {
    text-align: center;
  }
}
@media (min-width: 48.0625em) {
  #index .l-footer .address__contact-buttons .footer-contact-button a {
    width: 250px;
  }
}
@media (min-width: 48.0625em) {
  #index .l-footer .links {
    text-align: center;
    letter-spacing: -0.4em;
    position: static;
    top: auto;
    right: auto;
  }
}
#index .l-footer .footer-aside-wrapper {
  padding: 40px 0 20px;
  position: relative;
}
@media (max-width: 48em) {
  #index .l-footer .footer-aside-wrapper {
    padding: 30px 0 0;
  }
}
@media (min-width: 48.0625em) {
  #index .l-footer .footer-aside-wrapper::before {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    background: #effbd7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
@media (max-width: 48em) {
  #company.page-terms .l-footer .footer-aside-wrapper {
    padding: 0;
  }
}
@media (max-width: 48em) {
  #company.page-terms .l-footer .footer-nav {
    padding: 0;
  }
}
@media (max-width: 48em) {
  #company.page-terms .l-footer .footer-nav__item a {
    border-top: 1px solid #ddd;
    border-bottom: 0;
  }
}
@media (max-width: 48em) {
  #company.page-terms .l-footer .footer-nav__item:first-child a {
    border-top: 0;
  }
}
@media (max-width: 48em) {
  #recruit .l-footer .links {
    text-align: left;
  }
}
@media (min-width: 67.5625em) {
  .l-header.is-scroll .page-title img {
    transform: scale(0.8, 0.8);
  }
}
@media (max-width: 67.5em) {
  .l-header .nav-wrapper.is-open {
    opacity: 1;
    top: 0;
  }
  .l-header .js-dropdown > p {
    cursor: pointer;
    position: relative;
  }
  .l-header .js-dropdown > p::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .l-header .js-dropdown > p a {
    margin-left: -20px;
    position: relative;
  }
  .l-header .js-dropdown > p a::after,
  .l-header .js-dropdown > p a::before {
    content: '';
    display: block;
    background: #fff;
    transform: translateY(-50%);
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 50%;
  }
  .l-header .js-dropdown > p a::before {
    width: 2px;
    height: 12px;
    right: 65px;
  }
}
@media (max-width: 67.5em) and (max-width: 23.375em) {
  .l-header .js-dropdown > p a::before {
    right: 35px;
  }
}
@media (max-width: 67.5em) {
  .l-header .js-dropdown > p a::after {
    width: 12px;
    height: 2px;
    right: 60px;
  }
}
@media (max-width: 67.5em) and (max-width: 23.375em) {
  .l-header .js-dropdown > p a::after {
    right: 30px;
  }
}
@media (max-width: 67.5em) {
  .l-header .js-dropdown.is-active > p a::before {
    opacity: 0;
  }
}
#recruit .l-recruit-header .drawer-trigger.is-active span:nth-child(1) {
  transform: translateY(15px) rotate(45deg);
}
@media (max-width: 67.5em) {
  #recruit .l-recruit-header .drawer-trigger.is-active span:nth-child(1) {
    transform: translateY(12px) rotate(45deg);
  }
}
#recruit .l-recruit-header .drawer-trigger.is-active span:nth-child(2) {
  transform: translateX(-40px);
  opacity: 0;
}
#recruit .l-recruit-header .drawer-trigger.is-active span:nth-child(3) {
  width: 100%;
  transform: translateY(-15px) rotate(-45deg);
}
@media (max-width: 67.5em) {
  #recruit .l-recruit-header .drawer-trigger.is-active span:nth-child(3) {
    transform: translateY(-12px) rotate(-45deg);
  }
}
#recruit .l-recruit-header .drawer-nav-item-2.is-slide p span::after {
  opacity: 0;
}
#recruit .l-recruit-header .drawer-nav-item-2__child-item.is-current a::after,
#recruit .l-recruit-header .drawer-nav-item-2__child-item.is-current a::before {
  opacity: 1;
}
#recruit .l-recruit-header .drawer-nav-item-2__child-item.is-current a span {
  padding-left: 10px;
}
#recruit .l-recruit-header .three-e-item__child-item.is-current a::after {
  opacity: 1;
}
.paralymart {
  text-align: center;
}
.paralymart p {
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.paralymart__recruit {
  text-align: center;
}
.paralymart__recruit p {
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 60px;
}
.paralymart__block {
  margin: 30px auto 0;
}
@media (max-width: 48em) {
  .paralymart__block {
    width: 85%;
    margin: 40px auto 0;
  }
  .paralymart {
    text-align: center;
  }
}
