/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
body {
  position: relative;
  color: #000;
  font-family: notoSans400, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 15px;
  }
  body.is-fixed {
    position: fixed;
    width: 100%;
  }
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 961px) {
  .is-hidePcTab {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .is-hideSp {
    display: none !important;
  }
}

.c-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: notoSans400, sans-serif;
  font-weight: 400;
}
.c-button.--arrow {
  position: relative;
}
.c-button.--arrow:after {
  content: "";
  width: 8px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url("../img/common/icon_arrow.svg") no-repeat center/contain;
          mask: url("../img/common/icon_arrow.svg") no-repeat center/contain;
}
.c-button.--mainColor {
  color: #fff;
  border: 1px solid #1E8B5D;
  background-color: #1E8B5D;
}
.c-button.--mainColor:after {
  background-color: #fff;
}
.c-button.--white {
  border: 1px solid #1E8B5D;
  background-color: #fff;
}
.c-button.--white:after {
  background-color: #1E8B5D;
}
.c-button.--gray {
  border: 1px solid #E6E6E6;
  background-color: #E6E6E6;
}
.c-button.--gray:after {
  background-color: #000;
}
@media screen and (min-width: 961px) {
  .c-button {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .c-button.--hover1:hover {
    color: #fff;
    background-color: #1E8B5D;
  }
  .c-button.--hover1:hover:after {
    background-color: #fff;
  }
  .c-button.--hover2:hover {
    color: #1E8B5D;
    background-color: #fff;
  }
  .c-button.--hover2:hover:after {
    background-color: #1E8B5D;
  }
  .c-button.--hover3 {
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
  }
  .c-button.--hover3:hover {
    border: 1px solid #1E8B5D;
  }
}

.c-heading {
  line-height: 1.35;
  font-family: notoSans400, sans-serif;
  font-weight: 400;
}
.c-heading.--white {
  color: #fff;
}
.c-heading.--white .c-heading__roma:before {
  background-color: #fff;
}
.c-heading.--center {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .c-heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 960px) {
  .c-heading {
    font-size: 25px;
  }
}

.c-heading__roma {
  padding-left: 30px;
  display: block;
  font-size: 15px;
  color: #1E8B5D;
}
.c-heading__roma:before {
  content: "";
  width: 140px;
  height: 1px;
  margin-right: 10px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  display: inline-block;
  background-color: #1E8B5D;
}

.c-heading2 {
  line-height: 1.35;
  font-family: notoSans400, sans-serif;
  font-weight: 400;
}
.c-heading2.--center {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .c-heading2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 960px) {
  .c-heading2 {
    font-size: 28px;
  }
}

.c-heading2__roma {
  display: block;
}
@media screen and (min-width: 961px) {
  .c-heading2__roma {
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {
  .c-heading2__roma {
    font-size: 15px;
  }
}

.c-bread {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 961px) {
  .c-bread {
    padding: 20px 0 14px;
  }
}
@media screen and (max-width: 960px) {
  .c-bread {
    padding: 15px 0;
  }
}

.c-bread__item:nth-child(n+2) {
  margin-left: 25px;
  position: relative;
}
.c-bread__item:nth-child(n+2):before {
  content: ">";
  position: absolute;
  top: 45%;
  left: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
}
@media screen and (min-width: 961px) {
  .c-bread__item {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  .c-bread__item {
    font-size: 13px;
  }
}

@media screen and (min-width: 961px) {
  .c-bread__anchor:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 961px) {
  .c-fixed {
    width: 250px;
    height: 70px;
    position: fixed;
    right: 0;
    z-index: 5;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    line-height: 0.75;
    border-radius: 10px 0 0 10px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    background-color: #fff;
  }
  .c-fixed:before {
    content: "";
    width: 40px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #1E8B5D;
  }
  .c-fixed.--tel {
    bottom: 180px;
  }
  .c-fixed.--mail {
    bottom: 100px;
  }
  .c-fixed.--mail:after {
    content: "";
    width: 8px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-mask: url("../img/common/icon_arrow.svg") no-repeat center/contain;
            mask: url("../img/common/icon_arrow.svg") no-repeat center/contain;
    background-color: #1E8B5D;
  }
  .c-fixed.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-fixed:hover {
    color: #fff;
    background-color: #1E8B5D;
  }
  .c-fixed:hover:after {
    background-color: #fff;
  }
  .c-fixed:hover .c-fixed__smallText {
    color: #fff;
  }
}

@media screen and (min-width: 961px) {
  .c-fixed__iconWrap {
    margin: 0 auto;
    background-color: #fff;
  }
  .c-fixed__iconWrap.--tel {
    width: 28px;
    height: 28px;
    -webkit-mask: url("../img/common/icon_phone.svg") no-repeat center/contain;
            mask: url("../img/common/icon_phone.svg") no-repeat center/contain;
  }
  .c-fixed__iconWrap.--mail {
    width: 25px;
    height: 24px;
    -webkit-mask: url("../img/common/icon_mail.svg") no-repeat center/contain;
            mask: url("../img/common/icon_mail.svg") no-repeat center/contain;
  }
}

@media screen and (min-width: 961px) {
  .c-fixed__data {
    width: calc(100% - 40px);
    display: block;
    font-size: 25px;
    text-align: center;
  }
}

.c-fixed__smallText.--mainColor {
  color: #1E8B5D;
}
@media screen and (min-width: 961px) {
  .c-fixed__smallText {
    font-size: 14px;
  }
}
_::-webkit-full-page-media, _:future, :root .c-fixed__smallText {
  font-size: 13px;
}

.header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  z-index: 15;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.header.is-change, .header.--white {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
.header.is-change .header__box:before, .header.--white .header__box:before {
  opacity: 1;
}
.header.is-sticky {
  position: sticky;
}
@media screen and (min-width: 961px) {
  .header {
    min-height: 80px;
    position: absolute;
  }
}
@media screen and (max-width: 960px) {
  .header {
    min-height: 60px;
    padding-left: 20px;
    position: fixed;
  }
}

.header__inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 961px) {
  .header__inner {
    width: calc(100% - 30px);
  }
}

@media screen and (min-width: 961px) {
  .header__logoWrap {
    width: 210px;
  }
}
@media screen and (max-width: 960px) {
  .header__logoWrap {
    width: 160px;
  }
}

@media screen and (max-width: 960px) {
  .header__boxGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 960px) {
  .header__box {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 12;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer;
  }
  .header__box::before {
    content: "";
    width: 1px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 11;
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity 0.2s 0.1s;
    transition: opacity 0.2s 0.1s;
    background-color: #1E8B5D;
  }
  .header__box.--white {
    background-color: #fff;
  }
  .header__box.--mainColor {
    background-color: #1E8B5D;
  }
  .header__box:nth-child(n+2) {
    margin-left: 1px;
  }
  .header__box.is-change {
    background-color: #fff;
  }
  .header__box.is-change .header__bar {
    background-color: #1E8B5D;
  }
}

@media screen and (max-width: 960px) {
  .header__iconWrap {
    display: inline-block;
    background-color: #1E8B5D;
  }
  .header__iconWrap.--tel {
    width: 29px;
    height: 38px;
    -webkit-mask: url("../img/common/icon_phone2.svg") no-repeat center/contain;
            mask: url("../img/common/icon_phone2.svg") no-repeat center/contain;
  }
  .header__iconWrap.--mail {
    width: 26px;
    height: 20px;
    -webkit-mask: url("../img/common/icon_mail2.svg") no-repeat center/contain;
            mask: url("../img/common/icon_mail2.svg") no-repeat center/contain;
  }
}

@media screen and (max-width: 960px) {
  .header__hamburger {
    width: 22px;
    height: 20px;
  }
}

@media screen and (max-width: 960px) {
  .header__bar {
    width: 100%;
    height: 1px;
    display: block;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    background-color: #fff;
  }
  .header__bar.is-active:first-child {
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
  }
  .header__bar.is-active:nth-child(2) {
    -webkit-transform: translateY(9px);
            transform: translateY(9px);
    opacity: 0;
  }
  .header__bar.is-active:last-child {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }
  .header__bar:nth-child(n+2) {
    margin-top: 8px;
  }
}

@media screen and (min-width: 961px) {
  .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .header-nav {
    width: 100%;
    height: 100%;
    padding: 50px 20px;
    position: fixed;
    top: 59px;
    left: 110%;
    z-index: 14;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
    background-color: #1E8B5D;
  }
  .header-nav.is-open {
    left: 0;
    overflow: auto;
  }
}

@media screen and (min-width: 961px) {
  .header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header-nav__item {
  position: relative;
}
@media screen and (min-width: 961px) {
  .header-nav__item:nth-child(n+2) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 961px) {
  .header-nav__item:nth-child(n+2) {
    margin-left: 15px;
  }
}
@media screen and (max-width: 960px) {
  .header-nav__item {
    color: #fff;
    border-top: 1px solid #fff;
  }
  .header-nav__item:last-child {
    border-bottom: 1px solid #fff;
  }
}

.header-nav__anchor {
  padding: 10px 0;
  display: inline-block;
  position: relative;
}
.header-nav__anchor:before {
  content: "";
  width: 0;
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: 8px;
  left: 0;
  opacity: 0;
  -webkit-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
  pointer-events: none;
  background-color: #000;
}
@media screen and (min-width: 961px) {
  .header-nav__anchor {
    font-size: 17px;
  }
  .header-nav__anchor.--trigger:after {
    content: "";
    width: 11px;
    height: 8px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url("../img/common/icon_arrow2.svg") no-repeat center/contain;
  }
  .header-nav__anchor:hover:before {
    width: 100%;
    opacity: 1;
  }
}
@media screen and (max-width: 1279px) and (min-width: 961px) {
  .header-nav__anchor {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  .header-nav__anchor {
    width: 100%;
    padding: 21px 0;
    font-size: 16px;
  }
  .header-nav__anchor.--trigger {
    width: 90%;
  }
}

.header-nav__megaList {
  min-width: 180px;
  display: none;
  z-index: 4;
}
@media screen and (min-width: 961px) {
  .header-nav__megaList {
    padding: 12px 0;
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.85);
  }
}
@media screen and (max-width: 960px) {
  .header-nav__megaList {
    padding-bottom: 10px;
  }
}

.header-nav__megaItem:nth-child(n+2) {
  margin-top: 5px;
}
@media screen and (max-width: 960px) {
  .header-nav__megaItem {
    padding-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .header-nav__megaItem:before {
    content: "";
    width: 6px;
    height: 2px;
    display: inline-block;
    background-color: #fff;
  }
}

.header-nav__megaAnchor {
  display: block;
}
@media screen and (min-width: 961px) {
  .header-nav__megaAnchor {
    padding: 5px 15px;
    font-size: 14px;
  }
  .header-nav__megaAnchor:hover {
    color: #fff;
    background-color: #1E8B5D;
  }
}
@media screen and (max-width: 960px) {
  .header-nav__megaAnchor {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
  }
}

@media screen and (max-width: 960px) {
  .header-nav__switch {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 21px;
    right: 0;
    cursor: pointer;
  }
  .header-nav__switch:before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
  }
  .header-nav__switch:after {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    background-color: #fff;
  }
  .header-nav__switch.is-active:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}

.header-nav__button {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  border: none;
}
.header-nav__button:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-nav__button.--white {
  border: none;
}
.header-nav__button.--tel:before {
  width: 20px;
  height: 30px;
  background-color: #1E8B5D;
}
.header-nav__button.--mail:before {
  width: 25px;
  height: 20px;
  background-color: #1E8B5D;
}
@media screen and (min-width: 961px) {
  .header-nav__button {
    width: 180px;
    height: 50px;
    padding-left: 34px;
    font-size: 20px;
  }
  .header-nav__button:before {
    left: 12px;
  }
  .header-nav__button.--tel {
    margin-left: 30px;
  }
  .header-nav__button.--tel:before {
    -webkit-mask: url("../img/common/icon_phone.svg") no-repeat center/contain;
            mask: url("../img/common/icon_phone.svg") no-repeat center/contain;
  }
  .header-nav__button.--mail {
    margin-left: 20px;
  }
  .header-nav__button.--mail:before {
    -webkit-mask: url("../img/common/icon_mail.svg") no-repeat center/contain;
            mask: url("../img/common/icon_mail.svg") no-repeat center/contain;
  }
  .header-nav__button:hover:before {
    background-color: #fff;
  }
}
@media screen and (max-width: 1279px) and (min-width: 961px) {
  .header-nav__button {
    font-size: 18px;
  }
  .header-nav__button.--tel {
    margin-left: 20px;
  }
  .header-nav__button.--mail {
    margin-left: 10px;
  }
}
@media screen and (max-width: 960px) {
  .header-nav__button {
    width: 300px;
    height: 75px;
    font-size: 23px;
  }
  .header-nav__button:before {
    left: 20px;
  }
  .header-nav__button.--tel {
    margin: 30px auto 0;
  }
  .header-nav__button.--tel:before {
    -webkit-mask: url("../img/common/icon_tel.svg") no-repeat center/contain;
            mask: url("../img/common/icon_tel.svg") no-repeat center/contain;
  }
  .header-nav__button.--mail {
    margin: 20px auto 0;
    position: relative;
  }
  .header-nav__button.--mail:after {
    content: "";
    width: 8px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-mask: url("../img/common/icon_arrow.svg") no-repeat center/contain;
            mask: url("../img/common/icon_arrow.svg") no-repeat center/contain;
  }
  .header-nav__button.--mail:before {
    -webkit-mask: url("../img/common/icon_mail2.svg") no-repeat center/contain;
            mask: url("../img/common/icon_mail2.svg") no-repeat center/contain;
  }
}

@media screen and (min-width: 961px) {
  .header-nav__smallText {
    font-size: 10px;
  }
}
@media screen and (max-width: 960px) {
  .header-nav__smallText {
    font-size: 14px;
  }
}

.header2 {
  width: 100%;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  pointer-events: none;
  opacity: 0;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
.header2.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: unset;
  opacity: 1;
}
.header2.is-sticky {
  position: sticky;
}

.header2__inner {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header2__logoWrap {
  width: 176px;
}

.header2-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header2-nav__item {
  position: relative;
}
.header2-nav__item:nth-child(n+2) {
  margin-left: 55px;
}

.header2-nav__anchor {
  padding: 12px 0;
  display: inline-block;
  position: relative;
}
.header2-nav__anchor.--trigger:after {
  content: "";
  width: 11px;
  height: 8px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../img/common/icon_arrow2.svg") no-repeat center/contain;
}
.header2-nav__anchor:before {
  content: "";
  width: 0;
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: 9px;
  left: 0;
  opacity: 0;
  -webkit-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
  pointer-events: none;
  background-color: #000;
}
.header2-nav__anchor:hover:before {
  width: 100%;
  opacity: 1;
}

.header2-nav__megaList {
  min-width: 180px;
  padding: 12px 0;
  display: none;
  position: absolute;
  top: 40px;
  left: 50%;
  z-index: 4;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.85);
}

.header2-nav__megaItem:nth-child(n+2) {
  margin-top: 5px;
}

.header2-nav__megaAnchor {
  display: block;
  padding: 5px 15px;
  font-size: 14px;
}
.header2-nav__megaAnchor:hover {
  color: #fff;
  background-color: #1E8B5D;
}

.footer {
  color: #fff;
  background-color: #1E8B5D;
}
@media screen and (min-width: 961px) {
  .footer {
    padding: 115px 0 18px;
  }
}
@media screen and (max-width: 960px) {
  .footer {
    padding: 20px 0 10px;
  }
}

@media screen and (min-width: 961px) {
  .footer-nav {
    max-width: 1140px;
    width: calc(100% - 40px);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 961px) {
  .footer-nav__col.--left {
    padding-right: 15px;
  }
  .footer-nav__col.--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 960px) {
  .footer-nav__col {
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (min-width: 961px) {
  .footer-nav__logoWrap {
    max-width: 380px;
  }
}
@media screen and (max-width: 960px) {
  .footer-nav__logoWrap {
    max-width: 196px;
    margin: 0 auto;
  }
}

.footer-nav__infoGroup {
  margin-top: 18px;
  line-height: 1.66;
}
@media screen and (min-width: 961px) {
  .footer-nav__infoGroup {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .footer-nav__infoGroup {
    font-size: 16px;
  }
}

@media screen and (min-width: 961px) {
  .footer-nav__info {
    padding-left: 3em;
    text-indent: -3em;
  }
}

@media screen and (min-width: 961px) {
  .footer-nav__list {
    margin-top: 120px;
    padding: 0 30px;
    position: relative;
  }
  .footer-nav__list:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    min-height: 110px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
  }
}

.footer-nav__item:nth-child(n+2) {
  margin-top: 15px;
}

@media screen and (min-width: 961px) {
  .footer-nav__subItem {
    margin-top: 15px;
    padding-left: 1em;
    position: relative;
  }
  .footer-nav__subItem:before {
    content: "";
    width: 6px;
    height: 2px;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 5px;
    background-color: #fff;
  }
}

@media screen and (min-width: 961px) {
  .footer-nav__anchor {
    position: relative;
  }
  .footer-nav__anchor:before {
    content: "";
    width: 0;
    height: 1px;
    display: inline-block;
    position: absolute;
    bottom: -5px;
    left: 0;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    pointer-events: none;
    background-color: #fff;
  }
  .footer-nav__anchor:hover:before {
    width: 100%;
  }
}

.footer__copyright {
  max-width: 1820px;
  width: calc(100% - 40px);
  margin: 20px auto 0;
  padding-top: 18px;
  text-align: center;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 961px) {
  .footer__copyright {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .footer__copyright {
    font-size: 12px;
  }
}

.common-contact {
  max-width: 1140px;
  width: calc(100% - 40px);
  margin: 0 auto -117px;
  padding: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 0;
  border: 1px solid #1E8B5D;
  background-color: #fff;
}

.common-contact__heading {
  font-size: 30px;
}

.common-contact__telWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.common-contact__title {
  margin-right: 40px;
  font-size: 18px;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
}

.common-contact__data {
  font-size: 14px;
  line-height: 1.64;
  text-align: center;
}

.common-contact__number {
  font-size: 23px;
}

.common-contact__button {
  width: 280px;
  height: 60px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
  text-align: center;
  border: 1px solid #1E8B5D;
}

.common-contact__smallText {
  font-size: 14px;
}

.common-jumbotron {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.common-jumbotron:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 961px) {
  .common-jumbotron {
    height: 200px;
  }
  .common-jumbotron:before {
    width: 60%;
    left: -80px;
    -webkit-transform: skew(-35deg);
            transform: skew(-35deg);
    background-color: #1E8B5D;
  }
}
@media screen and (max-width: 960px) {
  .common-jumbotron {
    height: 140px;
  }
  .common-jumbotron:before {
    width: 100%;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#1e8b5d), to(rgba(30, 139, 93, 0.3)));
    background: linear-gradient(to right, #1e8b5d, rgba(30, 139, 93, 0.3));
  }
}

.common-jumbotron__inner {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.common-jumbotron__heading {
  display: inline-block;
  font-family: notoSans400, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .common-jumbotron__heading {
    font-size: 30px;
  }
}

.common-jumbotron__roma {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
  text-align: right;
  color: #fff;
}
@media screen and (min-width: 961px) {
  .common-jumbotron__roma {
    font-size: 20px;
  }
  .common-jumbotron__roma.--wide {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
  .common-jumbotron__roma:before {
    width: 200px;
  }
}
@media screen and (max-width: 960px) {
  .common-jumbotron__roma {
    font-size: 18px;
  }
  .common-jumbotron__roma:before {
    width: 140px;
  }
}

.common-jumbotron__image {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}
@media screen and (min-width: 961px) {
  .common-jumbotron__image {
    width: 70%;
  }
}
@media screen and (max-width: 960px) {
  .common-jumbotron__image {
    width: 100%;
  }
}