@charset "UTF-8";
/* CSS Document */
/********** フォント設定 **********/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/cdn/yakuhanjp_s.css);
@import url(//fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese);
@import url(//cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/cdn/yakuhanmp_s.css);
html, body {
  font-size: 62.5%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

/********** ベースタグ設定 **********/
* {
  max-height: 99999px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.drawer-hamburger, a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: inherit;
}
.drawer-hamburger:hover, a:hover, .drawer-hamburger:active, a:active, .drawer-hamburger:focus, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
  a:hover {
    opacity: 0.75;
  }
}

.ja {
  font-family: "Noto Serif JP", serif;
}

.dummyBox {
  display: block;
  width: 100%;
  height: 1000px;
}

/********** #wrapper **********/
#wrapper {
  font-size: 1.4rem;
  line-height: 1.7;
  width: 100%;
  overflow: hidden;
}

/********** .drawer-hamburger **********/
.drawer-hamburger {
  width: 28px;
  position: static;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  z-index: 1;
}
@media (min-width: 768px) {
  .drawer-hamburger {
    display: none;
  }
}

.drawer-hamburger-icon {
  height: 2px;
}

.drawer-hamburger-icon:before {
  top: -10px;
  height: 2px;
}

.drawer-hamburger-icon:after {
  top: 10px;
  height: 2px;
}

.drawer-nav {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .drawer-nav {
    position: static;
    overflow: visible;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #cccccc;
  }
}

@media (min-width: 768px) {
  .drawer-menu {
    display: flex;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .drawer-menu > * {
    flex-grow: 1;
    background-color: #cccccc;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .drawer-dropdown {
    position: relative;
  }
}

@media (min-width: 768px) {
  .drawer-dropdown-menu {
    position: absolute;
  }
}

/********** .container設定 **********/
.container {
  width: 100%;
  max-width: none;
  max-width: inherit;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container {
    max-width: 1170px;
  }
}

/********** ガター設定 **********/
.gutter-50 {
  margin-left: -25px;
  margin-right: -25px;
}

.gutter-50 > [class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}

.gutter-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.gutter-30 > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

.gutter-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.gutter-40 > [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}

.gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.gutter-20 > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.gutter-16 {
  margin-left: -8px;
  margin-right: -8px;
}

.gutter-16 > [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
}

.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter-10 > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.gutter-00 {
  margin-left: 0px;
  margin-right: 0px;
}

.gutter-00 > [class*=col-] {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 0px) {
  .gutter-xs-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-xs-50 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-sm-50 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .gutter-md-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-md-50 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-lg-50 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-xl-50 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 0px) {
  .gutter-xs-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-xs-30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-sm-30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .gutter-md-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-md-30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-lg-30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-xl-30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 0px) {
  .gutter-xs-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-xs-40 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-sm-40 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .gutter-md-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-md-40 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-lg-40 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-xl-40 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 0px) {
  .gutter-xs-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-xs-20 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-sm-20 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .gutter-md-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-md-20 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-lg-20 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-xl-20 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 0px) {
  .gutter-xs-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-xs-16 > [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-sm-16 > [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 768px) {
  .gutter-md-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-md-16 > [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-lg-16 > [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-xl-16 > [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 0px) {
  .gutter-xs-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-xs-10 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-sm-10 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  .gutter-md-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-md-10 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-lg-10 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-xl-10 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 0px) {
  .gutter-xs-00 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-xs-00 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .gutter-sm-00 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-sm-00 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .gutter-md-00 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-md-00 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .gutter-lg-00 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-lg-00 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-00 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-xl-00 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
/********** 5分割設定 **********/
/*
ex)
col-5-1 20%
col-sm-5-3 60%
col-md-5-4 80%
*/
.col-xl-5-5, .col-xl-5-4, .col-xl-5-3, .col-xl-5-2, .col-xl-5-1, .col-lg-5-5, .col-lg-5-4, .col-lg-5-3, .col-lg-5-2, .col-lg-5-1, .col-md-5-5, .col-md-5-4, .col-md-5-3, .col-md-5-2, .col-md-5-1, .col-sm-5-5, .col-sm-5-4, .col-sm-5-3, .col-sm-5-2, .col-sm-5-1, .col-xs-5-5, .col-5-5, .col-xs-5-4, .col-5-4, .col-xs-5-3, .col-5-3, .col-xs-5-2, .col-5-2, .col-xs-5-1, .col-5-1 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 0px) {
  .col-xs-5-1 {
    flex: 0 0 20%;
    max-width: percentagepercentage(0.2);
  }
  .col-xs-5-2 {
    flex: 0 0 40%;
    max-width: percentagepercentage(0.4);
  }
  .col-xs-5-3 {
    flex: 0 0 60%;
    max-width: percentagepercentage(0.6);
  }
  .col-xs-5-4 {
    flex: 0 0 80%;
    max-width: percentagepercentage(0.8);
  }
  .col-xs-5-5 {
    flex: 0 0 100%;
    max-width: percentagepercentage(1);
  }
}
@media (min-width: 576px) {
  .col-sm-5-1 {
    flex: 0 0 20%;
    max-width: percentagepercentage(0.2);
  }
  .col-sm-5-2 {
    flex: 0 0 40%;
    max-width: percentagepercentage(0.4);
  }
  .col-sm-5-3 {
    flex: 0 0 60%;
    max-width: percentagepercentage(0.6);
  }
  .col-sm-5-4 {
    flex: 0 0 80%;
    max-width: percentagepercentage(0.8);
  }
  .col-sm-5-5 {
    flex: 0 0 100%;
    max-width: percentagepercentage(1);
  }
}
@media (min-width: 768px) {
  .col-md-5-1 {
    flex: 0 0 20%;
    max-width: percentagepercentage(0.2);
  }
  .col-md-5-2 {
    flex: 0 0 40%;
    max-width: percentagepercentage(0.4);
  }
  .col-md-5-3 {
    flex: 0 0 60%;
    max-width: percentagepercentage(0.6);
  }
  .col-md-5-4 {
    flex: 0 0 80%;
    max-width: percentagepercentage(0.8);
  }
  .col-md-5-5 {
    flex: 0 0 100%;
    max-width: percentagepercentage(1);
  }
}
@media (min-width: 992px) {
  .col-lg-5-1 {
    flex: 0 0 20%;
    max-width: percentagepercentage(0.2);
  }
  .col-lg-5-2 {
    flex: 0 0 40%;
    max-width: percentagepercentage(0.4);
  }
  .col-lg-5-3 {
    flex: 0 0 60%;
    max-width: percentagepercentage(0.6);
  }
  .col-lg-5-4 {
    flex: 0 0 80%;
    max-width: percentagepercentage(0.8);
  }
  .col-lg-5-5 {
    flex: 0 0 100%;
    max-width: percentagepercentage(1);
  }
}
@media (min-width: 1200px) {
  .col-xl-5-1 {
    flex: 0 0 20%;
    max-width: percentagepercentage(0.2);
  }
  .col-xl-5-2 {
    flex: 0 0 40%;
    max-width: percentagepercentage(0.4);
  }
  .col-xl-5-3 {
    flex: 0 0 60%;
    max-width: percentagepercentage(0.6);
  }
  .col-xl-5-4 {
    flex: 0 0 80%;
    max-width: percentagepercentage(0.8);
  }
  .col-xl-5-5 {
    flex: 0 0 100%;
    max-width: percentagepercentage(1);
  }
}
/********** Justify設定 **********/
.text-justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

@media (min-width: 0px) {
  .text-xs-justify {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
  }
}
@media (min-width: 576px) {
  .text-sm-justify {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
  }
}
@media (min-width: 768px) {
  .text-md-justify {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
  }
}
@media (min-width: 992px) {
  .text-lg-justify {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-justify {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
  }
}
#gi1 {
  background-color: aqua;
}

#gi2 {
  background-color: seashell;
}

#gi3 {
  background-color: darkkhaki;
}

#gi4 {
  background-color: aquamarine;
}

#gi5 {
  background-color: pink;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

#gi1 {
  background-color: aqua;
  grid-column: 1/3;
  grid-row: 1/3;
}

@media (min-width: 768px) {
  body {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}

.lower_page main {
  padding-bottom: 75px;
}
@media (min-width: 768px) {
  .lower_page main {
    padding-top: 30px;
    padding-bottom: 180px;
  }
}
.lower_page .mv {
  position: relative;
}
.lower_page .mv .mv_txt {
  position: absolute;
  width: 100%;
  padding-left: 8vw;
  padding-right: 8vw;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  max-width: none;
}
.lower_page .mv .mv_txt .ttl_l {
  font-weight: 700;
  font-size: min(7.3333333333vw, 2.6rem);
}
@media (min-width: 768px) {
  .lower_page .mv .mv_txt .ttl_l {
    font-size: min(3.5087719298vw, 4rem);
  }
}
.lower_page .mv .mv_txt .ttl_s {
  font-weight: 700;
  font-size: min(3.2vw, 1.2rem);
  margin-top: 5px;
  color: #008756;
}
@media (min-width: 768px) {
  .lower_page .mv .mv_txt .ttl_s {
    margin-top: 15px;
    font-size: min(1.4035087719vw, 1.6rem);
  }
}
.lower_page .breadcrumbs {
  display: none;
}
@media (min-width: 768px) {
  .lower_page .breadcrumbs {
    display: block;
  }
  .lower_page .breadcrumbs ul {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 1.6rem;
  }
  .lower_page .breadcrumbs ul li {
    padding-right: 2em;
    position: relative;
  }
  .lower_page .breadcrumbs ul li:before {
    position: absolute;
    content: ">";
    top: 50%;
    right: 0.5em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .lower_page .breadcrumbs ul li:last-of-type:before {
    display: none;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .lower_page .breadcrumbs ul li a:hover {
    text-decoration: underline;
    text-decoration-color: #008756;
  }
}
.lower_page .btn {
  display: inline-block;
  width: 100%;
  position: relative;
  font-size: min(5.3333333333vw, 2rem);
  font-weight: 700;
  background-color: #f6ae54;
  border-radius: 50px;
  text-align: center;
  padding: 1em;
  padding-top: calc(1em + 4px);
  color: #000000;
}
@media (min-width: 768px) {
  .lower_page .btn {
    max-width: 350px;
    font-size: min(2.1052631579vw, 2.4rem);
  }
}
.lower_page .btn:before {
  position: absolute;
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background-color: #d19447;
  border-radius: 50px;
  top: 0;
  left: 0;
  z-index: -1;
}
.lower_page .btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #000000;
  border-right: 0;
  top: calc(50% + 2px);
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media (min-width: 768px) {
  .lower_page .btn:hover {
    opacity: 1;
  }
  .lower_page .btn:hover:before {
    background-color: #f6ae54;
  }
}
.lower_page .ttl_bg_green {
  background-color: #e9f5f2;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .lower_page .ttl_bg_green {
    margin-top: 20px;
  }
}
.lower_page .ttl_bg_green h2 .ttl_s {
  font-size: min(3.2vw, 1.2rem);
  color: #008756;
  font-weight: 700;
}
@media (min-width: 768px) {
  .lower_page .ttl_bg_green h2 .ttl_s {
    font-size: 1.8rem;
  }
}
.lower_page .ttl_bg_green h2 .ttl_l {
  font-size: min(5.3333333333vw, 2rem);
  margin-top: 5px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .lower_page .ttl_bg_green h2 .ttl_l {
    font-size: 3rem;
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
}

sup {
  font-size: 80%;
}

/********** headerエリア **********/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 101;
}
@media (min-width: 768px) {
  #header {
    position: relative;
  }
}
#header .container {
  position: relative;
}
@media (min-width: 768px) {
  #header .container {
    max-width: 1350px;
  }
}
#header a {
  display: block;
}
#header #header_core {
  z-index: 102;
  position: relative;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  #header #header_core {
    background-color: transparent;
    height: 70px;
    align-items: flex-end;
    z-index: 2;
  }
}
#header #header_menu {
  background-color: #008756;
}
@media (min-width: 768px) {
  #header #header_menu {
    background-color: transparent;
  }
}
#header .drawer-menu-floor1 {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  background-color: #008756;
  border-bottom: 1px solid #ffffff;
  position: relative;
}
#header .drawer-menu-floor1:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#header .drawer-menu-floor1:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 15px;
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
#header .drawer-menu-floor1 span {
  display: none;
}
@media (min-width: 768px) {
  #header .drawer-menu-floor1 span {
    display: inline-block;
    font-size: min(1.2173913043vw, 1.4rem);
    font-weight: normal;
  }
}
@media (min-width: 768px) {
  #header .drawer-menu-floor1 {
    font-size: min(1.5652173913vw, 1.8rem);
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    color: #000000;
    background-color: transparent;
    margin-top: 0;
    border: none;
  }
  #header .drawer-menu-floor1:hover {
    color: #008756;
    opacity: 1;
  }
  #header .drawer-menu-floor1:after, #header .drawer-menu-floor1:before {
    display: none;
  }
}
#header .drawer-menu-floor2 {
  font-size: 1.4rem;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 15px;
  background-color: #dddddd;
}
@media (min-width: 768px) {
  #header .drawer-menu-floor2 {
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#header .drawer-dropdown-switch {
  display: flex;
  align-items: center;
  background-color: #cccccc;
}
#header .drawer-dropdown-switch > a {
  flex-grow: 1;
}
#header .drawer-dropdown-switch .dropdown-toggle {
  width: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .drawer-dropdown-switch .dropdown-toggle:after {
  content: "＋";
  font-size: 2rem;
  border: none;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  #header .drawer-dropdown-switch .dropdown-toggle {
    display: none;
  }
}
#header .drawer-dropdown-switch .dropdown-toggle.opened:after {
  content: "ー";
}
#header .drawer-hamburger {
  background-color: #008756;
  width: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
