@charset "UTF-8";
@import url("magnific-popup.css");
@import url("slick-theme.css");
@import url("slick.css");
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
}

article, aside, dialog, figcaption, figure, footer, header, main, menu, nav, section, svg {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  vertical-align: middle;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  cursor: pointer;
}

strong {
  font-weight: bold;
}

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

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: top;
}

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

label {
  cursor: pointer;
}

label span {
  vertical-align: middle;
}

input, textarea, select {
  padding: 4px 8px;
  border-radius: 0;
  vertical-align: middle;
}

input:not([type=radio]):not([type=checkbox]), textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio], input[type=checkbox], input[type=submit] {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

a, area, button, input, label, select, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

article {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .pc-s {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .sp-s {
    display: none !important;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", helvetica, arial, sans-serif;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
  font-size: 1.8rem;
  padding-top: 70px;
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 60px;
  }
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
a {
  color: black;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  a {
    -webkit-box-shadow: 0 0 1px transparent;
            box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    text-decoration: none;
  }

  a:hover {
    opacity: 0.5;
    cursor: pointer;
  }

  a img {
    -webkit-transition: 0.3s;
  }
}
::-moz-selection {
  background: black;
  color: #eee;
}
::selection {
  background: black;
  color: #eee;
}

::-moz-selection {
  background: black;
  color: #eee;
}

.site-main {
  overflow: hidden;
}

.__lower {
  padding: 150px 0 0;
}
@media screen and (max-width: 991px) {
  .__lower {
    padding: 26.6666666667vw 0 0;
  }
}

@-webkit-keyframes fuwa {
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fuwa {
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 991px) {
  @-webkit-keyframes fuwa {
    50% {
      -webkit-transform: translateY(-12px);
              transform: translateY(-12px);
    }
    70% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes fuwa {
    50% {
      -webkit-transform: translateY(-12px);
              transform: translateY(-12px);
    }
    70% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
.site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  background: white;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  z-index: 92;
}
@media screen and (max-width: 991px) {
  .site-header {
    height: 60px;
  }
}
.site-header .nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 min(2.6vw, 50px);
  position: relative;
}
@media screen and (max-width: 991px) {
  .site-header .nav-wrap {
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
.site-header .nav-wrap .site-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.site-header .nav-wrap .site-logo img {
  width: 125px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .site-header .nav-wrap .site-logo img {
    width: 22.1333333333vw;
  }
}
.site-header .nav-wrap .cart img {
  width: 35px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .site-header .nav-wrap .cart img {
    width: 6.5333333333vw;
  }
}
.site-header.scroll {
  background: rgba(255, 255, 255, 0.2);
}

.h-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
  width: 55px;
  height: 65px;
  z-index: 91;
  padding: 0;
  background-image: url(../img/common/menu.svg);
  background-size: 55px 65px;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 991px) {
  .h-menu {
    width: 11.7333333333vw;
    height: 13.8666666667vw;
    background-size: 11.7333333333vw 13.8666666667vw;
  }
}
.h-menu.none {
  pointer-events: none;
}
.h-menu .in-menu {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 5px;
}
.h-menu small {
  color: white;
  font-size: 9px;
  letter-spacing: 0.05em;
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 991px) {
  .h-menu small {
    margin-top: 1.3333333333vw;
    font-size: 2.1333333333vw;
  }
}
.h-menu span {
  background-color: white;
  height: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  position: relative;
  width: 40%;
  left: 50%;
  margin-left: -20%;
  background-color: white;
}
.h-menu span.l-t {
  top: -3px;
}
@media screen and (max-width: 991px) {
  .h-menu span.l-t {
    top: -2px;
  }
}
.h-menu span.l-b {
  bottom: -3px;
}
@media screen and (max-width: 991px) {
  .h-menu span.l-b {
    bottom: -2px;
  }
}

.p-menu-area {
  overflow-y: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 80vw;
  z-index: 91;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  background: #E6C58D;
  background: linear-gradient(-45deg, #b89e71, #e6c58d, #ebd1a4, #f0dcbb);
  background-size: 400% 400%;
  -webkit-animation: gradient 9s ease infinite;
          animation: gradient 9s ease infinite;
}
@media screen and (max-width: 991px) {
  .p-menu-area {
    width: 95vw;
  }
}
.p-menu-area .wrap {
  opacity: 0;
}
.p-menu-area .wrap .inner-wrapper {
  opacity: 0;
  border: 2px solid transparent;
  padding: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.p-menu-area .wrap .inner-wrapper .hm-nav {
  opacity: 1;
  max-width: min(49.2vw, 945px);
  margin: auto;
}
@media screen and (max-width: 991px) {
  .p-menu-area .wrap .inner-wrapper .hm-nav {
    max-width: 100%;
  }
}
.p-menu-area .wrap .inner-wrapper .hm-nav li {
  text-align: center;
}
.p-menu-area .wrap .inner-wrapper .hm-nav li a {
  width: 100%;
}

.menu-overlay {
  cursor: pointer;
  opacity: 0;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  z-index: 90;
}

body.nav-open .menu-overlay {
  opacity: 1;
  visibility: visible;
  background-color: rgba(255, 255, 255, 0.8);
}
body.nav-open .h-menu {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  /*1で解説*/
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  /*2で解説*/
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  /*3で解説*/
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  /*4で解説*/
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  /*5で解説*/
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  /*6で解説*/
  -webkit-animation-direction: normal;
          animation-direction: normal;
  /*7で解説*/
}
body.nav-open .h-menu span.l-t {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 2px;
}
@media screen and (max-width: 991px) {
  body.nav-open .h-menu span.l-t {
    top: 1px;
  }
}
body.nav-open .h-menu span.l-b {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 0;
}
@media screen and (max-width: 991px) {
  body.nav-open .h-menu span.l-b {
    bottom: 1px;
  }
}
body.nav-open .p-menu-area {
  visibility: visible;
  z-index: 90;
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  /* transform: translateY(0);	 */
}
body.nav-open .p-menu-area .wrap {
  opacity: 1;
  padding: 80px;
  max-height: 90vh;
  overflow: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 991px) {
  body.nav-open .p-menu-area .wrap {
    max-height: 90vh;
    padding: 8vw 4vw;
  }
}
body.nav-open .p-menu-area .wrap::after {
  content: "";
  background-image: url("../img/top/supporters/bg.svg");
  width: min(62.5vw, 1200px);
  height: min(62.5vw, 1200px);
  background-size: min(62.5vw, 1200px) auto;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 991px) {
  body.nav-open .p-menu-area .wrap::after {
    width: 100%;
    height: 100%;
    background-size: auto 100%;
  }
}
body.nav-open .p-menu-area .wrap .inner-wrapper {
  overflow: auto;
  opacity: 1;
  border: 2px solid #fff;
  padding: min(4.1vw, 80px);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
  transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (max-width: 991px) {
  body.nav-open .p-menu-area .wrap .inner-wrapper {
    padding: 13.3333333333vw 4vw;
  }
}
body.nav-open .p-menu-area .wrap .inner-wrapper .hm-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  body.nav-open .p-menu-area .wrap .inner-wrapper .hm-nav {
    display: block;
    margin-bottom: 10.6666666667vw;
  }
}
body.nav-open .p-menu-area .wrap .inner-wrapper .hm-nav li {
  margin: 0 min(1.56vw, 30px) min(2.6vw, 50px);
}
@media screen and (max-width: 991px) {
  body.nav-open .p-menu-area .wrap .inner-wrapper .hm-nav li {
    width: 100%;
    margin: 0 0 5.3333333333vw;
    text-align: center;
  }
}
body.nav-open .p-menu-area .wrap .inner-wrapper .hm-nav li a {
  font-family: "Noto Serif", serif;
  font-size: min(1.04vw, 20px);
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  color: #333;
  font-weight: 600;
  display: block;
}
@media screen and (max-width: 991px) {
  body.nav-open .p-menu-area .wrap .inner-wrapper .hm-nav li a {
    font-size: 3.7333333333vw;
  }
}
body.nav-open .p-menu-area .wrap .inner-wrapper .hm-nav li a::after {
  content: "";
  width: 40%;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: min(-0.52vw, -10px);
  left: 0;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
  transition-property: cubic-bezier(1, 0.09, 0.73, 0.89);
}
@media screen and (max-width: 991px) {
  body.nav-open .p-menu-area .wrap .inner-wrapper .hm-nav li a::after {
    content: none;
  }
}
body.nav-open .p-menu-area .wrap .inner-wrapper .hm-nav li a:hover {
  font-weight: 700;
  opacity: 1;
  color: #666;
}
body.nav-open .p-menu-area .wrap .inner-wrapper .hm-nav li a:hover::after {
  width: 100%;
  background: #fff;
}
body.nav-open .p-menu-area .wrap .online-banner {
  text-align: center;
  margin-top: min(2vw, 40px);
}
body.nav-open .p-menu-area .wrap .online-banner a img {
  width: min(57.2vw, 1100px);
  height: auto;
  max-width: 100%;
}
body.nav-open .p-menu-area .wrap .online-banner a:hover {
  opacity: 1;
}

.base-btn-txt {
  margin: min(3.1vw, 60px) 0 min(0.78vw, 15px);
  text-align: center;
  font-size: min(0.8vw, 16px);
}
@media screen and (max-width: 991px) {
  .base-btn-txt {
    margin: 10.6666666667vw 0 2.6666666667vw;
    font-size: 3.2vw;
  }
}

.base-btn {
  max-width: min(19.7vw, 380px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .base-btn {
    max-width: 72vw;
  }
}
.base-btn a {
  width: 100%;
  border-radius: 60px;
  height: min(3.54vw, 68px);
  font-size: min(0.83vw, 16px);
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #666;
  color: white;
  font-family: "Noto Serif", serif;
  letter-spacing: 0.1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 991px) {
  .base-btn a {
    height: 14.6666666667vw;
    font-size: 3.2vw;
  }
}
.base-btn a:hover {
  opacity: 1;
  background: #E6C58D;
}
.base-btn.white a {
  background: white;
  color: #333;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.base-btn.white a:hover {
  opacity: 1;
  background: #E6C58D;
}

.base-title-area {
  text-align: center;
}
.base-title-area .en-ttl {
  display: block;
}
.base-title-area .en-ttl img {
  width: auto;
  height: min(0.67vw, 13px);
}
@media screen and (max-width: 991px) {
  .base-title-area .en-ttl img {
    height: 2.6666666667vw;
  }
}
.base-title-area h2 {
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-size: min(2.29vw, 44px);
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
  .base-title-area h2 {
    font-size: 5.3333333333vw;
    margin-bottom: 0.8em;
  }
}
.base-title-area h2 .cat {
  font-size: 40%;
  display: block;
  text-align: center;
  color: #999;
}
.base-title-area .txt {
  font-size: min(0.93vw, 18px);
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .base-title-area .txt {
    font-size: 2.9333333333vw;
    letter-spacing: 0.05em;
  }
}

.__lower .base-title-area h2 {
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-size: min(2.29vw, 44px);
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
  .__lower .base-title-area h2 {
    font-size: 6.4vw;
    margin-bottom: 0.8em;
  }
}

.site-1660, .__top .sec-infomation .info-list, .__top .sec-infomation .title-area, .__top .sec-about .concept-area {
  max-width: min(86.4vw, 1660px);
}
@media screen and (max-width: 991px) {
  .site-1660, .__top .sec-infomation .info-list, .__top .sec-infomation .title-area, .__top .sec-about .concept-area {
    max-width: 1005;
  }
}

.pink {
  color: #E7998D;
  font-weight: 600;
}

.pagenation-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
}
@media screen and (max-width: 991px) {
  .pagenation-area {
    margin-top: 80px;
  }
}
.pagenation-area .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #E6C58D;
  padding: 15px 25px;
  width: 100%;
}
.pagenation-area .page-numbers li {
  margin: 0 8px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 991px) {
  .pagenation-area .page-numbers li {
    width: 30px;
    height: 30px;
    margin: 0 5px;
  }
}
.pagenation-area .page-numbers li a {
  font-weight: bold;
  font-size: 1.8rem;
  font-family: arial;
}
@media screen and (max-width: 991px) {
  .pagenation-area .page-numbers li a {
    font-size: 1.4rem;
  }
}
.pagenation-area .page-numbers li a .c-pager__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.pagenation-area .page-numbers li a .c-pager__next::after {
  content: "";
  position: relative;
  left: -3px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
}
.pagenation-area .page-numbers li a .c-pager__prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.pagenation-area .page-numbers li a .c-pager__prev::after {
  content: "";
  position: relative;
  right: -3px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  display: block;
}
.pagenation-area .page-numbers li .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-weight: bold;
  font-family: 1.6rem;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 1px solid white;
}
@media screen and (max-width: 991px) {
  .pagenation-area .page-numbers li .page-numbers {
    font-size: 1.4rem;
  }
}

.__404.__lower {
  position: relative;
  max-width: min(60.4vw, 1160px);
  margin: min(2.6vw, 50px) auto 100px;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .__404.__lower {
    max-width: 100%;
    margin: 10.6666666667vw 5.3333333333vw 16vw;
  }
}
.__404.__lower .c-ttl {
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-size: min(2.29vw, 44px);
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .__404.__lower .c-ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 0.8em;
  }
}
.__404.__lower .c-ttl .en {
  font-size: 70%;
  display: block;
  font-family: times;
  color: #999;
}
.__404.__lower h3 {
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-size: min(1.3vw, 26px);
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .__404.__lower h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 0.8em;
  }
}
.__404.__lower .txt01 {
  font-size: min(0.9vw, 18px);
  letter-spacing: 0.1em;
  margin-bottom: 3em;
}
@media screen and (max-width: 991px) {
  .__404.__lower .txt01 {
    font-size: 3.4666666667vw;
    margin-bottom: 2em;
  }
}

.__top .sec-top-kv {
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.__top .sec-top-kv.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.__top .sec-top-kv .slick-slide {
  overflow: hidden;
}
.__top .sec-top-kv .slick-slide img {
  width: 100%;
  height: auto;
  border-radius: 0 min(5.72vw, 110px) 0 0;
}
@media screen and (max-width: 991px) {
  .__top .sec-top-kv .slick-slide img {
    border-radius: 0 40px 0 0;
  }
}
.__top .sec-top-kv .slick-slide.slick-active, .__top .sec-top-kv .slick-slide.slick-slide:has(+ .slick-active), .__top .sec-top-kv .slick-slide.slick-slide:last-child {
  -webkit-animation: zoom-in 12s ease-out infinite;
          animation: zoom-in 12s ease-out infinite;
}
@-webkit-keyframes zoom-in {
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  @media screen and (max-width: 991px) {
    @keyframes zoom-in {
      100% {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
      }
    }
  }
}
@keyframes zoom-in {
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  @media screen and (max-width: 991px) {
    @-webkit-keyframes zoom-in {
      100% {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
      }
    }
    @keyframes zoom-in {
      100% {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
      }
    }
  }
}

.__top .sec-supporters {
  position: relative;
  min-height: min(130vw, 2500px);
}
@media screen and (max-width: 991px) {
  .__top .sec-supporters {
    min-height: inherit;
    padding-bottom: 16vw;
  }
}
.__top .sec-supporters::before {
  content: "";
  background: #e6c58d;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(79%, #e6c58d), to(white));
  background: linear-gradient(0deg, #e6c58d 79%, white 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}
.__top .sec-supporters::after {
  content: "";
  background-image: url("../img/top/supporters/bg.svg");
  width: 1852px;
  height: 100%;
  background-size: 100% auto;
  background-position: center min(27vw, 520px);
  background-repeat: no-repeat;
  display: block;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 1920px) {
  .__top .sec-supporters::after {
    width: min(96.4vw, 1852px);
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-supporters::after {
    width: 120vw;
    background-position: center 45.3333333333vw;
  }
}
.__top .sec-supporters .__top .sec-supporters > * {
  z-index: 5;
}
.__top .sec-supporters .bg-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: min(8.33vw, 160px);
}
@media screen and (max-width: 991px) {
  .__top .sec-supporters .bg-ttl {
    padding-top: 21.3333333333vw;
  }
}
.__top .sec-supporters .bg-ttl img {
  width: min(53.9vw, 1035px);
  height: auto;
}
@media screen and (max-width: 991px) {
  .__top .sec-supporters .bg-ttl img {
    height: 8vw;
    width: auto;
  }
}
.__top .sec-supporters .title-area {
  margin-left: 50vw;
  width: 50vw;
  position: relative;
  height: min(20vw, 385px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .__top .sec-supporters .title-area {
    margin-left: 5vw;
    width: 95vw;
    height: 40vw;
  }
}
.__top .sec-supporters .title-area h2 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-family: "Noto Serif", serif;
  color: white;
  letter-spacing: 0.2em;
  font-size: min(1.92vw, 37px);
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .__top .sec-supporters .title-area h2 {
    font-size: 4.5333333333vw;
    left: 70%;
  }
}
.__top .sec-supporters .title-area .txt {
  font-size: min(0.93vw, 18px);
  font-family: "Noto Serif", serif;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .__top .sec-supporters .title-area .txt {
    font-size: 3.2vw;
  }
}
.__top .sec-supporters .pkcz-area {
  position: relative;
  z-index: 5;
}
.__top .sec-supporters .pkcz-area::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 30px);
  background: linear-gradient(-45deg, #e7998d, #8DE6C5, #e7998d, #8DAEE6);
  background-size: 400% 400%;
  -webkit-animation: gradient 9s ease infinite;
          animation: gradient 9s ease infinite;
  position: absolute;
  z-index: -2;
}
@media screen and (max-width: 991px) {
  .__top .sec-supporters .pkcz-area::before {
    height: calc(100% - 10px);
  }
}
.__top .sec-supporters .pkcz-area .inner {
  max-width: min(100vw, 1920px);
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .__top .sec-supporters .pkcz-area .inner {
    max-width: 100%;
  }
}
.__top .sec-supporters .pkcz-area .inner .thumb-area {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.__top .sec-supporters .pkcz-area .inner .thumb-area .top-pkcz-thumb {
  width: min(25.3vw, 487px);
  position: relative;
  top: -30px;
}
@media screen and (max-width: 991px) {
  .__top .sec-supporters .pkcz-area .inner .thumb-area .top-pkcz-thumb {
    width: 80%;
    top: -10px;
  }
}
.__top .sec-supporters .pkcz-area .inner .thumb-area .top-pkcz-thumb::before {
  content: "";
  background-image: url("../img/top/supporters/pkcz.svg");
  background-repeat: no-repeat;
  background-size: min(3.4vw, 67px) auto;
  width: min(3.4vw, 67px);
  height: min(0.67vw, 13px);
  position: absolute;
  left: min(1.56vw, 30px);
  top: min(1.56vw, 30px);
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .__top .sec-supporters .pkcz-area .inner .thumb-area .top-pkcz-thumb::before {
    background-size: 10.6666666667vw auto;
    width: 10.6666666667vw;
    height: 2.6666666667vw;
    left: 2.6666666667vw;
    top: 2.6666666667vw;
  }
}
.__top .sec-supporters .pkcz-area .inner .thumb-area .top-pkcz-thumb::after {
  content: "";
  background: white;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -30px;
  bottom: -30px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .__top .sec-supporters .pkcz-area .inner .thumb-area .top-pkcz-thumb::after {
    right: -10px;
    bottom: -10px;
  }
}
.__top .sec-supporters .pkcz-area .inner .thumb-area .top-pkcz-thumb .slick-slide {
  position: relative;
  z-index: 3;
}
.__top .sec-supporters .pkcz-area .inner .thumb-area .top-pkcz-thumb .slick-slide img {
  width: 100%;
  height: auto;
  z-index: 3;
}
.__top .sec-supporters .pkcz-area .inner .txt-area {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .__top .sec-supporters .pkcz-area .inner .txt-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.__top .sec-supporters .pkcz-area .inner .txt-area .txt-inner i.item {
  width: min(14.7vw, 283px);
  margin: auto;
  display: block;
}
@media screen and (max-width: 991px) {
  .__top .sec-supporters .pkcz-area .inner .txt-area .txt-inner i.item {
    width: 60%;
  }
}
.__top .sec-supporters .pkcz-area .inner .txt-area .txt-inner i.item img {
  width: 100%;
  height: auto;
}
.__top .sec-supporters .pkcz-area .inner .txt-area .txt-inner .copy {
  margin: min(1.56vw, 30px) 0;
}
@media screen and (max-width: 991px) {
  .__top .sec-supporters .pkcz-area .inner .txt-area .txt-inner .copy {
    margin: 4vw auto 1.3333333333vw;
    width: 85%;
  }
}
.__top .sec-supporters .pkcz-area .inner .txt-area .txt-inner .copy img {
  width: min(23.4vw, 451px);
  height: auto;
}
@media screen and (max-width: 991px) {
  .__top .sec-supporters .pkcz-area .inner .txt-area .txt-inner .copy img {
    width: 100%;
  }
}
.__top .sec-supporters .pkcz-area .inner .txt-area .txt-inner .message {
  font-size: min(1.25vw, 24px);
  font-family: "Noto Serif", serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .__top .sec-supporters .pkcz-area .inner .txt-area .txt-inner .message {
    font-size: 2.9333333333vw;
    text-align: center;
  }
}
.__top .sec-supporters .pkcz-area .inner .txt-area .txt-inner .message span {
  font-size: 110%;
  color: white;
}
.__top .sec-supporters .pkcz-area .inner .txt-area .txt-inner .message sup {
  font-size: 50%;
  position: relative;
  top: -8px;
}
@media screen and (max-width: 991px) {
  .__top .sec-supporters .pkcz-area .inner .txt-area .txt-inner .message sup {
    top: -1.0666666667vw;
  }
}
.__top .sec-supporters .pkcz-area .inner .txt-area .txt-inner .note {
  font-size: min(0.72vw, 14px);
  margin-top: min(0.52vw, 10px);
  letter-spacing: 0.075em;
}
@media screen and (max-width: 991px) {
  .__top .sec-supporters .pkcz-area .inner .txt-area .txt-inner .note {
    font-size: 2.9333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.__top .sec-supporters .pkcz-area .inner .txt-area .txt-inner .note a {
  text-decoration: underline;
}
.__top .sec-supporters .raw-wrap {
  margin-top: min(7.2vw, 140px);
}
@media screen and (max-width: 991px) {
  .__top .sec-supporters .raw-wrap {
    margin-top: 8vw;
  }
}
.__top .sec-supporters .raw-wrap .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .__top .sec-supporters .raw-wrap .list {
    padding: 0 5.3333333333vw;
  }
}
.__top .sec-supporters .raw-wrap .list li {
  width: min(27.1vw, 522px);
  margin: 0 min(3.9vw, 75px);
}
@media screen and (max-width: 991px) {
  .__top .sec-supporters .raw-wrap .list li {
    width: 45%;
    margin: 0 2.5%;
  }
}
.__top .sec-supporters .raw-wrap .list li .thumb {
  position: relative;
  margin-bottom: min(1.56vw, 30px);
}
@media screen and (max-width: 991px) {
  .__top .sec-supporters .raw-wrap .list li .thumb {
    margin-bottom: 6.6666666667vw;
  }
}
.__top .sec-supporters .raw-wrap .list li .thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: white;
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .__top .sec-supporters .raw-wrap .list li .thumb::after {
    right: -5px;
    bottom: -5px;
  }
}
.__top .sec-supporters .raw-wrap .list li .thumb img {
  width: 100%;
  position: relative;
  z-index: 3;
}
.__top .sec-supporters .raw-wrap .list li h3 {
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .__top .sec-supporters .raw-wrap .list li h3 {
    margin-bottom: 5px;
  }
}
.__top .sec-supporters .raw-wrap .list li h3 img {
  height: auto;
}
.__top .sec-supporters .raw-wrap .list li h3 img[src*="mika_takahashi.svg"] {
  width: min(15.2vw, 293px);
}
@media screen and (max-width: 991px) {
  .__top .sec-supporters .raw-wrap .list li h3 img[src*="mika_takahashi.svg"] {
    width: auto;
    height: 2.6666666667vw;
  }
}
.__top .sec-supporters .raw-wrap .list li h3 img[src*="sattari.svg"] {
  width: min(17.3vw, 333px);
}
@media screen and (max-width: 991px) {
  .__top .sec-supporters .raw-wrap .list li h3 img[src*="sattari.svg"] {
    width: auto;
    height: 2.6666666667vw;
  }
}
.__top .sec-supporters .raw-wrap .list li .name {
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: min(0.9vw, 18px);
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .__top .sec-supporters .raw-wrap .list li .name {
    font-size: 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
}
.__top .sec-supporters .raw-wrap .list li .message {
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: min(1.04vw, 20px);
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .__top .sec-supporters .raw-wrap .list li .message {
    font-size: 3.2vw;
    text-align: left;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
  }
}
.__top .sec-supporters .raw-wrap .list li .note {
  font-size: min(0.72vw, 14px);
  margin-top: min(0.52vw, 10px);
  letter-spacing: 0.075em;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  .__top .sec-supporters .raw-wrap .list li .note {
    font-size: 2.6666666667vw;
    margin-top: 1.3333333333vw;
    text-align: left;
  }
}
.__top .sec-supporters .raw-wrap .list li .note a {
  text-decoration: underline;
}
.__top .sec-supporters .raw-wrap .base-btn {
  margin-top: min(10.4vw, 200px);
}
@media screen and (max-width: 991px) {
  .__top .sec-supporters .raw-wrap .base-btn {
    margin-top: 13.3333333333vw;
  }
}

.__top .sec-about {
  padding: min(4.1vw, 80px) 0;
}
@media screen and (max-width: 991px) {
  .__top .sec-about {
    padding: 16vw 0;
  }
}
.__top .sec-about .concept-area {
  margin: min(3.9vw, 75px) auto;
  border-bottom: 1px solid #E6C58D;
  border-top: 1px solid #E6C58D;
  padding: min(3.9vw, 75px) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .__top .sec-about .concept-area {
    padding: 10.6666666667vw 0;
    margin: 8vw auto;
  }
}
.__top .sec-about .concept-area .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: min(7.2vw, 140px);
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .__top .sec-about .concept-area .title-area {
    width: 25%;
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.__top .sec-about .concept-area .title-area .en {
  margin-bottom: min(0.52vw, 10px);
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .__top .sec-about .concept-area .title-area .en {
    margin-bottom: 0.8vw;
  }
}
.__top .sec-about .concept-area .title-area .en img {
  width: auto;
  height: min(0.9vw, 19px);
}
@media screen and (max-width: 991px) {
  .__top .sec-about .concept-area .title-area .en img {
    height: 3.2vw;
  }
}
.__top .sec-about .concept-area .title-area h3 {
  letter-spacing: 0.3em;
  color: #cea467;
  font-family: "Noto Serif", serif;
  font-size: min(0.72vw, 14px);
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .__top .sec-about .concept-area .title-area h3 {
    font-size: 2.9333333333vw;
  }
}
.__top .sec-about .concept-area .txt-area {
  width: 50%;
  padding-left: min(7.2vw, 140px);
  color: #cea467;
  font-size: min(1.04vw, 20px);
  line-height: 3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Noto Serif", serif;
  letter-spacing: 0.3em;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .__top .sec-about .concept-area .txt-area {
    width: 75%;
    font-size: 3.2vw;
    padding-left: 5.3333333333vw;
    letter-spacing: 0.1em;
  }
}
.__top .sec-about .draw {
  text-align: center;
  margin: min(2.6vw, 50px) 0;
}
@media screen and (max-width: 991px) {
  .__top .sec-about .draw {
    margin: 8vw 0;
  }
}
.__top .sec-about .draw img {
  width: min(50vw, 963px);
  height: auto;
}
@media screen and (max-width: 991px) {
  .__top .sec-about .draw img {
    width: 85%;
  }
}
.__top .sec-about .effect-area {
  background: #eee;
  padding: min(1.5vw, 30px) 0;
  max-width: min(86.4vw, 1660px);
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .__top .sec-about .effect-area {
    padding: 8vw 6.6666666667vw;
    max-width: 100%;
    display: block;
  }
}
.__top .sec-about .effect-area .num {
  width: 50%;
  padding: 0 min(2.6vw, 50px);
}
@media screen and (max-width: 991px) {
  .__top .sec-about .effect-area .num {
    width: 100%;
    padding: 0;
  }
  .__top .sec-about .effect-area .num + .num {
    margin-top: 5.3333333333vw;
  }
}
.__top .sec-about .effect-area .num h4 {
  font-size: min(0.83vw, 16px);
  font-family: "Noto Serif", serif;
  margin-bottom: min(0.78vw, 15px);
}
@media screen and (max-width: 991px) {
  .__top .sec-about .effect-area .num h4 {
    font-size: 3.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.__top .sec-about .effect-area .num h4 small {
  font-size: 70%;
}
.__top .sec-about .effect-area .num .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.__top .sec-about .effect-area .num .list li {
  background: rgba(141, 230, 197, 0.5);
  border-radius: 8px;
  padding: min(0.36vw, 7px) min(1vw, 20px);
  font-family: "Noto Serif", serif;
  letter-spacing: 0.2em;
  font-size: min(0.67vw, 13px);
  margin: 0 min(0.52vw, 10px) min(0.52vw, 10px) 0;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .__top .sec-about .effect-area .num .list li {
    border-radius: 6px;
    padding: 1.3333333333vw 3.2vw;
    font-size: 2.4vw;
    margin: 0 2.6666666667vw 2.6666666667vw 0;
    letter-spacing: 0.05em;
  }
}

.__top .sec-credentials {
  padding: min(4.1vw, 80px) 0;
  background: #cccccc;
  background: linear-gradient(240deg, #cccccc 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc",endColorstr="#f2f2f2",GradientType=1);
}
@media screen and (max-width: 991px) {
  .__top .sec-credentials {
    padding: 16vw 0;
  }
}
.__top .sec-credentials .raw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .__top .sec-credentials .raw {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.__top .sec-credentials .raw .thumb {
  margin-right: min(3.3vw, 65px);
}
@media screen and (max-width: 991px) {
  .__top .sec-credentials .raw .thumb {
    margin-right: 0;
    width: 35%;
  }
}
.__top .sec-credentials .raw .thumb img {
  width: min(12.3vw, 238px);
  height: auto;
}
@media screen and (max-width: 991px) {
  .__top .sec-credentials .raw .thumb img {
    width: 100%;
  }
}
.__top .sec-credentials .raw .txt-area {
  font-size: min(0.83vw, 16px);
  letter-spacing: 0.1em;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 991px) {
  .__top .sec-credentials .raw .txt-area {
    width: 65%;
    padding-left: 8vw;
    font-size: 3.2vw;
    letter-spacing: 0.05em;
  }
}
.__top .sec-credentials .point-main-area {
  background: white;
  border-radius: 40px;
  padding: min(2.6vw, 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: min(75vw, 1440px);
  margin: min(2.86vw, 55px) auto 0;
}
@media screen and (max-width: 991px) {
  .__top .sec-credentials .point-main-area {
    border-radius: 20px;
    padding: 8vw 4vw;
    display: block;
    max-width: 100%;
    margin: 0 5.3333333333vw;
  }
}
.__top .sec-credentials .point-main-area .inner h3 {
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: min(1.2vw, 24px);
  letter-spacing: 0.1em;
  margin-bottom: min(1.56vw, 30px);
}
@media screen and (max-width: 991px) {
  .__top .sec-credentials .point-main-area .inner h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 6.6666666667vw;
    text-align: left;
    position: relative;
    padding-left: 13.3333333333vw;
  }
}
.__top .sec-credentials .point-main-area .inner h3 .point {
  font-family: times;
  color: #E7998D;
  font-size: min(4.3vw, 84px);
  margin-right: 10px;
  position: relative;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .__top .sec-credentials .point-main-area .inner h3 .point {
    font-size: 11.2vw;
    margin-right: 2.6666666667vw;
    position: absolute;
    left: 0;
    top: -1.3333333333vw;
  }
}
.__top .sec-credentials .point-main-area .inner h3 .point::before {
  content: "";
  background-image: url(../img/top/credentials/point.svg);
  background-repeat: no-repeat;
  background-size: min(1.66vw, 32px) auto;
  width: min(1.66vw, 32px);
  height: min(0.93vw, 18px);
  display: block;
  position: absolute;
  left: -20px;
  top: -5px;
}
@media screen and (max-width: 991px) {
  .__top .sec-credentials .point-main-area .inner h3 .point::before {
    background-size: 4.2666666667vw auto;
    width: 4.2666666667vw;
    height: 2.4vw;
    left: -1.8666666667vw;
    top: -1.3333333333vw;
  }
}
.__top .sec-credentials .point-main-area .inner h3 .point::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  background: #666;
  width: 100%;
  height: 2px;
  display: block;
}
@media screen and (max-width: 991px) {
  .__top .sec-credentials .point-main-area .inner h3 .point::after {
    bottom: -1.3333333333vw;
    height: 1px;
  }
}
.__top .sec-credentials .point-main-area .inner .point-01-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .__top .sec-credentials .point-main-area .inner .point-01-list {
    display: block;
    padding: 0 5.3333333333vw;
  }
}
.__top .sec-credentials .point-main-area .inner .point-01-list li {
  margin: 0 min(1.82vw, 35px);
  max-width: min(24.3vw, 467px);
}
@media screen and (max-width: 991px) {
  .__top .sec-credentials .point-main-area .inner .point-01-list li {
    margin: 0;
    max-width: 100%;
  }
  .__top .sec-credentials .point-main-area .inner .point-01-list li + li {
    margin-top: 5.3333333333vw;
  }
}
.__top .sec-credentials .point-main-area .inner .point-01-list li figure img {
  height: auto;
}
@media screen and (max-width: 991px) {
  .__top .sec-credentials .point-main-area .inner .point-01-list li figure img {
    margin: auto;
    display: block;
  }
}
.__top .sec-credentials .point-main-area .inner .point-01-list li figure img[src*="fig1.webp"] {
  width: min(24.3vw, 467px);
}
@media screen and (max-width: 991px) {
  .__top .sec-credentials .point-main-area .inner .point-01-list li figure img[src*="fig1.webp"] {
    width: 61.3333333333vw;
  }
}
.__top .sec-credentials .point-main-area .inner .point-01-list li figure img[src*="fig2.webp"] {
  width: min(19vw, 365px);
}
@media screen and (max-width: 991px) {
  .__top .sec-credentials .point-main-area .inner .point-01-list li figure img[src*="fig2.webp"] {
    width: 48.5333333333vw;
  }
}
.__top .sec-credentials .point-main-area .inner .point-01-list li figure figcaption {
  font-size: min(0.72vw, 14px);
  letter-spacing: 0.1em;
  margin-top: 20px;
  word-break: break-all;
}
@media screen and (max-width: 991px) {
  .__top .sec-credentials .point-main-area .inner .point-01-list li figure figcaption {
    font-size: 3.2vw;
    margin-top: 4vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
    line-height: 1.8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.__top .sec-credentials .point-list {
  max-width: min(50vw, 960px);
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .__top .sec-credentials .point-list {
    max-width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.__top .sec-credentials .point-list li {
  background: white;
  margin-top: min(1.4vw, 27px);
  border-radius: 10px;
  padding: min(0.78vw, 15px) min(2vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: min(1.1vw, 22px);
  font-family: "Noto Serif", serif;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .__top .sec-credentials .point-list li {
    margin-top: 4vw;
    border-radius: 10px;
    padding: 2.6666666667vw 4vw 2.9333333333vw 14.6666666667vw;
    font-size: 4vw;
    position: relative;
    line-height: 1.5;
    display: block;
  }
}
.__top .sec-credentials .point-list li .point {
  color: #E7998D;
  font-family: "Noto Serif", serif;
  font-size: min(2.65vw, 51px);
  display: inline-block;
  line-height: 1;
  position: relative;
  margin-right: 30px;
}
@media screen and (max-width: 991px) {
  .__top .sec-credentials .point-list li .point {
    font-size: 6.6666666667vw;
    margin-right: 5.3333333333vw;
    position: absolute;
    left: 2.6666666667vw;
    top: 3.2vw;
  }
}
.__top .sec-credentials .point-list li .point::before {
  content: "";
  background-image: url(../img/top/credentials/point.svg);
  background-repeat: no-repeat;
  background-size: min(1.66vw, 32px) auto;
  width: min(1.66vw, 32px);
  height: min(0.93vw, 18px);
  display: block;
  position: absolute;
  left: -20px;
  top: -8px;
}
@media screen and (max-width: 991px) {
  .__top .sec-credentials .point-list li .point::before {
    background-size: 4.2666666667vw auto;
    width: 4.2666666667vw;
    height: 2.4vw;
    left: -1.3333333333vw;
    top: -1.8666666667vw;
  }
}
.__top .sec-credentials .point-list li .point::after {
  content: "";
  position: absolute;
  right: -15px;
  bottom: 0;
  background: #666;
  width: 1px;
  height: 85%;
  display: block;
}
@media screen and (max-width: 991px) {
  .__top .sec-credentials .point-list li .point::after {
    right: -2.6666666667vw;
    bottom: 0.5333333333vw;
  }
}
.__top .sec-credentials .point-list li small {
  font-size: 80%;
  margin-left: 15px;
}
@media screen and (max-width: 991px) {
  .__top .sec-credentials .point-list li small {
    margin-left: 0;
  }
}
.__top .sec-credentials .base-btn {
  margin-top: min(3.1vw, 60px);
}
@media screen and (max-width: 991px) {
  .__top .sec-credentials .base-btn {
    margin-top: 10.6666666667vw;
  }
}

.__top .sec-voice {
  padding: min(4.1vw, 80px) 0;
}
@media screen and (max-width: 991px) {
  .__top .sec-voice {
    padding: 16vw 0;
  }
}
.__top .sec-voice .top-voice-list {
  /*
  display: flex;
  	justify-content: center;
  */
  width: min(60.9vw, 1170px);
  margin: min(3.64vw, 70px) auto 0;
}
@media screen and (max-width: 991px) {
  .__top .sec-voice .top-voice-list {
    margin-top: 8vw;
    width: 80%;
  }
}
.__top .sec-voice .top-voice-list .slick-slide {
  background: #f6f0e8;
  border-radius: 23px;
  padding: min(125vw, 24px) min(0.9vw, 19px);
  width: min(17.7vw, 340px);
  margin: 0 min(1.3vw, 25px);
}
@media screen and (max-width: 991px) {
  .__top .sec-voice .top-voice-list .slick-slide {
    border-radius: 12px;
    padding: 8vw 4vw;
    width: 100%;
    margin: 0 5.3333333333vw;
  }
}
.__top .sec-voice .top-voice-list .slick-slide i {
  text-align: center;
  display: block;
}
.__top .sec-voice .top-voice-list .slick-slide i img {
  width: min(7.1vw, 138px);
  height: auto;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .__top .sec-voice .top-voice-list .slick-slide i img {
    width: 50%;
  }
}
.__top .sec-voice .top-voice-list .slick-slide .name {
  font-size: min(0.62vw, 12px);
  font-family: "Noto Serif", serif;
  padding-bottom: 1em;
  margin-bottom: 1em;
  margin-top: 1em;
  border-bottom: 1px solid #666;
}
@media screen and (max-width: 991px) {
  .__top .sec-voice .top-voice-list .slick-slide .name {
    font-size: 3.7333333333vw;
  }
}
.__top .sec-voice .top-voice-list .slick-slide .txt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  font-size: min(0.93vw, 18px);
  line-height: 1.8;
}
@media screen and (max-width: 991px) {
  .__top .sec-voice .top-voice-list .slick-slide .txt {
    font-size: 3.4666666667vw;
  }
}
.__top .sec-voice .base-btn {
  margin-top: min(4.1vw, 80px);
}
@media screen and (max-width: 991px) {
  .__top .sec-voice .base-btn {
    margin-top: 10.6666666667vw;
  }
}

.__top .sec-infomation {
  background: #f6f0e8;
  padding: min(4.1vw, 80px) 0;
  position: relative;
  min-height: min(36.4vw, 700px);
}
@media screen and (max-width: 991px) {
  .__top .sec-infomation {
    padding: 16vw 0;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-infomation {
    min-height: inherit;
    padding-bottom: 21.3333333333vw;
  }
}
.__top .sec-infomation::before {
  content: "";
  background-image: url(../img/top/info/bg-line.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .__top .sec-infomation::before {
    background-size: auto 100%;
  }
}
.__top .sec-infomation::after {
  content: "";
  background-image: url(../img/top/info/bg-ttl.svg);
  background-size: min(54.1vw, 1039px) auto;
  background-repeat: no-repeat;
  width: min(54.1vw, 1039px);
  height: min(6.25vw, 120px);
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .__top .sec-infomation::after {
    background-size: auto 8vw;
    background-position: right bottom;
    width: 100%;
    height: 8vw;
  }
}
.__top .sec-infomation .title-area {
  margin: auto;
  position: relative;
  z-index: 5;
}
.__top .sec-infomation .title-area h2 {
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-size: min(1.8vw, 36px);
  letter-spacing: 0.2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
  .__top .sec-infomation .title-area h2 {
    font-size: 5.3333333333vw;
  }
}
.__top .sec-infomation .title-area .txt {
  font-size: min(0.72vw, 14px);
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .__top .sec-infomation .title-area .txt {
    font-size: 3.4666666667vw;
  }
}
.__top .sec-infomation .info-list {
  margin: min(6.5vw, 125px) auto 0;
  padding-left: min(4.1vw, 80px);
}
@media screen and (max-width: 991px) {
  .__top .sec-infomation .info-list {
    margin: 10.6666666667vw auto 0;
    padding-left: 0;
  }
}
.__top .sec-infomation .info-list li {
  position: relative;
  margin-top: min(2vw, 40px);
}
@media screen and (max-width: 991px) {
  .__top .sec-infomation .info-list li {
    margin-top: 10.6666666667vw;
  }
}
.__top .sec-infomation .info-list li .txt-area {
  width: 65%;
}
@media screen and (max-width: 991px) {
  .__top .sec-infomation .info-list li .txt-area {
    width: 100%;
  }
}
.__top .sec-infomation .info-list li .txt-area .day-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.__top .sec-infomation .info-list li .txt-area .day-area time {
  font-size: min(0.72vw, 14px);
  font-family: "Noto Serif", serif;
  letter-spacing: 0.1em;
  margin-right: 2em;
}
@media screen and (max-width: 991px) {
  .__top .sec-infomation .info-list li .txt-area .day-area time {
    font-size: 2.6666666667vw;
    margin-right: 1.5em;
  }
}
.__top .sec-infomation .info-list li .txt-area .day-area .cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.__top .sec-infomation .info-list li .txt-area .day-area .cate span {
  background: white;
  border: 1px solid #E6C58D;
  display: block;
  text-align: center;
}
.__top .sec-infomation .info-list li .txt-area .day-area .cate span a {
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: min(0.4vw, 8px) min(1.3vw, 25px);
  min-width: min(12.5vw, 240px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .__top .sec-infomation .info-list li .txt-area .day-area .cate span a {
    font-size: 2.6666666667vw;
    padding: 1.0666666667vw 2.1333333333vw;
    min-width: inherit;
  }
}
.__top .sec-infomation .info-list li .txt-area .txt {
  font-size: min(0.93vw, 18px);
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  margin-top: 1em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 991px) {
  .__top .sec-infomation .info-list li .txt-area .txt {
    font-size: 3.4666666667vw;
    line-height: 1.8;
    margin-top: 0.8em;
  }
}
.__top .sec-infomation .info-list li .more {
  width: min(19.7vw, 380px);
  height: min(2.9vw, 56px);
  position: absolute;
  right: 0;
  top: 0;
  background: white;
  border: 1px solid #E6C58D;
}
@media screen and (max-width: 991px) {
  .__top .sec-infomation .info-list li .more {
    position: inherit;
    right: inherit;
    top: inherit;
    width: 50%;
    height: 9.3333333333vw;
    margin-top: 4vw;
  }
}
.__top .sec-infomation .info-list li .more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: min(0.83vw, 16px);
  letter-spacing: 0.3em;
}
@media screen and (max-width: 991px) {
  .__top .sec-infomation .info-list li .more a {
    font-size: 3.2vw;
    letter-spacing: 0.1em;
  }
}
.__top .sec-infomation .info-list li .more a::after {
  content: "";
  background-image: url(../img/top/info/arrow.svg);
  background-repeat: no-repeat;
  background-size: min(1.4vw, 28px) auto;
  width: min(1.4vw, 28px);
  height: min(1.7vw, 33px);
  position: absolute;
  right: min(1.0vw, 20px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .__top .sec-infomation .info-list li .more a::after {
    background-size: 4vw auto;
    width: 4vw;
    height: 4.8vw;
    right: 4vw;
  }
}
.__top .sec-infomation .info-list li .more a:hover {
  opacity: 1;
  background: #E6C58D;
}

.__top .sec-online {
  padding: min(4.1vw, 80px) 0;
  position: relative;
  min-height: min(41.6vw, 800px);
}
@media screen and (max-width: 991px) {
  .__top .sec-online {
    padding: 16vw 0;
  }
}
@media screen and (max-width: 991px) {
  .__top .sec-online {
    min-height: inherit;
  }
}
.__top .sec-online::before {
  content: "";
  background-image: url(../img/top/online/bg-line.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .__top .sec-online::before {
    background-size: auto 100%;
  }
}
.__top .sec-online .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: min(64.5vw, 1240px);
  margin: auto;
}
@media screen and (max-width: 991px) {
  .__top .sec-online .item-list {
    max-width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 6.6666666667vw;
  }
}
.__top .sec-online .item-list.mt {
  margin-top: min(7.8vw, 150px);
}
@media screen and (max-width: 991px) {
  .__top .sec-online .item-list.mt {
    margin-top: 32vw;
  }
}
.__top .sec-online .item-list li {
  width: min(20.5vw, 394px);
  margin: 0 min(3.75vw, 72px);
}
@media screen and (max-width: 991px) {
  .__top .sec-online .item-list li {
    width: 48%;
    margin: 0;
  }
}
.__top .sec-online .item-list li .item {
  width: 60%;
  margin: auto;
}
.__top .sec-online .item-list li .item img {
  width: 100%;
  height: auto;
}
.__top .sec-online .item-list li .btn {
  margin-top: min(0.78vw, 15px);
  height: min(3.7vw, 72px);
  font-size: min(0.98vw, 19px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E6C58D;
  background: white;
  color: #333;
  text-align: center;
  line-height: 1;
  font-family: "Noto Serif", serif;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .__top .sec-online .item-list li .btn {
    margin-top: 5.3333333333vw;
    height: 12vw;
    font-size: 3.2vw;
    font-weight: normal;
  }
}
.__top .sec-online .item-list li .btn span {
  font-size: min(0.62vw, 12px);
}
@media screen and (max-width: 991px) {
  .__top .sec-online .item-list li .btn span {
    font-size: 2.6666666667vw;
    display: block;
    margin-top: 1.3333333333vw;
  }
}
.__top .sec-online .item-list li.new-item {
  margin-left: min(21.8vw, 420px);
  margin-right: min(21.8vw, 420px);
  margin-bottom: min(3.1vw, 60px);
}
@media screen and (max-width: 991px) {
  .__top .sec-online .item-list li.new-item {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 13.3333333333vw;
  }
}
.__top .sec-online .item-list li.new-item .item {
  width: 100%;
}
.__top .sec-online .item-list li.new-item .btn {
  background: #E7998D;
  color: white;
  border: 1px solid #dd756b;
}

.site-footer {
  z-index: 3;
  position: relative;
}
.site-footer .footer-contact-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-contact-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.site-footer .footer-contact-area .contact-area {
  width: 50%;
  min-height: min(38.2vw, 735px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-contact-area .contact-area {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    min-height: inherit;
    padding: 16vw 0;
  }
}
.site-footer .footer-contact-area .contact-area::before {
  content: "";
  background-image: url(../img/common/contact.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.site-footer .footer-contact-area .contact-area::after {
  content: "";
  background: rgba(230, 197, 141, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.site-footer .footer-contact-area .contact-area .base-btn {
  width: min(19.7vw, 380px);
  height: min(2.91vw, 63px);
  margin-top: min(2vw, 40px);
}
@media screen and (max-width: 991px) {
  .site-footer .footer-contact-area .contact-area .base-btn {
    width: 75vw;
    height: 13.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.site-footer .footer-contact-area .insta-area {
  width: 50%;
  min-height: min(38.2vw, 735px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  background: #f6f0e8;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-contact-area .insta-area {
    width: 100%;
    min-height: inherit;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 16vw 0;
  }
}
.site-footer .footer-contact-area .insta-area .en-ttl {
  text-align: center;
  margin-bottom: min(1.5vw, 30px);
}
@media screen and (max-width: 991px) {
  .site-footer .footer-contact-area .insta-area .en-ttl {
    margin-bottom: 2.6666666667vw;
  }
}
.site-footer .footer-contact-area .insta-area .en-ttl img {
  width: auto;
  height: min(0.67vw, 13px);
}
@media screen and (max-width: 991px) {
  .site-footer .footer-contact-area .insta-area .en-ttl img {
    height: 2.6666666667vw;
  }
}
.site-footer .footer-contact-area .insta-area .insta {
  width: min(36.4vw, 700px);
}
@media screen and (max-width: 991px) {
  .site-footer .footer-contact-area .insta-area .insta {
    width: 80vw;
  }
}
.site-footer .f-botom-wrapper {
  background: #666666;
  background: -webkit-gradient(linear, left top, right top, from(#666666), to(#555555));
  background: linear-gradient(90deg, #666666 0%, #555555 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#666666",endColorstr="#555555",GradientType=1);
  padding: min(3.9vw, 75px) min(4.6vw, 90px) min(1.5vw, 30px);
  color: white;
}
@media screen and (max-width: 991px) {
  .site-footer .f-botom-wrapper {
    padding: 16vw 5.3333333333vw 10.6666666667vw;
  }
}
.site-footer .f-botom-wrapper .copyright {
  text-align: right;
  font-size: min(0.62vw, 12px);
  margin-top: min(2.6vw, 50px);
}
@media screen and (max-width: 991px) {
  .site-footer .f-botom-wrapper .copyright {
    font-size: 2.9333333333vw;
    margin-top: 4vw;
    text-align: center;
  }
}
.site-footer .f-botom-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .site-footer .f-botom-area {
    display: block;
  }
}
.site-footer .f-botom-area .logo-area .f-logo {
  margin-bottom: min(1vw, 20px);
}
@media screen and (max-width: 991px) {
  .site-footer .f-botom-area .logo-area .f-logo {
    margin-bottom: 8vw;
  }
}
.site-footer .f-botom-area .logo-area .f-logo img {
  width: min(7.1vw, 137px);
  height: auto;
}
@media screen and (max-width: 991px) {
  .site-footer .f-botom-area .logo-area .f-logo img {
    width: 21.3333333333vw;
  }
}
.site-footer .f-botom-area .logo-area .txt {
  font-size: min(0.83vw, 16px);
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 991px) {
  .site-footer .f-botom-area .logo-area .txt {
    font-size: 3.4666666667vw;
  }
}
.site-footer .f-botom-area .logo-area .btn {
  display: inline-block;
  padding: min(0.67vw, 13px) min(3.1vw, 60px);
  color: #fff;
  font-size: min(0.83vw, 16px);
  background: #E6C58D;
  line-height: 1;
  border-radius: 40px;
  font-weight: 600;
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  .site-footer .f-botom-area .logo-area .btn {
    padding: 2.6666666667vw 6.6666666667vw;
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
    font-weight: normal;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .f-botom-area .f-nav {
    margin-top: 8vw;
  }
}
.site-footer .f-botom-area .f-nav a {
  color: white;
  font-size: min(0.83vw, 16px);
  letter-spacing: 0.01em;
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid white;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .site-footer .f-botom-area .f-nav a {
    font-size: 3.2vw;
    margin: 0 2.1333333333vw 2.1333333333vw 0;
    padding: 0;
    letter-spacing: 0;
    text-wrap: balance;
    border: 0;
    display: inline-block;
  }
}
.site-footer .f-botom-area .f-nav a:last-child {
  padding-right: 0;
  margin-right: 0;
  border: 0;
}

.pop-style {
  max-width: min(58.3vw, 1120px);
  background: white;
  padding: min(3.6vw, 70px) min(2.6vw, 50px);
  margin: auto;
  background: #555;
  color: white;
  position: relative;
  max-height: 95vh;
  overflow: auto;
}
@media screen and (max-width: 991px) {
  .pop-style {
    max-width: 90vw;
    padding: 8vw 5.3333333333vw;
    max-height: 95svh;
  }
}
.pop-style .title-area h2 {
  font-family: "Noto Serif", serif;
  font-size: min(1.4vw, 27px);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 991px) {
  .pop-style .title-area h2 {
    font-size: 4.8vw;
  }
}
.pop-style .title-area h2 span {
  font-family: times;
  font-size: min(0.72vw, 14px);
  letter-spacing: 0.08em;
  margin-left: 2em;
}
@media screen and (max-width: 991px) {
  .pop-style .title-area h2 span {
    display: block;
    margin: 1.3333333333vw 0 0;
    font-size: 2.9333333333vw;
  }
}
.pop-style .company-list {
  margin-top: 2em;
  margin-bottom: -2em;
}
.pop-style .company-list dt {
  font-family: "Noto Serif", serif;
  font-size: min(0.93vw, 18px);
  margin-bottom: 0.5em;
}
@media screen and (max-width: 991px) {
  .pop-style .company-list dt {
    font-size: 3.7333333333vw;
  }
}
.pop-style .company-list dd {
  font-size: min(0.72vw, 14px);
  margin-bottom: 2.5em;
  line-height: 1.8;
}
@media screen and (max-width: 991px) {
  .pop-style .company-list dd {
    font-size: 3.4666666667vw;
    margin-bottom: 2em;
  }
}
.pop-style .company-list dd a {
  color: white;
  text-decoration: underline;
}
.pop-style .mfp-close {
  background-image: url(../img/common/close.svg);
  background-size: min(2.5vw, 49px);
  width: min(2.5vw, 49px);
  height: min(2.5vw, 49px);
  top: min(1.5vw, 30px);
  right: min(1.5vw, 30px);
  position: absolute;
}
@media screen and (max-width: 991px) {
  .pop-style .mfp-close {
    background-size: 6.6666666667vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    top: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}

.__contact {
  position: relative;
  padding-bottom: min(5.2vw, 100px);
}
@media screen and (max-width: 991px) {
  .__contact {
    padding-bottom: 13.3333333333vw;
  }
}
.__contact::before {
  content: "";
  background-image: url(../img/contact/bg-line.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right top;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .__contact::before {
    content: none;
  }
}
.__contact .base-title-area small {
  font-size: 75%;
}

.__contact .page-contact {
  padding: min(5.2vw, 100px);
  position: relative;
  border: 1px solid #E6C58D;
  max-width: min(60.4vw, 1160px);
  margin: min(2.6vw, 50px) auto 0;
  overflow: hidden;
  background: white;
}
@media screen and (max-width: 991px) {
  .__contact .page-contact {
    padding: 8vw 5.3333333333vw 13.3333333333vw;
    max-width: 100%;
    margin: 10.6666666667vw 5.3333333333vw 0;
  }
}
.__contact .page-contact input, .__contact .page-contact select, .__contact .page-contact textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #E6C58D;
  padding: 6px;
}
.__contact .page-contact .wpcf7-list-item {
  margin: 0 0.8em 0.5em 0;
}
.__contact .page-contact .input-radio input[type=radio] {
  height: min(10.83vw, 16px);
  width: min(10.83vw, 16px);
  border: 1px solid #E6C58D;
  border-radius: 50%;
  position: relative;
}
.__contact .page-contact .input-radio input[type=radio]:before {
  content: "";
  display: block;
  position: absolute;
  width: 60%;
  height: 60%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}
.__contact .page-contact .input-radio input[type=radio]:checked:before {
  background: #E6C58D;
}
.__contact .page-contact .input-checkbox input[type=checkbox] {
  height: min(10.83vw, 16px);
  width: min(10.83vw, 16px);
  border: 1px solid #E6C58D;
  position: relative;
}
.__contact .page-contact .input-checkbox input[type=checkbox]:checked:before {
  position: absolute;
  top: -1px;
  left: 4px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 7px;
  height: 12px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  content: "";
}
.__contact .page-contact .require {
  color: #E7998D;
  font-size: min(0.67vw, 13px);
  font-weight: bold;
  margin-left: 0.5em;
}
@media screen and (max-width: 991px) {
  .__contact .page-contact .require {
    font-size: 2.9333333333vw;
  }
}
.__contact .page-contact .tbl {
  border-collapse: collapse;
  width: 100%;
}
.__contact .page-contact .tbl th {
  width: min(15.6vw, 300px);
  font-weight: normal;
  font-family: "Noto Serif", serif;
  font-size: min(0.83vw, 18px);
  letter-spacing: 0.1em;
  padding-bottom: min(1vw, 20px);
}
@media screen and (max-width: 991px) {
  .__contact .page-contact .tbl th {
    width: 100%;
    font-size: 3.7333333333vw;
    padding-bottom: 1.3333333333vw;
    display: block;
  }
}
.__contact .page-contact .tbl td {
  font-weight: normal;
  font-family: "Noto Serif", serif;
  font-size: min(0.83vw, 16px);
  letter-spacing: 0.1em;
  padding-bottom: min(1vw, 20px);
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .__contact .page-contact .tbl td {
    width: 100%;
    font-size: 3.7333333333vw;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 4vw;
    border-bottom: 1px solid #eee;
    display: block;
  }
}
.__contact .page-contact .tbl td input[type=text], .__contact .page-contact .tbl td input[type=url], .__contact .page-contact .tbl td input[type=email], .__contact .page-contact .tbl td input[type=tel] {
  width: 100%;
}
.__contact .page-contact .tbl td textarea {
  width: 100%;
  height: 200px;
}
@media screen and (max-width: 991px) {
  .__contact .page-contact .tbl td textarea {
    height: 40vw;
  }
}
.__contact .page-contact .submit-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: min(2.6vw, 50px) auto 0;
}
@media screen and (max-width: 991px) {
  .__contact .page-contact .submit-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2.6666666667vw auto 0;
  }
}
.__contact .page-contact .submit-area input {
  width: min(13vw, 250px);
  height: min(3.1vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(0.93vw, 18px);
  font-family: "Noto Serif", serif;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.2em;
  border-radius: 4px;
  margin: 0 min(0.78vw, 15px);
}
@media screen and (max-width: 991px) {
  .__contact .page-contact .submit-area input {
    width: 80%;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
    margin: 0 auto;
  }
  .__contact .page-contact .submit-area input + input {
    margin-top: 5.3333333333vw;
  }
}
.__contact .page-contact .submit-area input[type=submit] {
  background: #E6C58D;
  color: white;
}
@media screen and (max-width: 991px) {
  .__contact .page-contact .submit-area input[type=submit] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.__contact .page-contact .submit-area input[type=button] {
  background: #666;
  color: white;
}
@media screen and (max-width: 991px) {
  .__contact .page-contact .submit-area input[type=button] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.__contact .page-contact .success-message {
  text-align: center;
  line-height: 2;
  font-size: min(0.83vw, 16px);
  font-family: "Noto Serif", serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .__contact .page-contact .success-message {
    font-size: 3.4666666667vw;
  }
}
.__contact .page-contact .note {
  font-size: min(0.72vw, 14px);
  font-family: "Noto Serif", serif;
  margin-top: min(2.6vw, 50px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .__contact .page-contact .note {
    font-size: 3.2vw;
    margin-top: 10.6666666667vw;
  }
}
.__contact .page-contact .note a {
  text-decoration: underline;
}

.__lower .site-content-wrapper {
  max-width: min(60.4vw, 1160px);
  margin: auto;
}
@media screen and (max-width: 991px) {
  .__lower .site-content-wrapper {
    max-width: 100%;
  }
}

.__suppoters .sec-pkcz {
  position: relative;
  min-height: min(78.1vw, 1500px);
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-pkcz {
    min-height: inherit;
  }
}
.__suppoters .sec-pkcz::before {
  content: "";
  background-image: url(../img/suppoters/bg-green.svg);
  background-size: min(96.4vw, 1852px);
  background-repeat: no-repeat;
  width: min(96.4vw, 1852px);
  height: min(96.4vw, 1852px);
  display: block;
  position: absolute;
  top: -250px;
  left: 50%;
  margin-left: min(48.2vw, -926px);
  z-index: -1;
  -webkit-animation: loop_anim 80s linear infinite;
          animation: loop_anim 80s linear infinite;
}
@media (max-width: 1920px) {
  .__suppoters .sec-pkcz::before {
    background-size: 96.4vw;
    width: 96.4vw;
    height: 96.4vw;
    margin-left: -48.2vw;
    top: min(-13vw, -250px);
  }
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-pkcz::before {
    top: 5.3333333333vw;
  }
}
@-webkit-keyframes loop_anim {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loop_anim {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.__suppoters .sec-pkcz figure {
  padding-top: min(7.2vw, 140px);
  max-width: min(60.4vw, 1161px);
  margin: 0 auto 0;
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-pkcz figure {
    padding-top: 18.6666666667vw;
    max-width: 80vw;
  }
}
.__suppoters .sec-pkcz figure img {
  width: min(60.4vw, 1161px);
  height: auto;
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-pkcz figure img {
    width: 100%;
  }
}
.__suppoters .sec-pkcz .line {
  height: min(8.3vw, 160px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #8de6c5;
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-pkcz .line {
    height: auto;
    padding: 4vw;
  }
}
.__suppoters .sec-pkcz .line img {
  position: relative;
  top: -15px;
  width: min(24.8vw, 478px);
  height: auto;
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-pkcz .line img {
    top: -1.3333333333vw;
    width: 53.3333333333vw;
  }
}
.__suppoters .sec-pkcz .inner {
  background: white;
  border: 1px solid #8de6c5;
  max-width: min(53.3vw, 1024px);
  margin: min(5.2vw, 100px) auto 0;
  padding: min(6.2vw, 120px) min(6.2vw, 120px);
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-pkcz .inner {
    max-width: 80vw;
    margin: 8vw auto 0;
    padding: 6.6666666667vw;
  }
}
.__suppoters .sec-pkcz .inner .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.__suppoters .sec-pkcz .inner .logo span {
  background: white;
  padding: 20px 40px;
  display: block;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-pkcz .inner .logo span {
    padding: 4vw;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.__suppoters .sec-pkcz .inner .logo span img {
  width: min(7.55vw, 145px);
  height: auto;
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-pkcz .inner .logo span img {
    width: 13.3333333333vw;
  }
}
.__suppoters .sec-pkcz .inner .logo::after {
  content: "";
  height: 1px;
  display: block;
  background: #8DE6C5;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 0;
}
.__suppoters .sec-pkcz .inner .comment {
  font-family: "Noto Serif", serif;
  letter-spacing: 0.1em;
  font-size: min(1vw, 20px);
  text-align: center;
  margin-top: 2em;
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-pkcz .inner .comment {
    font-size: 3.7333333333vw;
    margin-top: 1em;
    line-height: 2;
  }
}
.__suppoters .sec-pkcz .inner .comment .sup {
  font-size: 60%;
  position: relative;
  top: -5px;
}
.__suppoters .sec-pkcz .inner .list {
  margin-top: 2em;
}
.__suppoters .sec-pkcz .inner .list dt {
  text-align: center;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: min(0.93vw, 18px);
  margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-pkcz .inner .list dt {
    font-size: 3.2vw;
  }
}
.__suppoters .sec-pkcz .inner .list dt span {
  font-size: min(1.04vw, 20px);
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-pkcz .inner .list dt span {
    font-size: 4.2666666667vw;
  }
}
.__suppoters .sec-pkcz .inner .list dd {
  font-size: min(0.83vw, 16px);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-pkcz .inner .list dd {
    font-size: 3.7333333333vw;
  }
}
.__suppoters .sec-pkcz .inner .list dd + dt {
  margin-top: 2em;
}

.__suppoters .sec-takahashi-mika {
  margin-top: min(18.2vw, 350px);
  position: relative;
  min-height: min(72.9vw, 1400px);
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-takahashi-mika {
    margin-top: 21.3333333333vw;
    min-height: inherit;
  }
}
.__suppoters .sec-takahashi-mika::before {
  content: "";
  background-image: url(../img/suppoters/bg-pink.svg);
  background-size: min(96.4vw, 1852px);
  background-repeat: no-repeat;
  width: min(96.4vw, 1852px);
  height: min(96.4vw, 1852px);
  display: block;
  position: absolute;
  top: -250px;
  left: 50%;
  margin-left: min(48.2vw, -926px);
  z-index: -1;
  -webkit-animation: loop_anim 80s linear infinite;
          animation: loop_anim 80s linear infinite;
}
@media (max-width: 1920px) {
  .__suppoters .sec-takahashi-mika::before {
    background-size: 96.4vw;
    width: 96.4vw;
    height: 96.4vw;
    margin-left: -48.2vw;
  }
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-takahashi-mika::before {
    top: -10.6666666667vw;
  }
}
.__suppoters .sec-takahashi-mika .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: min(5.2vw, 100px);
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-takahashi-mika .row {
    padding: 5.3333333333vw 5.3333333333vw 0;
    display: block;
  }
}
.__suppoters .sec-takahashi-mika .row .photo-area {
  width: min(27.1vw, 522px);
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-takahashi-mika .row .photo-area {
    width: 60%;
    margin: auto;
  }
}
.__suppoters .sec-takahashi-mika .row .photo-area img {
  width: 100%;
  height: auto;
}
.__suppoters .sec-takahashi-mika .row .photo-area .name-area {
  background: white;
  padding: min(0.78vw, 15px) 0 min(0.67vw, 13px);
  text-align: center;
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-takahashi-mika .row .photo-area .name-area {
    padding: 3.2vw 0;
  }
}
.__suppoters .sec-takahashi-mika .row .photo-area .name-area .en {
  line-height: 1.1;
}
.__suppoters .sec-takahashi-mika .row .photo-area .name-area .en img {
  width: min(7.86vw, 151px);
  height: auto;
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-takahashi-mika .row .photo-area .name-area .en img {
    width: 20vw;
    line-height: 1;
  }
}
.__suppoters .sec-takahashi-mika .row .photo-area .name-area .jp {
  font-family: "Noto Serif", serif;
  font-size: min(1.14vw, 22px);
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-takahashi-mika .row .photo-area .name-area .jp {
    font-size: 3.7333333333vw;
  }
}
.__suppoters .sec-takahashi-mika .row .txt-area {
  max-width: min(34.6vw, 665px);
  margin-left: min(3.64vw, 70px);
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-takahashi-mika .row .txt-area {
    max-width: 90%;
    margin: 5.3333333333vw auto 0;
  }
}
.__suppoters .sec-takahashi-mika .row .txt-area h3 {
  font-size: min(1.25vw, 24px);
  line-height: 2;
  margin-bottom: 1.5em;
  font-family: "Noto Serif", serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-takahashi-mika .row .txt-area h3 {
    font-size: 4.2666666667vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
    margin-bottom: 1em;
  }
}
.__suppoters .sec-takahashi-mika .row .txt-area p {
  font-size: min(0.83vw, 16px);
  line-height: 1.8;
  font-family: "Noto Serif", serif;
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-takahashi-mika .row .txt-area p {
    font-size: 3.2vw;
  }
}
.__suppoters .sec-takahashi-mika .inner {
  background: white;
  border: 1px solid #E7998D;
  max-width: min(53.3vw, 1024px);
  margin: min(3.1vw, 60px) auto 0;
  padding: min(6.2vw, 120px) min(6.2vw, 120px);
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-takahashi-mika .inner {
    max-width: 80vw;
    margin: 8vw auto 0;
    padding: 6.6666666667vw;
  }
}
.__suppoters .sec-takahashi-mika .inner .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.__suppoters .sec-takahashi-mika .inner .logo span {
  background: white;
  padding: 20px 40px;
  display: block;
  position: relative;
  z-index: 2;
  font-size: min(1.25vw, 24px);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #E7998D;
  font-family: "Noto Serif", serif;
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-takahashi-mika .inner .logo span {
    padding: 4vw;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4.2666666667vw;
  }
}
.__suppoters .sec-takahashi-mika .inner .logo span small {
  font-size: 80%;
}
.__suppoters .sec-takahashi-mika .inner .logo::after {
  content: "";
  height: 1px;
  display: block;
  background: #E7998D;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 0;
}
.__suppoters .sec-takahashi-mika .inner .comment {
  font-family: "Noto Serif", serif;
  font-size: min(1vw, 20px);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  line-height: 2;
  margin-top: 1.5em;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-takahashi-mika .inner .comment {
    font-size: 3.7333333333vw;
    margin-top: 1em;
    line-height: 2;
  }
}

.__suppoters .sec-other-supporters {
  margin-top: min(20.8vw, 400px);
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-other-supporters {
    margin-top: 16vw;
  }
}
.__suppoters .sec-other-supporters .list {
  max-width: min(86.4vw, 1660px);
  margin: min(5.83vw, 70px) auto min(7.8vw, 150px);
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-other-supporters .list {
    max-width: 100%;
    margin: 8vw 0;
  }
}
.__suppoters .sec-other-supporters .list li {
  padding: min(2vw, 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-other-supporters .list li {
    padding: 6.6666666667vw 5.3333333333vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.__suppoters .sec-other-supporters .list li .photo {
  width: min(19.7vw, 360px);
  margin: 0 min(5.2vw, 100px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-other-supporters .list li .photo {
    width: 40%;
    margin: 0;
  }
}
.__suppoters .sec-other-supporters .list li .photo img {
  width: 100%;
  height: auto;
}
.__suppoters .sec-other-supporters .list li .txt-area {
  width: min(34.6vw, 665px);
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-other-supporters .list li .txt-area {
    width: 55%;
  }
}
.__suppoters .sec-other-supporters .list li .txt-area.blur {
  -webkit-filter: blur(8px);
          filter: blur(8px);
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-other-supporters .list li .txt-area.blur {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
}
.__suppoters .sec-other-supporters .list li .txt-area h3 {
  font-size: min(1vw, 20px);
  font-family: "Noto Serif", serif;
  font-weight: 600;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-other-supporters .list li .txt-area h3 {
    font-size: 3.7333333333vw;
    margin-bottom: 0.5em;
  }
}
.__suppoters .sec-other-supporters .list li .txt-area .txt {
  font-size: min(0.93vw, 18px);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  line-height: 1.8;
}
@media screen and (max-width: 991px) {
  .__suppoters .sec-other-supporters .list li .txt-area .txt {
    font-size: 2.9333333333vw;
  }
}
.__suppoters .sec-other-supporters .list li .txt-area .txt .link {
  margin-top: 1.5em;
  margin-left: auto;
  display: inline-block;
  background: #666;
  color: white;
  line-height: 1;
  font-size: 12px;
  border-radius: 4px;
  padding: 6px 14px 7px;
  letter-spacing: 0.05em;
}
.__suppoters .sec-other-supporters .list li:nth-child(odd) {
  background: #efefef;
}
.__suppoters .sec-other-supporters .list li:nth-child(even) .photo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.__suppoters .sec-other-supporters .list li:nth-child(even) .txt-area {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.__suppoters .sec-other-supporters .list li:nth-child(even) .txt-area .link {
  margin-left: inherit;
  margin-right: auto;
}

.__about .sec-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: min(75vw, 1440px);
  margin: min(5.2vw, 100px) auto;
  background: rgba(230, 197, 141, 0.6);
  padding: min(2.6vw, 50px) min(2.6vw, 50px) min(2.6vw, 50px) min(3.6vw, 70px);
  border-radius: 22px;
}
@media screen and (max-width: 991px) {
  .__about .sec-intro {
    max-width: 100%;
    margin: 13.3333333333vw auto;
    padding: 10.6666666667vw 8vw;
    border-radius: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.__about .sec-intro .txt-area {
  width: min(31.25vw, 600px);
}
@media screen and (max-width: 991px) {
  .__about .sec-intro .txt-area {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
  }
}
.__about .sec-intro .txt-area h3 {
  font-size: min(1.25vw, 24px);
  font-family: "Noto Serif", serif;
  margin-bottom: 1em;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .__about .sec-intro .txt-area h3 {
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
    margin-bottom: 0.5em;
  }
}
.__about .sec-intro .txt-area h3 strong {
  font-weight: 700;
  font-size: min(1.35vw, 26px);
}
@media screen and (max-width: 991px) {
  .__about .sec-intro .txt-area h3 strong {
    font-size: 4.2666666667vw;
  }
}
.__about .sec-intro .txt-area .txt {
  font-size: min(0.83vw, 16px);
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .__about .sec-intro .txt-area .txt {
    font-size: 2.9333333333vw;
  }
}
.__about .sec-intro .fig {
  width: min(31.25vw, 600px);
}
@media screen and (max-width: 991px) {
  .__about .sec-intro .fig {
    width: 100%;
    margin: 5.3333333333vw auto 0;
  }
}
.__about .sec-intro .fig img {
  width: 100%;
  height: auto;
}

.__about .sec-feature {
  margin-top: min(6.25vw, 120px);
}
@media screen and (max-width: 991px) {
  .__about .sec-feature {
    margin-top: 21.3333333333vw;
  }
}
.__about .sec-feature h2 {
  font-size: min(1.87vw, 36px);
  font-family: "Noto Serif", serif;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 991px) {
  .__about .sec-feature h2 {
    font-size: 5.8666666667vw;
  }
}
.__about .sec-feature .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: min(75vw, 1440px);
  margin: min(2vw, 40px) auto min(3.1vw, 60px);
}
@media screen and (max-width: 991px) {
  .__about .sec-feature .list {
    display: block;
    max-width: 90%;
    margin: 8vw auto 10.6666666667vw;
  }
}
.__about .sec-feature .list li {
  width: 50%;
  border-bottom: 1px solid #666;
  padding: min(4.1vw, 80px) min(3.9vw, 75px);
  position: relative;
}
@media screen and (max-width: 991px) {
  .__about .sec-feature .list li {
    width: 100%;
    padding: 5.3333333333vw 4vw 10.6666666667vw;
  }
}
.__about .sec-feature .list li h3 {
  font-size: min(1.25vw, 24px);
  margin-bottom: 0.8em;
  font-family: "Noto Serif", serif;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media screen and (max-width: 991px) {
  .__about .sec-feature .list li h3 {
    font-size: 4.8vw;
  }
}
.__about .sec-feature .list li p {
  font-size: min(0.83vw, 16px);
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media screen and (max-width: 991px) {
  .__about .sec-feature .list li p {
    font-size: 3.4666666667vw;
  }
}
.__about .sec-feature .list li::after {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}
.__about .sec-feature .list li:nth-child(1)::after {
  background-image: url(../img/about/no1.svg);
  background-size: auto min(2.5vw, 48px);
  width: min(6.45vw, 124px);
  height: min(2.5vw, 48px);
}
@media screen and (max-width: 991px) {
  .__about .sec-feature .list li:nth-child(1)::after {
    background-size: auto 7.4666666667vw;
    width: 19.7333333333vw;
    height: 7.4666666667vw;
  }
}
.__about .sec-feature .list li:nth-child(2)::after {
  background-image: url(../img/about/no2.svg);
  background-size: auto min(2.5vw, 48px);
  width: min(6.82vw, 131px);
  height: min(2.5vw, 48px);
}
@media screen and (max-width: 991px) {
  .__about .sec-feature .list li:nth-child(2)::after {
    background-size: auto 7.4666666667vw;
    width: 20.8vw;
    height: 7.4666666667vw;
    left: inherit;
    right: 0;
  }
}
.__about .sec-feature .list li:nth-child(3)::after {
  background-image: url(../img/about/no3.svg);
  background-size: auto min(2.5vw, 48px);
  width: min(6.5vw, 126px);
  height: min(2.5vw, 48px);
}
@media screen and (max-width: 991px) {
  .__about .sec-feature .list li:nth-child(3)::after {
    background-size: auto 7.4666666667vw;
    width: 20vw;
    height: 7.4666666667vw;
  }
}
.__about .sec-feature .list li:nth-child(4)::after {
  background-image: url(../img/about/no4.svg);
  background-size: auto min(2.5vw, 48px);
  width: min(6.77vw, 130px);
  height: min(2.5vw, 48px);
}
@media screen and (max-width: 991px) {
  .__about .sec-feature .list li:nth-child(4)::after {
    background-size: auto 7.4666666667vw;
    width: 20.8vw;
    height: 7.4666666667vw;
    left: inherit;
    right: 0;
  }
}

.__about .sec-benefits {
  margin-top: min(9.3vw, 180px);
}
@media screen and (max-width: 991px) {
  .__about .sec-benefits {
    margin-top: 26.6666666667vw;
  }
}
.__about .sec-benefits h2 {
  font-size: min(1.87vw, 36px);
  text-align: center;
  line-height: 1.8;
  font-family: "Noto Serif", serif;
  margin-bottom: min(4.6vw, 90px);
}
@media screen and (max-width: 991px) {
  .__about .sec-benefits h2 {
    font-size: 5.8666666667vw;
    margin-bottom: 8vw;
  }
}
.__about .sec-benefits .wrap {
  background: rgba(141, 174, 230, 0.2);
  border-radius: 200px;
  padding: min(2.6vw, 50px) 0;
  max-width: min(86.4vw, 1660px);
  margin: 0 auto min(5.2vw, 100px);
}
@media screen and (max-width: 991px) {
  .__about .sec-benefits .wrap {
    border-radius: 10;
    padding: 16vw 5.3333333333vw;
    max-width: 90%;
    margin-bottom: 16vw;
  }
}
.__about .sec-benefits .wrap h3 {
  text-align: center;
  font-size: min(1.45vw, 28px);
  color: #8daee6;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 991px) {
  .__about .sec-benefits .wrap h3 {
    font-size: 4.8vw;
  }
}
.__about .sec-benefits .wrap h3 span {
  font-size: 120%;
}
.__about .sec-benefits .wrap .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .__about .sec-benefits .wrap .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.__about .sec-benefits .wrap .row .fig {
  margin: 0 min(3.12vw, 60px) 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: min(17.8vw, 343px);
}
@media screen and (max-width: 991px) {
  .__about .sec-benefits .wrap .row .fig {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 44vw;
    margin: 8vw auto 0;
  }
}
.__about .sec-benefits .wrap .row .fig img {
  width: 100%;
  height: auto;
}
.__about .sec-benefits .wrap .row .check-list {
  margin: 0 0 0 min(3.12vw, 60px);
}
@media screen and (max-width: 991px) {
  .__about .sec-benefits .wrap .row .check-list {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    margin: 0;
  }
}
.__about .sec-benefits .wrap .row .check-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(1.14vw, 22px);
  font-family: "Noto Serif", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .__about .sec-benefits .wrap .row .check-list li {
    font-size: 3.4666666667vw;
  }
}
.__about .sec-benefits .wrap .row .check-list li::before {
  content: "";
  background-image: url(../img/about/check.svg);
  background-repeat: no-repeat;
  background-size: min(1.97vw, 38px);
  width: min(1.97vw, 38px);
  height: min(1.97vw, 38px);
  display: block;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .__about .sec-benefits .wrap .row .check-list li::before {
    background-size: 5.8666666667vw;
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    margin-right: 5px;
  }
}
.__about .sec-benefits .wrap .row .check-list li .weight {
  font-weight: 700;
}
.__about .sec-benefits .wrap .row .check-list li + li {
  margin-top: min(0.78vw, 15px);
}
@media screen and (max-width: 991px) {
  .__about .sec-benefits .wrap .row .check-list li + li {
    margin-top: 2.6666666667vw;
  }
}
.__about .sec-benefits .draw {
  text-align: center;
  margin: min(4.42vw, 85px) 0;
}
@media screen and (max-width: 991px) {
  .__about .sec-benefits .draw {
    margin: 8vw 0;
  }
}
.__about .sec-benefits .draw img {
  width: min(50vw, 963px);
  height: auto;
}
@media screen and (max-width: 991px) {
  .__about .sec-benefits .draw img {
    width: 85%;
  }
}
.__about .sec-benefits .effect-area {
  background: #eee;
  padding: min(1.5vw, 30px) 0;
  max-width: min(86.4vw, 1660px);
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .__about .sec-benefits .effect-area {
    padding: 8vw 6.6666666667vw;
    max-width: 100%;
    display: block;
  }
}
.__about .sec-benefits .effect-area .num {
  width: 50%;
  padding: 0 min(2.6vw, 50px);
}
@media screen and (max-width: 991px) {
  .__about .sec-benefits .effect-area .num {
    width: 100%;
    padding: 0;
  }
  .__about .sec-benefits .effect-area .num + .num {
    margin-top: 5.3333333333vw;
  }
}
.__about .sec-benefits .effect-area .num h4 {
  font-size: min(0.83vw, 16px);
  font-family: "Noto Serif", serif;
  margin-bottom: min(0.78vw, 15px);
}
@media screen and (max-width: 991px) {
  .__about .sec-benefits .effect-area .num h4 {
    font-size: 3.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.__about .sec-benefits .effect-area .num h4 small {
  font-size: 70%;
}
.__about .sec-benefits .effect-area .num .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.__about .sec-benefits .effect-area .num .list li {
  background: rgba(141, 230, 197, 0.5);
  border-radius: 8px;
  padding: min(0.36vw, 7px) min(1vw, 20px);
  font-family: "Noto Serif", serif;
  letter-spacing: 0.2em;
  font-size: min(0.67vw, 13px);
  margin: 0 min(0.52vw, 10px) min(0.52vw, 10px) 0;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .__about .sec-benefits .effect-area .num .list li {
    border-radius: 6px;
    padding: 1.3333333333vw 3.2vw;
    font-size: 2.4vw;
    margin: 0 2.6666666667vw 2.6666666667vw 0;
    letter-spacing: 0.05em;
  }
}

.sec-ec {
  margin: min(9.3vw, 180px) 0;
}
@media screen and (max-width: 991px) {
  .sec-ec {
    margin: 21.3333333333vw 0;
  }
}
.sec-ec .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: min(5.2vw, 100px) 0;
}
@media screen and (max-width: 991px) {
  .sec-ec .list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 10.6666666667vw 0;
    padding: 0 10.6666666667vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sec-ec .list li {
  margin: 0 min(4.16vw, 80px);
  width: min(20.5vw, 394px);
}
@media screen and (max-width: 991px) {
  .sec-ec .list li {
    width: 100%;
    margin: 0;
  }
  .sec-ec .list li + li {
    margin-top: 8vw;
  }
}
.sec-ec .list li .fig {
  margin-bottom: min(0.78vw, 15px);
  text-align: center;
}
@media screen and (max-width: 991px) {
  .sec-ec .list li .fig {
    margin-bottom: 5.3333333333vw;
  }
}
.sec-ec .list li .fig img {
  width: min(15.7vw, 302px);
  height: auto;
}
@media screen and (max-width: 991px) {
  .sec-ec .list li .fig img {
    width: 56vw;
  }
}
.sec-ec .list li .btn {
  border: 1px solid #E6C58D;
  padding: min(0.52vw, 10px);
  text-align: center;
  display: block;
  font-family: "Noto Serif", serif;
}
@media screen and (max-width: 991px) {
  .sec-ec .list li .btn {
    padding: 1.3333333333vw;
  }
}
.sec-ec .list li .btn p {
  font-size: min(0.98vw, 19px);
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .sec-ec .list li .btn p {
    font-size: 3.7333333333vw;
    line-height: 1.2;
  }
}
.sec-ec .list li .btn small {
  font-size: min(0.72vw, 14px);
}
@media screen and (max-width: 991px) {
  .sec-ec .list li .btn small {
    font-size: 3.2vw;
  }
}

.__voice .sec-voice {
  margin: min(7.29vw, 140px) auto;
  max-width: min(64.5vw, 1240px);
}
@media screen and (max-width: 991px) {
  .__voice .sec-voice {
    max-width: 100%;
    padding: 0 5.3333333333vw;
    margin: 10.6666666667vw 0 21.3333333333vw;
  }
}
.__voice .sec-voice .list {
  margin-bottom: min(5.2vw, 100px);
}
@media screen and (max-width: 991px) {
  .__voice .sec-voice .list {
    margin-bottom: 10.6666666667vw;
  }
}
.__voice .sec-voice .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f6f0e8;
  border-radius: min(1.87vw, 36px);
  padding: min(2.86vw, 55px) min(3.9vw, 75px);
}
@media screen and (max-width: 991px) {
  .__voice .sec-voice .list li {
    display: block;
    border-radius: 12px;
    padding: 4vw 5.3333333333vw;
  }
}
.__voice .sec-voice .list li + li {
  margin-top: min(2vw, 40px);
}
@media screen and (max-width: 991px) {
  .__voice .sec-voice .list li + li {
    margin-top: 6.6666666667vw;
  }
}
.__voice .sec-voice .list li:nth-child(even) {
  background: #f4e1e9;
}
.__voice .sec-voice .list li .thumb-area {
  width: min(10.4vw, 200px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .__voice .sec-voice .list li .thumb-area {
    width: 32vw;
    margin: auto;
  }
}
.__voice .sec-voice .list li .thumb-area img {
  width: 100%;
  height: auto;
}
.__voice .sec-voice .list li .txt-area {
  width: min(42.7vw, 820px);
}
@media screen and (max-width: 991px) {
  .__voice .sec-voice .list li .txt-area {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}
.__voice .sec-voice .list li .txt-area h3 {
  font-size: min(0.93vw, 18px);
  font-family: "Noto Serif", serif;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .__voice .sec-voice .list li .txt-area h3 {
    font-size: 4.2666666667vw;
    margin: 0 auto 1em;
  }
}
.__voice .sec-voice .list li .txt-area h3 span {
  margin-left: 1em;
  font-size: min(0.72vw, 14px);
}
@media screen and (max-width: 991px) {
  .__voice .sec-voice .list li .txt-area h3 span {
    font-size: 3.2vw;
  }
}
.__voice .sec-voice .list li .txt-area p {
  font-size: min(0.83vw, 16px);
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .__voice .sec-voice .list li .txt-area p {
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
}

.__credentials .sec-point {
  margin-top: min(10.4vw, 200px);
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point {
    margin-top: 18.6666666667vw;
  }
}
.__credentials .sec-point .num {
  position: relative;
}
.__credentials .sec-point .num::before {
  content: "";
  z-index: -1;
  width: 90vw;
  height: 100%;
  background: #f6f0e8;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num::before {
    width: 96vw;
  }
}
.__credentials .sec-point .num + .num {
  margin-top: min(9.3vw, 180px);
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num + .num {
    margin-top: 24vw;
  }
}
.__credentials .sec-point .num.rev::before {
  content: "";
  z-index: -1;
  width: 90vw;
  height: 100%;
  background: #eeeeee;
  position: absolute;
  right: inherit;
  top: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num.rev::before {
    width: 96vw;
  }
}
.__credentials .sec-point .num .wrap {
  max-width: min(64.5vw, 1240px);
  margin: auto;
  padding: min(6.5vw, 125px) 0 min(3.1vw, 60px);
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap {
    max-width: 90vw;
    padding: 16vw 0 8vw;
  }
}
.__credentials .sec-point .num .wrap .no {
  position: absolute;
  top: min(-4.1vw, -80px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .no {
    top: -12vw;
  }
}
.__credentials .sec-point .num .wrap .no img {
  width: min(9.37vw, 180px);
  height: auto;
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .no img {
    width: 21.3333333333vw;
  }
}
.__credentials .sec-point .num .wrap .ttl {
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: min(1.4vw, 27px);
  letter-spacing: 0.1em;
  margin-bottom: min(2.86vw, 55px);
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 8vw;
    line-height: 1.8;
  }
}
.__credentials .sec-point .num .wrap .ttl .small {
  font-size: min(1vw, 20px);
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .ttl .small {
    font-size: 4.8vw;
  }
}
.__credentials .sec-point .num .wrap .ttl .line {
  color: white;
  background: #e68eae;
  display: inline-block;
  padding: 0 3px;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .ttl .line {
    padding: 1px 1px 0 3px;
  }
}
.__credentials .sec-point .num .wrap .point-01-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: min(2.6vw, 50px);
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .point-01-list {
    display: block;
    padding: 0 5.3333333333vw;
  }
}
.__credentials .sec-point .num .wrap .point-01-list li {
  margin: 0 min(1.82vw, 35px);
  max-width: min(24.3vw, 467px);
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .point-01-list li {
    margin: 0;
    max-width: 100%;
  }
  .__credentials .sec-point .num .wrap .point-01-list li + li {
    margin-top: 5.3333333333vw;
  }
}
.__credentials .sec-point .num .wrap .point-01-list li figure img {
  height: auto;
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .point-01-list li figure img {
    margin: auto;
    display: block;
  }
}
.__credentials .sec-point .num .wrap .point-01-list li figure img[src*="1.webp"] {
  width: min(24.3vw, 467px);
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .point-01-list li figure img[src*="1.webp"] {
    width: 61.3333333333vw;
  }
}
.__credentials .sec-point .num .wrap .point-01-list li figure img[src*="2.webp"] {
  width: min(19vw, 365px);
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .point-01-list li figure img[src*="2.webp"] {
    width: 48.5333333333vw;
  }
}
.__credentials .sec-point .num .wrap .point-01-list li figure figcaption {
  font-size: min(0.83vw, 16px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 20px;
  word-break: break-all;
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .point-01-list li figure figcaption {
    font-size: 3.2vw;
    margin-top: 4vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
    line-height: 1.8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.__credentials .sec-point .num .wrap .raw01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .raw01 {
    padding: 10.6666666667vw 5.3333333333vw 0;
  }
}
.__credentials .sec-point .num .wrap .raw01 .thumb {
  margin-right: min(3.3vw, 65px);
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .raw01 .thumb {
    margin-right: 0;
    width: 35%;
  }
}
.__credentials .sec-point .num .wrap .raw01 .thumb img {
  width: min(12.3vw, 238px);
  height: auto;
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .raw01 .thumb img {
    width: 100%;
  }
}
.__credentials .sec-point .num .wrap .raw01 .txt-area {
  font-size: min(0.83vw, 16px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .raw01 .txt-area {
    width: 65%;
    padding-left: 8vw;
    font-size: 3.2vw;
    letter-spacing: 0.05em;
  }
}
.__credentials .sec-point .num .wrap .raw01 .txt-area .line {
  color: white;
  background: #e68eae;
  display: inline-block;
  padding: 0 3px;
  line-height: 1.2;
}
.__credentials .sec-point .num .wrap .point-02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .point-02-list {
    display: block;
  }
}
.__credentials .sec-point .num .wrap .point-02-list li {
  max-width: min(26vw, 500px);
  margin: 0 min(3.1vw, 60px);
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .point-02-list li {
    width: 100%;
    max-width: 100%;
  }
  .__credentials .sec-point .num .wrap .point-02-list li + li {
    margin-top: 5.3333333333vw;
  }
}
.__credentials .sec-point .num .wrap .point-02-list li .thumb {
  margin-bottom: min(1vw, 20px);
  text-align: center;
  min-height: min(9.6vw, 185px);
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .point-02-list li .thumb {
    margin-bottom: 4vw;
    min-height: inherit;
  }
}
.__credentials .sec-point .num .wrap .point-02-list li .thumb img[src*="draw.svg"] {
  width: min(15.6vw, 300px);
  height: auto;
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .point-02-list li .thumb img[src*="draw.svg"] {
    width: 48vw;
  }
}
.__credentials .sec-point .num .wrap .point-02-list li .thumb img[src*="fig.webp"] {
  width: min(6.77vw, 130px);
  height: auto;
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .point-02-list li .thumb img[src*="fig.webp"] {
    width: 21.3333333333vw;
  }
}
.__credentials .sec-point .num .wrap .point-02-list li figcaption {
  font-size: min(0.83vw, 16px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 20px;
  word-break: break-all;
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .point-02-list li figcaption {
    font-size: 3.2vw;
    margin-top: 4vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
    line-height: 1.8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.__credentials .sec-point .num .wrap .ex-area02 {
  background: #cedbef;
  padding: min(1.82vw, 35px) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: min(3.1vw, 60px);
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .ex-area02 {
    padding: 6.6666666667vw 4vw;
    margin: 8vw auto 0;
    max-width: 95%;
  }
}
.__credentials .sec-point .num .wrap .ex-area02 .ico {
  width: min(5.2vw, 100px);
  margin-right: min(1.56vw, 30px);
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .ex-area02 .ico {
    width: 16vw;
    margin-right: 5.3333333333vw;
  }
}
.__credentials .sec-point .num .wrap .ex-area02 .ico img {
  width: 100%;
  height: auto;
}
.__credentials .sec-point .num .wrap .ex-area02 .txt {
  font-size: min(1.4vw, 27px);
  letter-spacing: 0.1em;
  font-family: "Noto Serif", serif;
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .ex-area02 .txt {
    font-size: 4.2666666667vw;
  }
}
.__credentials .sec-point .num .wrap .ex-area02 .txt .red {
  color: red;
}
.__credentials .sec-point .num .wrap .ex-area02 .txt small {
  font-size: min(1vw, 20px);
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .ex-area02 .txt small {
    font-size: 2.9333333333vw;
  }
}
.__credentials .sec-point .num .wrap .point-03-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .point-03-list {
    display: block;
  }
}
.__credentials .sec-point .num .wrap .point-03-list li {
  max-width: min(26vw, 500px);
  margin: 0 min(3.1vw, 60px);
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .point-03-list li {
    max-width: 100%;
    margin: 0;
  }
  .__credentials .sec-point .num .wrap .point-03-list li + li {
    margin-top: 5.3333333333vw;
  }
}
.__credentials .sec-point .num .wrap .point-03-list li .thumb {
  margin-bottom: min(1vw, 20px);
  text-align: center;
  min-height: min(13.3vw, 257px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .point-03-list li .thumb {
    margin-bottom: 5.3333333333vw;
    min-height: inherit;
  }
}
.__credentials .sec-point .num .wrap .point-03-list li .thumb img[src*="1.webp"] {
  width: min(9.2vw, 177px);
  height: auto;
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .point-03-list li .thumb img[src*="1.webp"] {
    width: 28.2666666667vw;
  }
}
.__credentials .sec-point .num .wrap .point-03-list li .thumb img[src*="2.webp"] {
  width: min(12.1vw, 233px);
  height: auto;
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .point-03-list li .thumb img[src*="2.webp"] {
    width: 37.0666666667vw;
  }
}
.__credentials .sec-point .num .wrap .point-03-list li figcaption {
  font-size: min(0.83vw, 16px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 20px;
  word-break: break-all;
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .point-03-list li figcaption {
    font-size: 3.2vw;
    margin-top: 4vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
    line-height: 1.8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.__credentials .sec-point .num .wrap .ex-area03 {
  max-width: min(53.3vw, 1024px);
  margin: min(3.1vw, 60px) auto 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .ex-area03 {
    max-width: 100%;
    margin: 13.3333333333vw auto 0;
  }
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .ex-area03 .fig {
    text-align: center;
  }
}
.__credentials .sec-point .num .wrap .ex-area03 .fig img {
  width: min(26vw, 513px);
  height: auto;
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .ex-area03 .fig img {
    width: 80%;
  }
}
.__credentials .sec-point .num .wrap .ex-area03 .txt {
  background: white;
  font-size: min(1.1vw, 22px);
  font-weight: 600;
  font-family: "Noto Serif", serif;
  color: #e68eae;
  letter-spacing: 0.1em;
  padding: 1.5em;
  position: absolute;
  right: 0;
  bottom: min(-0.78vw, -15px);
  width: min(28.6vw, 550px);
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .ex-area03 .txt {
    font-size: 3.7333333333vw;
    position: relative;
    bottom: inherit;
    top: -2.6666666667vw;
    right: inherit;
    left: 13.3333333333vw;
    width: 90%;
    padding: 1em;
  }
}
.__credentials .sec-point .num .wrap .ex-area03 .txt small {
  font-size: min(0.83vw, 16px);
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .ex-area03 .txt small {
    font-size: 2.9333333333vw;
  }
}
.__credentials .sec-point .num .wrap .fig04 {
  text-align: center;
}
.__credentials .sec-point .num .wrap .fig04 img {
  width: min(42.8vw, 822px);
  height: auto;
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .fig04 img {
    width: 80vw;
    max-width: 100%;
    height: auto;
  }
}
.__credentials .sec-point .num .wrap .ex-area04 {
  background: #cedbef;
  padding: min(1.82vw, 35px) min(4.42vw, 85px);
  max-width: min(53.3vw, 1024px);
  margin: min(3.1vw, 60px) auto 0;
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .ex-area04 {
    padding: 5.3333333333vw;
    max-width: 90%;
    margin: 10.6666666667vw auto 0;
  }
}
.__credentials .sec-point .num .wrap .ex-area04 .txt {
  font-family: "Noto Serif", serif;
  font-size: min(0.93vw, 18px);
  margin-bottom: min(1vw, 20px);
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .ex-area04 .txt {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
    line-height: 1.8;
  }
}
.__credentials .sec-point .num .wrap .ex-area04 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .ex-area04 .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -20px;
  }
}
.__credentials .sec-point .num .wrap .ex-area04 .list li {
  background: white;
  border-radius: 6px;
  padding: 0 min(2vw, 40px);
  font-size: min(0.78vw, 15px);
  height: min(2.29vw, 44px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  margin: 0 15px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .__credentials .sec-point .num .wrap .ex-area04 .list li {
    padding: 0 5.3333333333vw;
    height: 8vw;
    font-size: 3.4666666667vw;
    margin: 0 10px 20px;
  }
}

.__credentials .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: min(5.2vw, 100px) 0;
}
@media screen and (max-width: 991px) {
  .__credentials .btn-wrap {
    margin: 13.3333333333vw 0;
    display: block;
  }
}
.__credentials .btn-wrap .base-btn {
  max-width: min(21vw, 420px);
  width: 100%;
  margin: 0 min(0.93vw, 18px);
}
@media screen and (max-width: 991px) {
  .__credentials .btn-wrap .base-btn {
    max-width: 80%;
    margin: 0 auto;
  }
  .__credentials .btn-wrap .base-btn + .base-btn {
    margin-top: 6.6666666667vw;
  }
}

.__news {
  position: relative;
  padding-bottom: min(5.2vw, 100px);
}
@media screen and (max-width: 991px) {
  .__news {
    padding-bottom: 13.3333333333vw;
  }
}
.__news::before {
  content: "";
  background-image: url(../img/contact/bg-line.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right top;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .__news::before {
    content: none;
  }
}
.__news .base-title-area small {
  font-size: 75%;
}

.__news .page-news {
  padding: min(5.2vw, 100px);
  position: relative;
  border: 1px solid #E6C58D;
  max-width: min(60.4vw, 1160px);
  margin: min(2.6vw, 50px) auto 0;
  overflow: hidden;
  background: white;
}
@media screen and (max-width: 991px) {
  .__news .page-news {
    padding: 8vw 5.3333333333vw 13.3333333333vw;
    max-width: 100%;
    margin: 10.6666666667vw 0 0;
  }
}
.__news .page-news.single .post-wrapper .cate-wrap {
  margin-bottom: 1.5em;
}
.__news .page-news.single .post-wrapper .cate-wrap span.category {
  background: white;
  border: 1px solid #E6C58D;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  padding: min(0.4vw, 8px) min(1.3vw, 25px);
  min-width: min(12.5vw, 240px);
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .__news .page-news.single .post-wrapper .cate-wrap span.category {
    font-size: 2.6666666667vw;
    padding: 1.0666666667vw 2.1333333333vw;
    min-width: inherit;
  }
}
.__news .page-news.single .post-wrapper h2 {
  font-family: "Noto Serif", serif;
  letter-spacing: 0.2em;
  font-size: min(1.35vw, 26px);
}
@media (max-width: 1366px) {
  .__news .page-news.single .post-wrapper h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 991px) {
  .__news .page-news.single .post-wrapper h2 {
    font-size: 5.3333333333vw;
  }
}
.__news .page-news.single .post-wrapper .eye-catch {
  text-align: center;
  margin-bottom: 2.5em;
}
.__news .page-news.single .post-wrapper .eye-catch img {
  max-width: 100%;
  height: auto;
}
.__news .page-news.single .post-wrapper .post-area {
  line-height: 1.8;
  margin-bottom: 5em;
}
@media screen and (max-width: 991px) {
  .__news .page-news.single .post-wrapper .post-area {
    font-size: 3.4666666667vw;
  }
}
.__news .page-news.single .post-wrapper .post-area img {
  max-width: 100%;
  height: auto;
}
.__news .page-news.archive {
  padding: min(5.2vw, 100px);
  position: relative;
  border: 1px solid #E6C58D;
  max-width: min(75vw, 1440px);
  margin: min(2.6vw, 50px) auto 0;
  overflow: hidden;
  background: white;
}
@media screen and (max-width: 991px) {
  .__news .page-news.archive {
    padding: 8vw 5.3333333333vw 13.3333333333vw;
    max-width: 100%;
    margin: 10.6666666667vw 5.3333333333vw 0;
  }
}
.__news .page-news.archive .news-list li:not(:last-child) {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}
.__news .page-news.archive .news-list li a .time {
  font-size: min(0.72vw, 14px);
  font-family: "Noto Serif", serif;
  letter-spacing: 0.1em;
  margin-right: 2em;
}
@media screen and (max-width: 991px) {
  .__news .page-news.archive .news-list li a .time {
    font-size: 2.6666666667vw;
    margin-right: 1.5em;
  }
}
.__news .page-news.archive .news-list li a span.category {
  background: white;
  border: 1px solid #E6C58D;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  padding: min(0.4vw, 8px) min(1.3vw, 25px);
  min-width: min(12.5vw, 240px);
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .__news .page-news.archive .news-list li a span.category {
    font-size: 2.6666666667vw;
    padding: 1.0666666667vw 2.1333333333vw;
    min-width: inherit;
  }
}
.__news .page-news.archive .news-list li a .txt {
  font-size: min(0.93vw, 18px);
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  margin-top: 1em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 991px) {
  .__news .page-news.archive .news-list li a .txt {
    font-size: 3.4666666667vw;
    line-height: 1.8;
    margin-top: 0.8em;
  }
}
.__news .page-news .success-message {
  text-align: center;
  line-height: 2;
  font-size: min(0.83vw, 16px);
  font-family: "Noto Serif", serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .__news .page-news .success-message {
    font-size: 3.4666666667vw;
  }
}
.__news .page-news .note {
  font-size: min(0.72vw, 14px);
  font-family: "Noto Serif", serif;
  margin-top: min(2.6vw, 50px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .__news .page-news .note {
    font-size: 3.2vw;
    margin-top: 10.6666666667vw;
  }
}
.__news .page-news .note a {
  text-decoration: underline;
}

.__lower .site-content-wrapper {
  max-width: min(60.4vw, 1160px);
  margin: auto;
}
@media screen and (max-width: 991px) {
  .__lower .site-content-wrapper {
    max-width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */