@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

/* eb-garamond-regular - latin */
@font-face {
  src: url("/assets/fonts/eb-garamond-v14-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/assets/fonts/eb-garamond-v14-latin-regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/eb-garamond-v14-latin-regular.woff2") format("woff2"), url("/assets/fonts/eb-garamond-v14-latin-regular.woff") format("woff"), url("/assets/fonts/eb-garamond-v14-latin-regular.ttf") format("truetype"), url("/assets/fonts/eb-garamond-v14-latin-regular.svg#EBGaramond") format("svg");
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  /* Legacy iOS */
}

/* eb-garamond-500 - latin */
@font-face {
  src: url("/assets/fonts/eb-garamond-v14-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/assets/fonts/eb-garamond-v14-latin-500.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/eb-garamond-v14-latin-500.woff2") format("woff2"), url("/assets/fonts/eb-garamond-v14-latin-500.woff") format("woff"), url("/assets/fonts/eb-garamond-v14-latin-500.ttf") format("truetype"), url("/assets/fonts/eb-garamond-v14-latin-500.svg#EBGaramond") format("svg");
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  /* Legacy iOS */
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  width: 100%;
  height: 100%;
  color: #222222;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.6rem;
}

main {
  display: block;
  position: relative;
  width: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  color: #4e7f64;
  text-decoration: underline;
}

a > img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover > img {
  opacity: 0.8;
}

img {
  -webkit-backface-visibility: hidden;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
  vertical-align: bottom;
}

time {
  display: inline-block;
}

section {
  position: relative;
}

.cf:after {
  display: block;
  clear: both;
  content: " ";
}

table {
  width: 100%;
}

sup {
  position: relative;
  top: -0.1em;
  font-size: 50%;
  vertical-align: super;
}

#wrapper {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.lang-ja .en {
  display: none !important;
}

.lang-en .ja {
  display: none !important;
}

.accordion-head {
  cursor: pointer;
}

.accordion-body {
  display: none;
}