#header .drawer-hamburger-icon,
#header .drawer-hamburger-icon:before,
#header .drawer-hamburger-icon:after {
  background-color: #ffffff;
  height: 4px;
}
#header .drawer-overlay {
  background-color: transparent;
}
#header h1 {
  width: 42.6666666667vw;
}
@media (min-width: 768px) {
  #header h1 {
    width: 22.6666%;
    max-width: 306px;
  }
}
#header .btn_contact {
  width: 29.3333333333vw;
  max-width: 110px;
  position: absolute;
  top: calc(50% - 4px);
  left: auto;
  right: 2.66vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  #header .btn_contact {
    width: 200px;
    max-width: none;
  }
}
#header .btn_contact a {
  display: inline-block;
}
@media (min-width: 768px) {
  #header .btn_contact a {
    width: calc(100% - 4px);
    position: relative;
    font-size: min(1.5652173913vw, 1.8rem);
    font-weight: 700;
    background-color: #f6ae54;
    border-radius: 50px;
    text-align: center;
    padding: 1em;
    padding-top: calc(1em + 4px);
  }
  #header .btn_contact a:before {
    position: absolute;
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background-color: #d19447;
    border-radius: 50px;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #header .btn_contact a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #000000;
    border-right: 0;
    top: calc(50% + 2px);
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  #header .btn_contact a:hover {
    opacity: 1;
  }
  #header .btn_contact a:hover:before {
    background-color: #f6ae54;
  }
}
#header .btn_contact a span {
  display: none;
}
@media (min-width: 768px) {
  #header .btn_contact a span {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  #header .btn_contact a figure {
    display: none;
  }
}
#header .drawer-nav {
  background-color: #008756 !important;
}
@media (min-width: 768px) {
  #header .drawer-nav {
    background-color: transparent !important;
    max-width: 300px;
    margin-right: 250px;
  }
}
#header .drawer-nav li {
  padding-left: 7.2vw;
  padding-right: 7.2vw;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #header .drawer-nav li {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
  }
}
#header .drawer-nav li:first-of-type {
  margin-top: 50px;
}
@media (min-width: 768px) {
  #header .drawer-nav li:first-of-type {
    margin-top: 0;
  }
}
#header .drawer-nav li:last-of-type {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #header .drawer-nav li:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #header .drawer-nav,
  #header .drawer-menu > * {
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  #header .drawer-menu .nav03 {
    display: none;
  }
}
@media (min-width: 768px) {
  #header #header_menu {
    width: 100%;
    max-width: 1350px;
    position: absolute;
    top: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 3;
  }
}

