@charset "UTF-8";
/* ------------ font ------------ */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap);
/* ------------ color ------------ */
/* ------------ css reset ------------ */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

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, sub, sup, 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;
}

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;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

mark {
  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;
}

hr {
  width: 100%;
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ------------ SP ------------ */
@media screen and (max-width: 768px) {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%;
    font-feature-settings: "palt";
  }
  /* ------------ spmaterial-i ------------ */
  .spmaterial-i, #page-top a::before {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
    vertical-align: middle;
  }
  /* ------------ top-loaderbg ------------ */
  #top-loaderbg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3000;
    text-align: center;
  }
  #top-loaderbg #loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -6px;
    z-index: 4000;
  }
  #top-loaderbg #loader .loader {
    width: 12px;
    height: 12px;
    border-top: 2px solid #15923b;
    border-bottom: 2px solid #15923b;
    border-right: 2px solid #51c875;
    border-left: 2px solid #51c875;
    animation: loader_01 0.75s ease infinite;
    border-radius: 100%;
  }
  @keyframes loader_01 {
    to {
      transform: rotate(180deg);
    }
  }
  /* ------------ top-eyecatch-box ------------ */
  #top-eyecatch-box #top-header-box {
    position: relative;
    z-index: 30;
    height: 50px;
  }
  #top-eyecatch-box #top-header-box h1 {
    text-indent: -9999px;
    background: url(../img/t-01@2x.png) no-repeat;
    background-size: contain;
    width: 90.6px;
    height: 33.3px;
    display: block;
    display: none;
    margin: 10px 0 0 10px;
  }
  #top-eyecatch-box #top-header-box .bars {
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 2000;
    display: none;
  }
  #top-eyecatch-box #top-header-box .bars .bar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 1px;
    background: #000;
    transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
  }
  #top-eyecatch-box #top-header-box .bars .bar-1 {
    margin: -9px 0 0 -13px;
  }
  #top-eyecatch-box #top-header-box .bars .bar-2 {
    margin: -1px 0 0 -13px;
  }
  #top-eyecatch-box #top-header-box .bars .bar-3 {
    margin: 7px 0 0 -13px;
  }
  #top-eyecatch-box #top-header-box .bars.step-1 .bar-1 {
    transform: translate3d(0, 8px, 0);
    -moz-transform: translate3d(0, 8px, 0);
    -webkit-transform: translate3d(0, 8px, 0);
    -ms-transform: translate3d(0, 8px, 0);
    -o-transform: translate3d(0, 8px, 0);
  }
  #top-eyecatch-box #top-header-box .bars.step-1 .bar-2 {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  #top-eyecatch-box #top-header-box .bars.step-1 .bar-3 {
    transform: translate3d(0, -8px, 0);
    -moz-transform: translate3d(0, -8px, 0);
    -webkit-transform: translate3d(0, -8px, 0);
    -ms-transform: translate3d(0, -8px, 0);
    -o-transform: translate3d(0, -8px, 0);
  }
  #top-eyecatch-box #top-header-box .bars.step-2 .bar-1 {
    transform: translate3d(0, 8px, 0) rotate(135deg);
    -moz-transform: translate3d(0, 8px, 0) rotate(135deg);
    -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
    -ms-transform: translate3d(0, 8px, 0) rotate(135deg);
    -o-transform: translate3d(0, 8px, 0) rotate(135deg);
  }
  #top-eyecatch-box #top-header-box .bars.step-2 .bar-2 {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  #top-eyecatch-box #top-header-box .bars.step-2 .bar-3 {
    transform: translate3d(0, -8px, 0) rotate(135deg);
    -moz-transform: translate3d(0, -8px, 0) rotate(135deg);
    -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
    -ms-transform: translate3d(0, -8px, 0) rotate(135deg);
    -o-transform: translate3d(0, -8px, 0) rotate(135deg);
  }
  #top-eyecatch-box #top-header-box .bars.step-2 .bar {
    background: #000;
  }
  #top-eyecatch-box #top-header-box #g-nav-box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    overflow: scroll;
    background: rgba(255, 255, 255, 0.85);
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
  }
  #top-eyecatch-box #top-header-box #g-nav-box ul {
    padding: 10% 20%;
  }
  #top-eyecatch-box #top-header-box #g-nav-box ul li {
    font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: center;
    border-bottom: 1px dashed #000;
  }
  #top-eyecatch-box #top-header-box #g-nav-box ul li a {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    padding: 15px 0;
    display: block;
  }
  #top-eyecatch-box #top-header-box #g-nav-box ul li a:link, #top-eyecatch-box #top-header-box #g-nav-box ul li a:visited, #top-eyecatch-box #top-header-box #g-nav-box ul li a:active {
    text-decoration: none;
    color: #000;
  }
  #top-eyecatch-box #top-header-box #g-nav-box ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #top-eyecatch-box #top-header-box #g-nav-box ul li:nth-child(9) {
    display: none;
  }
  #top-eyecatch-box #top-header-box #g-nav-box ul li:last-child a {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  #top-eyecatch-box #top-header-box #g-nav-box ul li:last-child a:link, #top-eyecatch-box #top-header-box #g-nav-box ul li:last-child a:visited, #top-eyecatch-box #top-header-box #g-nav-box ul li:last-child a:active {
    text-decoration: none;
  }
  #top-eyecatch-box #top-header-box #g-nav-box ul li:last-child a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #top-eyecatch-box #top-header-box #g-nav-box ul li:last-child a img {
    width: 18px;
    vertical-align: middle;
  }
  #top-eyecatch-box #top-header-box #g-nav-box .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #top-eyecatch-box #top-header-box #g-nav-box.open {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
  }
  #top-eyecatch-box figure.i-01 {
    position: absolute;
    z-index: 20;
    max-width: 500px;
    width: 70%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  #top-eyecatch-box figure.i-01 img {
    width: 100%;
    vertical-align: auto;
    position: absolute;
    top: 47%;
    transform: translate(0, -47%);
  }
  #top-eyecatch-box figure.i-01.zoom {
    animation: title 0.4s linear 0s normal both;
  }
  #top-eyecatch-box figure.i-02 {
    position: absolute;
    z-index: 30;
    max-width: 61px;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  #top-eyecatch-box figure.i-02 img {
    width: 100%;
    vertical-align: auto;
  }
  #top-eyecatch-box figure.i-02.zoom {
    animation: title 0.4s linear 0s normal both;
  }
  #top-eyecatch-box .flexslider {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    margin: 0;
    z-index: 10;
  }
  #top-eyecatch-box .flexslider ul.slides li {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #top-eyecatch-box .flexslider ul.slides li img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    position: relative;
    transform: scale(1.08);
  }
  #top-eyecatch-box .flexslider ul.slides li.flex-active-slide img {
    animation: zoom-in 6s linear 0s normal both;
  }
  #top-eyecatch-box .flexslider .flex-control-nav {
    display: none;
  }
  @keyframes zoom-in {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.08);
    }
  }
  @keyframes title {
    0% {
      transform: scale(0.95);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  /* ------------ top-concept-box ------------ */
  #top-concept-box .wrap-box {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 0 0;
  }
  #top-concept-box .wrap-box .text-box {
    order: 2;
    width: 90%;
    margin: 20px auto 0;
  }
  #top-concept-box .wrap-box .text-box h2 {
    font: normal 4.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    font-size: clamp(2.4rem, 4.267vw, 4.6rem);
  }
  #top-concept-box .wrap-box .text-box p {
    font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 10px 0 0 0;
  }
  #top-concept-box .wrap-box figure {
    order: 1;
    width: 100%;
  }
  #top-concept-box .wrap-box figure ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #top-concept-box .wrap-box figure ul li {
    list-style: none;
    width: 33.3333333333%;
  }
  #top-concept-box .wrap-box figure ul li img {
    width: 100%;
    height: 15vh;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #top-concept-box .wrap-box a.button {
    width: 150px;
    padding: 5px;
    margin: 30px 0 0 auto;
    border: 1px solid #15923b;
    display: block;
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #top-concept-box .wrap-box a.button:link, #top-concept-box .wrap-box a.button:visited, #top-concept-box .wrap-box a.button:active {
    text-decoration: none;
    color: #15923b;
  }
  #top-concept-box .wrap-box a.button:hover {
    background: #15923b;
    color: #fff;
  }
  #top-concept-box .wrap-box a.button:hover::before {
    background-image: url(../img/t-06.png);
  }
  #top-concept-box .wrap-box a.button::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../img/t-04.png);
    background-size: contain;
    margin: 0 5px 0 0;
  }
  /* ------------ top-about-box ------------ */
  #top-about-box {
    width: 90%;
    text-align: center;
    margin: 70px auto 0;
  }
  #top-about-box h3 {
    font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.5rem;
  }
  #top-about-box dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: left;
    margin: 20px 0 0 0;
  }
  #top-about-box dl dt {
    width: 33%;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    font-weight: 700;
  }
  #top-about-box dl dt:first-of-type {
    border-top: 1px solid #000;
  }
  #top-about-box dl dd {
    width: 67%;
    border-bottom: 1px solid #000;
    padding: 10px 0;
  }
  #top-about-box dl dd:first-of-type {
    border-top: 1px solid #000;
  }
  #top-about-box a.button {
    width: 150px;
    padding: 5px;
    margin: 20px 0 0 auto;
    border: 1px solid #15923b;
    display: block;
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #top-about-box a.button:link, #top-about-box a.button:visited, #top-about-box a.button:active {
    text-decoration: none;
    color: #15923b;
  }
  #top-about-box a.button:hover {
    background: #15923b;
    color: #fff;
  }
  #top-about-box a.button:hover::before {
    background-image: url(../img/t-06.png);
  }
  #top-about-box a.button::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../img/t-04.png);
    background-size: contain;
    margin: 0 5px 0 0;
  }
  /* ------------ 202511 ------------ */
  #top-concept-box .wrap-box.en-new-01 .text-box p {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #top-concept-box .wrap-box.en-new-02 .text-box p {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #top-concept-box .wrap-box.en-new-02 figure {
    width: 100%;
  }
  #top-concept-box .wrap-box.en-new-02 figure ul li {
    width: 50%;
    list-style: none;
  }
  #top-concept-box .wrap-box.en-new-02 figure ul li img {
    width: 100%;
    vertical-align: bottom;
  }
  #top-concept-box .wrap-box.en-new-03 .text-box p {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #top-concept-box .wrap-box.en-new-03 figure {
    width: 100%;
  }
  #top-concept-box .wrap-box.en-new-03 figure ul li {
    width: 33.3%;
    list-style: none;
  }
  #top-concept-box .wrap-box.en-new-03 figure ul li img {
    width: 100%;
    vertical-align: bottom;
  }
  /* ------------ top-okinawa-box ------------ */
  #top-okinawa-box {
    background: #f0f0d6;
    margin: 70px 0 0 0;
    text-align: center;
    padding: 50px 0;
  }
  #top-okinawa-box h3 {
    font: normal 4rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
  }
  #top-okinawa-box h3 + p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    letter-spacing: 2px;
    margin: 10px 0 0 0;
  }
  #top-okinawa-box .wrap-box {
    width: 90%;
    margin: 50px auto;
  }
  #top-okinawa-box .wrap-box p {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    text-align: left;
  }
  #top-okinawa-box .wrap-box .l-box figure {
    max-width: 70%;
    margin: 0 auto;
  }
  #top-okinawa-box .wrap-box .l-box figure img {
    width: 100%;
    vertical-align: bottom;
    margin: 30px auto 0;
  }
  #top-okinawa-box .wrap-box .l-box figure img:first-of-type {
    max-width: 40%;
    margin: 30px auto 0;
  }
  #top-okinawa-box .wrap-box .r-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #top-okinawa-box .wrap-box .r-box p {
    margin: 30px 0 0 0;
    order: 1;
  }
  #top-okinawa-box .wrap-box .r-box figure {
    max-width: 70%;
    margin: 0 auto;
    order: 2;
  }
  #top-okinawa-box .wrap-box .r-box figure img {
    width: 100%;
    vertical-align: bottom;
    margin: 30px auto 0;
  }
  /* ------------ top-oursignature-box ------------ */
  #top-oursignature-box {
    width: 90%;
    text-align: center;
    padding: 50px 0;
    margin: 0 auto;
  }
  #top-oursignature-box h3 {
    font: normal 4rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
  }
  #top-oursignature-box h3 + p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 10px 0 0 0;
  }
  #top-oursignature-box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
  }
  #top-oursignature-box ul li {
    list-style: none;
    width: 45%;
    text-align: left;
  }
  #top-oursignature-box ul li p {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
  }
  #top-oursignature-box ul li p.number {
    font: normal 6rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
  }
  #top-oursignature-box ul li p.title {
    font: normal 1.8rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
  }
  #top-oursignature-box ul li img {
    width: 100%;
    vertical-align: bottom;
    margin: 15px 0;
  }
  #top-oursignature-box ul li:nth-child(1) {
    margin: 30px 0 0 0;
  }
  #top-oursignature-box ul li:nth-child(3) {
    margin: 30px 0 0 0;
  }
  #top-oursignature-box a.button {
    width: 150px;
    padding: 5px;
    margin: 30px 0 0 auto;
    border: 1px solid #15923b;
    display: block;
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #top-oursignature-box a.button:link, #top-oursignature-box a.button:visited, #top-oursignature-box a.button:active {
    text-decoration: none;
    color: #15923b;
  }
  #top-oursignature-box a.button:hover {
    background: #15923b;
    color: #fff;
  }
  #top-oursignature-box a.button:hover::before {
    background-image: url(../img/t-06.png);
  }
  #top-oursignature-box a.button::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../img/t-04.png);
    background-size: contain;
    margin: 0 5px 0 0;
  }
  /* ------------ top-voices-box ------------ */
  #top-voices-box {
    background: #6d882f;
    text-align: center;
    padding: 50px 0;
  }
  #top-voices-box h3 {
    font: normal 4rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #fff;
  }
  #top-voices-box .wrap-box {
    width: 90%;
    margin: 0 auto;
  }
  #top-voices-box .wrap-box ul {
    text-align: left;
  }
  #top-voices-box .wrap-box ul li {
    list-style: none;
    margin: 25px 0 0 0;
    border: 1px solid #fff;
    padding: 15px;
    box-sizing: border-box;
  }
  #top-voices-box .wrap-box ul li p {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
  }
  #top-voices-box .wrap-box ul li p.name {
    text-align: right;
    margin: 15px 0 0 0;
  }
  #top-voices-box .wrap-box .r-box {
    margin: 30px 0 0 0;
  }
  #top-voices-box .wrap-box .r-box p {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    text-align: left;
    margin: 20px 0 0 0;
  }
  #top-voices-box .wrap-box .r-box figure.i-01 {
    max-width: 60%;
    margin: 30px auto 0;
  }
  #top-voices-box .wrap-box .r-box figure.i-01 img {
    max-width: 100%;
    vertical-align: bottom;
  }
  #top-voices-box .wrap-box .r-box figure.i-02 {
    max-width: 30%;
    margin: 30px auto 0;
  }
  #top-voices-box .wrap-box .r-box figure.i-02 img {
    max-width: 100%;
    vertical-align: bottom;
  }
  #top-voices-box .wrap-box .r-box figure.i-03 {
    margin: 20px 0 0 auto;
    max-width: 24px;
  }
  #top-voices-box .wrap-box .r-box figure.i-03 img {
    width: 100%;
    vertical-align: bottom;
  }
  /* ------------ top-instagram-box ------------ */
  #top-instagram-box {
    background: #f0f0d6;
    text-align: center;
    padding: 50px 0;
  }
  #top-instagram-box .wrap-box {
    width: 90%;
    margin: 0 auto;
  }
  #top-instagram-box .wrap-box figure {
    max-width: 50%;
    margin: 0 auto;
  }
  #top-instagram-box .wrap-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #top-instagram-box .wrap-box .text-box {
    text-align: center;
  }
  #top-instagram-box .wrap-box .text-box h5 {
    font: normal 3rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    margin: 30px 0 0 0;
  }
  #top-instagram-box .wrap-box .text-box h5 + p {
    font: normal 1.8rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #000;
    margin: 10px 0 0 0;
  }
  #top-instagram-box .wrap-box .text-box p {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 20px 0 0 0;
  }
  #top-instagram-box ul {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #top-instagram-box ul li {
    list-style: none;
    width: 30%;
    margin: 40px 0 0 0;
  }
  #top-instagram-box ul li img {
    width: 100%;
    vertical-align: bottom;
  }
  #top-instagram-box ul li p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 10px 0 0 0;
  }
  #top-instagram-box ul li a {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  #top-instagram-box ul li a:link, #top-instagram-box ul li a:visited, #top-instagram-box ul li a:active {
    text-decoration: none;
  }
  #top-instagram-box ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #top-instagram-box ul a.button {
    width: 150px;
    padding: 5px;
    margin: 30px auto 0;
    border: 1px solid #15923b;
    display: block;
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #top-instagram-box ul a.button:link, #top-instagram-box ul a.button:visited, #top-instagram-box ul a.button:active {
    text-decoration: none;
    color: #15923b;
  }
  #top-instagram-box ul a.button:hover {
    background: #15923b;
    color: #fff;
  }
  #top-instagram-box ul a.button:hover::before {
    background-image: url(../img/t-06.png);
  }
  #top-instagram-box ul a.button::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../img/t-04.png);
    background-size: contain;
    margin: 0 5px 0 0;
  }
  /* ------------ top-collaborations-box ------------ */
  #top-collaborations-box {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0;
    border-bottom: 1px solid #000;
  }
  #top-collaborations-box h3 {
    font: normal 2rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #000;
    letter-spacing: 5px;
  }
  #top-collaborations-box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  #top-collaborations-box ul li {
    list-style: none;
    width: 30%;
    margin: 30px 0 0 0;
  }
  #top-collaborations-box ul li img {
    max-width: 100%;
    vertical-align: bottom;
    margin: 0 auto;
  }
  /* ------------ concept-box ------------ */
  #concept-box {
    margin: 80px auto 0;
  }
  #concept-box figure.title-02 {
    max-width: 258px;
    width: 50%;
    margin: 0 auto;
  }
  #concept-box figure.title-02 img {
    width: 100%;
    vertical-align: bottom;
  }
  #concept-box .wrap-box {
    width: 90%;
    margin: 50px auto;
  }
  #concept-box .wrap-box .text-box h2 {
    font: normal 2.6rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
  }
  #concept-box .wrap-box .text-box h2 + p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    margin: 10px 0 0 0;
  }
  #concept-box .wrap-box .text-box p {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 20px 0 0 0;
  }
  #concept-box .wrap-box .text-box .title-box {
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #fff;
    background: #ff0000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: inline-block;
    padding: 5px 10px;
    margin: 20px 0 0 0;
  }
  #concept-box .wrap-box .text-box figure.concept-no {
    max-width: 80px;
    margin: 0 0 20px 0;
  }
  #concept-box .wrap-box .text-box figure.concept-no img {
    width: 100%;
    vertical-align: bottom;
  }
  #concept-box .wrap-box .text-box figure.concept-no2 {
    max-width: 80px;
    margin: 0 0 20px 0;
  }
  #concept-box .wrap-box .text-box figure.concept-no2 img {
    width: 100%;
    vertical-align: bottom;
  }
  #concept-box .wrap-box .text-box a.button {
    width: 150px;
    padding: 5px;
    margin: 30px 0 0 auto;
    border: 1px solid #15923b;
    display: block;
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #concept-box .wrap-box .text-box a.button:link, #concept-box .wrap-box .text-box a.button:visited, #concept-box .wrap-box .text-box a.button:active {
    text-decoration: none;
    color: #15923b;
  }
  #concept-box .wrap-box .text-box a.button:hover {
    background: #15923b;
    color: #fff;
  }
  #concept-box .wrap-box .text-box a.button:hover::before {
    background-image: url(../img/t-06.png);
  }
  #concept-box .wrap-box .text-box a.button::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../img/t-04.png);
    background-size: contain;
    margin: 0 5px 0 0;
  }
  #concept-box .wrap-box figure {
    margin: 30px 0 0 0;
  }
  #concept-box .wrap-box figure ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #concept-box .wrap-box figure ul li {
    list-style: none;
    width: 33.3%;
  }
  #concept-box .wrap-box figure ul li img {
    width: 100%;
    height: 150px;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #concept-box .wrap-box.en-new-01 .text-box p {
    margin: 0;
  }
  #concept-box .wrap-box.en-new-01 figure ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #concept-box .wrap-box.en-new-01 figure ul li {
    width: 50%;
    list-style: none;
  }
  #concept-box .wrap-box.en-new-01 figure ul li img {
    width: 100%;
    height: 150px;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #concept-box .wrap-box.en-new-02 .text-box {
    margin: -120px 0 0 0;
  }
  #concept-box .wrap-box.en-new-02 figure {
    width: 70%;
    margin: 50px auto 0;
  }
  #concept-box .wrap-box.en-new-02 figure img {
    width: 100%;
    vertical-align: bottom;
    margin: 0 auto 10px;
  }
  #concept-box .element-box {
    width: 90%;
    margin: 30px auto 0;
  }
  #concept-box .element-box .inner-box {
    background: #f2f2f2;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }
  #concept-box .element-box .inner-box h3 {
    font: normal 2.4rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-size: clamp(1.6rem, 2.798vw, 2.6rem);
  }
  #concept-box .element-box .inner-box ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #concept-box .element-box .inner-box ul li {
    list-style: none;
    width: 35%;
    margin: 20px 7% 0;
  }
  #concept-box .element-box .inner-box ul li img {
    width: 100%;
    vertical-align: bottom;
  }
  #concept-box .element-box .inner-box ul li:nth-child(6) {
    width: 100%;
    margin: 0;
  }
  #concept-box .element-box h4 {
    font: normal 2.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-size: clamp(1.6rem, 2.798vw, 2.6rem);
    color: #c93928;
    text-align: center;
    margin: 30px 0 0 0;
  }
  #concept-box .element-box figure.illus-01 {
    width: 100%;
    margin: 30px auto 0;
  }
  #concept-box .element-box figure.illus-01 img {
    width: 100%;
    vertical-align: bottom;
  }
  #concept-box .element-box figure.illus-02 {
    width: 36px;
    margin: 30px auto 0;
  }
  #concept-box .element-box figure.illus-02 img {
    width: 100%;
    vertical-align: bottom;
  }
  #concept-box .element-box figure.illus-03 {
    width: 70%;
    margin: 30px auto 0;
  }
  #concept-box .element-box figure.illus-03 img {
    width: 100%;
    vertical-align: bottom;
  }
  #concept-box .element-box figure.illus-04 {
    width: 31px;
    margin: 30px auto 0;
  }
  #concept-box .element-box figure.illus-04 img {
    width: 100%;
    vertical-align: bottom;
  }
  #concept-box .element-box figure.illus-05 {
    width: 80%;
    margin: 30px auto 0;
  }
  #concept-box .element-box figure.illus-05 img {
    width: 100%;
    vertical-align: bottom;
  }
  #concept-box .element-box figure.illus-06 {
    width: 11px;
    margin: 30px auto 0;
  }
  #concept-box .element-box figure.illus-06 img {
    width: 100%;
    vertical-align: bottom;
  }
  #concept-box .element-box figure.illus-07 {
    width: 40%;
    margin: 30px auto 0;
  }
  #concept-box .element-box figure.illus-07 img {
    width: 100%;
    vertical-align: bottom;
  }
  #concept-box .bg-box {
    background: #f0f0d6;
    padding: 50px 0;
    margin: 100px 0 0 0;
  }
  #concept-box .people-box {
    background: #6d882f;
    margin: 50px 0 0 0;
    text-align: center;
    padding: 50px 0;
  }
  #concept-box .people-box h3 {
    font: normal 3rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #fff;
  }
  #concept-box .people-box h3 + p {
    width: 90%;
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    margin: 20px auto 0;
  }
  #concept-box .people-box figure {
    width: 90%;
    margin: 40px auto 0;
  }
  #concept-box .people-box figure.i-01 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #concept-box .people-box figure.i-01 img {
    max-width: 100px;
    vertical-align: bottom;
  }
  #concept-box .people-box figure.i-01::before, #concept-box .people-box figure.i-01::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
  }
  #concept-box .people-box ul {
    width: 90%;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #concept-box .people-box ul li {
    list-style: none;
    width: 40%;
    margin: 0 auto;
  }
  #concept-box .people-box ul li:nth-child(n+3) {
    margin: 40px auto 0;
  }
  #concept-box .people-box ul li img {
    width: 100%;
    vertical-align: bottom;
  }
  #concept-box .people-box ul li p {
    text-align: center;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    margin: 10px 0 0 0;
  }
  #concept-box .people-box ul li a {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  #concept-box .people-box ul li a:link, #concept-box .people-box ul li a:visited, #concept-box .people-box ul li a:active {
    text-decoration: none;
  }
  #concept-box .people-box ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #concept-box .people-box .wrap-box {
    width: 90%;
    margin: 50px auto;
  }
  #concept-box .people-box .wrap-box div p {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    text-align: left;
    margin: 20px 0 0 0;
  }
  #concept-box .people-box .wrap-box div p.title {
    font: normal 2.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    margin: 0;
  }
  .detail-box {
    background: rgba(255, 255, 255, 0.85);
    max-width: 90%;
    margin: 0 auto;
    min-height: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
  }
  .detail-box figure {
    width: 150px;
    margin: 0 auto;
  }
  .detail-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  .detail-box .text-box {
    margin: 20px 0 0 0;
  }
  .detail-box .text-box h3 {
    font: normal 2rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    text-align: center;
  }
  .detail-box .text-box h3 + p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 5px 0 0 0;
    text-align: center;
  }
  .detail-box .text-box p {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 20px 0 0 0;
  }
  .detail-box.mfp-hide {
    display: none !important;
  }
  /* ------------ projects-box ------------ */
  #projects-box {
    margin: 80px auto 0;
  }
  #projects-box figure.title-01 {
    max-width: 222px;
    width: 50%;
    margin: 0 auto;
  }
  #projects-box figure.title-01 img {
    width: 100%;
    vertical-align: bottom;
  }
  #projects-box .wrap-box {
    width: 90%;
    margin: 30px auto;
  }
  #projects-box .wrap-box .text-box h2 {
    font: normal 2.6rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
  }
  #projects-box .wrap-box .text-box h2 + p {
    font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    margin: 10px 0 0 0;
  }
  #projects-box .wrap-box .text-box p {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 20px 0 0 0;
  }
  #projects-box .wrap-box figure ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
  }
  #projects-box .wrap-box figure ul li {
    list-style: none;
    width: 33.3%;
  }
  #projects-box .wrap-box figure ul li img {
    width: 100%;
    height: 100px;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #projects-box ul.list-box-01 {
    width: 90%;
    margin: 80px auto;
  }
  #projects-box ul.list-box-01 li {
    list-style: none;
    background: #f0f0d6;
    padding: 30px;
    box-sizing: border-box;
  }
  #projects-box ul.list-box-01 li figure.projects-no1 {
    max-width: 55px;
    margin: -70px auto 0;
  }
  #projects-box ul.list-box-01 li figure.projects-no1 img {
    width: 100%;
    vertical-align: bottom;
  }
  #projects-box ul.list-box-01 li figure.projects-no2 {
    max-width: 63px;
    margin: -70px auto 0;
  }
  #projects-box ul.list-box-01 li figure.projects-no2 img {
    width: 100%;
    vertical-align: bottom;
  }
  #projects-box ul.list-box-01 li img {
    width: 100%;
    margin: 20px 0 0 0;
  }
  #projects-box ul.list-box-01 li h3 {
    font: normal 2.6rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    margin: 20px 0 0 0;
  }
  #projects-box ul.list-box-01 li h3 + p {
    font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    margin: 10px 0 0 0;
  }
  #projects-box ul.list-box-01 li p {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 20px 0 0 0;
  }
  #projects-box ul.list-box-01 li:nth-child(2) {
    margin: 100px 0 0 0;
  }
  /* ------------ aboutus-box ------------ */
  #aboutus-box {
    margin: 80px auto 0;
  }
  #aboutus-box figure.title-01 {
    max-width: 222px;
    width: 50%;
    margin: 0 auto;
  }
  #aboutus-box figure.title-01 img {
    width: 100%;
    vertical-align: bottom;
  }
  #aboutus-box figure.i-01 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
  }
  #aboutus-box figure.i-01 img {
    max-width: 100px;
    vertical-align: bottom;
  }
  #aboutus-box figure.i-01::before, #aboutus-box figure.i-01::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
  }
  #aboutus-box .wrap-box {
    width: 90%;
    margin: 50px auto;
  }
  #aboutus-box .wrap-box .text-box h2 {
    font: normal 2.6rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    margin: 10px 0 0 0;
  }
  #aboutus-box .wrap-box .text-box p {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 20px 0 0 0;
  }
  #aboutus-box .wrap-box .text-box .title-box {
    font: normal 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #fff;
    background: #d95267;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: inline-block;
    padding: 7px 15px;
    margin: 0;
  }
  #aboutus-box .wrap-box figure ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
  }
  #aboutus-box .wrap-box figure ul li {
    list-style: none;
    width: 33.3%;
  }
  #aboutus-box .wrap-box figure ul li img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: bottom;
  }
  #aboutus-box .wrap-box.rev figure ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
  }
  #aboutus-box .wrap-box.rev figure ul li {
    list-style: none;
    width: 70%;
    margin: 0 auto;
  }
  #aboutus-box .wrap-box.rev figure ul li img {
    width: 100%;
    vertical-align: bottom;
  }
  #aboutus-box .wrap-box.en-new-02 ul li {
    list-style: none;
  }
  #aboutus-box .wrap-box.en-new-02 ul li p {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 10px 0 0 0;
  }
  #aboutus-box .wrap-box.en-new-02 ul li p.title {
    font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    margin: 20px 0 0 0;
  }
  #aboutus-box .wrap-box.en-new-02 figure ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
  }
  #aboutus-box .wrap-box.en-new-02 figure ul li {
    list-style: none;
    width: 70%;
    margin: 0 auto;
  }
  #aboutus-box .wrap-box.en-new-02 figure ul li img {
    width: 100%;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #aboutus-box .founder-box {
    width: 90%;
    margin: 50px auto 0;
  }
  #aboutus-box .founder-box .message-box h2 {
    font: normal 2.6rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    margin: 20px 0 0 0;
  }
  #aboutus-box .founder-box .message-box h2 + p {
    font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #000;
    margin: 10px 0 0 0;
  }
  #aboutus-box .founder-box .message-box p {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 20px 0 0 0;
  }
  #aboutus-box .founder-box .message-box .float-box {
    overflow: hidden;
    margin: 30px 0 0 0;
  }
  #aboutus-box .founder-box .message-box .float-box .space-box {
    display: none;
  }
  #aboutus-box .founder-box .message-box .float-box .img-box {
    max-width: 50%;
    margin: 0 auto;
  }
  #aboutus-box .founder-box .message-box .float-box .img-box img {
    width: 100%;
    vertical-align: bottom;
  }
  #aboutus-box .founder-box .message-box .float-box p {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 30px 0 0 0;
  }
  #aboutus-box .founder-box .message-box .float-box p.right {
    text-align: right;
    margin: 30px 0 0 0;
  }
  #aboutus-box .founder-box .message-box .float-box p.right span {
    font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
  }
  #aboutus-box .founder-box ul {
    margin: 80px 0 0 0;
  }
  #aboutus-box .founder-box ul li {
    list-style: none;
  }
  #aboutus-box .founder-box ul li p {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 20px 0 0 0;
  }
  #aboutus-box .founder-box ul li p.title {
    font: normal 2.6rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    margin: 0;
  }
  #aboutus-box .founder-box ul li .title + p {
    font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    margin: 10px 0 0 0;
  }
  #aboutus-box .founder-box ul li:nth-child(2) {
    margin: 50px 0 0 0;
  }
  #aboutus-box .founder-box .story-box {
    width: 90%;
    margin: 50px auto 0;
  }
  #aboutus-box .founder-box .story-box figure {
    width: 50%;
    margin: 0 auto;
  }
  #aboutus-box .founder-box .story-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #aboutus-box .founder-box .story-box .text-box {
    text-align: center;
    margin: 30px 0 0 0;
  }
  #aboutus-box .founder-box .story-box .text-box h2 {
    font: normal 2.6rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
  }
  #aboutus-box .founder-box .story-box .text-box h2 + p {
    font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    margin: 10px 0 0 0;
    color: #000;
  }
  #aboutus-box .founder-box .story-box .text-box p {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 20px 0 0 0;
  }
  #aboutus-box .founder-box .ceo-box {
    width: 90%;
    margin: 50px auto 0;
    background: #f5f5f5;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  #aboutus-box .founder-box .ceo-box figure {
    max-width: 50%;
    margin: 0 auto;
  }
  #aboutus-box .founder-box .ceo-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #aboutus-box .founder-box .ceo-box .text-box {
    margin: 30px 0 0 0;
  }
  #aboutus-box .founder-box .ceo-box .text-box h2 {
    font: normal 2.4rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
  }
  #aboutus-box .founder-box .ceo-box .text-box h2 + p {
    font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    margin: 10px 0 0 0;
    color: #000;
  }
  #aboutus-box .founder-box .ceo-box .text-box p {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 20px 0 0 0;
  }
  /* ------------ //202511 ------------ */
  /* ------------ footer ------------ */
  #footer {
    text-align: center;
    width: 90%;
    margin: 70px auto 0;
    padding: 0 0 30px 0;
  }
  #footer div {
    border-bottom: 1px dashed #000;
    padding: 0 0 20px 0;
  }
  #footer div figure {
    max-width: 100px;
    margin: 0 auto;
  }
  #footer div figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #footer div a.button-02 {
    width: 200px;
    padding: 10px;
    margin: 30px auto 0;
    background: #15923b;
    display: block;
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    letter-spacing: 0.5rem;
    border: 1px solid #15923b;
  }
  #footer div a.button-02:link, #footer div a.button-02:visited, #footer div a.button-02:active {
    text-decoration: none;
    color: #fff;
  }
  #footer div a.button-02:hover {
    background: #fff;
    color: #15923b;
    border: 1px solid #15923b;
  }
  #footer div p {
    font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 10px 0 0 0;
  }
  #footer div p.title {
    font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
  }
  #footer div p a:link, #footer div p a:visited, #footer div p a:active {
    text-decoration: none;
    color: #000;
  }
  #footer div p a:hover {
    text-decoration: underline;
  }
  #footer nav {
    margin: 20px 0 0 0;
  }
  #footer nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #footer nav ul li {
    list-style: none;
    font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    width: 33.3%;
  }
  #footer nav ul li a:link, #footer nav ul li a:visited, #footer nav ul li a:active {
    text-decoration: none;
    color: #000;
  }
  #footer nav ul li a:hover {
    text-decoration: underline;
  }
  #footer nav ul li:last-child a {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  #footer nav ul li:last-child a:link, #footer nav ul li:last-child a:visited, #footer nav ul li:last-child a:active {
    text-decoration: none;
  }
  #footer nav ul li:last-child a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #footer nav ul li:last-child a img {
    width: 18px;
    vertical-align: middle;
  }
  #footer nav ul::after {
    content: "";
    display: block;
    width: 33.3%;
  }
  #footer p.copy {
    font: normal 1rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 20px 0 0 0;
  }
  /* ------------ header-box ------------ */
  #header-box {
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 0 5px #ddd;
  }
  #header-box .inner-box {
    display: flex;
    justify-content: space-between;
  }
  #header-box .inner-box h1 {
    text-indent: -9999px;
    margin: 12.5px 0 0 12px;
  }
  #header-box .inner-box h1 a {
    background: url(../img/t-15@2x.png) no-repeat;
    background-size: contain;
    width: 68px;
    height: 25px;
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #header-box .inner-box h1 a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #header-box .inner-box .bars {
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 2000;
    cursor: pointer;
  }
  #header-box .inner-box .bars .bar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 1px;
    background: #000;
    transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
  }
  #header-box .inner-box .bars .bar-1 {
    margin: -9px 0 0 -13px;
  }
  #header-box .inner-box .bars .bar-2 {
    margin: -1px 0 0 -13px;
  }
  #header-box .inner-box .bars .bar-3 {
    margin: 7px 0 0 -13px;
  }
  #header-box .inner-box .bars.step-1 .bar-1 {
    transform: translate3d(0, 8px, 0);
    -moz-transform: translate3d(0, 8px, 0);
    -webkit-transform: translate3d(0, 8px, 0);
    -ms-transform: translate3d(0, 8px, 0);
    -o-transform: translate3d(0, 8px, 0);
  }
  #header-box .inner-box .bars.step-1 .bar-2 {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  #header-box .inner-box .bars.step-1 .bar-3 {
    transform: translate3d(0, -8px, 0);
    -moz-transform: translate3d(0, -8px, 0);
    -webkit-transform: translate3d(0, -8px, 0);
    -ms-transform: translate3d(0, -8px, 0);
    -o-transform: translate3d(0, -8px, 0);
  }
  #header-box .inner-box .bars.step-2 .bar-1 {
    transform: translate3d(0, 8px, 0) rotate(135deg);
    -moz-transform: translate3d(0, 8px, 0) rotate(135deg);
    -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
    -ms-transform: translate3d(0, 8px, 0) rotate(135deg);
    -o-transform: translate3d(0, 8px, 0) rotate(135deg);
  }
  #header-box .inner-box .bars.step-2 .bar-2 {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  #header-box .inner-box .bars.step-2 .bar-3 {
    transform: translate3d(0, -8px, 0) rotate(135deg);
    -moz-transform: translate3d(0, -8px, 0) rotate(135deg);
    -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
    -ms-transform: translate3d(0, -8px, 0) rotate(135deg);
    -o-transform: translate3d(0, -8px, 0) rotate(135deg);
  }
  #header-box .inner-box .bars.step-2 .bar {
    background: #000;
  }
  #header-box .inner-box #g-nav-box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    overflow: scroll;
    background: rgba(255, 255, 255, 0.85);
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
  }
  #header-box .inner-box #g-nav-box ul {
    padding: 10% 20%;
  }
  #header-box .inner-box #g-nav-box ul li {
    font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: center;
    border-bottom: 1px dashed #000;
  }
  #header-box .inner-box #g-nav-box ul li a {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    padding: 15px 0;
    display: block;
  }
  #header-box .inner-box #g-nav-box ul li a:link, #header-box .inner-box #g-nav-box ul li a:visited, #header-box .inner-box #g-nav-box ul li a:active {
    text-decoration: none;
    color: #000;
  }
  #header-box .inner-box #g-nav-box ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #header-box .inner-box #g-nav-box ul li a.here {
    color: #15923b;
  }
  #header-box .inner-box #g-nav-box .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #header-box .inner-box #g-nav-box.open {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
  }
  /* ------------ tours-box ------------ */
  #tours-box {
    margin: 80px auto 0;
  }
  #tours-box figure.title-01 {
    max-width: 172.5px;
    width: 50%;
    margin: 0 auto;
  }
  #tours-box figure.title-01 img {
    width: 100%;
    vertical-align: bottom;
  }
  #tours-box figure.title-02 {
    max-width: 250px;
    width: 60%;
    margin: 0 auto;
  }
  #tours-box figure.title-02 img {
    width: 100%;
    vertical-align: bottom;
  }
  #tours-box figure.title-03 {
    max-width: 294px;
    width: 60%;
    margin: 0 auto;
  }
  #tours-box figure.title-03 img {
    width: 100%;
    vertical-align: bottom;
  }
  #tours-box figure.illus-01 {
    width: 100%;
    margin: 30px auto 0;
  }
  #tours-box figure.illus-01 img {
    width: 100%;
    vertical-align: bottom;
  }
  #tours-box figure.illus-02 {
    width: 36px;
    margin: 30px auto 0;
  }
  #tours-box figure.illus-02 img {
    width: 100%;
    vertical-align: bottom;
  }
  #tours-box figure.illus-03 {
    width: 70%;
    margin: 30px auto 0;
  }
  #tours-box figure.illus-03 img {
    width: 100%;
    vertical-align: bottom;
  }
  #tours-box figure.illus-04 {
    width: 31px;
    margin: 30px auto 0;
  }
  #tours-box figure.illus-04 img {
    width: 100%;
    vertical-align: bottom;
  }
  #tours-box figure.illus-05 {
    width: 80%;
    margin: 30px auto 0;
  }
  #tours-box figure.illus-05 img {
    width: 100%;
    vertical-align: bottom;
  }
  #tours-box figure.illus-06 {
    width: 11px;
    margin: 30px auto 0;
  }
  #tours-box figure.illus-06 img {
    width: 100%;
    vertical-align: bottom;
  }
  #tours-box figure.illus-07 {
    width: 40%;
    margin: 30px auto 0;
  }
  #tours-box figure.illus-07 img {
    width: 100%;
    vertical-align: bottom;
  }
  #tours-box .wrap-box {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 0 0;
  }
  #tours-box .wrap-box .text-box {
    order: 2;
    width: 90%;
    margin: 20px auto 0;
  }
  #tours-box .wrap-box .text-box h2 {
    font: normal 4.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    font-size: clamp(2.4rem, 4.267vw, 4.6rem);
  }
  #tours-box .wrap-box .text-box p {
    font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 10px 0 0 0;
  }
  #tours-box .wrap-box .text-box p.sub {
    font: normal 1.8rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    margin: 5px 0 0 0;
  }
  #tours-box .wrap-box .text-box .title-box {
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #fff;
    background: #ff0000;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: inline-block;
    padding: 5px 10px;
    margin: 30px 0 0 0;
  }
  #tours-box .wrap-box .text-box figure.concept-no {
    max-width: 56px;
    margin: 0 0 10px 0;
  }
  #tours-box .wrap-box .text-box figure.concept-no img {
    width: 100%;
    vertical-align: bottom;
  }
  #tours-box .wrap-box .text-box figure.concept-no2 {
    max-width: 65px;
    margin: 0 0 10px 0;
  }
  #tours-box .wrap-box .text-box figure.concept-no2 img {
    width: 100%;
    vertical-align: bottom;
  }
  #tours-box .wrap-box .text-box a.button {
    width: 150px;
    padding: 5px;
    margin: 30px 0 0 auto;
    border: 1px solid #15923b;
    display: block;
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #tours-box .wrap-box .text-box a.button:link, #tours-box .wrap-box .text-box a.button:visited, #tours-box .wrap-box .text-box a.button:active {
    text-decoration: none;
    color: #15923b;
  }
  #tours-box .wrap-box .text-box a.button:hover {
    background: #15923b;
    color: #fff;
  }
  #tours-box .wrap-box .text-box a.button:hover::before {
    background-image: url(../img/t-06.png);
  }
  #tours-box .wrap-box .text-box a.button::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../img/t-04.png);
    background-size: contain;
    margin: 0 5px 0 0;
  }
  #tours-box .wrap-box figure {
    order: 1;
    width: 100%;
  }
  #tours-box .wrap-box figure ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #tours-box .wrap-box figure ul li {
    list-style: none;
    width: 33.3333333333%;
  }
  #tours-box .wrap-box figure ul li img {
    width: 100%;
    height: 15vh;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #tours-box .wrap-box figure ul.t-01 li {
    width: 50%;
  }
  #tours-box .wrap-box figure ul.t-01 li img {
    width: 100%;
    height: 15vh;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #tours-box .wrap-box figure ul.t-02 li {
    width: 50%;
  }
  #tours-box .wrap-box figure ul.t-02 li img {
    width: 100%;
    height: 15vh;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #tours-box .wrap-box figure.photo-box {
    width: 100%;
  }
  #tours-box .wrap-box figure.photo-box img {
    width: 100%;
    vertical-align: bottom;
  }
  #tours-box .wrap-box figure.photo-box img:nth-of-type(2) {
    margin: 5px 0 0 0;
  }
  #tours-box .wrap-box .read-box {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
  #tours-box .wrap-box .read-box p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
  }
  #tours-box .wrap-box:nth-of-type(3) {
    margin: 60px 0 0 0;
  }
  #tours-box .example-box {
    width: 90%;
    margin: 50px auto 0;
    text-align: center;
  }
  #tours-box .example-box figure {
    max-width: 100px;
    margin: 0 auto;
  }
  #tours-box .example-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #tours-box .example-box ul {
    margin: -15px 0 0 0;
  }
  #tours-box .example-box ul li {
    list-style: none;
    background: #f5f5f5;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    margin: 20px 0 0 0;
  }
  #tours-box .example-box ul li h3 {
    font: normal 2.6rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    font-size: clamp(1.6rem, 2.798vw, 2.6rem);
    border-bottom: 1px dashed #000;
    padding: 0 0 15px 0;
  }
  #tours-box .example-box ul li h3 br {
    display: none;
  }
  #tours-box .example-box ul li p {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #666;
    margin: 10px 0 0 0;
  }
  #tours-box .example-box ul li:first-child {
    margin: 0;
  }
  #tours-box .example-box.border {
    border-bottom: 1px dashed #000;
    padding: 0 0 50px 0;
    margin: 50px auto 50px;
  }
  #tours-box .element-box {
    width: 90%;
    margin: 30px auto 0;
  }
  #tours-box .element-box .inner-box {
    background: #f2f2f2;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }
  #tours-box .element-box .inner-box h3 {
    font: normal 2.4rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-size: clamp(1.6rem, 2.798vw, 2.6rem);
  }
  #tours-box .element-box .inner-box ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #tours-box .element-box .inner-box ul li {
    list-style: none;
    width: 35%;
    margin: 20px 7% 0;
  }
  #tours-box .element-box .inner-box ul li img {
    width: 100%;
    vertical-align: bottom;
  }
  #tours-box .element-box .inner-box ul li:nth-child(6) {
    width: 100%;
    margin: 0;
  }
  #tours-box .element-box h4 {
    font: normal 2.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-size: clamp(1.6rem, 2.798vw, 2.6rem);
    color: #c93928;
    text-align: center;
    margin: 30px 0 0 0;
  }
  #tours-box .tourslist-box {
    width: 90%;
    margin: 30px auto 0;
  }
  #tours-box .tourslist-box figure {
    max-width: 100px;
    margin: 0 auto;
  }
  #tours-box .tourslist-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box {
    margin: -15px 0 0 0;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li {
    width: 90%;
    margin: 30px auto 0;
    list-style: none;
    border: 1px solid #999;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: #fff;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a:link, #tours-box .tourslist-box ul.tourslist-wrap-box li a:visited, #tours-box .tourslist-box ul.tourslist-wrap-box li a:active {
    text-decoration: none;
    color: #000;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a img {
    width: 100%;
    vertical-align: bottom;
    margin: 20px 0 0 0;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box {
    display: block;
    padding: 15px;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box p {
    font: normal 2.4rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    text-align: left;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box p span {
    font: normal 1.4rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box dl {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    padding: 5px 0;
    align-items: center;
    /*
    &.en{
    display: block;

    dt{
    border-right: none;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #999;
    padding: 5px 0;

    span{
    @include font(1.4, 1.5);
    font-family: $font_mincho;
    font-weight: 700;
    }
    }

    dd{
    padding: 5px 0;
    text-align: left;

    span{
    @include font(1.4, 1.5);
    font-family: $font_mincho;
    font-weight: 700;
    }
    }
    }
    */
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box dl dt {
    border-right: 1px solid #999;
    width: 30%;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box dl dt span {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box dl dd {
    flex: 1;
    text-align: right;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box dl:nth-of-type(1) {
    border-bottom: none;
    margin: 15px 0 0 0;
    align-items: center;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box dl:nth-of-type(1) dt {
    width: 40%;
    border-right: none;
    text-align: left;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box dl:nth-of-type(1) dd {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box dl:nth-of-type(2) {
    border-bottom: none;
    align-items: center;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box dl:nth-of-type(2) dt {
    width: 40%;
    border-right: none;
    text-align: left;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box dl:nth-of-type(2) dd {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box ul.icon-box {
    display: flex;
    justify-content: flex-end;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box ul.icon-box li {
    list-style: none;
    width: auto;
    border: none;
    max-width: 30px;
    margin: 15px 0 0 5px;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box ul.icon-box li img {
    width: 100%;
    vertical-align: bottom;
    margin: 0;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li:first-child {
    margin: 0 auto;
  }
  #tours-box .tour-detail-box {
    width: 90%;
    margin: 30px auto 0;
  }
  #tours-box .tour-detail-box .main-box ul.photo-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #999;
    padding: 0 0 30px 0;
  }
  #tours-box .tour-detail-box .main-box ul.photo-box li {
    width: 32%;
    list-style: none;
  }
  #tours-box .tour-detail-box .main-box ul.photo-box li img {
    width: 100%;
    vertical-align: bottom;
  }
  #tours-box .tour-detail-box .main-box ul.photo-box li:nth-child(n+4) {
    margin: 10px 0 0 0;
  }
  #tours-box .tour-detail-box .main-box ul.icon-box {
    display: flex;
    justify-content: flex-start;
    margin: 10px 0 0 0;
  }
  #tours-box .tour-detail-box .main-box ul.icon-box li {
    list-style: none;
    max-width: 30px;
    margin: 0 5px 0 0;
  }
  #tours-box .tour-detail-box .main-box ul.icon-box li img {
    width: 100%;
    vertical-align: bottom;
  }
  #tours-box .tour-detail-box .main-box .title-box {
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #fff;
    background: #ff0000;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: inline-block;
    padding: 5px 10px;
    margin: 30px 0 0 0;
  }
  #tours-box .tour-detail-box .main-box .title-box + h4 {
    margin: 10px 0 0 0;
  }
  #tours-box .tour-detail-box .main-box h4 {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    margin: 30px 0 0 0;
  }
  #tours-box .tour-detail-box .main-box p {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 10px 0 0 0;
  }
  #tours-box .tour-detail-box .main-box p a:link, #tours-box .tour-detail-box .main-box p a:visited, #tours-box .tour-detail-box .main-box p a:active {
    text-decoration: underline;
    color: #000;
  }
  #tours-box .tour-detail-box .main-box p a:hover {
    text-decoration: none;
  }
  #tours-box .tour-detail-box .main-box hr {
    border: none;
    border-top: 1px solid #999;
    margin: 30px 0;
  }
  #tours-box .tour-detail-box .main-box .youtube-box {
    margin: 30px auto;
    width: 100%;
    aspect-ratio: 16/9;
  }
  #tours-box .tour-detail-box .main-box .youtube-box iframe {
    width: 100%;
    height: 100%;
  }
  #tours-box .tour-detail-box .side-box {
    margin: 50px auto 0;
  }
  #tours-box .tour-detail-box .side-box .box-01 {
    background: #f5f5f5;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 20px;
  }
  #tours-box .tour-detail-box .side-box .box-01 dl:nth-of-type(5) {
    display: block;
  }
  #tours-box .tour-detail-box .side-box .box-01 dl.subject-box {
    display: block;
  }
  #tours-box .tour-detail-box .side-box .box-02 {
    margin: 20px 0 0 0;
  }
  #tours-box .tour-detail-box .side-box .box-02 dl {
    display: block;
  }
  #tours-box .tour-detail-box .side-box dl {
    border-bottom: 1px solid #999;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #tours-box .tour-detail-box .side-box dl dt {
    text-align: left;
    font: normal 1.6rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-weight: 700;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
  }
  #tours-box .tour-detail-box .side-box dl dt span {
    font: normal 1.2rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
  }
  #tours-box .tour-detail-box .side-box dl dd {
    text-align: right;
    font: normal 2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-weight: 700;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
  }
  #tours-box .tour-detail-box .side-box dl dd span {
    font: normal 1.6rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-weight: 700;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
  }
  #tours-box .tour-detail-box .side-box dl dd.text-box {
    font: normal 1.4rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    text-align: left;
    margin: 10px 0 0 0;
  }
  #tours-box .tour-detail-box .side-box dl dd img {
    width: 80%;
    margin: 10px auto;
    display: block;
  }
  #tours-box .tour-detail-box .side-box dl dd.f-01 {
    font: normal 1.8rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-weight: 700;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
  }
  #tours-box .tour-detail-box .side-box dl dd.f-02 {
    font: normal 1.2rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-weight: 700;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    text-align: left;
    margin: 10px 0 0 0;
  }
  /* ------------ mission-box ------------ */
  #mission-box {
    margin: 80px auto 0;
  }
  #mission-box figure.title-01 {
    max-width: 240px;
    width: 50%;
    margin: 0 auto;
  }
  #mission-box figure.title-01 img {
    width: 100%;
    vertical-align: bottom;
  }
  #mission-box .wrap-box {
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0 0 0;
  }
  #mission-box .wrap-box .text-box {
    width: 90%;
    order: 2;
    margin: 30px auto 0;
  }
  #mission-box .wrap-box .text-box h2 {
    font: normal 4.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    font-size: clamp(2.4rem, 4.267vw, 4.6rem);
    margin: 50px 0 0 0;
  }
  #mission-box .wrap-box .text-box h2:first-of-type {
    margin: 0;
  }
  #mission-box .wrap-box .text-box p {
    font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 20px 0 0 0;
  }
  #mission-box .wrap-box .text-box ul {
    display: flex;
    justify-content: flex-start;
    margin: 20px 0 0 0;
  }
  #mission-box .wrap-box .text-box ul li {
    list-style: none;
    width: 50%;
  }
  #mission-box .wrap-box .text-box ul li img {
    width: 100%;
    vertical-align: bottom;
  }
  #mission-box .wrap-box .text-box a.button {
    width: 150px;
    padding: 5px;
    margin: 30px 0 0 auto;
    border: 1px solid #15923b;
    display: block;
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #mission-box .wrap-box .text-box a.button:link, #mission-box .wrap-box .text-box a.button:visited, #mission-box .wrap-box .text-box a.button:active {
    text-decoration: none;
    color: #15923b;
  }
  #mission-box .wrap-box .text-box a.button:hover {
    background: #15923b;
    color: #fff;
  }
  #mission-box .wrap-box .text-box a.button:hover::before {
    background-image: url(../img/t-06.png);
  }
  #mission-box .wrap-box .text-box a.button::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../img/t-04.png);
    background-size: contain;
    margin: 0 5px 0 0;
  }
  #mission-box .wrap-box figure {
    order: 1;
    text-align: center;
    width: 100%;
  }
  #mission-box .wrap-box figure ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #mission-box .wrap-box figure ul li {
    list-style: none;
    width: 33.3333333333%;
  }
  #mission-box .wrap-box figure ul li img {
    width: 100%;
    height: 15vh;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mission-box .wrap-box figure img.i-01 {
    max-width: 300px;
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  #mission-box .wrap-box figure img.i-02 {
    max-width: 400px;
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  #mission-box .wrap-box:first-of-type {
    margin: 30px 0 0 0;
  }
  #mission-box .staff-box {
    width: 90%;
    margin: 50px auto 0;
    text-align: center;
  }
  #mission-box .staff-box figure {
    max-width: 100px;
    margin: 0 auto;
    position: relative;
    z-index: -1;
  }
  #mission-box .staff-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #mission-box .staff-box ul {
    margin: -15px 0 0 0;
  }
  #mission-box .staff-box ul li {
    background: #f5f5f5;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    list-style: none;
    padding: 20px;
  }
  #mission-box .staff-box ul li img {
    max-width: 200px;
    width: 40%;
    vertical-align: bottom;
  }
  #mission-box .staff-box ul li .text-box {
    text-align: left;
  }
  #mission-box .staff-box ul li .text-box p {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #666;
    margin: 10px 0 0 0;
  }
  #mission-box .staff-box ul li .text-box p:first-of-type {
    margin: 10px 0 0 0;
    text-align: center;
  }
  #mission-box .staff-box ul li .text-box h3 {
    font: normal 2.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    text-align: center;
  }
  #mission-box .staff-box ul li .text-box .float-box, #mission-box .staff-box ul li .text-box .float-box-02 {
    margin: 20px 0 0 0;
  }
  #mission-box .staff-box ul li .text-box .float-box .fix-box, #mission-box .staff-box ul li .text-box .float-box-02 .fix-box {
    float: right;
  }
  #mission-box .staff-box ul li .text-box .float-box .i-03, #mission-box .staff-box ul li .text-box .float-box-02 .i-03 {
    float: right;
    clear: both;
    margin: 15px 0 0 15px;
  }
  #mission-box .staff-box ul li .text-box .float-box .i-03 img, #mission-box .staff-box ul li .text-box .float-box-02 .i-03 img {
    width: 150px;
    vertical-align: bottom;
  }
  #mission-box .staff-box ul li .text-box .float-box p, #mission-box .staff-box ul li .text-box .float-box-02 p {
    text-align: left;
  }
  #mission-box .staff-box ul li:nth-child(2) {
    margin: 30px 0 0 0;
  }
  /* ------------ contact-box ------------ */
  #contact-box {
    width: 90%;
    margin: 80px auto 0;
  }
  #contact-box figure.title-01 {
    max-width: 240px;
    width: 50%;
    margin: 0 auto;
  }
  #contact-box figure.title-01 img {
    width: 100%;
    vertical-align: bottom;
  }
  #contact-box h2 {
    font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 30px 0 0 0;
  }
  #contact-box h3 {
    font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    margin: 50px 0 0 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #000;
  }
  #contact-box dl {
    border-bottom: 1px solid #ddd;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    padding: 20px 0;
  }
  #contact-box dl dt {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-weight: 700;
    text-align: left;
  }
  #contact-box dl dt .iconrequire {
    font: normal 1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    background-color: #FD4C4B;
    color: #fff;
    margin: 0 5px 0 0;
    padding: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
  }
  #contact-box dl dd {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    text-align: left;
    margin: 10px 0 0 0;
  }
  #contact-box dl dd select {
    width: 100%;
    height: 50px;
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: none;
    box-sizing: border-box;
    color: #000;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 0 10px;
    box-sizing: border-box;
  }
  #contact-box dl dd textarea {
    width: 100%;
    height: 300px;
    border: 1px solid #ddd;
    padding: 10px;
    resize: none;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-sizing: border-box;
  }
  #contact-box dl dd textarea::-moz-placeholder {
    color: #999;
  }
  #contact-box dl dd textarea::placeholder {
    color: #999;
  }
  #contact-box dl dd textarea:-ms-input-placeholder {
    color: #999;
  }
  #contact-box dl dd input[type=text] {
    width: 100%;
    border: 1px solid #ddd;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  #contact-box dl dd input[type=text].w30 {
    width: 100%;
  }
  #contact-box dl dd input[type=text]::-moz-placeholder {
    color: #999;
  }
  #contact-box dl dd input[type=text]::placeholder {
    color: #999;
  }
  #contact-box dl dd input[type=text]:-ms-input-placeholder {
    color: #999;
  }
  #contact-box dl dd input:focus {
    outline: none;
  }
  #contact-box .submit-box {
    text-align: center;
    margin: 30px 0 0 0;
  }
  #contact-box .submit-box p {
    font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    text-align: left;
  }
  #contact-box .submit-box p a:link, #contact-box .submit-box p a:visited, #contact-box .submit-box p a:active {
    text-decoration: underline;
    color: #000;
  }
  #contact-box .submit-box p a:hover {
    text-decoration: none;
  }
  #contact-box .submit-box .submit-button {
    max-width: 350px;
    width: 100%;
    padding: 15px 0;
    margin: 30px auto 0;
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #15923b;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
    display: block;
  }
  #contact-box .submit-box .submit-button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #contact-box .submit-box .back-button {
    width: 350px;
    width: 100%;
    padding: 15px 0;
    margin: 30px auto 0;
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #000;
    text-align: center;
    background-color: #dcdcdc;
    border-style: none;
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
    display: block;
  }
  #contact-box .submit-box .back-button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #contact-box .submit-box .agree-box {
    display: block;
    text-align: center;
    cursor: pointer;
    margin: 20px 0 0 0;
  }
  #contact-box .submit-box .agree-box span {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    vertical-align: middle;
  }
  #contact-box .submit-box .agree-box input.mark {
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
  }
  /* ------------ privacy-box ------------ */
  #privacy-box {
    padding: 5%;
    box-sizing: border-box;
  }
  #privacy-box h2 {
    font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #000;
  }
  #privacy-box h3 {
    font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 30px 0 0 0;
    border-bottom: 1px solid #ddd;
  }
  #privacy-box p {
    font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 15px 0 0 0;
  }
  #privacy-box ul {
    margin: 20px 0 0 10px;
  }
  #privacy-box ul li {
    list-style: none;
    font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
  }
  #privacy-box ul li a:link, #privacy-box ul li a:visited, #privacy-box ul li a:active {
    text-decoration: underline;
    color: #000;
  }
  #privacy-box ul li a:hover {
    text-decoration: none;
  }
  /* ------------ training-box ------------ */
  #training-box #training-header {
    text-align: left;
  }
  #training-box #training-header h1 {
    text-indent: -9999px;
  }
  #training-box #training-header h1 a {
    background: url(../training/img/01@2x.png) no-repeat;
    background-size: contain;
    width: 42px;
    height: 65px;
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    margin: 15px auto;
  }
  #training-box #training-header h1 a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #training-box #training-header figure {
    width: 100%;
  }
  #training-box #training-header figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #training-box #training-header p {
    width: 90%;
    font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-weight: 700;
    margin: 20px auto 0;
  }
  #training-box #training-header p br {
    display: none;
  }
  #training-box #box-01 {
    width: 90%;
    margin: 0 auto;
  }
  #training-box #box-01 .wrap-box {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 0 0;
  }
  #training-box #box-01 .wrap-box .text-box {
    order: 2;
    margin: 20px 0 0 0;
  }
  #training-box #box-01 .wrap-box .text-box h2 {
    font: normal 2.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
  }
  #training-box #box-01 .wrap-box .text-box h2 span:nth-of-type(1) {
    color: #6d882f;
  }
  #training-box #box-01 .wrap-box .text-box h2 span:nth-of-type(2) {
    color: #e38d19;
  }
  #training-box #box-01 .wrap-box .text-box h2 span:nth-of-type(3) {
    color: #fcbe06;
  }
  #training-box #box-01 .wrap-box .text-box h2 span:nth-of-type(4) {
    color: #dc5a1c;
  }
  #training-box #box-01 .wrap-box .text-box h2 span:nth-of-type(5) {
    color: #c93928;
  }
  #training-box #box-01 .wrap-box .text-box h2 span:nth-of-type(6) {
    color: #2582ff;
  }
  #training-box #box-01 .wrap-box .text-box p {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 15px 0 0 0;
  }
  #training-box #box-01 .wrap-box figure {
    width: 100%;
    order: 1;
  }
  #training-box #box-01 .wrap-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #training-box #box-02 {
    width: 90%;
    margin: 50px auto 0;
    padding: 50px 0 0 0;
    text-align: center;
    border-top: 1px dotted #000;
  }
  #training-box #box-02 h3 {
    font: normal 2.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
  }
  #training-box #box-02 ul.tab-box {
    display: flex;
    justify-content: flex-start;
    margin: 30px 0 0 0;
    z-index: 1;
    position: relative;
  }
  #training-box #box-02 ul.tab-box li {
    list-style: none;
    font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    position: relative;
    background: #f0eccd;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border: 1px solid #000;
  }
  #training-box #box-02 ul.tab-box li a {
    display: block;
    padding: 10px 25px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #training-box #box-02 ul.tab-box li a:link, #training-box #box-02 ul.tab-box li a:visited, #training-box #box-02 ul.tab-box li a:active {
    text-decoration: none;
  }
  #training-box #box-02 ul.tab-box li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #training-box #box-02 ul.tab-box li.active {
    border-bottom: none;
  }
  #training-box #box-02 ul.tab-box li:nth-child(1) a:link, #training-box #box-02 ul.tab-box li:nth-child(1) a:visited, #training-box #box-02 ul.tab-box li:nth-child(1) a:active {
    color: #0b4497;
  }
  #training-box #box-02 ul.tab-box li:nth-child(2) {
    margin: 0 0 0 10px;
  }
  #training-box #box-02 ul.tab-box li:nth-child(2) a:link, #training-box #box-02 ul.tab-box li:nth-child(2) a:visited, #training-box #box-02 ul.tab-box li:nth-child(2) a:active {
    color: #006e2c;
  }
  #training-box #box-02 .area-box {
    background: #f0eccd;
    border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    -ms-border-radius: 0 5px 5px 5px;
    -o-border-radius: 0 5px 5px 5px;
    padding: 10px;
    border: 1px solid #000;
    margin: -1px 0 0 0;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  #training-box #box-02 .area-box dl {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: left;
  }
  #training-box #box-02 .area-box dl dt {
    background: #0b4497;
    color: #fff;
    display: inline-block;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 3px 0;
    margin: 0 0 10px 0;
    width: 90px;
    text-align: center;
  }
  #training-box #box-02 .area-box dl dd {
    text-align: left;
  }
  #training-box #box-02 .area-box dl:nth-of-type(2) {
    margin: 20px 0 0 0;
  }
  #training-box #box-02 .area-box .table-wrap-box {
    width: 100%;
    overflow-x: scroll;
  }
  #training-box #box-02 .area-box .table-wrap-box table {
    width: 800px;
    margin: 20px 0 0 0;
    font: normal 1.3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: left;
    border: 2px solid #726f56;
  }
  #training-box #box-02 .area-box .table-wrap-box table tr {
    padding: 10px;
    background: #fff;
  }
  #training-box #box-02 .area-box .table-wrap-box table tr.bg-01 {
    background: #fffeee;
  }
  #training-box #box-02 .area-box .table-wrap-box table tr:nth-of-type(1) td:nth-of-type(1) {
    white-space: nowrap;
  }
  #training-box #box-02 .area-box .table-wrap-box table tr:nth-of-type(1) td:nth-of-type(2) {
    white-space: nowrap;
  }
  #training-box #box-02 .area-box .table-wrap-box table tr:nth-of-type(1) td:nth-of-type(3) {
    width: 20%;
  }
  #training-box #box-02 .area-box .table-wrap-box table tr:nth-of-type(1) td:nth-of-type(4) {
    width: 25%;
  }
  #training-box #box-02 .area-box .table-wrap-box table tr:nth-of-type(odd) td:nth-of-type(1) {
    font-weight: 700;
  }
  #training-box #box-02 .area-box .table-wrap-box table tr:nth-of-type(odd) td:nth-of-type(2) {
    font-weight: 700;
  }
  #training-box #box-02 .area-box .table-wrap-box table tr:nth-of-type(odd) td:nth-of-type(3) {
    font-weight: 700;
  }
  #training-box #box-02 .area-box .table-wrap-box table th {
    font: normal 1.3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: center;
    background: #726f56;
    font-weight: 700;
    width: 40px;
    color: #fff;
    writing-mode: vertical-lr;
  }
  #training-box #box-02 .area-box .table-wrap-box table td {
    padding: 10px;
    border-right: 1px solid #726f56;
    border-bottom: 1px solid #726f56;
    vertical-align: top;
  }
  #training-box #box-02 .area-box.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
  }
  @keyframes displayAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  #training-box #box-02 .area-box.c-01 dl dt {
    background: #006e2c;
  }
  #training-box #box-02 p {
    font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: left;
    color: #000;
    margin: 10px 0 0 0;
  }
  #training-box #box-03 {
    width: 90%;
    margin: 0 auto;
  }
  #training-box #box-03 h4 {
    font: normal 2.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    text-align: left;
    color: #d53928;
    margin: 30px 0 0 0;
  }
  #training-box #box-03 p {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: left;
    color: #000;
    margin: 10px 0 0 0;
  }
  #training-box #box-03 .wrap-box {
    margin: 30px 0 0 0;
    border-top: 1px dotted #000;
    padding: 30px 0 0 0;
  }
  #training-box #box-03 .wrap-box figure {
    max-width: 200px;
    width: 40%;
    margin: 0 auto;
  }
  #training-box #box-03 .wrap-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #training-box #box-03 .wrap-box .text-box {
    margin: 20px 0 0 0;
  }
  #training-box #box-03 .wrap-box .text-box p {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 20px 0 0 0;
  }
  #training-box #box-03 .wrap-box .text-box p.name {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 0;
    font-weight: 700;
    text-align: center !important;
  }
  /* ------------ namecard-box ------------ */
  #namecard-box {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
  }
  #namecard-box figure {
    width: 100%;
  }
  #namecard-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #namecard-box ul {
    margin: 20px 0 0 0;
  }
  #namecard-box ul li {
    list-style: none;
    color: #000;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #namecard-box ul li p {
    font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    width: 100%;
  }
  #namecard-box ul li h1 {
    font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    width: 100%;
    margin: 5px 0 0 0;
  }
  #namecard-box ul li:nth-child(2) {
    font-weight: 700;
  }
  #namecard-box ul li a:link, #namecard-box ul li a:visited, #namecard-box ul li a:active {
    text-decoration: none;
    color: #000;
  }
  #namecard-box ul li a:hover {
    text-decoration: underline;
  }
  #namecard-box ul li .title {
    width: 20%;
  }
  #namecard-box ul li .number {
    width: 80%;
  }
  /* ------------ page-top ------------ */
  #page-top {
    width: 30px;
    height: 30px;
    position: fixed;
    right: -50px;
    bottom: 50px;
    background: #15923b;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 10;
  }
  #page-top a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #page-top a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #page-top a::before {
    content: "arrow_drop_up";
    font-size: 30px;
    color: #fff;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2000;
    text-align: center;
  }
  /* ------------ scrolltrigger ------------ */
  .visible, .invisible {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .visible {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .invisible.translate-01 {
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
  }
  .visible.translate-01 {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
/* ------------ //SP ------------ */
/* ------------ PC ------------ */
@media screen and (min-width: 769px) {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%;
    font-feature-settings: "palt";
  }
  /* ------------ material-i ------------ */
  .material-i, #page-top a::before {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
    vertical-align: middle;
  }
  /* ------------ top-loaderbg ------------ */
  #top-loaderbg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3000;
    text-align: center;
  }
  #top-loaderbg #loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -12px;
    z-index: 4000;
  }
  #top-loaderbg #loader .loader {
    width: 24px;
    height: 24px;
    border-top: 2px solid #15923b;
    border-bottom: 2px solid #15923b;
    border-right: 2px solid #51c875;
    border-left: 2px solid #51c875;
    animation: loader_01 0.5s ease infinite;
    border-radius: 100%;
  }
  @keyframes loader_01 {
    to {
      transform: rotate(180deg);
    }
  }
  /* ------------ top-eyecatch-box ------------ */
  #top-eyecatch-box {
    padding: 2% 5%;
    box-sizing: border-box;
  }
  #top-eyecatch-box #top-header-box {
    position: relative;
    z-index: 30;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #top-eyecatch-box #top-header-box h1 {
    text-indent: -9999px;
    background: url(../img/t-01@2x.png) no-repeat;
    background-size: contain;
    width: 136px;
    height: 50px;
    display: block;
    display: none;
  }
  #top-eyecatch-box #top-header-box #g-nav-box {
    flex: 1;
    display: none;
  }
  #top-eyecatch-box #top-header-box #g-nav-box ul {
    display: flex;
    justify-content: flex-end;
  }
  #top-eyecatch-box #top-header-box #g-nav-box ul li {
    font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin: 0 10px;
    text-shadow: 0 0 5px #000;
  }
  #top-eyecatch-box #top-header-box #g-nav-box ul li a {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  #top-eyecatch-box #top-header-box #g-nav-box ul li a:link, #top-eyecatch-box #top-header-box #g-nav-box ul li a:visited, #top-eyecatch-box #top-header-box #g-nav-box ul li a:active {
    text-decoration: none;
    color: #fff;
  }
  #top-eyecatch-box #top-header-box #g-nav-box ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #top-eyecatch-box #top-header-box #g-nav-box ul li:nth-child(8) a {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  #top-eyecatch-box #top-header-box #g-nav-box ul li:nth-child(8) a:link, #top-eyecatch-box #top-header-box #g-nav-box ul li:nth-child(8) a:visited, #top-eyecatch-box #top-header-box #g-nav-box ul li:nth-child(8) a:active {
    text-decoration: none;
  }
  #top-eyecatch-box #top-header-box #g-nav-box ul li:nth-child(8) a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #top-eyecatch-box #top-header-box #g-nav-box ul li:nth-child(8) a img {
    width: 18px;
    vertical-align: middle;
  }
  #top-eyecatch-box #top-header-box #g-nav-box ul li:last-child {
    display: none;
  }
  #top-eyecatch-box #top-header-box #bars {
    display: none;
  }
  #top-eyecatch-box figure.i-01 {
    position: absolute;
    z-index: 20;
    max-width: 622px;
    width: 80%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  #top-eyecatch-box figure.i-01 img {
    width: 100%;
    vertical-align: auto;
    position: absolute;
    top: 47%;
    transform: translate(0, -47%);
  }
  #top-eyecatch-box figure.i-01.zoom {
    animation: title 0.4s linear 0s normal both;
  }
  #top-eyecatch-box figure.i-02 {
    position: absolute;
    z-index: 30;
    max-width: 102px;
    width: 30%;
    left: 0;
    right: 0;
    bottom: 35px;
    margin: 0 auto;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  #top-eyecatch-box figure.i-02 img {
    width: 100%;
    vertical-align: auto;
  }
  #top-eyecatch-box figure.i-02.zoom {
    animation: title 0.4s linear 0s normal both;
  }
  #top-eyecatch-box .flexslider {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    margin: 0;
    z-index: 10;
  }
  #top-eyecatch-box .flexslider ul.slides li {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #top-eyecatch-box .flexslider ul.slides li img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    position: relative;
    transform: scale(1.08);
  }
  #top-eyecatch-box .flexslider ul.slides li.flex-active-slide img {
    animation: zoom-in 6s linear 0s normal both;
  }
  #top-eyecatch-box .flexslider .flex-control-nav {
    display: none;
  }
  @keyframes zoom-in {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.08);
    }
  }
  @keyframes title {
    0% {
      transform: scale(0.95);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  /* ------------ top-concept-box ------------ */
  #top-concept-box .wrap-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    /* ------------ 202511 ------------ */
  }
  #top-concept-box .wrap-box .text-box {
    width: 40%;
    margin: 0 auto;
  }
  #top-concept-box .wrap-box .text-box h2 {
    font: normal 4.6rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    font-size: clamp(2.4rem, 4.267vw, 4.6rem);
  }
  #top-concept-box .wrap-box .text-box p {
    font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 30px 0 0 0;
  }
  #top-concept-box .wrap-box figure {
    width: 50%;
  }
  #top-concept-box .wrap-box figure ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #top-concept-box .wrap-box figure ul li {
    list-style: none;
  }
  #top-concept-box .wrap-box figure ul li:first-child {
    width: 100%;
  }
  #top-concept-box .wrap-box figure ul li:first-child img {
    width: 100%;
    height: 390px;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #top-concept-box .wrap-box figure ul li:nth-child(2), #top-concept-box .wrap-box figure ul li:nth-child(3) {
    width: 50%;
  }
  #top-concept-box .wrap-box figure ul li:nth-child(2) img, #top-concept-box .wrap-box figure ul li:nth-child(3) img {
    width: 100%;
    height: 400px;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #top-concept-box .wrap-box a.button {
    width: 180px;
    padding: 10px;
    margin: 30px 0 0 auto;
    border: 1px solid #15923b;
    display: block;
    font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #top-concept-box .wrap-box a.button:link, #top-concept-box .wrap-box a.button:visited, #top-concept-box .wrap-box a.button:active {
    text-decoration: none;
    color: #15923b;
  }
  #top-concept-box .wrap-box a.button:hover {
    background: #15923b;
    color: #fff;
  }
  #top-concept-box .wrap-box a.button:hover::before {
    background-image: url(../img/t-06.png);
  }
  #top-concept-box .wrap-box a.button::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 17px;
    background-image: url(../img/t-04.png);
    background-size: contain;
    vertical-align: middle;
    margin: 0 5px 0 0;
  }
  #top-concept-box .wrap-box.rev .text-box {
    order: 2;
  }
  #top-concept-box .wrap-box.rev figure {
    order: 1;
  }
  #top-concept-box .wrap-box:first-of-type {
    margin: 50px 0 0 0;
  }
  #top-concept-box .wrap-box.en-new-01 .text-box p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #top-concept-box .wrap-box.en-new-02 .text-box p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #top-concept-box .wrap-box.en-new-02 figure {
    width: 50%;
  }
  #top-concept-box .wrap-box.en-new-02 figure ul li {
    list-style: none;
    width: 100%;
  }
  #top-concept-box .wrap-box.en-new-03 .text-box p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #top-concept-box .wrap-box.en-new-03 figure ul li:first-child {
    width: 100%;
  }
  #top-concept-box .wrap-box.en-new-03 figure ul li:first-child img {
    width: 100%;
    height: 420px;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #top-concept-box .wrap-box.en-new-03 figure ul li:nth-child(2), #top-concept-box .wrap-box.en-new-03 figure ul li:nth-child(3) {
    width: 50%;
  }
  #top-concept-box .wrap-box.en-new-03 figure ul li:nth-child(2) img, #top-concept-box .wrap-box.en-new-03 figure ul li:nth-child(3) img {
    width: 100%;
    height: 400px;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* ------------ top-about-box ------------ */
  #top-about-box {
    width: 70%;
    text-align: right;
    margin: 150px auto 0;
  }
  #top-about-box h3 {
    font: normal 3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.5rem;
    text-align: center;
  }
  #top-about-box dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: left;
    margin: 50px 0 0 0;
  }
  #top-about-box dl dt {
    width: 20%;
    border-bottom: 1px solid #000;
    padding: 12px 0;
    font-weight: 700;
  }
  #top-about-box dl dt:first-of-type {
    border-top: 1px solid #000;
  }
  #top-about-box dl dt:last-of-type {
    border-bottom: none;
  }
  #top-about-box dl dd {
    width: 80%;
    border-bottom: 1px solid #000;
    padding: 12px 0 12px 5%;
    box-sizing: border-box;
  }
  #top-about-box dl dd:first-of-type {
    border-top: 1px solid #000;
  }
  #top-about-box dl dd:last-of-type {
    border-bottom: none;
  }
  #top-about-box a.button {
    width: 180px;
    padding: 10px;
    margin: 30px 20px 0 0;
    border: 1px solid #15923b;
    display: inline-block;
    font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #top-about-box a.button:link, #top-about-box a.button:visited, #top-about-box a.button:active {
    text-decoration: none;
    color: #15923b;
  }
  #top-about-box a.button:hover {
    background: #15923b;
    color: #fff;
  }
  #top-about-box a.button:hover::before {
    background-image: url(../img/t-06.png);
  }
  #top-about-box a.button::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 17px;
    background-image: url(../img/t-04.png);
    background-size: contain;
    vertical-align: middle;
    margin: 0 5px 0 0;
  }
  /* ------------ 202511 ------------ */
  #top-concept-box .wrap-box.en-new-01 .text-box p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #top-concept-box .wrap-box.en-new-02 .text-box p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #top-concept-box .wrap-box.en-new-02 figure {
    width: 50%;
  }
  #top-concept-box .wrap-box.en-new-02 figure ul li {
    list-style: none;
    width: 100%;
  }
  #top-concept-box .wrap-box.en-new-03 .text-box p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #top-concept-box .wrap-box.en-new-03 figure ul li:first-child {
    width: 100%;
  }
  #top-concept-box .wrap-box.en-new-03 figure ul li:first-child img {
    width: 100%;
    height: 420px;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #top-concept-box .wrap-box.en-new-03 figure ul li:nth-child(2), #top-concept-box .wrap-box.en-new-03 figure ul li:nth-child(3) {
    width: 50%;
  }
  #top-concept-box .wrap-box.en-new-03 figure ul li:nth-child(2) img, #top-concept-box .wrap-box.en-new-03 figure ul li:nth-child(3) img {
    width: 100%;
    height: 400px;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* ------------ top-okinawa-box ------------ */
  #top-okinawa-box {
    background: #f0f0d6;
    margin: 100px 0 0 0;
    text-align: center;
    padding: 80px 0;
  }
  #top-okinawa-box h3 {
    font: normal 7rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
  }
  #top-okinawa-box h3 + p {
    font: normal 2rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    letter-spacing: 10px;
    margin: 20px 0 0 0;
  }
  #top-okinawa-box .wrap-box {
    max-width: 1000px;
    width: 90%;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #top-okinawa-box .wrap-box p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    text-align: left;
  }
  #top-okinawa-box .wrap-box .l-box {
    width: 45%;
  }
  #top-okinawa-box .wrap-box .l-box figure img {
    max-width: 100%;
    vertical-align: bottom;
    margin: 60px 0 0 0;
  }
  #top-okinawa-box .wrap-box .r-box {
    width: 45%;
  }
  #top-okinawa-box .wrap-box .r-box p {
    margin: 60px 0 0 0;
  }
  #top-okinawa-box .wrap-box .r-box figure img {
    max-width: 100%;
    vertical-align: bottom;
  }
  /* ------------ top-oursignature-box ------------ */
  #top-oursignature-box {
    max-width: 1000px;
    width: 90%;
    text-align: center;
    padding: 80px 0;
    margin: 0 auto;
  }
  #top-oursignature-box h3 {
    font: normal 7rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
  }
  #top-oursignature-box h3 + p {
    font: normal 2rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 20px 0 0 0;
  }
  #top-oursignature-box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0 0 0;
  }
  #top-oursignature-box ul li {
    list-style: none;
    width: 22%;
    text-align: left;
  }
  #top-oursignature-box ul li p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
  }
  #top-oursignature-box ul li p.number {
    font: normal 10rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
  }
  #top-oursignature-box ul li p.title {
    font: normal 2.4rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
  }
  #top-oursignature-box ul li img {
    width: 100%;
    vertical-align: bottom;
    margin: 15px 0;
  }
  #top-oursignature-box ul li:nth-child(1) {
    margin: 50px 0 0 0;
  }
  #top-oursignature-box ul li:nth-child(3) {
    margin: 50px 0 0 0;
  }
  #top-oursignature-box a.button {
    width: 180px;
    padding: 10px;
    margin: 30px 0 0 auto;
    border: 1px solid #15923b;
    display: block;
    font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #top-oursignature-box a.button:link, #top-oursignature-box a.button:visited, #top-oursignature-box a.button:active {
    text-decoration: none;
    color: #15923b;
  }
  #top-oursignature-box a.button:hover {
    background: #15923b;
    color: #fff;
  }
  #top-oursignature-box a.button:hover::before {
    background-image: url(../img/t-06.png);
  }
  #top-oursignature-box a.button::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 17px;
    background-image: url(../img/t-04.png);
    background-size: contain;
    vertical-align: middle;
    margin: 0 5px 0 0;
  }
  /* ------------ top-voices-box ------------ */
  #top-voices-box {
    background: #6d882f;
    text-align: center;
    padding: 80px 0;
  }
  #top-voices-box h3 {
    font: normal 7rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #fff;
  }
  #top-voices-box .wrap-box {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #top-voices-box .wrap-box ul {
    width: 47%;
    text-align: left;
  }
  #top-voices-box .wrap-box ul li {
    list-style: none;
    margin: 30px 0 0 0;
    border: 1px solid #fff;
    padding: 25px;
    box-sizing: border-box;
  }
  #top-voices-box .wrap-box ul li p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
  }
  #top-voices-box .wrap-box ul li p.name {
    text-align: right;
    margin: 20px 0 0 0;
  }
  #top-voices-box .wrap-box .r-box {
    width: 47%;
  }
  #top-voices-box .wrap-box .r-box p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    text-align: left;
    margin: 30px 0 0 0;
  }
  #top-voices-box .wrap-box .r-box figure.i-01 {
    margin: 30px 0 0 0;
  }
  #top-voices-box .wrap-box .r-box figure.i-01 img {
    max-width: 100%;
    vertical-align: bottom;
  }
  #top-voices-box .wrap-box .r-box figure.i-02 {
    margin: 40px 0 0 0;
  }
  #top-voices-box .wrap-box .r-box figure.i-02 img {
    max-width: 100%;
    vertical-align: bottom;
  }
  #top-voices-box .wrap-box .r-box figure.i-03 {
    margin: 20px 0 0 auto;
    max-width: 24px;
  }
  #top-voices-box .wrap-box .r-box figure.i-03 img {
    width: 100%;
    vertical-align: bottom;
  }
  /* ------------ top-instagram-box ------------ */
  #top-instagram-box {
    background: #f0f0d6;
    text-align: center;
    padding: 80px 0;
  }
  #top-instagram-box .wrap-box {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  #top-instagram-box .wrap-box figure {
    max-width: 202px;
  }
  #top-instagram-box .wrap-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #top-instagram-box .wrap-box .text-box {
    text-align: left;
    flex: 1;
    margin: 0 0 0 30px;
  }
  #top-instagram-box .wrap-box .text-box h5 {
    font: normal 5.6rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
  }
  #top-instagram-box .wrap-box .text-box h5 + p {
    font: normal 2.4rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #000;
    margin: 10px 0 0 0;
  }
  #top-instagram-box .wrap-box .text-box p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 10px 0 0 0;
  }
  #top-instagram-box ul {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #top-instagram-box ul li {
    list-style: none;
    width: 30%;
    margin: 40px 0 0 0;
  }
  #top-instagram-box ul li img {
    width: 100%;
    vertical-align: bottom;
  }
  #top-instagram-box ul li p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 10px 0 0 0;
  }
  #top-instagram-box ul li a {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  #top-instagram-box ul li a:link, #top-instagram-box ul li a:visited, #top-instagram-box ul li a:active {
    text-decoration: none;
  }
  #top-instagram-box ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #top-instagram-box ul a.button {
    width: 180px;
    padding: 10px;
    margin: 60px 0 0 auto;
    border: 1px solid #15923b;
    display: block;
    font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #top-instagram-box ul a.button:link, #top-instagram-box ul a.button:visited, #top-instagram-box ul a.button:active {
    text-decoration: none;
    color: #15923b;
  }
  #top-instagram-box ul a.button:hover {
    background: #15923b;
    color: #fff;
  }
  #top-instagram-box ul a.button:hover::before {
    background-image: url(../img/t-06.png);
  }
  #top-instagram-box ul a.button::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 17px;
    background-image: url(../img/t-04.png);
    background-size: contain;
    vertical-align: middle;
    margin: 0 5px 0 0;
  }
  /* ------------ top-collaborations-box ------------ */
  #top-collaborations-box {
    text-align: center;
    padding: 100px 0;
    border-bottom: 1px solid #000;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
  }
  #top-collaborations-box h3 {
    font: normal 2.8rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #000;
    letter-spacing: 5px;
  }
  #top-collaborations-box ul {
    max-width: 1000px;
    width: 90%;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  #top-collaborations-box ul li {
    list-style: none;
    width: 30%;
    margin: 30px 0 0 0;
  }
  #top-collaborations-box ul li img {
    max-width: 100%;
    vertical-align: bottom;
    margin: 0 auto;
  }
  /* ------------ concept-box ------------ */
  #concept-box {
    margin: 150px auto 0;
  }
  #concept-box figure.title-01 {
    max-width: 345px;
    width: 60%;
    margin: 0 auto;
  }
  #concept-box figure.title-01 img {
    width: 100%;
    vertical-align: bottom;
  }
  #concept-box figure.title-02 {
    max-width: 516px;
    width: 60%;
    margin: 0 auto;
  }
  #concept-box figure.title-02 img {
    width: 100%;
    vertical-align: bottom;
  }
  #concept-box figure.title-03 {
    max-width: 588px;
    width: 60%;
    margin: 0 auto;
  }
  #concept-box figure.title-03 img {
    width: 100%;
    vertical-align: bottom;
  }
  #concept-box figure.illus-01 {
    max-width: 915px;
    margin: 30px auto 0;
  }
  #concept-box figure.illus-01 img {
    width: 100%;
    vertical-align: bottom;
  }
  #concept-box figure.sp {
    display: none;
  }
  #concept-box .wrap-box {
    max-width: 1100px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 50px auto;
  }
  #concept-box .wrap-box .text-box {
    width: 40%;
    margin: 0 5% 0 auto;
  }
  #concept-box .wrap-box .text-box h2 {
    font: normal 4.6rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    font-size: clamp(2.4rem, 4.267vw, 4.6rem);
  }
  #concept-box .wrap-box .text-box h2 + p {
    font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    margin: 10px 0 0 0;
  }
  #concept-box .wrap-box .text-box p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 20px 0 0 0;
  }
  #concept-box .wrap-box .text-box p.sub {
    font: normal 2.8rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    margin: 10px 0 0 0;
  }
  #concept-box .wrap-box .text-box .title-box {
    font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #fff;
    background: #ff0000;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: inline-block;
    padding: 10px 20px;
    margin: 30px 0 0 0;
  }
  #concept-box .wrap-box .text-box figure.concept-no {
    max-width: 112px;
    margin: 0 0 20px 0;
  }
  #concept-box .wrap-box .text-box figure.concept-no img {
    width: 100%;
    vertical-align: bottom;
  }
  #concept-box .wrap-box .text-box figure.concept-no2 {
    max-width: 129px;
    margin: 0 0 20px 0;
  }
  #concept-box .wrap-box .text-box figure.concept-no2 img {
    width: 100%;
    vertical-align: bottom;
  }
  #concept-box .wrap-box .text-box a.button {
    width: 180px;
    padding: 10px;
    margin: 30px 0 0 auto;
    border: 1px solid #15923b;
    display: block;
    font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #concept-box .wrap-box .text-box a.button:link, #concept-box .wrap-box .text-box a.button:visited, #concept-box .wrap-box .text-box a.button:active {
    text-decoration: none;
    color: #15923b;
  }
  #concept-box .wrap-box .text-box a.button:hover {
    background: #15923b;
    color: #fff;
  }
  #concept-box .wrap-box .text-box a.button:hover::before {
    background-image: url(../img/t-06.png);
  }
  #concept-box .wrap-box .text-box a.button::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 17px;
    background-image: url(../img/t-04.png);
    background-size: contain;
    vertical-align: middle;
    margin: 0 5px 0 0;
  }
  #concept-box .wrap-box figure {
    width: 55%;
  }
  #concept-box .wrap-box figure ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #concept-box .wrap-box figure ul li {
    list-style: none;
  }
  #concept-box .wrap-box figure ul li:first-child {
    width: 100%;
  }
  #concept-box .wrap-box figure ul li:first-child img {
    width: 100%;
    height: 370px;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #concept-box .wrap-box figure ul li:nth-child(2), #concept-box .wrap-box figure ul li:nth-child(3) {
    width: 50%;
    box-sizing: border-box;
    border-top: 10px solid #fff;
  }
  #concept-box .wrap-box figure ul li:nth-child(2) img, #concept-box .wrap-box figure ul li:nth-child(3) img {
    width: 100%;
    height: 280px;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
    box-sizing: border-box;
  }
  #concept-box .wrap-box figure ul li:nth-child(2) {
    border-right: 5px solid #fff;
  }
  #concept-box .wrap-box figure ul li:nth-child(3) {
    border-left: 5px solid #fff;
  }
  #concept-box .wrap-box.rev .text-box {
    order: 2;
    width: 40%;
    margin: 0 auto 0 5%;
  }
  #concept-box .wrap-box.rev figure {
    order: 1;
  }
  #concept-box .wrap-box.en-new-01 .text-box p {
    margin: 0;
  }
  #concept-box .wrap-box.en-new-01 figure {
    width: 55%;
  }
  #concept-box .wrap-box.en-new-01 figure ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #concept-box .wrap-box.en-new-01 figure ul li {
    width: 50%;
    list-style: none;
    border-top: none;
    box-sizing: border-box;
  }
  #concept-box .wrap-box.en-new-01 figure ul li img {
    width: 100%;
    height: 220px;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #concept-box .wrap-box.en-new-01 figure ul li:nth-child(1) {
    border-right: 5px solid #fff;
  }
  #concept-box .wrap-box.en-new-01 figure ul li:nth-child(2) {
    border-left: 5px solid #fff;
  }
  #concept-box .wrap-box.en-new-02 .text-box {
    margin: -120px 0 0 0;
  }
  #concept-box .wrap-box.en-new-02 figure img {
    width: 100%;
    vertical-align: bottom;
    margin: 0 0 10px 0;
  }
  #concept-box .element-box {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
  }
  #concept-box .element-box .inner-box {
    background: #f2f2f2;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin: 60px 0 0 0;
    padding: 40px;
    box-sizing: border-box;
    text-align: center;
  }
  #concept-box .element-box .inner-box h3 {
    font: normal 2.6rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-size: clamp(1.6rem, 2.798vw, 2.6rem);
  }
  #concept-box .element-box .inner-box ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #concept-box .element-box .inner-box ul li {
    list-style: none;
    width: 18%;
    margin: 30px 1% 0;
  }
  #concept-box .element-box .inner-box ul li img {
    width: 100%;
    vertical-align: bottom;
  }
  #concept-box .element-box .inner-box ul li:nth-child(6) {
    display: none;
  }
  #concept-box .element-box h4 {
    font: normal 2.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-size: clamp(1.6rem, 2.798vw, 2.6rem);
    color: #c93928;
    text-align: center;
    margin: 50px 0 0 0;
  }
  #concept-box .bg-box {
    background: #f0f0d6;
    padding: 30px 0;
    margin: 100px 0 0 0;
  }
  #concept-box .people-box {
    background: #6d882f;
    margin: 50px 0 0 0;
    text-align: center;
    padding: 80px 0;
  }
  #concept-box .people-box h3 {
    font: normal 5rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #fff;
  }
  #concept-box .people-box h3 + p {
    font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    margin: 20px 0 0 0;
  }
  #concept-box .people-box figure {
    max-width: 1000px;
    width: 90%;
    margin: 80px auto 0;
  }
  #concept-box .people-box figure.i-01 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #concept-box .people-box figure.i-01 img {
    max-width: 100%;
    vertical-align: bottom;
  }
  #concept-box .people-box figure.i-01::before, #concept-box .people-box figure.i-01::after {
    content: "";
    display: block;
    width: 8100%;
    height: 1px;
    background: #fff;
  }
  #concept-box .people-box ul {
    max-width: 1000px;
    width: 90%;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #concept-box .people-box ul li {
    list-style: none;
    width: 21%;
  }
  #concept-box .people-box ul li img {
    width: 100%;
    vertical-align: bottom;
  }
  #concept-box .people-box ul li p {
    text-align: center;
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    margin: 10px 0 0 0;
  }
  #concept-box .people-box ul li a {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  #concept-box .people-box ul li a:link, #concept-box .people-box ul li a:visited, #concept-box .people-box ul li a:active {
    text-decoration: none;
  }
  #concept-box .people-box ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #concept-box .people-box ul li:nth-child(n+5) {
    margin: 50px 0 0 0;
  }
  #concept-box .people-box .wrap-box {
    max-width: 1000px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 60px auto;
  }
  #concept-box .people-box .wrap-box div {
    width: 45%;
  }
  #concept-box .people-box .wrap-box div p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    text-align: left;
  }
  #concept-box .people-box .wrap-box div p.title {
    font: normal 3.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
  }
  .detail-box {
    background: #fff;
    max-width: 60%;
    margin: 0 auto;
    min-height: 100%;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
    z-index: 100;
  }
  .detail-box figure {
    width: 230px;
  }
  .detail-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  .detail-box .text-box {
    flex: 1;
    margin: 0 0 0 30px;
  }
  .detail-box .text-box h3 {
    font: normal 2.8rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
  }
  .detail-box .text-box h3 + p {
    font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 5px 0 0 0;
  }
  .detail-box .text-box p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 20px 0 0 0;
  }
  .detail-box.mfp-hide {
    display: none !important;
  }
  /* ------------ projects-box ------------ */
  #projects-box {
    margin: 150px auto 0;
  }
  #projects-box figure.title-01 {
    max-width: 444px;
    width: 60%;
    margin: 0 auto;
  }
  #projects-box figure.title-01 img {
    width: 100%;
    vertical-align: bottom;
  }
  #projects-box .wrap-box {
    max-width: 1100px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 50px auto;
  }
  #projects-box .wrap-box .text-box {
    width: 40%;
    margin: 0 5% 0 auto;
  }
  #projects-box .wrap-box .text-box h2 {
    font: normal 4.6rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    font-size: clamp(2.4rem, 4.267vw, 4.6rem);
  }
  #projects-box .wrap-box .text-box h2 + p {
    font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    margin: 10px 0 0 0;
  }
  #projects-box .wrap-box .text-box p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 20px 0 0 0;
  }
  #projects-box .wrap-box figure {
    width: 55%;
  }
  #projects-box .wrap-box figure ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #projects-box .wrap-box figure ul li {
    list-style: none;
  }
  #projects-box .wrap-box figure ul li:first-child {
    width: 100%;
  }
  #projects-box .wrap-box figure ul li:first-child img {
    width: 100%;
    height: 370px;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #projects-box .wrap-box figure ul li:nth-child(2), #projects-box .wrap-box figure ul li:nth-child(3) {
    width: 50%;
    box-sizing: border-box;
    border-top: 10px solid #fff;
  }
  #projects-box .wrap-box figure ul li:nth-child(2) img, #projects-box .wrap-box figure ul li:nth-child(3) img {
    width: 100%;
    height: 280px;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
    box-sizing: border-box;
  }
  #projects-box .wrap-box figure ul li:nth-child(2) {
    border-right: 5px solid #fff;
  }
  #projects-box .wrap-box figure ul li:nth-child(3) {
    border-left: 5px solid #fff;
  }
  #projects-box ul.list-box-01 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 150px auto;
  }
  #projects-box ul.list-box-01 li {
    width: 48%;
    list-style: none;
    background: #f0f0d6;
    padding: 70px;
    box-sizing: border-box;
  }
  #projects-box ul.list-box-01 li figure.projects-no1 {
    max-width: 109px;
    margin: -140px auto 0;
  }
  #projects-box ul.list-box-01 li figure.projects-no1 img {
    width: 100%;
    vertical-align: bottom;
  }
  #projects-box ul.list-box-01 li figure.projects-no2 {
    max-width: 127px;
    margin: -140px auto 0;
  }
  #projects-box ul.list-box-01 li figure.projects-no2 img {
    width: 100%;
    vertical-align: bottom;
  }
  #projects-box ul.list-box-01 li img {
    width: 100%;
    margin: 30px 0 0 0;
  }
  #projects-box ul.list-box-01 li h3 {
    font: normal 4.6rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    margin: 30px 0 0 0;
  }
  #projects-box ul.list-box-01 li h3 + p {
    font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    margin: 10px 0 0 0;
  }
  #projects-box ul.list-box-01 li p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 20px 0 0 0;
  }
  /* ------------ aboutus-box ------------ */
  #aboutus-box {
    margin: 150px auto 0;
  }
  #aboutus-box figure.title-01 {
    max-width: 444px;
    width: 60%;
    margin: 0 auto;
  }
  #aboutus-box figure.title-01 img {
    width: 100%;
    vertical-align: bottom;
  }
  #aboutus-box figure.i-01 {
    max-width: 1100px;
    width: 90%;
    margin: 80px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #aboutus-box figure.i-01 img {
    max-width: 100%;
    vertical-align: bottom;
  }
  #aboutus-box figure.i-01::before, #aboutus-box figure.i-01::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
  }
  #aboutus-box .wrap-box {
    max-width: 1100px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 70px auto;
  }
  #aboutus-box .wrap-box .text-box {
    width: 50%;
    margin: 0 5% 0 auto;
  }
  #aboutus-box .wrap-box .text-box h2 {
    font: normal 3.2rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    margin: 20px 0 0 0;
  }
  #aboutus-box .wrap-box .text-box p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 30px 0 0 0;
  }
  #aboutus-box .wrap-box .text-box .title-box {
    font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #fff;
    background: #d95267;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: inline-block;
    padding: 10px 20px;
    margin: 0;
  }
  #aboutus-box .wrap-box figure {
    width: 45%;
  }
  #aboutus-box .wrap-box figure ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #aboutus-box .wrap-box figure ul li {
    list-style: none;
  }
  #aboutus-box .wrap-box figure ul li:first-child {
    width: 100%;
  }
  #aboutus-box .wrap-box figure ul li:first-child img {
    width: 100%;
    height: 370px;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #aboutus-box .wrap-box figure ul li:nth-child(2), #aboutus-box .wrap-box figure ul li:nth-child(3) {
    width: 50%;
    box-sizing: border-box;
    border-top: 10px solid #fff;
  }
  #aboutus-box .wrap-box figure ul li:nth-child(2) img, #aboutus-box .wrap-box figure ul li:nth-child(3) img {
    width: 100%;
    height: 350px;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
    box-sizing: border-box;
  }
  #aboutus-box .wrap-box figure ul li:nth-child(2) {
    border-right: 5px solid #fff;
  }
  #aboutus-box .wrap-box figure ul li:nth-child(3) {
    border-left: 5px solid #fff;
  }
  #aboutus-box .wrap-box.rev .text-box {
    order: 2;
    width: 40%;
    margin: 0 auto 0 5%;
  }
  #aboutus-box .wrap-box.rev figure {
    order: 1;
  }
  #aboutus-box .wrap-box.en-new-02 ul li {
    list-style: none;
  }
  #aboutus-box .wrap-box.en-new-02 ul li p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 10px 0 0 0;
  }
  #aboutus-box .wrap-box.en-new-02 ul li p.title {
    font: normal 2.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    margin: 30px 0 0 0;
  }
  #aboutus-box .wrap-box.en-new-02 figure ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #aboutus-box .wrap-box.en-new-02 figure ul li {
    list-style: none;
    width: 100%;
  }
  #aboutus-box .wrap-box.en-new-02 figure ul li img {
    width: 100%;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #aboutus-box .wrap-box.en-new-02 figure ul li:nth-child(2) {
    border-top: 10px solid #fff;
    border-right: none;
  }
  #aboutus-box .wrap-box.en-new-02 figure ul li:nth-child(2) img {
    width: 100%;
    height: 350px;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
    box-sizing: border-box;
  }
  #aboutus-box .founder-box {
    max-width: 1100px;
    width: 90%;
    margin: 70px auto 0;
  }
  #aboutus-box .founder-box .message-box h2 {
    font: normal 3.2rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    margin: 20px 0 0 0;
  }
  #aboutus-box .founder-box .message-box h2 + p {
    font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #000;
    margin: 10px 0 0 0;
  }
  #aboutus-box .founder-box .message-box p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 30px 0 0 0;
  }
  #aboutus-box .founder-box .message-box .float-box {
    overflow: hidden;
    margin: 40px 0 0 0;
  }
  #aboutus-box .founder-box .message-box .float-box .space-box {
    width: 1px;
    height: 100%;
    background: #fff;
  }
  #aboutus-box .founder-box .message-box .float-box .img-box {
    clear: both;
    float: right;
    margin: 0 0 0 30px;
    max-width: 370px;
  }
  #aboutus-box .founder-box .message-box .float-box .img-box img {
    width: 100%;
    vertical-align: bottom;
  }
  #aboutus-box .founder-box .message-box .float-box p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 0;
  }
  #aboutus-box .founder-box .message-box .float-box p.right {
    text-align: right;
    margin: 50px 0 0 0;
  }
  #aboutus-box .founder-box .message-box .float-box p.right span {
    font: normal 2.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
  }
  #aboutus-box .founder-box ul {
    margin: 80px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #aboutus-box .founder-box ul li {
    list-style: none;
    width: 50%;
    box-sizing: border-box;
  }
  #aboutus-box .founder-box ul li p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 20px 0 0 0;
  }
  #aboutus-box .founder-box ul li p.title {
    font: normal 3.2rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    margin: 0;
  }
  #aboutus-box .founder-box ul li .title + p {
    font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    margin: 10px 0 0 0;
  }
  #aboutus-box .founder-box ul li:first-child {
    border-right: 1px solid #000;
    padding: 0 50px 0 0;
  }
  #aboutus-box .founder-box ul li:nth-child(2) {
    padding: 0 0 0 50px;
  }
  #aboutus-box .founder-box .story-box {
    max-width: 1100px;
    width: 90%;
    margin: 100px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #aboutus-box .founder-box .story-box figure {
    width: 40%;
  }
  #aboutus-box .founder-box .story-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #aboutus-box .founder-box .story-box .text-box {
    width: 50%;
  }
  #aboutus-box .founder-box .story-box .text-box h2 {
    font: normal 3.2rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
  }
  #aboutus-box .founder-box .story-box .text-box h2 + p {
    font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    margin: 10px 0 0 0;
    color: #000;
  }
  #aboutus-box .founder-box .story-box .text-box p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 20px 0 0 0;
  }
  #aboutus-box .founder-box .ceo-box {
    max-width: 1100px;
    width: 90%;
    margin: 100px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #f5f5f5;
    padding: 35px;
    box-sizing: border-box;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  #aboutus-box .founder-box .ceo-box figure {
    max-width: 230px;
  }
  #aboutus-box .founder-box .ceo-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #aboutus-box .founder-box .ceo-box .text-box {
    flex: 1;
    margin: 0 0 0 50px;
  }
  #aboutus-box .founder-box .ceo-box .text-box h2 {
    font: normal 3.2rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
  }
  #aboutus-box .founder-box .ceo-box .text-box h2 + p {
    font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    margin: 10px 0 0 0;
    color: #000;
  }
  #aboutus-box .founder-box .ceo-box .text-box p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 20px 0 0 0;
  }
  /* ------------ //202511 ------------ */
  /* ------------ footer ------------ */
  #footer {
    text-align: center;
    width: 90%;
    margin: 150px auto 0;
    padding: 0 0 50px 0;
  }
  #footer div {
    border-bottom: 1px dashed #000;
    padding: 0 0 30px 0;
  }
  #footer div figure {
    max-width: 154px;
    margin: 0 auto;
  }
  #footer div figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #footer div a.button-02 {
    width: 230px;
    padding: 10px;
    margin: 50px auto 0;
    background: #15923b;
    display: block;
    font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    letter-spacing: 0.5rem;
    border: 1px solid #15923b;
  }
  #footer div a.button-02:link, #footer div a.button-02:visited, #footer div a.button-02:active {
    text-decoration: none;
    color: #fff;
  }
  #footer div a.button-02:hover {
    background: #fff;
    color: #15923b;
    border: 1px solid #15923b;
  }
  #footer div p {
    font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 20px 0 0 0;
  }
  #footer div p.title {
    font: normal 1.8rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
  }
  #footer div p a:link, #footer div p a:visited, #footer div p a:active {
    text-decoration: none;
    color: #000;
  }
  #footer div p a:hover {
    text-decoration: underline;
  }
  #footer nav {
    margin: 30px 0 0 0;
  }
  #footer nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #footer nav ul li {
    list-style: none;
    font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #footer nav ul li a {
    padding: 0 20px;
  }
  #footer nav ul li a:link, #footer nav ul li a:visited, #footer nav ul li a:active {
    text-decoration: none;
    color: #000;
  }
  #footer nav ul li a:hover {
    text-decoration: underline;
  }
  #footer nav ul li:last-child a {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  #footer nav ul li:last-child a:link, #footer nav ul li:last-child a:visited, #footer nav ul li:last-child a:active {
    text-decoration: none;
  }
  #footer nav ul li:last-child a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #footer nav ul li:last-child a img {
    width: 18px;
    vertical-align: middle;
  }
  #footer p.copy {
    font: normal 1rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 20px 0 0 0;
  }
  /* ------------ header-box ------------ */
  #header-box {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 900;
    background: #fff;
  }
  #header-box .inner-box {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px dashed #000;
    padding: 20px 0;
  }
  #header-box .inner-box h1 {
    text-indent: -9999px;
  }
  #header-box .inner-box h1 a {
    background: url(../img/t-15@2x.png) no-repeat;
    background-size: contain;
    width: 136px;
    height: 50px;
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #header-box .inner-box h1 a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #header-box .inner-box #g-nav-box {
    flex: 1;
    margin: 10px 0 0 0;
  }
  #header-box .inner-box #g-nav-box ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  #header-box .inner-box #g-nav-box ul li {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin: 0 10px;
  }
  #header-box .inner-box #g-nav-box ul li a {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: relative;
  }
  #header-box .inner-box #g-nav-box ul li a:link, #header-box .inner-box #g-nav-box ul li a:visited, #header-box .inner-box #g-nav-box ul li a:active {
    text-decoration: none;
    color: #000;
  }
  #header-box .inner-box #g-nav-box ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #header-box .inner-box #g-nav-box ul li a::after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    content: "";
    width: 0;
    height: 1px;
    background: #000;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform: translateX(-50%);
  }
  #header-box .inner-box #g-nav-box ul li a:hover::after {
    width: 100%;
  }
  #header-box .inner-box #g-nav-box ul li a.here::after {
    position: absolute;
    bottom: -7px;
    left: 50%;
    content: "";
    width: 0;
    height: 1px;
    background: #000;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform: translateX(-50%);
    width: 100%;
  }
  #header-box .inner-box #g-nav-box ul li:last-child a {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  #header-box .inner-box #g-nav-box ul li:last-child a:link, #header-box .inner-box #g-nav-box ul li:last-child a:visited, #header-box .inner-box #g-nav-box ul li:last-child a:active {
    text-decoration: none;
  }
  #header-box .inner-box #g-nav-box ul li:last-child a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #header-box .inner-box #g-nav-box ul li:last-child a img {
    width: 18px;
    vertical-align: middle;
  }
  /* ------------ tours-box ------------ */
  #tours-box {
    max-width: 1100px;
    width: 90%;
    margin: 150px auto 0;
  }
  #tours-box figure.title-01 {
    max-width: 345px;
    width: 60%;
    margin: 0 auto;
  }
  #tours-box figure.title-01 img {
    width: 100%;
    vertical-align: bottom;
  }
  #tours-box figure.title-02 {
    max-width: 516px;
    width: 60%;
    margin: 0 auto;
  }
  #tours-box figure.title-02 img {
    width: 100%;
    vertical-align: bottom;
  }
  #tours-box figure.title-03 {
    max-width: 588px;
    width: 60%;
    margin: 0 auto;
  }
  #tours-box figure.title-03 img {
    width: 100%;
    vertical-align: bottom;
  }
  #tours-box figure.illus-01 {
    max-width: 915px;
    margin: 30px auto 0;
  }
  #tours-box figure.illus-01 img {
    width: 100%;
    vertical-align: bottom;
  }
  #tours-box figure.sp {
    display: none;
  }
  #tours-box .wrap-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 50px 0 0 0;
  }
  #tours-box .wrap-box .text-box {
    width: 40%;
    margin: 0 5% 0 auto;
  }
  #tours-box .wrap-box .text-box h2 {
    font: normal 4.6rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    font-size: clamp(2.4rem, 4.267vw, 4.6rem);
  }
  #tours-box .wrap-box .text-box p {
    font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 20px 0 0 0;
  }
  #tours-box .wrap-box .text-box p.sub {
    font: normal 2.8rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    margin: 10px 0 0 0;
  }
  #tours-box .wrap-box .text-box .title-box {
    font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #fff;
    background: #ff0000;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: inline-block;
    padding: 10px 20px;
    margin: 30px 0 0 0;
  }
  #tours-box .wrap-box .text-box figure.concept-no {
    max-width: 112px;
    margin: 0 0 20px 0;
  }
  #tours-box .wrap-box .text-box figure.concept-no img {
    width: 100%;
    vertical-align: bottom;
  }
  #tours-box .wrap-box .text-box figure.concept-no2 {
    max-width: 129px;
    margin: 0 0 20px 0;
  }
  #tours-box .wrap-box .text-box figure.concept-no2 img {
    width: 100%;
    vertical-align: bottom;
  }
  #tours-box .wrap-box .text-box a.button {
    width: 180px;
    padding: 10px;
    margin: 30px 0 0 auto;
    border: 1px solid #15923b;
    display: block;
    font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #tours-box .wrap-box .text-box a.button:link, #tours-box .wrap-box .text-box a.button:visited, #tours-box .wrap-box .text-box a.button:active {
    text-decoration: none;
    color: #15923b;
  }
  #tours-box .wrap-box .text-box a.button:hover {
    background: #15923b;
    color: #fff;
  }
  #tours-box .wrap-box .text-box a.button:hover::before {
    background-image: url(../img/t-06.png);
  }
  #tours-box .wrap-box .text-box a.button::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 17px;
    background-image: url(../img/t-04.png);
    background-size: contain;
    vertical-align: middle;
    margin: 0 5px 0 0;
  }
  #tours-box .wrap-box figure {
    width: 55%;
  }
  #tours-box .wrap-box figure ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #tours-box .wrap-box figure ul li {
    list-style: none;
  }
  #tours-box .wrap-box figure ul li:first-child {
    width: 100%;
  }
  #tours-box .wrap-box figure ul li:first-child img {
    width: 100%;
    height: 370px;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #tours-box .wrap-box figure ul li:nth-child(2), #tours-box .wrap-box figure ul li:nth-child(3) {
    width: 50%;
  }
  #tours-box .wrap-box figure ul li:nth-child(2) img, #tours-box .wrap-box figure ul li:nth-child(3) img {
    width: 100%;
    height: 280px;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #tours-box .wrap-box figure ul.t-01 li:nth-child(2) {
    width: 100%;
  }
  #tours-box .wrap-box figure ul.t-01 li:nth-child(2) img {
    width: 100%;
    height: 300px;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #tours-box .wrap-box figure ul.t-02 li {
    list-style: none;
  }
  #tours-box .wrap-box figure ul.t-02 li:first-child {
    width: 100%;
  }
  #tours-box .wrap-box figure ul.t-02 li:first-child img {
    width: 100%;
    height: 370px;
    vertical-align: bottom;
    -o-object-fit: none;
       object-fit: none;
  }
  #tours-box .wrap-box figure ul.t-02 li:nth-child(2) {
    width: 100%;
  }
  #tours-box .wrap-box figure ul.t-02 li:nth-child(2) img {
    width: 100%;
    height: 370px;
    vertical-align: bottom;
    -o-object-fit: none;
       object-fit: none;
  }
  #tours-box .wrap-box figure.photo-box {
    width: 55%;
  }
  #tours-box .wrap-box figure.photo-box img {
    width: 100%;
    vertical-align: bottom;
  }
  #tours-box .wrap-box figure.photo-box img:nth-of-type(2) {
    margin: 10px 0 0 0;
  }
  #tours-box .wrap-box.rev .text-box {
    order: 2;
    width: 40%;
    margin: 0 auto 0 5%;
  }
  #tours-box .wrap-box.rev figure {
    order: 1;
  }
  #tours-box .wrap-box .read-box {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  #tours-box .wrap-box .read-box p {
    font: normal 2.8rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
  }
  #tours-box .wrap-box:nth-of-type(3) {
    margin: 100px 0 0 0;
  }
  #tours-box .example-box {
    margin: 100px 0 0 0;
    text-align: center;
  }
  #tours-box .example-box figure {
    max-width: 140px;
    margin: 0 auto;
  }
  #tours-box .example-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #tours-box .example-box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -15px 0 0 0;
  }
  #tours-box .example-box ul li {
    list-style: none;
    width: 23%;
    background: #f5f5f5;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
  }
  #tours-box .example-box ul li h3 {
    font: normal 2.6rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    font-size: clamp(1.6rem, 2.798vw, 2.6rem);
    border-bottom: 1px dashed #000;
    padding: 0 0 15px 0;
  }
  #tours-box .example-box ul li p {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #666;
    margin: 10px 0 0 0;
  }
  #tours-box .example-box ul li:nth-child(n+5) {
    margin: 30px 0 0 0;
  }
  #tours-box .example-box ul.t-01 li {
    width: 48%;
  }
  #tours-box .example-box ul::before {
    content: "";
    display: block;
    width: 23%;
    order: 1;
  }
  #tours-box .example-box ul::after {
    content: "";
    display: block;
    width: 23%;
  }
  #tours-box .example-box.border {
    border-bottom: 1px dashed #000;
    padding: 0 0 70px 0;
    margin: 30px 0 70px 0;
  }
  #tours-box .element-box .inner-box {
    background: #f2f2f2;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin: 60px 0 0 0;
    padding: 40px;
    box-sizing: border-box;
    text-align: center;
  }
  #tours-box .element-box .inner-box h3 {
    font: normal 2.6rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-size: clamp(1.6rem, 2.798vw, 2.6rem);
  }
  #tours-box .element-box .inner-box ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #tours-box .element-box .inner-box ul li {
    list-style: none;
    width: 18%;
    margin: 30px 1% 0;
  }
  #tours-box .element-box .inner-box ul li img {
    width: 100%;
    vertical-align: bottom;
  }
  #tours-box .element-box .inner-box ul li:nth-child(6) {
    display: none;
  }
  #tours-box .element-box h4 {
    font: normal 2.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-size: clamp(1.6rem, 2.798vw, 2.6rem);
    color: #c93928;
    text-align: center;
    margin: 50px 0 0 0;
  }
  #tours-box .tourslist-box {
    margin: 30px 0 0 0;
    text-align: center;
  }
  #tours-box .tourslist-box figure {
    max-width: 140px;
    margin: 0 auto;
  }
  #tours-box .tourslist-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -15px 0 0 0;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li {
    list-style: none;
    width: 30%;
    border: 1px solid #999;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background: #fff;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a:link, #tours-box .tourslist-box ul.tourslist-wrap-box li a:visited, #tours-box .tourslist-box ul.tourslist-wrap-box li a:active {
    text-decoration: none;
    color: #000;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a img {
    width: 100%;
    vertical-align: bottom;
    margin: 30px 0 0 0;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box {
    display: block;
    padding: 15px;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box p {
    font: normal 2.6rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    font-size: clamp(1.6rem, 2.798vw, 2.6rem);
    text-align: left;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box p span {
    font: normal 1.8rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #000;
    font-weight: 700;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box dl {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    font: normal 2.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    padding: 5px 0;
    align-items: center;
    /*
    &.en{
    display: block;

    dt{
    border-right: none;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #999;
    padding: 10px 0;

    span{
    @include font(1.6, 1.5);
    font-family: $font_mincho;
    font-weight: 700;
    }
    }

    dd{
    padding: 10px 0;
    text-align: left;

    span{
    @include font(1.6, 1.5);
    font-family: $font_mincho;
    font-weight: 700;
    }
    }
    }
    */
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box dl dt {
    border-right: 1px solid #999;
    width: 35%;
    text-align: right;
    padding: 0 10px 0 0;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box dl dt span {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box dl dd {
    flex: 1;
    text-align: right;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box dl:nth-of-type(1) {
    border-bottom: none;
    margin: 15px 0 0 0;
    align-items: center;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box dl:nth-of-type(1) dt {
    width: 40%;
    border-right: none;
    text-align: left;
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box dl:nth-of-type(1) dd {
    font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box dl:nth-of-type(2) {
    border-bottom: none;
    align-items: center;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box dl:nth-of-type(2) dt {
    width: 40%;
    border-right: none;
    text-align: left;
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box dl:nth-of-type(2) dd {
    font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box ul.icon-box {
    display: flex;
    justify-content: flex-end;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box ul.icon-box li {
    list-style: none;
    width: auto;
    border: none;
    max-width: 40px;
    margin: 15px 0 0 10px;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li a .text-box ul.icon-box li img {
    width: 100%;
    vertical-align: bottom;
    margin: 0;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box li:nth-child(n+4) {
    margin: 40px 0 0 0;
  }
  #tours-box .tourslist-box ul.tourslist-wrap-box::after {
    content: "";
    display: block;
    width: 30%;
  }
  #tours-box .tourslist-box.m150 {
    margin: 150px 0 0 0;
  }
  #tours-box .tour-detail-box {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0 0;
  }
  #tours-box .tour-detail-box .main-box {
    flex: 1;
  }
  #tours-box .tour-detail-box .main-box ul.photo-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #999;
    padding: 0 0 50px 0;
  }
  #tours-box .tour-detail-box .main-box ul.photo-box li {
    width: 32%;
    list-style: none;
  }
  #tours-box .tour-detail-box .main-box ul.photo-box li img {
    width: 100%;
    vertical-align: bottom;
  }
  #tours-box .tour-detail-box .main-box ul.photo-box li:nth-child(n+4) {
    margin: 10px 0 0 0;
  }
  #tours-box .tour-detail-box .main-box ul.icon-box {
    display: flex;
    justify-content: flex-start;
    margin: 10px 0 0 0;
  }
  #tours-box .tour-detail-box .main-box ul.icon-box li {
    list-style: none;
    max-width: 40px;
    margin: 0 10px 0 0;
  }
  #tours-box .tour-detail-box .main-box ul.icon-box li img {
    width: 100%;
    vertical-align: bottom;
  }
  #tours-box .tour-detail-box .main-box .title-box {
    font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #fff;
    background: #ff0000;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: inline-block;
    padding: 10px 20px;
    margin: 50px 0 0 0;
  }
  #tours-box .tour-detail-box .main-box .title-box + h4 {
    margin: 20px 0 0 0;
  }
  #tours-box .tour-detail-box .main-box h4 {
    font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    margin: 40px 0 0 0;
  }
  #tours-box .tour-detail-box .main-box p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 10px 0 0 0;
  }
  #tours-box .tour-detail-box .main-box p a:link, #tours-box .tour-detail-box .main-box p a:visited, #tours-box .tour-detail-box .main-box p a:active {
    text-decoration: underline;
    color: #000;
  }
  #tours-box .tour-detail-box .main-box p a:hover {
    text-decoration: none;
  }
  #tours-box .tour-detail-box .main-box hr {
    border: none;
    border-top: 1px solid #999;
    margin: 60px 0;
  }
  #tours-box .tour-detail-box .main-box .youtube-box {
    max-width: 560px;
    margin: 50px auto;
    width: 100%;
    aspect-ratio: 16/9;
  }
  #tours-box .tour-detail-box .main-box .youtube-box iframe {
    width: 100%;
    height: 100%;
  }
  #tours-box .tour-detail-box .side-box {
    width: 300px;
    margin: 0 0 0 80px;
  }
  #tours-box .tour-detail-box .side-box .box-01 {
    background: #f5f5f5;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 20px;
  }
  #tours-box .tour-detail-box .side-box .box-01 dl:nth-of-type(5) {
    display: block;
  }
  #tours-box .tour-detail-box .side-box .box-01 dl.subject-box {
    display: block;
  }
  #tours-box .tour-detail-box .side-box .box-02 dl {
    display: block;
  }
  #tours-box .tour-detail-box .side-box dl {
    border-bottom: 1px solid #999;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #tours-box .tour-detail-box .side-box dl dt {
    text-align: left;
    font: normal 1.7rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-weight: 700;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
  }
  #tours-box .tour-detail-box .side-box dl dt span {
    font: normal 1.2rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
  }
  #tours-box .tour-detail-box .side-box dl dd {
    text-align: right;
    font: normal 3rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-weight: 700;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
  }
  #tours-box .tour-detail-box .side-box dl dd span {
    font: normal 1.8rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-weight: 700;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
  }
  #tours-box .tour-detail-box .side-box dl dd.text-box {
    font: normal 1.6rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #000;
    text-align: left;
    font-weight: 700;
    margin: 10px 0 0 0;
  }
  #tours-box .tour-detail-box .side-box dl dd img {
    width: 100%;
    vertical-align: bottom;
    margin: 15px 0 0 0;
  }
  #tours-box .tour-detail-box .side-box dl dd.f-01 {
    font: normal 2.4rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-weight: 700;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
  }
  #tours-box .tour-detail-box .side-box dl dd.f-02 {
    font: normal 1.2rem/1.3 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-weight: 700;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    text-align: left;
    margin: 10px 0 0 0;
  }
  /* ------------ mission-box ------------ */
  #mission-box {
    max-width: 1100px;
    width: 90%;
    margin: 150px auto 0;
  }
  #mission-box figure.title-01 {
    max-width: 444px;
    width: 60%;
    margin: 0 auto;
  }
  #mission-box figure.title-01 img {
    width: 100%;
    vertical-align: bottom;
  }
  #mission-box .wrap-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 100px 0 0 0;
  }
  #mission-box .wrap-box .text-box {
    width: 40%;
    margin: 0 5% 0 auto;
  }
  #mission-box .wrap-box .text-box h2 {
    font: normal 4.6rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    font-size: clamp(2.4rem, 4.267vw, 4.6rem);
    margin: 100px 0 0 0;
  }
  #mission-box .wrap-box .text-box h2:first-of-type {
    margin: 0;
  }
  #mission-box .wrap-box .text-box p {
    font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 20px 0 0 0;
  }
  #mission-box .wrap-box .text-box ul {
    display: flex;
    justify-content: flex-start;
    margin: 30px 0 0 0;
  }
  #mission-box .wrap-box .text-box ul li {
    list-style: none;
    width: 50%;
  }
  #mission-box .wrap-box .text-box ul li img {
    width: 100%;
    vertical-align: bottom;
  }
  #mission-box .wrap-box .text-box a.button {
    width: 180px;
    padding: 10px;
    margin: 30px 0 0 auto;
    border: 1px solid #15923b;
    display: block;
    font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #mission-box .wrap-box .text-box a.button:link, #mission-box .wrap-box .text-box a.button:visited, #mission-box .wrap-box .text-box a.button:active {
    text-decoration: none;
    color: #15923b;
  }
  #mission-box .wrap-box .text-box a.button:hover {
    background: #15923b;
    color: #fff;
  }
  #mission-box .wrap-box .text-box a.button:hover::before {
    background-image: url(../img/t-06.png);
  }
  #mission-box .wrap-box .text-box a.button::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 17px;
    background-image: url(../img/t-04.png);
    background-size: contain;
    vertical-align: middle;
    margin: 0 5px 0 0;
  }
  #mission-box .wrap-box figure {
    width: 55%;
    text-align: center;
  }
  #mission-box .wrap-box figure ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #mission-box .wrap-box figure ul li {
    list-style: none;
  }
  #mission-box .wrap-box figure ul li:first-child {
    width: 100%;
  }
  #mission-box .wrap-box figure ul li:first-child img {
    width: 100%;
    height: 420px;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mission-box .wrap-box figure ul li:nth-child(2), #mission-box .wrap-box figure ul li:nth-child(3) {
    width: 50%;
  }
  #mission-box .wrap-box figure ul li:nth-child(2) img, #mission-box .wrap-box figure ul li:nth-child(3) img {
    width: 100%;
    height: 360px;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mission-box .wrap-box figure img.i-01 {
    max-width: 414px;
    width: 80%;
    vertical-align: bottom;
  }
  #mission-box .wrap-box figure img.i-02 {
    width: 100%;
    vertical-align: bottom;
  }
  #mission-box .wrap-box.rev .text-box {
    order: 2;
    width: 40%;
    margin: 0 auto 0 5%;
  }
  #mission-box .wrap-box.rev figure {
    order: 1;
    align-self: center;
  }
  #mission-box .staff-box {
    margin: 100px 0 0 0;
    text-align: center;
  }
  #mission-box .staff-box figure {
    max-width: 140px;
    margin: 0 auto;
    position: relative;
    z-index: -1;
  }
  #mission-box .staff-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #mission-box .staff-box ul {
    margin: -15px 0 0 0;
  }
  #mission-box .staff-box ul li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #f5f5f5;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    list-style: none;
    padding: 45px;
  }
  #mission-box .staff-box ul li img {
    max-width: 230px;
    width: 30%;
    vertical-align: bottom;
  }
  #mission-box .staff-box ul li .text-box {
    flex: 1;
    margin: 0 0 0 30px;
    text-align: left;
  }
  #mission-box .staff-box ul li .text-box p {
    font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #666;
    margin: 10px 0 0 0;
  }
  #mission-box .staff-box ul li .text-box p:first-of-type {
    margin: 0;
  }
  #mission-box .staff-box ul li .text-box h3 {
    font: normal 2.6rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    margin: 10px 0 0 0;
  }
  #mission-box .staff-box ul li .text-box .float-box, #mission-box .staff-box ul li .text-box .float-box-02 {
    margin: 20px 0 0 0;
  }
  #mission-box .staff-box ul li .text-box .float-box .fix-box, #mission-box .staff-box ul li .text-box .float-box-02 .fix-box {
    float: right;
  }
  #mission-box .staff-box ul li .text-box .float-box .i-03, #mission-box .staff-box ul li .text-box .float-box-02 .i-03 {
    float: right;
    clear: both;
    margin: 30px 0 0 30px;
  }
  #mission-box .staff-box ul li .text-box .float-box .i-03 img, #mission-box .staff-box ul li .text-box .float-box-02 .i-03 img {
    width: 150px;
    vertical-align: bottom;
  }
  #mission-box .staff-box ul li .text-box img.i-03 {
    max-width: 150px;
    width: 80%;
    float: right;
  }
  #mission-box .staff-box ul li .text-box img.i-03 img {
    width: 100%;
    vertical-align: bottom;
  }
  #mission-box .staff-box ul li:nth-child(2) {
    margin: 30px 0 0 0;
  }
  /* ------------ contact-box ------------ */
  #contact-box {
    max-width: 1100px;
    width: 90%;
    margin: 150px auto 0;
  }
  #contact-box figure.title-01 {
    max-width: 444px;
    width: 60%;
    margin: 0 auto;
  }
  #contact-box figure.title-01 img {
    width: 100%;
    vertical-align: bottom;
  }
  #contact-box h2 {
    font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 50px 0 0 0;
    text-align: center;
  }
  #contact-box h3 {
    font: normal 3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    margin: 100px 0 0 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #000;
  }
  #contact-box dl {
    border-bottom: 1px solid #ddd;
    font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #contact-box dl dt {
    width: 25%;
    display: flex;
    align-items: center;
    padding: 30px 15px;
    box-sizing: border-box;
    font-weight: 700;
    text-align: left;
  }
  #contact-box dl dt .iconrequire {
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    background-color: #FD4C4B;
    color: #fff;
    margin: 0 10px 0 0;
    padding: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
  }
  #contact-box dl dd {
    width: 75%;
    display: flex;
    padding: 30px 15px;
    box-sizing: border-box;
    align-items: center;
    text-align: left;
  }
  #contact-box dl dd select {
    width: 30%;
    height: 50px;
    font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: none;
    box-sizing: border-box;
    color: #000;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 0 10px;
    box-sizing: border-box;
  }
  #contact-box dl dd textarea {
    width: 100%;
    height: 300px;
    border: 1px solid #ddd;
    padding: 10px;
    resize: none;
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-sizing: border-box;
  }
  #contact-box dl dd textarea::-moz-placeholder {
    color: #999;
  }
  #contact-box dl dd textarea::placeholder {
    color: #999;
  }
  #contact-box dl dd textarea:-ms-input-placeholder {
    color: #999;
  }
  #contact-box dl dd input[type=text] {
    width: 100%;
    border: 1px solid #ddd;
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  #contact-box dl dd input[type=text].w30 {
    width: 40%;
  }
  #contact-box dl dd input[type=text]::-moz-placeholder {
    color: #999;
  }
  #contact-box dl dd input[type=text]::placeholder {
    color: #999;
  }
  #contact-box dl dd input[type=text]:-ms-input-placeholder {
    color: #999;
  }
  #contact-box dl dd input:focus {
    outline: none;
  }
  #contact-box .submit-box {
    text-align: center;
    margin: 50px 0 0 0;
  }
  #contact-box .submit-box p {
    font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
  }
  #contact-box .submit-box p a:link, #contact-box .submit-box p a:visited, #contact-box .submit-box p a:active {
    text-decoration: underline;
    color: #000;
  }
  #contact-box .submit-box p a:hover {
    text-decoration: none;
  }
  #contact-box .submit-box .submit-button {
    width: 350px;
    padding: 20px 0;
    margin: 30px auto 0;
    font: normal 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #15923b;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
    display: block;
  }
  #contact-box .submit-box .submit-button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #contact-box .submit-box .back-button {
    width: 350px;
    padding: 20px 0;
    margin: 50px auto 0;
    font: normal 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #000;
    text-align: center;
    background-color: #dcdcdc;
    border-style: none;
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
    display: block;
  }
  #contact-box .submit-box .back-button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #contact-box .submit-box .agree-box {
    display: block;
    text-align: center;
    cursor: pointer;
    margin: 30px 0 0 0;
  }
  #contact-box .submit-box .agree-box span {
    font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    vertical-align: middle;
  }
  #contact-box .submit-box .agree-box input.mark {
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
  }
  /* ------------ privacy-box ------------ */
  #privacy-box {
    padding: 50px;
    box-sizing: border-box;
  }
  #privacy-box h2 {
    font: normal 3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #000;
  }
  #privacy-box h3 {
    font: normal 2.2rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 50px 0 0 0;
    border-bottom: 1px solid #ddd;
  }
  #privacy-box p {
    font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 20px 0 0 0;
  }
  #privacy-box ul {
    margin: 20px 0 0 20px;
  }
  #privacy-box ul li {
    list-style: none;
    font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
  }
  #privacy-box ul li a:link, #privacy-box ul li a:visited, #privacy-box ul li a:active {
    text-decoration: underline;
    color: #000;
  }
  #privacy-box ul li a:hover {
    text-decoration: none;
  }
  /* ------------ training-box ------------ */
  #training-box {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    padding: 0 50px;
  }
  #training-box #training-header {
    text-align: center;
  }
  #training-box #training-header h1 {
    text-indent: -9999px;
  }
  #training-box #training-header h1 a {
    background: url(../training/img/01@2x.png) no-repeat;
    background-size: contain;
    width: 84px;
    height: 130px;
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    margin: 20px auto;
  }
  #training-box #training-header h1 a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #training-box #training-header figure {
    max-width: 1000px;
    margin: 0 auto;
  }
  #training-box #training-header figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #training-box #training-header p {
    font: normal 1.8rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-weight: 700;
    margin: 30px 0 0 0;
  }
  #training-box #box-01 .wrap-box {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 0 0;
  }
  #training-box #box-01 .wrap-box .text-box {
    flex: 1;
    margin: 0 35px 0 0;
  }
  #training-box #box-01 .wrap-box .text-box h2 {
    font: normal 3.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
  }
  #training-box #box-01 .wrap-box .text-box h2 span:nth-of-type(1) {
    color: #6d882f;
  }
  #training-box #box-01 .wrap-box .text-box h2 span:nth-of-type(2) {
    color: #e38d19;
  }
  #training-box #box-01 .wrap-box .text-box h2 span:nth-of-type(3) {
    color: #fcbe06;
  }
  #training-box #box-01 .wrap-box .text-box h2 span:nth-of-type(4) {
    color: #dc5a1c;
  }
  #training-box #box-01 .wrap-box .text-box h2 span:nth-of-type(5) {
    color: #c93928;
  }
  #training-box #box-01 .wrap-box .text-box h2 span:nth-of-type(6) {
    color: #2582ff;
  }
  #training-box #box-01 .wrap-box .text-box p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 20px 0 0 0;
  }
  #training-box #box-01 .wrap-box figure {
    max-width: 515px;
    width: 50%;
  }
  #training-box #box-01 .wrap-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #training-box #box-01 .wrap-box.re .text-box {
    order: 2;
    margin: 0 0 0 35px;
  }
  #training-box #box-01 .wrap-box.re .text-box h2 span:nth-of-type(1) {
    color: #6d882f;
  }
  #training-box #box-01 .wrap-box.re .text-box h2 span:nth-of-type(2) {
    color: #2582ff;
  }
  #training-box #box-01 .wrap-box.re .text-box h2 span:nth-of-type(3) {
    color: #c93928;
  }
  #training-box #box-01 .wrap-box.re .text-box h2 span:nth-of-type(4) {
    color: #dc5a1c;
  }
  #training-box #box-01 .wrap-box.re .text-box h2 span:nth-of-type(5) {
    color: #fcbe06;
  }
  #training-box #box-01 .wrap-box.re .text-box h2 span:nth-of-type(6) {
    color: #e38d19;
  }
  #training-box #box-01 .wrap-box.re .text-box h2 span:nth-of-type(7) {
    color: #6d882f;
  }
  #training-box #box-01 .wrap-box.re figure {
    order: 1;
  }
  #training-box #box-02 {
    border-top: 1px dotted #000;
    margin: 90px 0 0 0;
    padding: 70px 0 0 0;
    text-align: center;
  }
  #training-box #box-02 h3 {
    font: normal 3.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
  }
  #training-box #box-02 ul.tab-box {
    display: flex;
    justify-content: flex-start;
    margin: 50px 0 0 0;
    z-index: 1;
    position: relative;
  }
  #training-box #box-02 ul.tab-box li {
    list-style: none;
    font: normal 3.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    position: relative;
    background: #f0eccd;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border: 1px solid #000;
  }
  #training-box #box-02 ul.tab-box li a {
    display: block;
    padding: 15px 50px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #training-box #box-02 ul.tab-box li a:link, #training-box #box-02 ul.tab-box li a:visited, #training-box #box-02 ul.tab-box li a:active {
    text-decoration: none;
  }
  #training-box #box-02 ul.tab-box li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #training-box #box-02 ul.tab-box li.active {
    border-bottom: none;
  }
  #training-box #box-02 ul.tab-box li:nth-child(1) a:link, #training-box #box-02 ul.tab-box li:nth-child(1) a:visited, #training-box #box-02 ul.tab-box li:nth-child(1) a:active {
    color: #0b4497;
  }
  #training-box #box-02 ul.tab-box li:nth-child(2) {
    margin: 0 0 0 15px;
  }
  #training-box #box-02 ul.tab-box li:nth-child(2) a:link, #training-box #box-02 ul.tab-box li:nth-child(2) a:visited, #training-box #box-02 ul.tab-box li:nth-child(2) a:active {
    color: #006e2c;
  }
  #training-box #box-02 .area-box {
    background: #f0eccd;
    border-radius: 0 10px 10px 10px;
    -moz-border-radius: 0 10px 10px 10px;
    -webkit-border-radius: 0 10px 10px 10px;
    -ms-border-radius: 0 10px 10px 10px;
    -o-border-radius: 0 10px 10px 10px;
    padding: 20px;
    border: 1px solid #000;
    margin: -1px 0 0 0;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  #training-box #box-02 .area-box dl {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: left;
  }
  #training-box #box-02 .area-box dl dt {
    background: #0b4497;
    color: #fff;
    display: inline-block;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 3px 0;
    margin: 0 0 10px 0;
    width: 100px;
    text-align: center;
  }
  #training-box #box-02 .area-box dl dd {
    text-align: left;
  }
  #training-box #box-02 .area-box dl:nth-of-type(2) {
    margin: 20px 0 0 0;
  }
  #training-box #box-02 .area-box table {
    margin: 30px 0 0 0;
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: left;
    border: 2px solid #726f56;
  }
  #training-box #box-02 .area-box table tr {
    padding: 15px;
    background: #fff;
  }
  #training-box #box-02 .area-box table tr.bg-01 {
    background: #fffeee;
  }
  #training-box #box-02 .area-box table tr:nth-of-type(1) td:nth-of-type(1) {
    white-space: nowrap;
  }
  #training-box #box-02 .area-box table tr:nth-of-type(1) td:nth-of-type(2) {
    white-space: nowrap;
  }
  #training-box #box-02 .area-box table tr:nth-of-type(1) td:nth-of-type(3) {
    width: 20%;
  }
  #training-box #box-02 .area-box table tr:nth-of-type(1) td:nth-of-type(4) {
    width: 25%;
  }
  #training-box #box-02 .area-box table tr:nth-of-type(odd) td:nth-of-type(1) {
    font-weight: 700;
  }
  #training-box #box-02 .area-box table tr:nth-of-type(odd) td:nth-of-type(2) {
    font-weight: 700;
  }
  #training-box #box-02 .area-box table tr:nth-of-type(odd) td:nth-of-type(3) {
    font-weight: 700;
  }
  #training-box #box-02 .area-box table th {
    font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: center;
    background: #726f56;
    font-weight: 700;
    width: 50px;
    color: #fff;
    writing-mode: vertical-lr;
  }
  #training-box #box-02 .area-box table td {
    padding: 15px;
    border-right: 1px solid #726f56;
    border-bottom: 1px solid #726f56;
    vertical-align: top;
  }
  #training-box #box-02 .area-box.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
  }
  @keyframes displayAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  #training-box #box-02 .area-box.c-01 dl dt {
    background: #006e2c;
  }
  #training-box #box-02 p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: left;
    color: #000;
    margin: 20px 0 0 0;
  }
  #training-box #box-03 {
    max-width: 950px;
    margin: 0 auto;
    padding: 0 50px;
  }
  #training-box #box-03 h4 {
    font: normal 3.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    text-align: left;
    color: #d53928;
    margin: 40px 0 0 0;
  }
  #training-box #box-03 p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: left;
    color: #000;
    margin: 10px 0 0 0;
  }
  #training-box #box-03 .wrap-box {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0 0;
    border-top: 1px dotted #000;
    padding: 40px 0 0 0;
  }
  #training-box #box-03 .wrap-box figure {
    max-width: 210px;
    width: 40%;
  }
  #training-box #box-03 .wrap-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #training-box #box-03 .wrap-box .text-box {
    flex: 1;
    margin: 0 0 0 35px;
  }
  #training-box #box-03 .wrap-box .text-box p {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 20px 0 0 0;
  }
  #training-box #box-03 .wrap-box .text-box p.name {
    font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 0;
    font-weight: 700;
  }
  /* ------------ namecard-box ------------ */
  #namecard-box {
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    padding: 50px;
  }
  #namecard-box figure {
    max-width: 600px;
  }
  #namecard-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #namecard-box ul {
    margin: 40px 0 0 0;
  }
  #namecard-box ul li {
    list-style: none;
    color: #000;
    border-bottom: 1px solid #000;
    padding: 15px 0;
    font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #namecard-box ul li p {
    font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    width: 100%;
  }
  #namecard-box ul li h1 {
    font: normal 3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    width: 100%;
  }
  #namecard-box ul li:nth-child(2) {
    font-weight: 700;
  }
  #namecard-box ul li a:link, #namecard-box ul li a:visited, #namecard-box ul li a:active {
    text-decoration: none;
    color: #000;
  }
  #namecard-box ul li a:hover {
    text-decoration: underline;
  }
  #namecard-box ul li .title {
    width: 15%;
  }
  #namecard-box ul li .number {
    width: 85%;
  }
  /* ------------ page-top ------------ */
  #page-top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: -50px;
    bottom: 50px;
    background: #15923b;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1000;
  }
  #page-top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #page-top a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #page-top a::before {
    content: "arrow_drop_up";
    font-size: 50px;
    color: #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2000;
    text-align: center;
  }
  /* ------------ en_new ------------ */
  /* ------------ scrolltrigger ------------ */
  .visible, .invisible {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .visible {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .invisible.translate-01 {
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
  }
  .visible.translate-01 {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
/* ------------ //PC ------------ *//*# sourceMappingURL=style.css.map */