.contents-body {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.contents-body.narrow {
  max-width: 910px;
}

.btn {
  position: relative;
  max-width: 260px;
  background-color: #589674;
  background-image: url(/assets/img/common/btn_bg_01.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: "EB Garamond", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.6rem;
  font-weight: 300;
}

.btn:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #52886a;
  content: "";
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn:hover:before {
  width: 100%;
  opacity: 1;
}

.btn > a {
  display: table;
  position: relative;
  width: 100%;
  height: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.btn > a:after {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 24px;
  height: 8px;
  margin: auto;
  background-image: url(/assets/img/common/btn_arrow_01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn > a:hover:after {
  right: 15px;
}

.btn > a > span {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.btn > button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: table;
  position: relative;
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  background-color: #f3f3f3;
  background-color: transparent;
  color: #fff;
  font-family: "EB Garamond", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.6rem;
  text-align: center;
  cursor: pointer;
}

.btn > button:after {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 24px;
  height: 8px;
  margin: auto;
  background-image: url(/assets/img/common/btn_arrow_01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn > button:hover:after {
  right: 15px;
}

.title-h2 {
  position: relative;
  position: relative;
  padding-bottom: 40px;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  font-family: "EB Garamond", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 7.5rem;
  font-weight: normal;
  opacity: 0;
}

.title-h2 > small {
  font-size: 5.0rem;
}

.title-h2:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #6ad2cc;
  content: "";
  opacity: 0;
}

.title-h2:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 75px;
  width: 0;
  height: 3px;
  background-color: #68a082;
  content: "";
  opacity: 0;
}

.title-h2.anm {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: 1.0s;
  transition: 1.0s;
}

.title-h2.anm:before {
  width: 70px;
  opacity: 1;
  -webkit-transition: 1.0s;
  transition: 1.0s;
}

.title-h2.anm:after {
  width: 1000px;
  opacity: 1;
  -webkit-transition: 2.0s;
  transition: 2.0s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.title-h3 {
  position: relative;
  margin-top: 60px;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  font-size: 2.4rem;
  opacity: 0;
}

.title-h3.anm {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: 1.0s;
  transition: 1.0s;
}

.mv {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.mv-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1340px;
  height: 545px;
  margin: 0 auto;
  padding: 0 20px;
}

.mv-body > h1 {
  font-size: 2.4rem;
}

.mv-body > h1 > strong {
  display: inline-block;
  margin-right: 40px;
  font-family: "EB Garamond", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 8.0rem;
  font-weight: normal;
}

.mv-body > h1 > span {
  display: inline-block;
  position: relative;
  top: -5px;
}

.tpl-news-list > ul > li {
  border-bottom: 1px solid #d2d2d2;
}

.tpl-news-list > ul > li:first-of-type {
  border-top: 1px solid #d2d2d2;
}

.tpl-news-list > ul > li > a {
  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;
  padding: 20px 15px;
  color: #222222;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tpl-news-list > ul > li > a:hover {
  opacity: 0.7;
}

.tpl-news-list > ul > li > a > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 80px);
  font-size: 1.5rem;
  line-height: 1.7;
}

.tpl-news-list > ul > li > a > dl > dt {
  width: 120px;
  opacity: 0.6;
}

.tpl-news-list > ul > li > a > dl > dd {
  width: calc(100% - 120px);
}

.tpl-news-list > ul > li > a > dl > dd > p {
  padding-right: 40px;
}

.tpl-news-list > ul > li > a > div {
  width: 80px;
  height: 26px;
  background-color: #fff;
  background-image: url(/assets/img/top/news_arrow.png);
  background-position: right 7px center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.05);
  color: #589674;
  font-size: 1.4rem;
  line-height: 26px;
  text-align: center;
}

.tpl-contact {
  margin-top: 10px;
  padding: 100px 0 130px;
  background-image: url(/assets/img/common/contact_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

.tpl-contact h2 {
  font-family: "EB Garamond", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 4.9rem;
  font-weight: normal;
  text-align: center;
}

.tpl-contact p {
  margin-top: 30px;
  line-height: 2.0;
  text-align: center;
}

.tpl-contact .btn {
  max-width: 440px;
  margin: 30px auto 0;
  background-color: #fff;
  background-image: url(/assets/img/common/btn_bg_02.png);
  font-size: 2.0rem;
  font-weight: bold;
}

.tpl-contact .btn:before {
  background-color: #d8ffea;
}

.tpl-contact .btn > a {
  height: 70px;
  color: #589674;
}

.tpl-contact .btn > a:after {
  background-image: url(/assets/img/common/btn_arrow_02.png);
}

#wrapper.touch-disable .header-menu > dl:hover > dd {
  visibility: visible;
  opacity: 1;
}

#wrapper.touch-disable .header-menu > dl > dt > a:hover {
  color: #589674;
}

.header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-body {
  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;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-logo {
  z-index: 2;
  position: relative;
  width: 230px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
}

.header-menu > dl > dt {
  z-index: 2;
  position: relative;
  font-family: "EB Garamond", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.9rem;
  font-weight: 500;
}

.header-menu > dl > dt > a {
  position: relative;
  color: #222222;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-menu > dl > dt > a.on {
  color: #589674;
}

.header-lang {
  margin-left: 60px;
  font-family: "EB Garamond", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.5rem;
  font-weight: 500;
}

.header-lang > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-lang > ul > li {
  position: relative;
}

.header-lang > ul > li:last-of-type:before {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 1px;
  height: 12px;
  margin: 0 15px;
  background-color: #8d8f8f;
  content: "";
}

.header-lang > ul > li > a {
  position: relative;
  color: #222222;
  text-decoration: none;
}

.header-lang > ul > li > a.on:after {
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #222222;
  content: "";
}

.header-btn {
  position: relative;
  width: 30px;
  height: 30px;
}

.header-btn > span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #222222;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-btn > span:nth-of-type(1) {
  top: 2px;
}

.header-btn > span:nth-of-type(2) {
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.header-btn > span:nth-of-type(3) {
  bottom: 2px;
}

.header-btn.on > span:nth-of-type(1) {
  top: 14px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header-btn.on > span:nth-of-type(2) {
  width: 0;
  opacity: 0;
}

.header-btn.on > span:nth-of-type(3) {
  bottom: 14px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.footer-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 50px;
  font-family: "EB Garamond", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 500;
}

.footer-menu > ul {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-menu > ul > li {
  font-size: 1.6rem;
}

.footer-menu > ul > li:last-of-type {
  margin-right: 0;
}

.footer-menu > ul > li > a {
  color: #222222;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-menu > ul > li > a:hover {
  color: #589674;
}

.footer-copy {
  font-size: 1.6rem;
}

@media print {
  @page {
    size: A4;
    margin: 12.7mm 9.7mm;
  }
  body {
    zoom: 0.8;
    width: 1600px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .title-h2 {
    -webkit-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
  .title-h2:before {
    width: 70px !important;
    opacity: 1 !important;
  }
  .title-h2:after {
    width: 1000px !important;
    opacity: 1 !important;
  }
  .title-h3 {
    -webkit-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
  #wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 60px;
  }
  .pc {
    display: none;
  }
  .contents-body {
    padding: 0 23px;
  }
  .contents-body.sp-full {
    padding: 0;
  }
  .btn {
    max-width: 190px;
    font-size: 1.3rem;
  }
  .btn > a {
    height: 35px;
  }
  .btn > a:after {
    right: 10px;
    width: 18px;
    height: 6px;
  }
  .btn > button:after {
    right: 10px;
    width: 18px;
    height: 6px;
  }
  .btn > button {
    height: 35px;
    background-position: right 10px center;
    background-size: 18px;
    font-size: 1.3rem;
  }
  .title-h2 > small {
    font-size: 2.5rem;
  }
  .title-h2 {
    padding-bottom: 15px;
    font-size: 3.8rem;
  }
  .title-h2:before {
    width: 35px;
    height: 2px;
  }
  .title-h2:after {
    left: 40px;
    height: 2px;
  }
  .title-h3 {
    margin-top: 25px;
    font-size: 1.5rem;
  }
  .mv-body {
    height: 200px;
  }
  .mv-body > h1 {
    font-size: 1.4rem;
  }
  .mv-body > h1 > strong {
    display: block;
    font-size: 4.0rem;
  }
  .mv-body > h1 > span {
    display: block;
    position: static;
    margin-top: 10px;
    padding-left: 5px;
  }
  .tpl-news-list > ul > li > a {
    padding: 15px 0;
  }
  .tpl-news-list > ul > li > a > dl {
    display: block;
    width: calc(100% - 40px);
    font-size: 1.3rem;
  }
  .tpl-news-list > ul > li > a > dl > dt {
    width: 100%;
  }
  .tpl-news-list > ul > li > a > dl > dd {
    width: 100%;
  }
  .tpl-news-list > ul > li > a > dl > dd > p {
    width: 100%;
    padding-right: 30px;
  }
  .tpl-news-list > ul > li > a > div {
    width: 40px;
    height: 13px;
    background-position: right 3px center;
    background-size: 6px;
    font-size: 1.0rem;
    line-height: 13px;
  }
  .tpl-contact {
    padding: 50px 0;
  }
  .tpl-contact h2 {
    font-size: 2.5rem;
  }
  .tpl-contact p {
    margin-top: 20px;
  }
  .tpl-contact .btn {
    max-width: 290px;
    font-size: 1.3rem;
  }
  .tpl-contact .btn > a {
    height: 50px;
  }
  .tpl-contact .btn > a:after {
    right: 15px;
  }
  .header {
    padding-top: 0;
    background-color: #fff;
  }
  .header-body {
    height: 60px;
    padding: 0 23px;
  }
  .header-logo {
    width: 135px;
  }
  .header-menu {
    display: block;
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    background-color: #fff;
  }
  .header-menu > dl > dt {
    padding: 0 23px;
    background-image: url(/assets/img/common/link_arrow_bk.png);
    background-position: center right 23px;
    background-repeat: no-repeat;
    background-size: 15px;
    font-size: 1.8rem;
  }
  .header-menu > dl > dt > a {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #d4d4d4;
  }
  .header-menu > dl > dd {
    display: none;
    background-color: #f6f6f6;
  }
  .header-menu > dl > dd > ul > li {
    padding-right: 23px;
    padding-left: 40px;
    background-image: url(/assets/img/common/link_arrow_gr.png);
    background-position: center right 23px;
    background-repeat: no-repeat;
    background-size: 15px;
    font-size: 1.3rem;
  }
  .header-menu > dl > dd > ul > li:first-of-type > a {
    font-family: "EB Garamond", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 500;
  }
  .header-menu > dl > dd > ul > li:last-of-type > a {
    border: none;
  }
  .header-menu > dl > dd > ul > li > a {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #d4d4d4;
    color: #222222;
    text-decoration: none;
  }
  .header-menu > dl > dd > ul > li > a > img {
    display: none;
  }
  .header-menu > dl > dd > ul > li > a > p > br {
    display: none;
  }
  .header-lang {
    margin-top: 40px;
    margin-left: 0;
  }
  .header-lang > ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-lang > ul > li {
    font-size: 1.8rem;
  }
  .header-accordion > dt {
    background-image: none !important;
  }
  .header-accordion > dt:after {
    display: block;
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    width: 13px;
    height: 7px;
    margin: auto;
    background-image: url(/assets/img/common/header_accordion.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-accordion.on > dt:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header-accordion.on > dt > a {
    border: none;
  }
  .footer-body {
    display: block;
    padding: 30px 0 50px;
  }
  .footer-menu {
    width: 250px;
    margin: 0 auto 30px;
  }
  .footer-menu > ul {
    gap: 15px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-menu > ul > li {
    font-size: 1.4rem;
  }
  .footer-copy {
    font-size: 1.2rem;
    text-align: center;
  }
}

@media all and (-ms-high-contrast: none) {
  sup {
    font-size: 80%;
  }
}

@media screen and (min-width: 768px), print {
  .sp {
    display: none;
  }
  .title-h2.right {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  .title-h2.right:before {
    right: 0;
    left: auto;
  }
  .title-h2.right:after {
    right: 75px;
    left: auto;
  }
  .header.fixed {
    padding: 12px 0 12px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .header.fixed .header-logo {
    width: 180px;
  }
  .header.fixed .header-menu > dl > dd {
    top: 63px;
    padding: 40px 0 50px;
  }
  .header.fixed .header-menu > dl > dd:before {
    height: calc(100% - 25px);
  }
  .header-menu > dl {
    margin-right: 35px;
  }
  .header-menu > dl:last-of-type {
    margin-right: 0;
  }
  .header-menu > dl.on > dt > a {
    color: #589674;
  }
  .header-menu > dl.on > dd {
    visibility: visible;
    opacity: 1;
  }
  .header-menu > dl > dt > a:after {
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #167b43;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-menu > dl > dt > a.on:after {
    width: 100%;
  }
  .header-menu > dl > dd {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 115px 0 50px;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-menu > dl > dd > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 580px;
  }
  .header-menu > dl > dd > ul > li {
    width: 50%;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .header-menu > dl > dd > ul > li:first-of-type {
    display: none;
  }
  .header-menu > dl > dd > ul > li:nth-of-type(n+4) {
    margin-top: 25px;
  }
  .header-menu > dl > dd > ul > li > a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #222222;
    text-decoration: none;
  }
  .header-menu > dl > dd > ul > li > a > p {
    margin-left: 25px;
  }
  .header-btn {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
  .title-h2.right:after {
    right: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .header-body {
    padding: 0 20px;
  }
  .header-logo {
    width: 180px;
  }
  .header-menu > dl {
    margin-right: 15px;
  }
  .header-menu > dl > dt {
    font-size: 1.6rem !important;
  }
  .header-lang {
    margin-left: 30px;
  }
  .header-lang > ul > li:last-of-type:before {
    margin: 0 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .header-logo {
    width: 140px !important;
  }
}