.drawer-overlay,
.drawer-open #header .drawer-hamburger-icon {
  background-color: transparent;
}

/********** footerエリア **********/
#footer .footer_nav {
  background-color: #e2e2e2;
}
#footer .footer_nav .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  #footer .footer_nav .container {
    max-width: 1300px;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
  }
}
#footer .footer_nav .footer_nav01 {
  border-bottom: 1px solid #000000;
}
@media (min-width: 768px) {
  #footer .footer_nav .footer_nav01 {
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  #footer .footer_nav .footer_nav01 ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: 35px;
  }
}
#footer .footer_nav .footer_nav01 ul li {
  margin-bottom: 10px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  #footer .footer_nav .footer_nav01 ul li {
    font-size: 1.4rem;
    padding: 10px 15px;
    margin-bottom: 0;
  }
  #footer .footer_nav .footer_nav01 ul li:first-of-type {
    padding-left: 0;
  }
  #footer .footer_nav .footer_nav01 ul li:last-of-type {
    padding-right: 35px;
    border-right: 1px solid #000000;
  }
}
@media (min-width: 768px) {
  #footer .footer_nav .footer_nav02 ul {
    display: flex;
    flex-wrap: wrap;
  }
}
#footer .footer_nav .footer_nav02 ul li {
  margin-top: 10px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  #footer .footer_nav .footer_nav02 ul li {
    font-size: 1.4rem;
    margin-top: 0;
    padding: 10px 15px;
  }
  #footer .footer_nav .footer_nav02 ul li:first-of-type {
    padding-left: 0;
  }
  #footer .footer_nav .footer_nav02 ul li:last-of-type {
    padding-right: 0;
  }
}
#footer .footer_bg_white {
  background-color: #ffffff;
  position: relative;
}
#footer .footer_bg_white .container {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  #footer .footer_bg_white .container {
    max-width: 1300px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  #footer .footer_bg_white .d-md-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#footer .footer_bg_white .footer_logo01 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  #footer .footer_bg_white .footer_logo01 {
    text-align: left;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
#footer .footer_bg_white .footer_logo01 li {
  display: inline-block;
}
@media (min-width: 768px) {
  #footer .footer_bg_white .footer_logo01 li {
    width: 240px;
  }
}
#footer .footer_bg_white .footer_logo01 li:last-of-type {
  width: 38.9333333333vw;
  margin-top: 15px;
}
@media (min-width: 768px) {
  #footer .footer_bg_white .footer_logo01 li:last-of-type {
    width: 128px;
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 45px;
  }
}
#footer .footer_bg_white .footer_logo02 {
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 768px) {
  #footer .footer_bg_white .footer_logo02 {
    text-align: left;
    margin-top: 0;
  }
}
#footer .footer_bg_white .footer_logo02 li {
  display: inline-block;
  width: 62vw;
}
@media (min-width: 768px) {
  #footer .footer_bg_white .footer_logo02 li {
    width: 290px;
  }
}
#footer .footer_bg_white .copyright {
  color: #008756;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  #footer .footer_bg_white .copyright {
    font-size: 1.2rem;
    margin-top: 10px;
    text-align: left;
  }
}
#footer .btn_top {
  position: absolute;
  width: 14vw;
  aspect-ratio: 1/1;
  top: 0;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media (min-width: 768px) {
  #footer .btn_top {
    display: none;
  }
}

.news {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .news {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.news ul.details_list {
  margin-top: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  .news ul.details_list {
    margin-top: 60px;
  }
}
.news ul.details_list li {
  border-bottom: 1px solid #008756;
  padding-right: 5.33vw;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .news ul.details_list li {
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}
.news ul.details_list li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #008756;
  border-right: 0;
  top: calc(50% + 2px);
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media (min-width: 768px) {
  .news ul.details_list li:before {
    display: none;
  }
}
.news ul.details_list li.no_link:before {
  display: none;
}
@media (min-width: 768px) {
  .news ul.details_list li dl {
    display: flex;
  }
}
.news ul.details_list li dl dt {
  font-size: 1.4rem;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 700;
  color: #008756;
}
@media (min-width: 768px) {
  .news ul.details_list li dl dt {
    font-size: 1.6rem;
    width: 12%;
    margin-bottom: 0;
  }
}
.news ul.details_list li dl dd {
  font-size: 1.6rem;
  line-height: 1.3;
}
.news ul.details_list li dl dd.fw-700 {
  font-weight: 700;
}
.news ul.details_list li dl dd.fc-green {
  color: #008756;
}
@media (min-width: 768px) {
  .news ul.details_list li dl dd {
    width: 88%;
    font-size: 1.8rem;
  }
  .news ul.details_list li dl dd a:hover {
    color: #008756;
    font-weight: 700;
    opacity: 1;
  }
}
.news .news_ttl_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news .news_ttl_block h2 .ttl_s {
  color: #ffffff;
  font-size: min(1.1rem, 2.9333333333vw);
  background-color: #008756;
  padding: 0.2em 1em 0.2em 0.5em;
  position: relative;
  font-weight: 700;
  display: inline-block;
}
@media (min-width: 768px) {
  .news .news_ttl_block h2 .ttl_s {
    font-size: 1.5rem;
  }
}
.news .news_ttl_block h2 .ttl_s:before {
  position: absolute;
  content: "";
  border-left: 0.5em solid #008756;
  border-bottom: 1.5em solid #ffffff;
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  z-index: 2;
}
.news .news_ttl_block h2 .ttl_l {
  font-size: min(2.5rem, 6.6666666667vw);
  font-weight: 700;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .news .news_ttl_block h2 .ttl_l {
    font-size: 4rem;
    margin-top: 10px;
  }
}
.news .news_ttl_block .news_details {
  display: inline-block;
  width: 44vw;
  position: relative;
  font-size: min(4.2666666667vw, 1.6rem);
  font-weight: 700;
  background-color: #008756;
  border-radius: 50px;
  text-align: center;
  padding: 1em;
  padding-top: calc(1em + 4px);
  color: #ffffff;
}
@media (min-width: 768px) {
  .news .news_ttl_block .news_details {
    max-width: 180px;
    font-size: 1.8rem;
  }
  .news .news_ttl_block .news_details:before {
    position: absolute;
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background-color: #007349;
    border-radius: 50px;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.news .news_ttl_block .news_details:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #ffffff;
  border-right: 0;
  top: calc(50% + 2px);
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media (min-width: 768px) {
  .news .news_ttl_block .news_details:hover {
    opacity: 1;
  }
  .news .news_ttl_block .news_details:hover:before {
    background-color: #008756;
  }
}

.info {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .info {
    padding-top: 36px;
  }
}
.info:before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 60px);
  background: url(../images/about_bg_sm.png) no-repeat center top/cover;
  top: 60px;
  left: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .info:before {
    display: none;
  }
}
.info .about_inner {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .info .about_inner {
    padding: 0;
    display: flex;
    position: relative;
  }
  .info .about_inner:before {
    position: absolute;
    content: "";
    width: 110%;
    height: 100%;
    top: 0;
    left: 70px;
    background: url(../images/about_bg_md.png) no-repeat center top/cover;
    z-index: -1;
  }
}
@media (min-width: 768px) {
  .info .about_inner .img {
    width: 36%;
    -webkit-transform: translateY(-36px);
            transform: translateY(-36px);
  }
}
.info .about_inner .txt {
  margin-top: 25px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .info .about_inner .txt {
    width: calc(64% - 35px);
    margin-top: 0;
    margin-left: 35px;
    padding-bottom: 90px;
    padding-top: 55px;
  }
}
.info .about_inner .txt h2 {
  font-size: min(5.3333333333vw, 2rem);
  font-weight: 700;
  padding-left: 25px;
  position: relative;
}
@media (min-width: 768px) {
  .info .about_inner .txt h2 {
    font-size: 3rem;
  }
}
.info .about_inner .txt h2:before {
  position: absolute;
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../images/about_ttl_img.png) no-repeat 0 0/contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.info .about_inner .txt p {
  font-size: 1.6rem;
  padding-left: 25px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .info .about_inner .txt p {
    font-size: 1.8rem;
    margin-top: 30px;
  }
}
.info .about_inner .txt .text-right {
  text-align: right;
}
.info .about_inner .txt a {
  background-color: #f6ae54;
  font-size: min(4vw, 1.5rem);
  padding: 0.7em 2em 0.5em 1em;
  font-weight: 700;
  display: inline-block;
  position: relative;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .info .about_inner .txt a {
    font-size: 1.6rem;
    margin-top: 60px;
  }
}
.info .about_inner .txt a:before {
  position: absolute;
  content: "";
  width: 1em;
  aspect-ratio: 32/29;
  background: url(../images/icon_dl.svg) no-repeat center center/contain;
  top: 50%;
  right: 0.75em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about_contact {
  margin-top: 60px;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  .about_contact {
    margin-top: 150px;
    margin-bottom: 0;
    background: url(../images/about_contact_bg_md.png) no-repeat top center/cover;
    width: 100%;
    aspect-ratio: 1440/310;
    position: relative;
  }
}
.about_contact .container {
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .about_contact .container {
    max-width: 1330px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (min-width: 768px) {
  .about_contact .container .inner {
    display: flex;
  }
}
.about_contact .container .inner .about_us_box,
.about_contact .container .inner .contact_box {
  width: 100%;
  aspect-ratio: 750/420;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .about_contact .container .inner .about_us_box,
  .about_contact .container .inner .contact_box {
    display: block;
    width: 50%;
    aspect-ratio: 645/210;
  }
}
.about_contact .container .inner .about_us_box > div,
.about_contact .container .inner .contact_box > div {
  width: calc(100% - 50px);
  aspect-ratio: 660/306;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 768px) {
  .about_contact .container .inner .about_us_box > div,
  .about_contact .container .inner .contact_box > div {
    width: 100%;
    aspect-ratio: inherit;
  }
}
.about_contact .container .inner .about_us_box h3 span,
.about_contact .container .inner .contact_box h3 span {
  font-weight: 700;
  color: #008756;
  background-color: #ffffff;
  padding: 0.1em 0.2em;
  font-size: min(7.3333333333vw, 2.6rem);
  margin-right: 5px;
}
@media (min-width: 768px) {
  .about_contact .container .inner .about_us_box h3 span,
  .about_contact .container .inner .contact_box h3 span {
    padding: 0.05em 0.2em;
    font-size: min(3.0769230769vw, 4rem);
    margin-right: 5px;
  }
}
.about_contact .container .inner .about_us_box h3 span:last-of-type,
.about_contact .container .inner .contact_box h3 span:last-of-type {
  margin-right: 0;
}
.about_contact .container .inner .about_us_box .ttl_s,
.about_contact .container .inner .contact_box .ttl_s {
  color: #ffffff;
  margin-top: 10px;
  font-size: min(2.9333333333vw, 1.1rem);
}
@media (min-width: 768px) {
  .about_contact .container .inner .about_us_box .ttl_s,
  .about_contact .container .inner .contact_box .ttl_s {
    margin-top: 20px;
    font-size: min(1.3846153846vw, 1.8rem);
  }
}
.about_contact .container .inner .about_us_box .btn,
.about_contact .container .inner .contact_box .btn {
  width: 42vw;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .about_contact .container .inner .about_us_box .btn,
  .about_contact .container .inner .contact_box .btn {
    max-width: 180px;
  }
}
.about_contact .container .inner .about_us_box {
  background: url(../images/about_contact_bg01_sm.png) no-repeat 0 0/cover;
}
@media (min-width: 768px) {
  .about_contact .container .inner .about_us_box {
    background: none;
  }
  .about_contact .container .inner .about_us_box .btn {
    right: 13%;
  }
}
.about_contact .container .inner .contact_box {
  background: url(../images/about_contact_bg02_sm.png) no-repeat 0 0/cover;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .about_contact .container .inner .contact_box {
    background: none;
    margin-top: 0;
  }
  .about_contact .container .inner .contact_box h3, .about_contact .container .inner .contact_box .ttl_s {
    margin-left: 13%;
  }
}

#mv {
  position: relative;
  margin-top: 62px;
}
@media (min-width: 768px) {
  #mv {
    margin-top: 20px;
    padding-top: 0;
  }
}
#mv .mv_slider {
  width: 100%;
  padding-top: 14.666vw;
}
@media (min-width: 768px) {
  #mv .mv_slider {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 0;
  }
}

.slide_btn {
  width: 75vw;
  background-color: #ffffff;
  border-radius: 50px;
  position: absolute;
  content: "";
  bottom: 4%;
  right: 6.66%;
  z-index: 5;
  height: 30px;
}
@media (min-width: 768px) {
  .slide_btn {
    max-width: 160px;
    bottom: 60px;
    right: 70px;
  }
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 20px;
}
@media (min-width: 768px) {
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 14px;
  }
}

.swiper-pagination {
  top: 50% !important;
  -webkit-transform: translate(0, -10px) !important;
          transform: translate(0, -10px) !important;
}
@media (min-width: 768px) {
  .swiper-pagination {
    -webkit-transform: translate(0, -5px) !important;
            transform: translate(0, -5px) !important;
  }
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

button.swiper_pause {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 11;
  width: 10px;
  height: 15px;
  border: none;
}
button.swiper_pause:hover {
  cursor: pointer;
}
button.swiper_pause span {
  display: block;
  width: 10px;
  height: 100%;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
button.swiper_pause span:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #008756;
  top: 0;
  left: 0;
}
button.swiper_pause span:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #008756;
  top: 0;
  right: 0;
}
button.swiper_pause.paused span:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #008756;
  border-right: 0;
  background-color: transparent;
  top: 50%;
  left: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
button.swiper_pause.paused span:after {
  display: none;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #008756;
  opacity: 1;
  margin: 0 10px !important;
}
@media (min-width: 768px) {
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px !important;
  }
}
.swiper-pagination-bullet:nth-of-type(2) {
  margin-right: 30px !important;
}
@media (min-width: 768px) {
  .swiper-pagination-bullet:nth-of-type(2) {
    margin-right: 20px !important;
  }
}
.swiper-pagination-bullet:nth-of-type(3) {
  margin-left: 30px !important;
}
@media (min-width: 768px) {
  .swiper-pagination-bullet:nth-of-type(3) {
    margin-left: 20px !important;
  }
}

.swiper-pagination-bullet-active {
  background: #008756;
}

.swiper-button-next, .swiper-button-prev {
  color: #959595;
}

.mv_container {
  position: absolute;
  z-index: 2;
}
@media (min-width: 768px) {
  .mv_container {
    width: 100%;
    max-width: 1350px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.mv_txt {
  width: 90vw;
  margin-top: 4vw;
  margin-left: 15px;
}
@media (min-width: 768px) {
  .mv_txt {
    width: 52vw;
    max-width: 776px;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    margin-top: 0;
    left: 0;
  }
}

@media (min-width: 768px) {
  #top {
    padding-top: 50px;
  }
}

#about .page_link {
  background: url(../images/ank_bg_sm.png) no-repeat top right/cover;
  margin-top: 30px;
}
@media (min-width: 768px) {
  #about .page_link {
    background-image: url(../images/ank_bg_md.png);
    margin-top: 50px;
  }
}
#about .page_link ul {
  padding: 4.8vw 6.6vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  #about .page_link ul {
    padding: 18px;
  }
}
#about .page_link ul li {
  font-size: min(4.2666666667vw, 1.6rem);
  font-weight: 700;
  color: #ffffff;
  margin-right: 4.6vw;
}
@media (min-width: 768px) {
  #about .page_link ul li {
    font-size: 1.8rem;
    margin-right: 90px;
  }
}
#about .page_link ul li:last-of-type {
  margin-right: 0;
}
#about .page_link ul li a {
  letter-spacing: 0.1em;
  padding-right: 18px;
  position: relative;
}
#about .page_link ul li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 10px solid #ffffff;
  border-bottom: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#about h2 {
  font-size: min(5.3333333333vw, 2rem);
  font-weight: 700;
  padding-left: 25px;
  position: relative;
}
@media (min-width: 768px) {
  #about h2 {
    font-size: 3rem;
  }
}
#about h2:before {
  position: absolute;
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../images/about_ttl_img.png) no-repeat 0 0/contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#about #info {
  margin-top: 35px;
}
@media (min-width: 768px) {
  #about #info {
    margin-top: 70px;
  }
}
#about #info .photo ul {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #about #info .photo ul {
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
  }
}
#about #info .photo ul li {
  margin-top: 35px;
}
@media (min-width: 768px) {
  #about #info .photo ul li {
    width: 32%;
    margin-top: 0;
  }
}
#about #info .photo ul li:first-of-type {
  margin-top: 0;
}
#about #info .photo p {
  font-size: min(4.6666666667vw, 1.7rem);
  color: #ffffff;
  font-weight: 700;
  background-color: #00966b;
  padding: 1em 1.2em 1em 1em;
  margin-bottom: 15px;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
  display: inline-block;
}
@media (min-width: 768px) {
  #about #info .photo p {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
#about #info table {
  font-size: 1.5rem;
  border: 1px solid #00966b;
  margin-top: 20px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  #about #info table {
    font-size: 2rem;
    margin-top: 30px;
  }
}
#about #info table th {
  width: 30%;
  background-color: #00966b;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-weight: 700;
  vertical-align: middle;
  padding: 15px 5px;
}
@media (min-width: 768px) {
  #about #info table th {
    width: 26%;
    padding: 20px 30px;
  }
}
#about #info table th.last {
  border-bottom: none;
}
#about #info table td {
  width: 70%;
  border-bottom: 1px solid #00966b;
  padding: 15px 5px;
}
@media (min-width: 768px) {
  #about #info table td {
    width: 74%;
    padding: 20px 30px;
  }
  #about #info table td .tel {
    pointer-events: none;
  }
}
#about #info table td.last {
  border-bottom: none;
}
#about #info table td dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
@media (min-width: 768px) {
  #about #info table td dl {
    margin-top: 10px;
  }
}
#about #info table td dl:first-of-type {
  margin-top: 0;
}
#about #info table td dl dt {
  width: 72%;
}
@media (min-width: 768px) {
  #about #info table td dl dt {
    width: 90%;
  }
  #about #info table td dl dt p {
    display: flex;
  }
  #about #info table td dl dt p span {
    white-space: nowrap;
  }
}
#about #info table td dl dd {
  font-size: 1.6rem;
  color: #00966b;
  width: 24%;
  text-align: right;
}
@media (min-width: 768px) {
  #about #info table td dl dd {
    width: 8%;
  }
}
#about #info table td dl dd a {
  white-space: nowrap;
  text-decoration: underline;
}
#about #access {
  margin-top: 45px;
}
@media (min-width: 768px) {
  #about #access {
    margin-top: 90px;
  }
}
#about #access h2 {
  position: relative;
}
#about #access h2 span {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  line-height: 1.3;
  top: 100%;
  left: 0;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  #about #access h2 span {
    position: relative;
    font-size: 1.8rem;
    margin-left: 20px;
  }
}
#about #access .access_btn {
  text-align: center;
  padding-top: 40px;
}
@media (min-width: 768px) {
  #about #access .access_btn {
    padding-top: 80px;
  }
}
#about #access .map {
  width: 100%;
  max-width: none;
  aspect-ratio: 750/400;
  margin-top: calc(40px + 10vw);
}
@media (min-width: 768px) {
  #about #access .map {
    aspect-ratio: 1440/400;
    margin-top: 30px;
  }
}
#about #dept {
  margin-top: 45px;
}
@media (min-width: 768px) {
  #about #dept {
    margin-top: 90px;
  }
}
#about #dept .dept_img {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #about #dept .dept_img {
    margin-top: 30px;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}

#news .news_btn, #news_details .news_btn {
  text-align: center;
  margin: 40px auto 0;
}
@media (min-width: 768px) {
  #news .news_btn, #news_details .news_btn {
    margin: 80px auto 0;
  }
}

#news_details .main_txt {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #news_details .main_txt {
    font-size: 1.8rem;
  }
}

#news ul.details_list {
  margin-top: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  #news ul.details_list {
    margin-top: 60px;
  }
}
#news ul.details_list li {
  border-bottom: 1px solid #e1e1e1;
  padding-right: 5.33vw;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #news ul.details_list li {
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}
#news ul.details_list li:last-of-type {
  margin-bottom: 0;
}
#news ul.details_list li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #008756;
  border-right: 0;
  top: calc(50% + 2px);
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media (min-width: 768px) {
  #news ul.details_list li:before {
    display: none;
  }
}
#news ul.details_list li.no_link:before {
  display: none;
}
#news ul.details_list li dl dt {
  font-size: 1.4rem;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 700;
  color: #008756;
}
@media (min-width: 768px) {
  #news ul.details_list li dl dt {
    font-size: 1.6rem;
    width: 12%;
    margin-bottom: 0;
  }
}
#news ul.details_list li dl dd {
  font-size: 1.6rem;
  line-height: 1.3;
}
#news ul.details_list li dl dd.fw-700 {
  font-weight: 700;
}
#news ul.details_list li dl dd.fc-green {
  color: #008756;
}
#news ul.details_list li dl dd.pdf a {
  padding-right: 30px;
  position: relative;
}
#news ul.details_list li dl dd.pdf a:before {
  position: absolute;
  content: "";
  width: 24px;
  aspect-ratio: 24/25;
  background: url(../images/icon_pdf.svg) no-repeat 0 0/contain;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  #news ul.details_list li dl dd {
    width: 88%;
    margin-top: 15px;
  }
  #news ul.details_list li dl dd a:hover {
    color: #008756;
    font-weight: 700;
    opacity: 1;
  }
}
#news .accordion ul.details_list {
  margin-top: 0;
}
@media (min-width: 768px) {
  #news .accordion ul.details_list {
    margin-top: 10px;
  }
}
#news .accordion .dropdown {
  display: none;
}
#news .accordion .trigger {
  margin-top: 50px;
  text-align: center;
}
@media (min-width: 768px) {
  #news .accordion .trigger {
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  #news .accordion .trigger .btn:hover {
    cursor: pointer;
  }
}

.lower_page #news .btn {
  background-color: #008b47;
  color: #ffffff;
}
.lower_page #news .btn:before {
  background-color: #007349;
}
.lower_page #news .btn:after {
  border-top: 13px solid #ffffff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  right: 25px;
}
@media (min-width: 768px) {
  .lower_page #news .btn:after {
    right: 30px;
  }
}
.lower_page #news .btn.close {
  display: none;
}
@media (min-width: 768px) {
  .lower_page #news .btn:hover {
    opacity: 1;
  }
  .lower_page #news .btn:hover:before {
    background-color: #008b47;
  }
}
.lower_page #news_details .btn {
  background-color: #008b47;
  color: #ffffff;
}
.lower_page #news_details .btn span {
  padding-left: 1em;
}
.lower_page #news_details .btn:before {
  background-color: #007349;
}
.lower_page #news_details .btn:after {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 13px solid #ffffff;
  border-left: none;
  right: auto;
  left: 25px;
}
@media (min-width: 768px) {
  .lower_page #news_details .btn:after {
    left: 30px;
  }
}
@media (min-width: 768px) {
  .lower_page #news_details .btn:hover {
    opacity: 1;
  }
  .lower_page #news_details .btn:hover:before {
    background-color: #008b47;
  }
}

@media (min-width: 768px) {
  #contact a[href^="tel:"] {
    pointer-events: none;
  }
}
#contact .contact_box {
  width: 100%;
  background: url(../images/contact/bg_sm.png) no-repeat 0 0/cover;
  padding: 40px 0;
  margin-top: 50px;
  text-align: center;
}
@media (min-width: 768px) {
  #contact .contact_box {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/contact/bg_md.png);
    padding: 60px 0;
    margin-top: 80px;
  }
}
#contact .contact_box .rep_contact {
  width: 76vw;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  padding: 0.5em 1em;
  font-size: min(6vw, 2.2rem);
  background-color: #008756;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #contact .contact_box .rep_contact {
    max-width: 340px;
    font-size: 3rem;
  }
}
#contact .contact_box .tel {
  font-size: min(10.6666666667vw, 4rem);
  font-weight: 700;
  padding-left: 1.1em;
  position: relative;
  margin-top: 25px;
  display: inline-block;
}
#contact .contact_box .tel:before {
  position: absolute;
  content: "";
  width: 10vw;
  aspect-ratio: 1/1;
  background: url(../images/contact/icon_tel.svg) no-repeat 0 0/contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  #contact .contact_box .tel {
    font-size: 6rem;
    margin-top: 30px;
  }
  #contact .contact_box .tel:before {
    width: 48px;
  }
}
#contact .contact_box .txt {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  #contact .contact_box .txt {
    margin-top: 30px;
    font-size: 1.8rem;
  }
}

#hojin .main_txt {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  #hojin .main_txt {
    font-size: 1.8rem;
  }
}
#hojin .main_txt .item {
  font-weight: 700;
  font-size: min(4.6666666667vw, 1.7rem);
  margin-top: 20px;
}
@media (min-width: 768px) {
  #hojin .main_txt .item {
    font-size: 2.2rem;
    margin-top: 30px;
  }
}
#hojin .main_txt .item_inner {
  padding-left: min(4.6666666667vw, 1.7rem);
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  #hojin .main_txt .item_inner {
    padding-left: 2.2rem;
  }
}
#hojin .main_txt .text-right {
  text-align: right;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #hojin .main_txt .text-right {
    margin-top: 30px;
  }
}

#privacy h3 {
  font-size: min(4.6666666667vw, 1.7rem);
  font-weight: 700;
  display: flex;
  border-bottom: 2px solid #008756;
  line-height: 1.3;
  margin-bottom: 0.3em;
  margin-top: 45px;
}
@media (min-width: 768px) {
  #privacy h3 {
    font-size: 2.6rem;
    border-bottom: 3px solid #008756;
    margin-top: 60px;
  }
}
#privacy h3 span {
  white-space: nowrap;
}
#privacy h4 {
  margin-top: 20px;
  font-size: min(4vw, 1.5rem);
  font-weight: 700;
  display: flex;
  line-height: 1.3;
}
@media (min-width: 768px) {
  #privacy h4 {
    margin-top: 30px;
    font-size: 2.2rem;
  }
}
#privacy h4 span {
  white-space: nowrap;
}
#privacy h5 {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  line-height: 1.5;
}
@media (min-width: 768px) {
  #privacy h5 {
    margin-top: 35px;
    font-size: 1.8rem;
  }
}
#privacy h5 span {
  white-space: nowrap;
}
#privacy .main_txt {
  font-size: 1.6rem;
  padding-left: 1em;
  margin-top: 0.5em;
  line-height: 1.3;
}
@media (min-width: 768px) {
  #privacy .main_txt {
    font-size: 1.8rem;
  }
}
#privacy .mt-05.mt-md-10 {
  margin-top: 5px;
}
@media (min-width: 768px) {
  #privacy .mt-05.mt-md-10 {
    margin-top: 10px;
  }
}
#privacy ol.kakko_num li {
  line-height: 1.5;
  font-size: 1.6rem;
  position: relative;
  padding-left: 1.5em;
  margin-top: 5px;
}
#privacy ol.kakko_num li:before {
  content: "(" counter(list-item) ")";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  text-align: right;
}
@media (min-width: 768px) {
  #privacy ol.kakko_num li {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}
#privacy ol.kakko_num li:first-of-type {
  margin-top: 0;
}
#privacy ol.kakko_num.num_list02 {
  padding-left: 25px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  #privacy ol.kakko_num.num_list02 {
    padding-left: 50px;
    margin-top: 20px;
  }
}
#privacy .maru_num {
  display: flex;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  #privacy .maru_num {
    font-size: 1.8rem;
  }
}
#privacy .maru_num.num_list02 {
  padding-left: 25px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  #privacy .maru_num.num_list02 {
    padding-left: 35px;
    margin-top: 10px;
  }
}
#privacy .maru_num.num_list02.num01 {
  margin-top: 15px;
}
@media (min-width: 768px) {
  #privacy .maru_num.num_list02.num01 {
    margin-top: 20px;
  }
}
#privacy .kana_list {
  display: flex;
  line-height: 1.5;
  font-size: 1.6rem;
  padding-left: calc(25px + 1em);
}
@media (min-width: 768px) {
  #privacy .kana_list {
    font-size: 1.8rem;
    padding-left: calc(35px + 1em);
  }
}
#privacy .kana_list.kome {
  padding-left: 25px;
}
@media (min-width: 768px) {
  #privacy .kana_list.kome {
    padding-left: 35px;
  }
}
#privacy .txt02 {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 25px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  #privacy .txt02 {
    font-size: 1.8rem;
    padding-left: 35px;
    margin-top: 20px;
  }
}
#privacy .bg_green {
  background-color: #e2f3eb;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 25px;
}
@media (min-width: 768px) {
  #privacy .bg_green {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }
}
#privacy .bg_green ol.kakko_num li {
  padding-left: 2em;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #privacy .bg_green ol.kakko_num li {
    margin-bottom: 30px;
  }
}
#privacy .bg_green p {
  font-size: 1.6rem;
  text-align: right;
  margin-right: 15px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  #privacy .bg_green p {
    font-size: 1.8rem;
  }
}
#privacy .privacy_table {
  font-size: min(3.4666666667vw, 1.3rem);
  border-top: 1px solid #0ca26c;
  border-left: 1px solid #0ca26c;
  width: 100%;
  margin-top: 20px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  #privacy .privacy_table {
    font-size: 2rem;
    margin-top: 40px;
  }
}
#privacy .privacy_table th {
  font-weight: 700;
  background-color: #dbf1e6;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #0ca26c;
  border-right: 1px solid #0ca26c;
  padding: 10px;
  width: 29%;
}
@media (min-width: 768px) {
  #privacy .privacy_table th {
    padding: 15px;
    width: 27%;
  }
}
#privacy .privacy_table th:first-of-type {
  width: 42%;
}
@media (min-width: 768px) {
  #privacy .privacy_table th:first-of-type {
    width: 46%;
  }
}
#privacy .privacy_table td {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #0ca26c;
  border-right: 1px solid #0ca26c;
}
#privacy .privacy_table td:first-of-type {
  text-align: left;
}
@media (min-width: 768px) {
  #privacy .privacy_table td {
    padding: 15px;
  }
}
#privacy .privacy_table tr:last-of-type td:first-of-type {
  text-align: center;
}
@media (min-width: 768px) {
  #privacy .privacy_table tr:last-of-type td:first-of-type {
    text-align: left;
  }
}
#privacy .privacy_table.table02 th {
  width: 32%;
}
#privacy .privacy_table.table02 th:last-of-type {
  width: 68%;
}
@media (min-width: 768px) {
  #privacy .privacy_table.table02 th {
    width: 38%;
  }
  #privacy .privacy_table.table02 th:last-of-type {
    width: 62%;
  }
}
#privacy .privacy_table.table02 td {
  text-align: left;
}
#privacy .privacy_table.table02 td .d-flex {
  display: flex;
}
#privacy .privacy_table.table02 td .d-flex span {
  white-space: nowrap;
}
#privacy .privacy_table.table02 td ul {
  list-style: disc;
  margin-left: 1.5em;
}
#privacy h5.mt-20.mt-md-10 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #privacy h5.mt-20.mt-md-10 {
    margin-top: 10px;
  }
}
#privacy .page_link {
  margin-top: 30px;
  background-color: #f7f7f7;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #privacy .page_link {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
#privacy .page_link ul {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #privacy .page_link ul {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
  }
}
#privacy .page_link ul li {
  color: #008756;
  font-size: min(4vw, 1.5rem);
  font-weight: 700;
  padding-left: 1.2em;
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #privacy .page_link ul li {
    font-size: 1.8rem;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
#privacy .page_link ul li:before {
  position: absolute;
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background: url(../images/privacy/icon.svg) no-repeat 0 0/contain;
  top: 0.15em;
  left: 0;
}
@media (min-width: 768px) {
  #privacy .page_link ul li:before {
    top: 0;
  }
}
#privacy .page_link ul li a {
  line-height: 1.3;
}
@media (min-width: 768px) {
  #privacy .page_link ul li a {
    line-height: 1;
  }
  #privacy .page_link ul li a:hover {
    text-decoration: underline;
  }
}

#sitepolicy h3 {
  font-size: min(4.6666666667vw, 1.7rem);
  font-weight: 700;
  display: flex;
  border-bottom: 2px solid #008756;
  line-height: 1.3;
  margin-bottom: 0.3em;
  margin-top: 45px;
}
@media (min-width: 768px) {
  #sitepolicy h3 {
    font-size: 2.6rem;
    border-bottom: 3px solid #008756;
    margin-top: 60px;
  }
}
#sitepolicy h3 span {
  white-space: nowrap;
}
#sitepolicy .d-flex {
  display: flex;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 25px;
}
@media (min-width: 768px) {
  #sitepolicy .d-flex {
    font-size: 1.8rem;
    margin-top: 30px;
  }
}
#sitepolicy .d-flex span {
  white-space: nowrap;
}
#sitepolicy .main_txt {
  font-size: 1.6rem;
  margin-top: 25px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  #sitepolicy .main_txt {
    font-size: 1.8rem;
    margin-top: 30px;
  }
}
#sitepolicy .main_txt.txt01 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #sitepolicy .main_txt.txt01 {
    margin-top: 60px;
  }
}
#sitepolicy ul.list_disc {
  list-style: disc;
  line-height: 1.75;
  margin-left: 1.5em;
  font-size: 1.6rem;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #sitepolicy ul.list_disc {
    font-size: 1.8rem;
    margin-top: 40px;
  }
}
#sitepolicy ul.list_disc.mt-20.mt-md-0 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #sitepolicy ul.list_disc.mt-20.mt-md-0 {
    margin-top: 0;
  }
}
#sitepolicy ul.list_disc li::marker {
  color: #008756;
}

#special_privacy h3 {
  font-size: min(4.6666666667vw, 1.7rem);
  font-weight: 700;
  display: flex;
  border-bottom: 2px solid #008756;
  line-height: 1.3;
  margin-bottom: 0.3em;
  margin-top: 45px;
}
@media (min-width: 768px) {
  #special_privacy h3 {
    font-size: 2.6rem;
    border-bottom: 3px solid #008756;
    margin-top: 60px;
  }
}
#special_privacy h3 span {
  white-space: nowrap;
}
#special_privacy h5 {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  line-height: 1.5;
}
@media (min-width: 768px) {
  #special_privacy h5 {
    margin-top: 35px;
    font-size: 1.8rem;
  }
}
#special_privacy h5 span {
  white-space: nowrap;
}
#special_privacy .d-flex {
  display: flex;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  #special_privacy .d-flex {
    font-size: 1.8rem;
    margin-top: 5px;
  }
}
#special_privacy .d-flex span {
  white-space: nowrap;
}
#special_privacy .d-flex.mt-20.mt-md-40 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #special_privacy .d-flex.mt-20.mt-md-40 {
    margin-top: 40px;
  }
}
#special_privacy .main_txt {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 1em;
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  #special_privacy .main_txt {
    font-size: 1.8rem;
  }
}
#special_privacy .main_txt.txt01 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #special_privacy .main_txt.txt01 {
    margin-top: 60px;
  }
}
#special_privacy h5.mt-20.mt-md-10 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #special_privacy h5.mt-20.mt-md-10 {
    margin-top: 10px;
  }
}
