@charset "UTF-8";


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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

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

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.bg-clr-grn1 {
  background-color: #096F6F;
}
.bg-clr-grn2 {
  background-color: #9DC5C5;
}
.bg-clr-grn3 {
  background-color: #DAE9E9;
}
.bg-clr-grn4 {
  background-color: #EBF3F3;
}
.bg-clr-wht {
  background-color: #FFFFFF;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-xl {
  margin-bottom: calc(64 / 1440 * 100vw) !important;
}
@media screen and (max-width: 575px) {
  .mb-xl {
    margin-bottom: calc(40 / 375 * 100vw) !important;
  }
}
.mb-m {
  margin-bottom: calc(56 / 1440 * 100vw) !important;
}
@media screen and (max-width: 575px) {
  .mb-m {
    margin-bottom: calc(40 / 375 * 100vw) !important;
  }
}
.mb-s {
  margin-bottom: calc(40 / 1440 * 100vw) !important;
}
@media screen and (max-width: 575px) {
  .mb-s {
    margin-bottom: calc(40 / 375 * 100vw) !important;
  }
}
.mb-ss {
  margin-bottom: calc(32 / 1440 * 100vw) !important;
}
@media screen and (max-width: 575px) {
  .mb-ss {
    margin-bottom: calc(20 / 375 * 100vw) !important;
  }
}
.mb-xs {
  margin-bottom: calc(24 / 1440 * 100vw) !important;
}
@media screen and (max-width: 575px) {
  .mb-xs {
    margin-bottom: calc(16 / 375 * 100vw) !important;
  }
}
.mb-xxs {
  margin-bottom: calc(16 / 1440 * 100vw) !important;
}
@media screen and (max-width: 575px) {
  .mb-xxs {
    margin-bottom: calc(16 / 375 * 100vw) !important;
  }
}
.mb-xxxs {
  margin-bottom: calc(12 / 1440 * 100vw) !important;
}
@media screen and (max-width: 575px) {
  .mb-xxxs {
    margin-bottom: calc(10 / 375 * 100vw) !important;
  }
}
@media screen and (max-width: 575px) {
  .mb-sp-0 {
    margin-bottom: 0 !important;
  }
}

.mt-m {
  margin-top: calc(56 / 1440 * 100vw) !important;
}
@media screen and (max-width: 575px) {
  .mt-m {
    margin-top: calc(40 / 375 * 100vw) !important;
  }
}
.mt-s {
  margin-top: calc(40 / 1440 * 100vw) !important;
}
@media screen and (max-width: 575px) {
  .mt-s {
    margin-top: calc(40 / 375 * 100vw) !important;
  }
}
.mt-xxs {
  margin-top: calc(12 / 1440 * 100vw) !important;
}
@media screen and (max-width: 575px) {
  .mt-xxs {
    margin-top: calc(12 / 375 * 100vw) !important;
  }
}
@media screen and (max-width: 575px) {
  .mt-sp-s {
    margin-top: calc(20 / 375 * 100vw) !important;
  }
}

.pt-0 {
  padding-top: 0 !important;
}

.btn {
  display: inline-block;
  position: relative;
  transition: 1s ease-in-out;
}
.btn span {
  position: absolute;
  top: 50%;
  left: calc(32 / 1440 * 100vw);
  transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  .btn span {
    left: calc(16 / 375 * 100vw);
  }
}
.btn.btn-icon span {
  left: calc(65 / 1440 * 100vw);
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .btn.btn-icon span {
    left: calc(50 / 375 * 100vw);
  }
}
.btn.btn-icon img {
  margin-top: calc(1 / 1440 * 100vw);
  vertical-align: bottom;
  position: absolute;
  top: 50%;
  left: calc(32 / 1440 * 100vw);
  transform: translateY(-50%);
  width: auto;
  height: calc(14 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .btn.btn-icon img {
    height: calc(14 / 375 * 100vw);
    left: calc(16 / 375 * 100vw);
  }
}
.btn-border {
  border: 1px solid #686666;
  padding: calc(16 / 1440 * 100vw) calc(32 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .btn-border {
    padding: calc(16 / 375 * 100vw) calc(16 / 375 * 100vw);
  }
}
.btn-border:hover {
  border: 2px solid #040000;
  font-weight: 600;
}
.btn-arrow-r::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(24 / 1440 * 100vw);
  transform: translateY(-50%);
  width: calc(48 / 1440 * 100vw);
  height: calc(6 / 1440 * 100vw);
  background-image: url(../img/icon_arrow_r_wht.svg);
  background-repeat: no-repeat;
  background-size: calc(48 / 1440 * 100vw) auto;
  background-position: calc(-8 / 1440 * 100vw) center;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 575px) {
  .btn-arrow-r::after {
    width: calc(40 / 375 * 100vw);
    height: calc(6 / 375 * 100vw);
    right: calc(16 / 375 * 100vw);
    background-size: calc(48 / 375 * 100vw) auto;
    background-position: calc(-8 / 375 * 100vw) center;
  }
}
.btn-arrow-r:hover::after {
  background-position: 0px center;
}
.btn-arrow-l span {
  left: auto;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
}
.btn-arrow-l.btn-clr-b::after {
  background-image: url(../img/icon_arrow_l_blk.svg);
}
.btn-arrow-l::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(24 / 1440 * 100vw);
  transform: translateY(-50%);
  width: calc(48 / 1440 * 100vw);
  height: calc(6 / 1440 * 100vw);
  background-image: url(../img/icon_arrow_l_blk.svg);
  background-repeat: no-repeat;
  background-size: calc(48 / 1440 * 100vw) auto;
  background-position: calc(8 / 1440 * 100vw) center;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 575px) {
  .btn-arrow-l::after {
    width: calc(40 / 375 * 100vw);
    height: calc(6 / 375 * 100vw);
    left: calc(16 / 375 * 100vw);
    background-size: calc(48 / 375 * 100vw) auto;
    background-position: calc(8 / 375 * 100vw) center;
  }
}
.btn-arrow-l:hover::after {
  background-position: 0px center;
}
.btn-m {
  width: 100%;
  max-width: calc(320 / 1440 * 100vw);
  height: calc(56 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .btn-m {
    max-width: calc(272 / 375 * 100vw);
    height: calc(48 / 375 * 100vw);
  }
}
.btn-m span {
  font-size: calc(14 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .btn-m span {
    font-size: calc(14 / 375 * 100vw);
  }
}
.btn-m span:hover {
  font-weight: 500;
}
.btn-s {
  width: 100%;
  height: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .btn-s {
    height: calc(40 / 375 * 100vw);
  }
}
.btn-s span {
  font-size: calc(14 / 1440 * 100vw);
  left: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .btn-s span {
    font-size: calc(14 / 375 * 100vw);
    left: calc(16 / 375 * 100vw);
  }
}
.btn-s span:hover {
  font-weight: 500;
}
.btn-s::after {
  right: calc(12 / 1440 * 100vw);
  transform: translateY(-50%);
  width: calc(32 / 1440 * 100vw);
  height: calc(6 / 1440 * 100vw);
  background-size: calc(32 / 1440 * 100vw) auto;
  background-position: calc(-8 / 1440 * 100vw) center;
}
@media screen and (max-width: 575px) {
  .btn-s::after {
    width: calc(32 / 375 * 100vw);
    height: calc(6 / 375 * 100vw);
    background-size: calc(32 / 375 * 100vw) auto;
    background-position: calc(-8 / 375 * 100vw) center;
  }
}
.btn-s:hover::after {
  background-position: 0px center;
}
.btn-txt {
  display: inline-block;
  position: relative;
  line-height: 1;
}
.btn-txt span {
  font-size: calc(14 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .btn-txt span {
    font-size: calc(14 / 375 * 100vw);
  }
}
.btn-txt span:hover {
  font-weight: 500;
  border-bottom: 1px solid #040000;
}
.btn-txt-arrow-r {
  padding-right: calc(62 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .btn-txt-arrow-r {
    padding-right: calc(62 / 375 * 100vw);
  }
}
.btn-txt-arrow-r::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(8 / 1440 * 100vw);
  transform: translateY(-50%);
  width: calc(48 / 1440 * 100vw);
  height: calc(6 / 1440 * 100vw);
  background-image: url(../img/icon_arrow_r_blk.svg);
  background-repeat: no-repeat;
  background-size: calc(48 / 1440 * 100vw) auto;
  background-position: calc(-8 / 1440 * 100vw) center;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 575px) {
  .btn-txt-arrow-r::after {
    width: calc(48 / 375 * 100vw);
    height: calc(6 / 375 * 100vw);
    background-size: calc(48 / 375 * 100vw) auto;
    background-position: calc(0 / 375 * 100vw) center;
  }
}
.btn-txt-arrow-r:hover::after {
  background-position: 0px center;
}
.btn-txt-arrow-l {
  margin-left: calc(-16 / 1440 * 100vw);
  padding-left: calc(62 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .btn-txt-arrow-l {
    margin-left: calc(0 / 375 * 100vw);
    padding-left: calc(62 / 375 * 100vw);
  }
}
.btn-txt-arrow-l::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(8 / 1440 * 100vw);
  transform: translateY(-50%);
  width: calc(48 / 1440 * 100vw);
  height: calc(6 / 1440 * 100vw);
  background-image: url(../img/icon_arrow_l_blk.svg);
  background-repeat: no-repeat;
  background-size: calc(48 / 1440 * 100vw) auto;
  background-position: calc(8 / 1440 * 100vw) center;
}
@media screen and (max-width: 575px) {
  .btn-txt-arrow-l::after {
    width: calc(48 / 375 * 100vw);
    height: calc(6 / 375 * 100vw);
    background-size: calc(48 / 375 * 100vw) auto;
    background-position: calc(0 / 375 * 100vw) center;
  }
}
.btn-txt-arrow-l:hover::after {
  background-position: 0px center;
}
.btn-clr-w {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.btn-clr-w:hover {
  border: 2px solid #FFFFFF;
}
.btn-clr-b {
  border: 1px solid #040000;
  color: #040000;
}
.btn-clr-b::after {
  background-image: url(../img/icon_arrow_r_blk.svg);
}
.btn-clr-b:hover {
  border: 2px solid #040000;
}
.btn-clr-w-bg-b {
  border: none;
  background-color: #040000;
  color: #FFFFFF;
}
.btn-clr-w-bg-b:hover {
  border: none;
}
.btn-clr-w-bg-b::after {
  background-image: url(../img/icon_arrow_r_wht.svg);
}
.btn-more-toggle {
  display: inline-block;
  width: calc(120 / 1440 * 100vw);
  text-align: center;
  padding-right: calc(44 / 1440 * 100vw);
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .btn-more-toggle {
    width: calc(120 / 375 * 100vw);
    padding-right: calc(44 / 375 * 100vw);
  }
}
.btn-more-toggle::before, .btn-more-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(20 / 1440 * 100vw);
  height: calc(1 / 1440 * 100vw);
  background-color: #040000;
}
@media screen and (max-width: 575px) {
  .btn-more-toggle::before, .btn-more-toggle::after {
    width: calc(20 / 375 * 100vw);
    height: calc(1 / 375 * 100vw);
  }
}
.btn-more-toggle:after {
  transform: translateY(-50%) rotate(90deg);
}
.btn-more-toggle.active::after {
  transform: translateY(0%) rotate(0deg);
}

.link-arrow-l {
  display: flex;
  position: relative;
  padding-left: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .link-arrow-l {
    padding-left: calc(12 / 375 * 100vw);
  }
}
.link-arrow-l::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: calc(12 / 1440 * 100vw);
  height: calc(12 / 1440 * 100vw);
  background-image: url(../img/icon_arrow-s_r_wht.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 575px) {
  .link-arrow-l::after {
    width: calc(12 / 375 * 100vw);
    height: calc(12 / 375 * 100vw);
  }
}
.link-arrow-l.clr-blk::after {
  background-image: url(../img/icon_arrow-mini_l_blk.svg);
}
.link-icon {
  display: flex;
  align-items: center;
  gap: calc(5 / 1440 * 100vw);
}
.link-icon img {
  height: 100%;
}

.hover-underline {
  position: relative;
}
.hover-underline::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 0;
  z-index: 1;
  background-color: #FFFFFF;
  transition: 0.3s ease-in-out;
}
.hover-underline:hover::before {
  width: 100%;
}
.hover-underline.clr-blk::before {
  background-color: #040000;
}

.ttl-l {
  display: inline-flex;
  align-items: center;
  gap: calc(16 / 1440 * 100vw);
  font-size: calc(40 / 1440 * 100vw);
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  color: #040000;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: calc(60 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .ttl-l {
    font-size: calc(36 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
    align-items: end;
    justify-content: flex-start;
    gap: calc(12 / 375 * 100vw);
  }
  .ttl-l.ttl-sp-2 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ttl-l .txt {
  line-height: 1;
  display: inline-block;
  width: auto;
  text-box: trim-both cap alphabetic;
}
.ttl-l img.ja {
  height: calc(28 / 1440 * 100vw);
  width: auto;
}
@media screen and (max-width: 575px) {
  .ttl-l img.ja {
    height: calc(25 / 375 * 100vw);
  }
}
.ttl-m {
  font-size: calc(24 / 1440 * 100vw);
  font-weight: 500;
  line-height: 2;
  margin-bottom: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .ttl-m {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.ttl-m-tb-trim {
  margin: calc(24 / 1440 * 100vw / 2 * -1) 0;
}
@media screen and (max-width: 575px) {
  .ttl-sp-20 {
    font-size: calc(20 / 375 * 100vw) !important;
  }
}
@media screen and (max-width: 575px) {
  .ttl-sp-24 {
    font-size: calc(24 / 375 * 100vw) !important;
  }
}

.txt-xxl {
  font-size: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .txt-xxl {
    font-size: calc(24 / 375 * 100vw);
  }
}
.txt-xl {
  font-size: calc(18 / 1440 * 100vw);
  line-height: 2;
}
@media screen and (max-width: 575px) {
  .txt-xl {
    font-size: calc(18 / 375 * 100vw);
  }
}
.txt-l {
  font-size: calc(16 / 1440 * 100vw);
  line-height: 2;
}
@media screen and (max-width: 575px) {
  .txt-l {
    font-size: calc(16 / 375 * 100vw);
  }
}
.txt-m {
  font-size: calc(14 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .txt-m {
    font-size: calc(14 / 375 * 100vw);
  }
}
.txt-s {
  font-size: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .txt-s {
    font-size: calc(12 / 375 * 100vw);
  }
}
.txt-xs {
  font-size: calc(11 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .txt-xs {
    font-size: calc(11 / 375 * 100vw);
  }
}
.txt-trim {
  text-box: trim-both cap alphabetic;
}
.txt-bold {
  font-weight: 700;
}

.clr-blk {
  color: #040000 !important;
}
.clr-wht {
  color: #FFFFFF !important;
}
.clr-grayout {
  color: #9B9999 !important;
}
.clr-grn1 {
  color: #096F6F !important;
}
.clr-grn2 {
  color: #9DC5C5 !important;
}
.clr-grn3 {
  color: #DAE9E9 !important;
}
.clr-grn4 {
  color: #EBF3F3 !important;
}

.border-btm-gray4 {
  border-bottom: 1px solid #CDCCCC;
}

.col-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .col-between {
    flex-direction: column;
    gap: calc(40 / 375 * 100vw);
  }
}

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

.more-box {
  display: none;
}

/* ページネーション */
.wp-pagenavi {
  margin-top: calc(48 / 1440 * 100vw);
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: calc(8 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .wp-pagenavi {
    justify-content: center;
    margin-top: calc(48 / 375 * 100vw);
  }
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi span.current {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
}
.wp-pagenavi .page, .wp-pagenavi .current {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9B9999;
  color: #9B9999;
  line-height: calc(32 / 1440 * 100vw);
  border-radius: 50%;
  width: calc(32 / 1440 * 100vw);
  height: calc(32 / 1440 * 100vw);
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .wp-pagenavi .page, .wp-pagenavi .current {
    width: calc(32 / 375 * 100vw);
    height: calc(32 / 375 * 100vw);
  }
}
.wp-pagenavi .page {
  border: 1px solid #9B9999;
  color: #9B9999;
  line-height: calc(32 / 1440 * 100vw);
  border-radius: 50%;
  width: calc(32 / 1440 * 100vw);
  height: calc(32 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .wp-pagenavi .page {
    width: calc(32 / 375 * 100vw);
    height: calc(32 / 375 * 100vw);
  }
}
.wp-pagenavi .current {
  color: #040000;
  border: 1px solid #686666;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9B9999;
  color: #9B9999;
  line-height: calc(32 / 1440 * 100vw);
  border: none;
}
@media screen and (max-width: 575px) {
  .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    line-height: calc(32 / 375 * 100vw);
  }
}

.wp-block-heading {
  font-size: calc(16 / 1440 * 100vw);
  font-weight: 500;
  margin-bottom: calc(8 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .wp-block-heading {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(8 / 375 * 100vw);
  }
}

.wp-block-table td,
.wp-block-table th {
  width: auto !important; /* 固定幅を解除 */
  white-space: normal; /* テキストを折り返し */
}

.wp-block-table {
  table-layout: auto !important; /* 自動調整 */
}

.wp-block-list li {
  list-style-type: disc;
  list-style-position: inside;
}

.wp-editor-area a {
  color: #00BFFF;
  text-decoration: underline;
}

.wp-block-separator {
  border-top: 1px solid #686666;
}

.grecaptcha-badge {
  visibility: hidden;
}

html,
body {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Sans", sans-serif;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 575px) {
  html,
  body {
    font-weight: 400;
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: calc(14 / 1440 * 100vw);
  font-weight: 400;
  color: #040000;
}
@media screen and (max-width: 575px) {
  body {
    min-width: 100%;
    font-size: calc(14 / 375 * 100vw);
  }
}

a {
  text-decoration: none;
  transition: 0.5s;
  color: #040000;
}
a.a-txt {
  text-decoration: underline;
}
a.a-txt:visited {
  color: inherit;
}
a.link-none {
  pointer-events: none;
}

img {
  vertical-align: bottom;
}

p {
  line-height: 1.8;
  margin-bottom: 2rem;
  text-align: justify;
}

#main {
  position: relative;
}
#main #sidemenu {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(280 / 1440 * 100vw);
  z-index: 240;
  height: 100vh;
  transition: opacity 0.6s ease-in-out, visibility 0s linear 0.6s;
  opacity: 0;
}
#main #sidemenu.fixed {
  opacity: 1;
  transition: opacity 0.6s ease-in-out, visibility 0s linear 0s;
}
#main #sidemenu.leaving {
  opacity: 0;
}
@media screen and (max-width: 575px) {
  #main #sidemenu {
    position: fixed;
    top: 0;
    right: -100vw;
    left: auto;
    opacity: 1;
    width: calc(280 / 375 * 100vw);
    height: 100vh;
    z-index: 240;
    transition: 0.6s ease-in-out;
  }
  #main #sidemenu.panelactive {
    right: 0;
  }
}

.header-sp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(64 / 375 * 100vw);
  z-index: 230;
  opacity: 0;
}
.header-sp.fixed {
  position: fixed;
  opacity: 1;
  transition: opacity 0.6s ease-in-out, visibility 0s linear 0s;
}
.header-sp__inner {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding: calc(16 / 375 * 100vw) calc(76 / 375 * 100vw) calc(16 / 375 * 100vw) calc(20 / 375 * 100vw);
}
.header-sp__r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(16 / 375 * 100vw);
}
.header-sp__bnr-maillatter img {
  width: calc(88 / 375 * 100vw);
}
.header-sp__btn {
  position: absolute;
  top: 50%;
  right: calc(20 / 375 * 100vw);
  transform: translateY(-50%);
  width: calc(48 / 375 * 100vw);
  height: calc(48 / 375 * 100vw);
  z-index: 250;
}
.header-sp__btn__inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 65% 35% 37% 63%/52% 43% 57% 48%;
  animation: menu_btn_bg_animee 5s linear infinite;
  background-color: #FFFFFF;
  opacity: 0.9;
}
@keyframes menu_btn_bg_animee {
  0% {
    border-radius: 65% 35% 37% 63%/52% 43% 57% 48%;
  }
  25% {
    border-radius: 52% 48% 27% 73%/55% 37% 63% 45%;
  }
  50% {
    border-radius: 39% 61% 38% 62%/67% 47% 53% 33%;
  }
  75% {
    border-radius: 25% 75% 56% 44%/50% 30% 70% 50%;
  }
  100% {
    border-radius: 65% 35% 37% 63%/52% 43% 57% 48%;
  }
}
.header-sp__btn__inner span {
  position: absolute;
  border-top: 1px solid #040000;
  left: calc(12 / 375 * 100vw);
  height: 1px;
}
.header-sp__btn__inner span:nth-child(1) {
  top: calc(19 / 375 * 100vw);
  width: calc(24 / 375 * 100vw);
}
.header-sp__btn__inner span:nth-child(2) {
  bottom: calc(19 / 375 * 100vw);
  width: calc(16 / 375 * 100vw);
}

.footer {
  background-color: #096F6F;
  position: relative;
}
.footer__top-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(64 / 1440 * 100vw);
  height: calc(64 / 1440 * 100vw);
  background-color: #FFFFFF;
  padding: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .footer__top-btn {
    width: calc(64 / 375 * 100vw);
    height: calc(64 / 375 * 100vw);
    padding: calc(16 / 375 * 100vw);
  }
}
.footer__top-btn span {
  display: block;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #040000;
  width: 100%;
  height: 100%;
}
.footer__top-btn span img {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(12 / 1440 * 100vw);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 575px) {
  .footer__top-btn span img {
    width: calc(12 / 375 * 100vw);
  }
}
.footer__top-btn:hover span img {
  top: 50%;
}
.footer__inner {
  padding: calc(80 / 1440 * 100vw) calc(184 / 1440 * 100vw) calc(30 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .footer__inner {
    padding: calc(40 / 375 * 100vw) calc(20 / 375 * 100vw) calc(30 / 375 * 100vw);
  }
}
.footer__cts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: calc(80 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .footer__cts {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: calc(40 / 375 * 100vw);
    gap: calc(40 / 375 * 100vw);
  }
}
.footer__logo {
  margin-bottom: calc(56 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .footer__logo {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.footer__logo img {
  width: calc(110 / 1440 * 100vw);
  height: auto;
}
@media screen and (max-width: 575px) {
  .footer__logo img {
    width: calc(77 / 375 * 100vw);
  }
}
.footer__l {
  width: calc(320 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .footer__l {
    width: 100%;
  }
}
.footer__r {
  width: calc(466 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .footer__r {
    width: 100%;
  }
}
.footer__nav-list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: calc(23 / 1440 * 100vw) calc(46 / 1440 * 100vw);
  margin-bottom: calc(44 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .footer__nav-list {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(8, 1fr);
    gap: calc(16 / 375 * 100vw) calc(20 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.footer__nav-list li a {
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
  padding-bottom: calc(5 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .footer__nav-list li a {
    padding-bottom: calc(5 / 375 * 100vw);
  }
}
.footer__nav-list li a:hover {
  opacity: 0.6;
}
.footer__sns-list {
  display: flex;
  justify-content: flex-end;
  gap: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .footer__sns-list {
    justify-content: flex-start;
    gap: calc(16 / 375 * 100vw);
  }
}
.footer__sns-list li img {
  width: calc(24 / 1440 * 100vw);
  height: auto;
}
@media screen and (max-width: 575px) {
  .footer__sns-list li img {
    width: calc(24 / 375 * 100vw);
  }
}
.footer__btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .footer__btm {
    flex-direction: column;
    gap: calc(50 / 375 * 100vw);
    align-items: flex-start;
  }
}
.footer__btm__list {
  display: flex;
  gap: calc(16 / 1440 * 100vw);
}
.footer__btm__copy {
  font-size: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .footer__btm__copy {
    text-align: center;
    font-size: calc(11 / 375 * 100vw);
    width: 100%;
  }
}

.sidemenu__inner {
  padding: calc(27 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  position: relative;
}
@media screen and (max-width: 575px) {
  .sidemenu__inner {
    height: 100vh;
  }
}
.sidemenu__inner__wave {
  height: calc(280 / 1440 * 100vw); /* 高さを画面幅に */
  width: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(90deg) translateY(-100%);
  transform-origin: top left;
  z-index: -1;
  opacity: 0.9;
}
@media screen and (max-width: 575px) {
  .sidemenu__inner__wave {
    width: 100vh;
    height: calc(280 / 375 * 100vw);
    transform: rotate(-90deg) translateX(-100%);
  }
  .sidemenu__inner__wave .svg-wave2 {
    position: absolute;
    top: -100%;
  }
}
.sidemenu__inner svg {
  width: 100%;
  height: 100%;
}
.sidemenu__inner__btn-close {
  position: absolute;
  top: calc(8 / 375 * 100vw);
  right: calc(20 / 375 * 100vw);
  width: calc(48 / 375 * 100vw);
  height: calc(48 / 375 * 100vw);
}
.sidemenu__inner__btn-close span {
  display: block;
  width: calc(32 / 375 * 100vw);
  height: 1px;
  background-color: #040000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sidemenu__inner__btn-close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.sidemenu__inner__btn-close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 575px) {
  .sidemenu__inner__menu-wrap {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    padding: 0 calc(20 / 375 * 100vw) 0 calc(60 / 375 * 100vw);
  }
}
.sidemenu__ttl {
  margin-bottom: calc(20 / 1440 * 100vw);
}
.sidemenu__ttl img {
  width: calc(110 / 1440 * 100vw);
}

.nav__list {
  margin-bottom: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .nav__list {
    margin-bottom: calc(24 / 375 * 100vw);
  }
}
.nav__list li {
  border-bottom: 1px solid #CDCCCC;
}
.nav__list li a {
  font-size: calc(14 / 1440 * 100vw);
  padding: calc(16 / 1440 * 100vw) 0;
  font-weight: 400;
  color: #040000;
  line-height: 1;
  position: relative;
  display: block;
}
@media screen and (max-width: 575px) {
  .nav__list li a {
    font-size: calc(14 / 375 * 100vw);
    padding: calc(16 / 375 * 100vw) 0;
  }
}
.nav__list li a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 0;
  z-index: 1;
  background-color: #040000;
  transition: 0.3s ease-in-out;
}
.nav__list li a:hover::after {
  width: 100%;
}
.nav__list li a.active::after {
  width: 100%;
}
.nav__list-bnr li {
  margin-bottom: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .nav__list-bnr li {
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.nav__list-bnr li a {
  vertical-align: bottom;
}
.nav__list-sns {
  margin-top: calc(24 / 1440 * 100vw);
  display: flex;
  gap: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .nav__list-sns {
    margin-top: calc(24 / 375 * 100vw);
    gap: calc(16 / 375 * 100vw);
  }
}
.nav__list-sns li img {
  width: calc(24 / 1440 * 100vw);
  height: auto;
}
@media screen and (max-width: 575px) {
  .nav__list-sns li img {
    width: calc(24 / 375 * 100vw);
  }
}

.cts__inner {
  padding: calc(120 / 1440 * 100vw) 0;
}
@media screen and (max-width: 575px) {
  .cts__inner {
    padding: calc(80 / 375 * 100vw) 0;
  }
}
.cts__main {
  margin-left: calc(280 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .cts__main {
    margin-left: calc(0 / 375 * 100vw);
  }
}
.cts__main__inner {
  padding: 0 calc(80 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .cts__main__inner {
    padding: 0 calc(20 / 375 * 100vw);
  }
}
.cts__main__inner-adjust {
  padding: 0 calc(80 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .cts__main__inner-adjust {
    padding: 0 calc(20 / 375 * 100vw) 0 calc(19 / 375 * 100vw);
  }
}
.cts__main__inner-l {
  padding: 0 0 0 calc(80 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .cts__main__inner-l {
    padding: 0 0 0 calc(20 / 375 * 100vw);
  }
}
.cts__main__top-txt {
  font-size: calc(16 / 1440 * 100vw);
  font-weight: 500;
  margin-bottom: calc(64 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .cts__main__top-txt {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.cts__main-r {
  display: flex;
}
@media screen and (max-width: 575px) {
  .cts__main-r {
    flex-direction: column;
  }
}
.cts__main-r__col-l {
  width: calc(100% - 660 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .cts__main-r__col-l {
    width: 100%;
  }
}
.cts__main-r__col-l-img {
  aspect-ratio: 375/286;
  overflow: hidden;
}
.cts__main-r__col-r {
  width: calc(660 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .cts__main-r__col-r {
    width: 100%;
  }
}
.top-aboutus {
  background: url(../img/bg_top_aboutus.png) no-repeat center center/cover;
}
.top-newsletter__col {
  display: flex;
  justify-content: space-between;
  gap: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .top-newsletter__col {
    flex-direction: column;
    gap: calc(30 / 375 * 100vw);
  }
}
.top-newsletter__col-1 {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .top-newsletter__col-1 {
    width: 100%;
  }
}
.top-newsletter__col-2 {
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 575px) {
  .top-newsletter__col-2 {
    width: 100%;
  }
}

.lower-header {
  background: url(../img/bg_header_lower.png) no-repeat center center/cover;
}
@media screen and (max-width: 575px) {
  .lower-header {
    background-image: url(../img/bg_header_lower@sp.png);
  }
}
.lower-header__inner {
  height: calc(240 / 1440 * 100vw);
  position: relative;
}
@media screen and (max-width: 575px) {
  .lower-header__inner {
    height: calc(200 / 375 * 100vw);
  }
}
.lower-header__ttl {
  position: absolute;
  bottom: calc(56 / 1440 * 100vw);
  left: 0;
  color: #FFFFFF;
  font-size: calc(32 / 1440 * 100vw);
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.lower-header__ttl span {
  font-size: calc(16 / 1440 * 100vw);
  display: block;
  margin-bottom: calc(10 / 1440 * 100vw);
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .lower-header__ttl {
    font-size: calc(24 / 375 * 100vw);
    bottom: calc(32 / 375 * 100vw);
  }
  .lower-header__ttl span {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}

.news__article__ttl {
  font-size: calc(24 / 1440 * 100vw);
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .news__article__ttl {
    font-size: calc(24 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.news__article__th {
  margin-bottom: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .news__article__th {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.news__article__th img {
  max-width: 100%;
  height: auto;
}

.member-modal__th {
  margin-bottom: calc(24 / 1440 * 100vw);
  text-align: center;
}
@media screen and (max-width: 575px) {
  .member-modal__th {
    margin-top: calc(40 / 375 * 100vw);
    margin-bottom: calc(24 / 375 * 100vw);
  }
}
.member-modal__th img {
  width: calc(240 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .member-modal__th img {
    width: calc(160 / 375 * 100vw);
  }
}
.member-modal__name {
  text-align: center;
  font-size: calc(20 / 1440 * 100vw);
  line-height: 1;
  margin-bottom: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .member-modal__name {
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.member-modal__name span {
  font-size: 75%;
}
.member-modal__txt {
  font-size: calc(14 / 1440 * 100vw);
  margin: 0 auto;
  text-align: center;
}
.member-modal__txt p {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 575px) {
  .member-modal__txt {
    font-size: calc(14 / 375 * 100vw);
  }
}

.nature-preneurs__article__head {
  margin-bottom: calc(64 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .nature-preneurs__article__head {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.nature-preneurs__article__ttl {
  font-size: calc(32 / 1440 * 100vw);
  font-weight: 500;
  border-bottom: 5px solid #096F6F;
  display: inline-block;
  line-height: 1.4;
  margin-bottom: calc(8 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .nature-preneurs__article__ttl {
    font-size: calc(24 / 375 * 100vw);
    margin-bottom: calc(8 / 375 * 100vw);
  }
}
.nature-preneurs__article__name {
  font-size: calc(18 / 1440 * 100vw);
}
.nature-preneurs__article__name span {
  margin-left: calc(16 / 1440 * 100vw);
  font-size: calc(16 / 1440 * 100vw);
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .nature-preneurs__article__name {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.4;
  }
  .nature-preneurs__article__name span {
    font-size: calc(14 / 375 * 100vw);
    margin-left: 0;
  }
}
.nature-preneurs__article__th {
  margin-bottom: calc(24 / 1440 * 100vw);
}
.nature-preneurs__article__th img {
  width: 100%;
  height: auto;
  border-radius: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .nature-preneurs__article__th {
    margin-bottom: calc(16 / 375 * 100vw);
  }
  .nature-preneurs__article__th img {
    border-radius: calc(6 / 375 * 100vw);
  }
}
.nature-preneurs__article__body {
  margin: calc(80 / 1440 * 100vw) 0;
  display: flex;
  gap: calc(40 / 1440 * 100vw);
}
.nature-preneurs__article__body > div {
  flex: 1 1;
}
@media screen and (max-width: 575px) {
  .nature-preneurs__article__body {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: calc(80 / 375 * 100vw) 0;
  }
}
.nature-preneurs__article__body .size-medium {
  width: 100%;
  height: auto;
}
.nature-preneurs__profile__ttl {
  font-size: calc(20 / 1440 * 100vw);
  font-weight: 500;
  line-height: 1;
  margin-bottom: calc(32 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .nature-preneurs__profile__ttl {
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: calc(24 / 375 * 100vw);
  }
}
.nature-preneurs__profile__inner {
  border: 1px solid #CDCCCC;
  padding: calc(32 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .nature-preneurs__profile__inner {
    padding: calc(20 / 375 * 100vw);
  }
}
.nature-preneurs__profile__head {
  display: flex;
  align-items: center;
  gap: calc(24 / 1440 * 100vw);
  margin-bottom: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .nature-preneurs__profile__head {
    gap: calc(24 / 375 * 100vw);
  }
}
.nature-preneurs__profile__th {
  width: calc(120 / 1440 * 100vw);
  aspect-ratio: 1/1;
}
.nature-preneurs__profile__th img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 575px) {
  .nature-preneurs__profile__th {
    width: calc(120 / 375 * 100vw);
  }
}
.nature-preneurs__profile__txt {
  flex: 1 1;
}
.nature-preneurs__profile__txt__name {
  font-size: calc(18 / 1440 * 100vw);
  font-weight: 500;
  line-height: 1;
  margin-bottom: calc(24 / 1440 * 100vw);
}
.nature-preneurs__profile__txt__name span {
  font-size: 75%;
}
@media screen and (max-width: 575px) {
  .nature-preneurs__profile__txt__name {
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: 0;
  }
}
.nature-preneurs__profile__txt__title {
  font-size: calc(16 / 1440 * 100vw);
  font-family: "Maven Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .nature-preneurs__profile__txt__title {
    font-size: calc(12 / 375 * 100vw);
    margin: calc(14 / 375 * 100vw) 0 calc(20 / 375 * 100vw) 0;
  }
}
.nature-preneurs__profile__career {
  margin-bottom: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .nature-preneurs__profile__career {
    margin-bottom: calc(12 / 375 * 100vw);
  }
}
.nature-preneurs__profile__link a {
  border-bottom: 1px solid #040000;
}
@media screen and (max-width: 575px) {
  .nature-preneurs__profile__link {
    margin-bottom: calc(24 / 375 * 100vw);
  }
}

.event__article__head {
  margin-bottom: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .event__article__head {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.event__article__ttl {
  font-size: calc(32 / 1440 * 100vw);
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .event__article__ttl {
    font-size: calc(24 / 375 * 100vw);
  }
}
.event__article__subttl {
  font-size: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .event__article__subttl {
    font-size: calc(18 / 375 * 100vw);
  }
}
.event__article__th img {
  width: 100%;
  height: auto;
  border-radius: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .event__article__th img {
    border-radius: calc(6 / 375 * 100vw);
  }
}

.mv__inner {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: calc(500 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .mv__inner {
    height: 100vh;
  }
}
.mv__inner .swiper-mv {
  height: 100%;
}
.mv__ttl img {
  position: absolute;
  top: 27.2727272727vh;
  left: calc(582 / 1440 * 100vw);
  width: 100%;
  z-index: 10;
  width: calc(296 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .mv__ttl img {
    top: 22.6600985222vh;
    left: calc(93 / 375 * 100vw);
    width: calc(196 / 375 * 100vw);
  }
}
.mv-list__item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  vertical-align: bottom;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}
.mv-list__item__bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv-list__item__bg__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv-list__body {
  display: none;
  position: absolute;
  bottom: calc(115 / 1440 * 100vw);
  left: calc(120 / 1440 * 100vw);
  color: #FFFFFF;
  z-index: 10;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .mv-list__body {
    bottom: auto;
    top: 54.1871921182vh;
    left: calc(20 / 375 * 100vw);
  }
}
.mv-list__body:hover .mv-list__body__name::after {
  background-position: 0px center;
}
.mv-list__body__ttl {
  font-size: calc(24 / 1440 * 100vw);
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: calc(24 / 1440 * 100vw);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 575px) {
  .mv-list__body__ttl {
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.mv-list__body__ttl span {
  opacity: 0;
  display: inline-block;
}
.mv-list__body__ttl span.show {
  opacity: 1;
  transition: all 0.3s ease;
}
.mv-list__body__name {
  font-size: calc(18 / 1440 * 100vw);
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-right: calc(80 / 1440 * 100vw);
  opacity: 0;
  transition: all 1s ease;
}
.mv-list__body__name.show {
  opacity: 1;
}
.mv-list__body__name::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(24 / 1440 * 100vw);
  transform: translateY(-50%);
  width: calc(48 / 1440 * 100vw);
  height: calc(6 / 1440 * 100vw);
  background-image: url(../img/icon_arrow_r_wht.svg);
  background-repeat: no-repeat;
  background-size: calc(48 / 1440 * 100vw) auto;
  background-position: calc(-8 / 1440 * 100vw) center;
}
@media screen and (max-width: 575px) {
  .mv-list__body__name {
    font-size: calc(18 / 375 * 100vw);
    padding-right: calc(80 / 375 * 100vw);
  }
  .mv-list__body__name::after {
    right: calc(24 / 375 * 100vw);
    width: calc(48 / 375 * 100vw);
    height: calc(6 / 375 * 100vw);
    background-size: calc(48 / 375 * 100vw) auto;
    background-position: calc(-8 / 375 * 100vw) center;
  }
}
.mv-copy {
  position: absolute;
  bottom: calc(115 / 1440 * 100vw);
  left: calc(120 / 1440 * 100vw);
  color: #FFFFFF;
  z-index: 10;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .mv-copy {
    bottom: auto;
    top: 54.1871921182vh;
    left: calc(20 / 375 * 100vw);
  }
}
.mv-copy:hover .mv-list__body__name::after {
  background-position: 0px center;
}
.mv-copy__body {
  display: none;
}
.mv-copy__body a {
  color: #FFFFFF;
}
.mv-copy__body a:hover .mv-copy__body__name::after {
  background-position: calc(0 / 1440 * 100vw) center;
  transition: all 0.3s ease;
}
.mv-copy__body.active {
  display: block;
}
.mv-copy__body__ttl {
  font-size: calc(24 / 1440 * 100vw);
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: calc(24 / 1440 * 100vw);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 575px) {
  .mv-copy__body__ttl {
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.mv-copy__body__ttl span {
  opacity: 0;
  display: inline-block;
  animation: letterFade 0.5s forwards;
}
@keyframes letterFade {
  to {
    opacity: 1;
  }
}
.mv-copy__body__name {
  font-size: calc(18 / 1440 * 100vw);
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-right: calc(80 / 1440 * 100vw);
  opacity: 0;
  transition: all 2s ease;
  transition-delay: 0s;
}
.mv-copy__body__name.show {
  opacity: 1;
  transition-delay: 0.5s;
}
.mv-copy__body__name::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(16 / 1440 * 100vw);
  transform: translateY(-50%);
  width: calc(56 / 1440 * 100vw);
  height: calc(6 / 1440 * 100vw);
  overflow: hidden;
  background-image: url(../img/icon_arrow_r_wht.svg);
  background-repeat: no-repeat;
  background-size: calc(48 / 1440 * 100vw) auto;
  background-position: calc(-8 / 1440 * 100vw) center;
  transition: 0.3s ease-in-out;
}
.mv-copy__body__name.show::after {
  opacity: 1;
  transition-delay: 0.7s;
}
@media screen and (max-width: 575px) {
  .mv-copy__body__name {
    font-size: calc(18 / 375 * 100vw);
    padding-right: calc(80 / 375 * 100vw);
  }
  .mv-copy__body__name::after {
    right: calc(24 / 375 * 100vw);
    width: calc(48 / 375 * 100vw);
    height: calc(6 / 375 * 100vw);
    background-size: calc(48 / 375 * 100vw) auto;
    background-position: calc(-8 / 375 * 100vw) center;
  }
}
.mv .swiper-topic {
  position: absolute;
  bottom: calc(24 / 1440 * 100vw);
  right: calc(24 / 1440 * 100vw);
  z-index: 5;
}
@media screen and (max-width: 575px) {
  .mv .swiper-topic {
    bottom: 1.2315270936vh;
    right: calc(0 / 375 * 100vw);
  }
}
.mv .swiper-topic .swiper-ctl-panel {
  margin-top: calc(0 / 1440 * 100vw);
  justify-content: center;
}
.mv .swiper-topic .swiper-pagination-count {
  color: #FFFFFF;
  font-weight: 300;
}

.aboutus-lead {
  color: #FFFFFF;
  background: url(../img/about_bg_lead.png) no-repeat center center/cover;
}
@media screen and (max-width: 575px) {
  .aboutus-lead {
    background-image: url(../img/about_bg_lead@sp.png);
  }
}
.aboutus-mission__body {
  display: flex;
  align-items: self-end;
  gap: calc(120 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .aboutus-mission__body {
    flex-direction: column;
    gap: calc(56 / 375 * 100vw);
    align-items: start;
  }
}
.aboutus-mission__body__l {
  width: calc(560 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .aboutus-mission__body__l {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .aboutus-mission__body__r {
    text-align: center;
    width: 100%;
  }
}
.aboutus-mission__body__r img {
  width: calc(228 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .aboutus-mission__body__r img {
    width: calc(195 / 375 * 100vw);
  }
}
.aboutus-activities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(32 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .aboutus-activities {
    grid-template-columns: repeat(1, 1fr);
    gap: calc(40 / 375 * 100vw);
  }
}
.aboutus-activities__item__th {
  text-align: center;
  margin-bottom: calc(32 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .aboutus-activities__item__th {
    margin-bottom: calc(24 / 375 * 100vw);
  }
}
.aboutus-activities__item__th img {
  height: calc(135 / 1440 * 100vw);
  width: auto;
}
@media screen and (max-width: 575px) {
  .aboutus-activities__item__th img {
    height: calc(135 / 375 * 100vw);
  }
}
.aboutus-activities__item__ttl {
  font-size: calc(20 / 1440 * 100vw);
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: calc(15 / 1440 * 100vw);
}
.aboutus-activities__item__ttl span {
  font-size: calc(36 / 1440 * 100vw);
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  margin-right: calc(16 / 1440 * 100vw);
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .aboutus-activities__item__ttl {
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .aboutus-activities__item__ttl span {
    margin-right: calc(16 / 375 * 100vw);
    font-size: calc(36 / 375 * 100vw);
  }
}

.founder-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .founder-list {
    gap: calc(16 / 375 * 100vw);
    grid-template-columns: repeat(2, 1fr);
  }
}
.founder-list li img {
  width: 100%;
}
.founder-list li p {
  line-height: 1;
  margin-top: calc(16 / 1440 * 100vw);
  margin-bottom: 0;
  font-size: calc(12 / 1440 * 100vw);
  text-align: center;
}
@media screen and (max-width: 575px) {
  .founder-list li p {
    font-size: calc(11 / 375 * 100vw);
    margin-top: calc(8 / 375 * 100vw);
  }
}

.project-list__item {
  margin-bottom: calc(16 / 1440 * 100vw);
  display: none;
}
.project-list__item:nth-child(-n+3) {
  display: block; /* 最初の3件だけ表示 */
}
@media screen and (max-width: 575px) {
  .project-list__item {
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.project-list__item:last-child {
  margin-bottom: 0;
}
.project-list__item a {
  position: relative;
  border-radius: calc(6 / 1440 * 100vw);
  display: flex;
  flex-wrap: wrap;
  gap: calc(32 / 1440 * 100vw);
  background-color: #FFFFFF;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .project-list__item a {
    gap: 0;
    flex-direction: column;
    border-radius: calc(6 / 375 * 100vw);
  }
}
.project-list__item a::after {
  content: "";
  position: absolute;
  right: calc(16 / 1440 * 100vw);
  bottom: calc(16 / 1440 * 100vw);
  width: calc(20 / 1440 * 100vw);
  height: calc(20 / 1440 * 100vw);
  background: url(../img/icon_link_arrow_off.svg) no-repeat left bottom/calc(18 / 1440 * 100vw) auto;
}
@media screen and (max-width: 575px) {
  .project-list__item a::after {
    right: calc(16 / 375 * 100vw);
    bottom: calc(16 / 375 * 100vw);
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    background: url(../img/icon_link_arrow_on.svg) no-repeat left bottom/calc(18 / 375 * 100vw) auto;
  }
}
.project-list__item a:hover .project-list__th img {
  transform: scale(1.1);
  opacity: 0.7;
}
.project-list__item a:hover .project-list__tag {
  opacity: 0.8;
}
.project-list__item a:hover::after {
  background: url(../img/icon_link_arrow_on.svg) no-repeat left bottom/calc(20 / 1440 * 100vw) auto;
}
@media screen and (max-width: 575px) {
  .project-list__item a:hover::after {
    background: url(../img/icon_link_arrow_on.svg) no-repeat left bottom/calc(20 / 375 * 100vw) auto;
  }
}
.project-list__th {
  aspect-ratio: 298/168;
  overflow: hidden;
  width: calc(298 / 1440 * 100vw);
  border-radius: calc(6 / 1440 * 100vw) 0 0 calc(6 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .project-list__th {
    width: 100%;
    border-radius: calc(6 / 375 * 100vw) calc(6 / 375 * 100vw) 0 0;
  }
}
.project-list__th img {
  transition: 0.3s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.project-list__body {
  flex: 1 1;
  padding: calc(20 / 1440 * 100vw) calc(32 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw);
  color: #040000;
}
@media screen and (max-width: 575px) {
  .project-list__body {
    padding: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw) calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.project-list__tag {
  display: inline-block;
  background-color: #E9999F;
  padding: 0 calc(8 / 1440 * 100vw);
  color: #FFFFFF;
  font-size: calc(11 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .project-list__tag {
    padding: 0 calc(8 / 375 * 100vw);
    font-size: calc(11 / 375 * 100vw);
  }
}
.project-list__ttl {
  font-size: calc(18 / 1440 * 100vw);
  font-weight: 500;
  margin: calc(3 / 1440 * 100vw) 0 calc(3 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .project-list__ttl {
    font-size: calc(18 / 375 * 100vw);
    margin: calc(3 / 375 * 100vw) 0 calc(3 / 375 * 100vw);
  }
}
.project-list__ttl span {
  font-size: 80%;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
}
.preneurs-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(32 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .preneurs-list {
    grid-template-columns: repeat(1, 1fr);
    gap: calc(22 / 375 * 100vw);
  }
}
.preneurs-list__item a {
  display: block;
  background-color: #FFFFFF;
  border-radius: calc(6 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .preneurs-list__item a {
    border-radius: calc(6 / 375 * 100vw);
  }
}
.preneurs-list__item a:hover .preneurs-list__th img {
  transform: scale(1.1);
  opacity: 0.7;
}
.preneurs-list__th {
  aspect-ratio: 312/204;
  overflow: hidden;
  width: 100%;
  border-radius: calc(6 / 1440 * 100vw);
  margin-bottom: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .preneurs-list__th {
    border-radius: calc(6 / 375 * 100vw);
    margin-bottom: calc(24 / 375 * 100vw);
  }
}
.preneurs-list__th img {
  transition: 0.3s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.preneurs-list__tag {
  display: flex;
  gap: calc(8 / 1440 * 100vw);
  margin-bottom: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .preneurs-list__tag {
    gap: calc(8 / 375 * 100vw);
    margin-bottom: calc(8 / 375 * 100vw);
  }
}
.preneurs-list__tag li {
  font-size: calc(11 / 1440 * 100vw);
  padding: calc(2 / 1440 * 100vw) calc(8 / 1440 * 100vw);
  border: 1px solid #9DC5C5;
}
@media screen and (max-width: 575px) {
  .preneurs-list__tag li {
    font-size: calc(11 / 375 * 100vw);
    padding: calc(2 / 375 * 100vw) calc(8 / 375 * 100vw);
  }
}
.preneurs-list__ttl {
  margin-bottom: calc(16 / 1440 * 100vw);
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .preneurs-list__ttl {
    margin-bottom: calc(12 / 375 * 100vw);
  }
}
.preneurs-list__name {
  font-size: calc(16 / 1440 * 100vw);
  font-weight: 500;
  line-height: 1;
  margin-bottom: calc(8 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .preneurs-list__name {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(8 / 375 * 100vw);
  }
}
.preneurs-list__name span {
  font-size: 75%;
}
.preneurs-list__txt {
  margin-bottom: 0;
}

.event-list__item {
  width: calc(312 / 1440 * 100vw);
  border: 1px solid #F2F2F2;
  border-radius: calc(6 / 1440 * 100vw);
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .event-list__item {
    width: 100%;
    border-radius: calc(6 / 375 * 100vw);
  }
}
.event-list__item a {
  display: block;
  background-color: #FFFFFF;
  border-radius: calc(6 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .event-list__item a {
    border-radius: calc(6 / 375 * 100vw);
  }
}
.event-list__item a:hover .event-list__th img {
  transform: scale(1.1);
  opacity: 0.7;
}
.event-list__th {
  aspect-ratio: 312/204;
  overflow: hidden;
  width: 100%;
}
.event-list__th img {
  transition: 0.3s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.event-list__body {
  padding: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .event-list__body {
    padding: calc(20 / 375 * 100vw);
  }
}
.event-list__tag {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8 / 1440 * 100vw);
  margin-bottom: calc(8 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .event-list__tag {
    gap: calc(8 / 375 * 100vw);
    margin-bottom: calc(8 / 375 * 100vw);
  }
}
.event-list__tag li {
  font-size: calc(11 / 1440 * 100vw);
  padding: calc(2 / 1440 * 100vw) calc(8 / 1440 * 100vw);
  background-color: #DAE9E9;
  color: #096F6F;
}
@media screen and (max-width: 575px) {
  .event-list__tag li {
    font-size: calc(11 / 375 * 100vw);
    padding: calc(2 / 375 * 100vw) calc(8 / 375 * 100vw);
  }
}
.event-list__ttl {
  font-size: calc(16 / 1440 * 100vw);
  margin-bottom: calc(4 / 1440 * 100vw);
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .event-list__ttl {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(4 / 375 * 100vw);
  }
}
.event-list__txt {
  font-size: calc(14 / 1440 * 100vw);
  margin-bottom: calc(10 / 1440 * 100vw);
  letter-spacing: -0.03em;
}
@media screen and (max-width: 575px) {
  .event-list__txt {
    margin-bottom: calc(10 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
}
.event-list__date {
  display: flex;
  gap: calc(24 / 1440 * 100vw);
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .event-list__date {
    gap: calc(16 / 375 * 100vw);
  }
}
.event-list__date__time {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: calc(24 / 1440 * 100vw);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .event-list__date__time {
    font-size: calc(24 / 375 * 100vw);
  }
}
.event-list__date__time span {
  font-size: 75%;
}
.event-list__date__location img {
  height: calc(16 / 1440 * 100vw);
  width: auto;
}
@media screen and (max-width: 575px) {
  .event-list__date__location img {
    height: calc(16 / 375 * 100vw);
  }
}

.event-list-line__item {
  background-color: #EBF3F3;
  padding: calc(24 / 1440 * 100vw) calc(32 / 1440 * 100vw);
  border-radius: calc(6 / 1440 * 100vw);
  margin-bottom: calc(32 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .event-list-line__item {
    margin-bottom: calc(24 / 375 * 100vw);
    padding: calc(16 / 375 * 100vw);
  }
}
.event-list-line__item:last-child {
  margin-bottom: 0;
}
.event-list-line__item:hover .event-list-line__th img {
  transform: scale(1.1);
}
.event-list-line__item:hover .btn-txt-arrow-r::after {
  background-position: 0px center;
}
.event-list-line__inner {
  display: flex;
  gap: calc(32 / 1440 * 100vw);
  margin-bottom: calc(24 / 1440 * 100vw);
  flex-wrap: nowrap;
}
@media screen and (max-width: 575px) {
  .event-list-line__inner {
    flex-direction: column;
    gap: calc(16 / 375 * 100vw);
    margin-bottom: calc(24 / 375 * 100vw);
  }
}
.event-list-line__th {
  width: calc(368 / 1440 * 100vw);
  aspect-ratio: 368/177;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .event-list-line__th {
    width: 100%;
  }
}
.event-list-line__th img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
}
.event-list-line__ttl {
  font-size: calc(18 / 1440 * 100vw);
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .event-list-line__ttl {
    font-size: calc(18 / 375 * 100vw);
  }
}
.event-list-line__txt {
  font-size: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .event-list-line__txt {
    font-size: calc(14 / 375 * 100vw);
  }
}
.event-list-line__body {
  flex: 1 1;
}
.event-list-line__body__head {
  margin-bottom: calc(16 / 1440 * 100vw);
}
.event-list-line__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .event-list-line__bottom {
    gap: calc(16 / 375 * 100vw);
  }
}
.event-list-line__bottom .event-list__tag {
  margin-bottom: 0;
}
.event-list-line__date {
  display: flex;
  align-items: center;
  gap: calc(24 / 1440 * 100vw);
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .event-list-line__date {
    gap: calc(16 / 375 * 100vw);
  }
}
.event-list-line__date .event-list__date__time {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: calc(32 / 1440 * 100vw);
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .event-list-line__date .event-list__date__time {
    font-size: calc(32 / 375 * 100vw);
  }
}
.event-list-line__date .event-list__date__time span {
  font-size: 75%;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
}
.event-list-line__date .event-list__date__time .txt-l {
  font-size: calc(20 / 1440 * 100vw);
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .event-list-line__date .event-list__date__time .txt-l {
    font-size: calc(20 / 375 * 100vw);
  }
}
.event-list-line__date .event-list__date__time .txt-m {
  font-size: calc(16 / 1440 * 100vw);
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .event-list-line__date .event-list__date__time .txt-m {
    font-size: calc(16 / 375 * 100vw);
  }
}
.event-list-line__date__location img {
  height: calc(16 / 1440 * 100vw);
  width: auto;
  vertical-align: middle;
  margin-bottom: calc(4 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .event-list-line__date__location img {
    height: calc(20 / 375 * 100vw);
    margin-bottom: calc(4 / 375 * 100vw);
  }
}

.news-list__space {
  height: calc(300 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .news-list__space {
    height: calc(0 / 375 * 100vw);
  }
}
.news-list__item {
  margin-bottom: calc(16 / 1440 * 100vw);
  border-radius: calc(6 / 1440 * 100vw);
}
.news-list__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .news-list__item {
    margin-bottom: calc(16 / 375 * 100vw);
    border-radius: calc(6 / 375 * 100vw);
  }
}
.news-list__item a {
  display: flex;
  gap: calc(32 / 1440 * 100vw);
  position: relative;
  padding: calc(20 / 1440 * 100vw) calc(104 / 1440 * 100vw) calc(20 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  background-color: #EBF3F3;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .news-list__item a {
    gap: calc(16 / 375 * 100vw);
    padding: calc(50 / 375 * 100vw) calc(20 / 375 * 100vw) calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.news-list__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(32 / 1440 * 100vw);
  transform: translateY(-50%);
  width: calc(48 / 1440 * 100vw);
  height: calc(6 / 1440 * 100vw);
  background-image: url(../img/icon_arrow_r_blk.svg);
  background-repeat: no-repeat;
  background-size: calc(48 / 1440 * 100vw) auto;
  background-position: calc(-8 / 1440 * 100vw) center;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 575px) {
  .news-list__item a::after {
    display: none;
  }
}
.news-list__item a:hover {
  background-color: #DAE9E9;
}
.news-list__item a:hover::after {
  background-position: 0px center;
}
.news-list__body {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: calc(8 / 1440 * 100vw) 0;
}
.news-list__head {
  display: flex;
  gap: calc(16 / 1440 * 100vw);
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .news-list__head {
    gap: calc(12 / 375 * 100vw);
    margin-bottom: 0;
    position: absolute;
    top: calc(20 / 375 * 100vw);
    left: calc(20 / 375 * 100vw);
    width: 100%;
  }
}
.news-list__category {
  display: flex;
  align-items: center;
  gap: calc(8 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .news-list__category {
    gap: calc(8 / 375 * 100vw);
  }
}
.news-list__category li {
  font-size: calc(11 / 1440 * 100vw);
  padding: 0 calc(8 / 1440 * 100vw);
  line-height: 1.6;
  background-color: #096F6F;
  color: #FFFFFF;
}
@media screen and (max-width: 575px) {
  .news-list__category li {
    font-size: calc(11 / 375 * 100vw);
    padding: 0 calc(8 / 375 * 100vw);
  }
}
.news-list__ttl {
  font-weight: 400;
}
.news-list__th {
  aspect-ratio: 104/64;
  width: calc(104 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .news-list__th {
    width: calc(136 / 375 * 100vw);
  }
}
.news-list__th img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.supporters-list {
  overflow: hidden;
}
.supporters-list-archive {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(32 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .supporters-list-archive {
    grid-template-columns: repeat(1, 1fr);
    gap: calc(22 / 375 * 100vw);
  }
}
.supporters-list__item {
  border-radius: calc(6 / 1440 * 100vw);
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 575px) {
  .supporters-list__item {
    border-radius: calc(6 / 375 * 100vw);
  }
}
.supporters-list__item a {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: calc(6 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .supporters-list__item a {
    border-radius: calc(6 / 375 * 100vw);
  }
}
.supporters-list__item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
}
.supporters-list__item a:hover img {
  transform: scale(1.1);
  opacity: 0.7;
}
.supporters-list__item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #096f6f 100%);
  mix-blend-mode: multiply;
  opacity: 0.7;
  border-radius: calc(6 / 1440 * 100vw);
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .supporters-list__item a::after {
    border-radius: calc(6 / 375 * 100vw);
  }
}
.supporters-list__item.slider-size .supporters-list__body {
  padding: calc(12 / 1440 * 100vw) calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .supporters-list__item.slider-size .supporters-list__body {
    padding: calc(12 / 375 * 100vw) calc(16 / 375 * 100vw);
  }
}
.supporters-list__item.slider-size .supporters-list__name {
  margin-bottom: calc(8 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .supporters-list__item.slider-size .supporters-list__name {
    margin-bottom: calc(8 / 375 * 100vw);
  }
}
.supporters-list__body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #FFFFFF;
  padding: calc(24 / 1440 * 100vw) calc(20 / 1440 * 100vw);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 575px) {
  .supporters-list__body {
    padding: calc(24 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.supporters-list__name {
  font-size: calc(16 / 1440 * 100vw);
  font-weight: 500;
  line-height: 1;
}
.supporters-list__name span {
  font-size: 75%;
}
@media screen and (max-width: 575px) {
  .supporters-list__name {
    font-size: calc(16 / 375 * 100vw);
  }
}
.supporters-list__txt {
  font-size: calc(12 / 1440 * 100vw);
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .supporters-list__txt {
    font-size: calc(12 / 375 * 100vw);
  }
}
.supporters-list__txt-wrap {
  height: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .supporters-list__txt-wrap {
    height: calc(40 / 375 * 100vw);
  }
}

.topic-list {
  width: calc(469 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .topic-list {
    width: calc(375 / 375 * 100vw);
  }
}
.topic-list__item {
  background-color: rgba(4, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: calc(8 / 1440 * 100vw);
  display: flex;
  gap: calc(16 / 1440 * 100vw);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 575px) {
  .topic-list__item {
    gap: calc(8 / 375 * 100vw);
    padding: calc(8 / 375 * 100vw);
  }
}
.topic-list__item:hover {
  background-color: #FFFFFF;
}
.topic-list__item:hover .topic-list__body {
  color: #040000;
}
.topic-list__item:hover .topic-list__body::after {
  background: url(../img/icon_arrow_r_blk.svg) no-repeat right center/auto 100%;
}
.topic-list__body {
  flex: 1 1;
  color: #FFFFFF;
  position: relative;
  transition: 0.3s ease-in-out;
}
.topic-list__body::after {
  content: "";
  position: absolute;
  top: calc(8 / 1440 * 100vw);
  right: calc(8 / 1440 * 100vw);
  width: calc(24 / 1440 * 100vw);
  height: calc(6 / 1440 * 100vw);
  background: url(../img/icon_arrow_r_wht.svg) no-repeat calc(-16 / 1440 * 100vw) center/auto 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 575px) {
  .topic-list__body::after {
    display: none;
  }
}
.topic-list__head {
  display: flex;
  gap: calc(16 / 1440 * 100vw);
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .topic-list__head {
    gap: calc(8 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
}
.topic-list__category {
  display: flex;
  align-items: center;
  gap: calc(16 / 1440 * 100vw);
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .topic-list__category {
    gap: calc(8 / 375 * 100vw);
  }
}
.topic-list__category li {
  font-size: calc(11 / 1440 * 100vw);
  padding: 0 calc(8 / 1440 * 100vw);
  line-height: 1.6;
  background-color: #096F6F;
  color: #FFFFFF;
}
@media screen and (max-width: 575px) {
  .topic-list__category li {
    font-size: calc(11 / 375 * 100vw);
    padding: 0 calc(8 / 375 * 100vw);
  }
}
.topic-list__ttl {
  font-weight: 400;
  font-size: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .topic-list__ttl {
    font-size: calc(11 / 375 * 100vw);
    line-height: 1.4;
  }
}
.topic-list__th {
  aspect-ratio: 136/72;
  width: calc(136 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .topic-list__th {
    aspect-ratio: 121/64;
    width: calc(121 / 375 * 100vw);
  }
}
.topic-list__th img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.member-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(48 / 1440 * 100vw) calc(56 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .member-list {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(24 / 375 * 100vw) calc(15 / 375 * 100vw);
  }
}
.member-list a:hover .member-list__item__th img {
  transform: scale(1.1);
}
.member-list__item {
  border-radius: calc(6 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .member-list__item {
    border-radius: calc(6 / 375 * 100vw);
    display: none;
  }
  .member-list__item:nth-child(-n+6) {
    display: block; /* 最初の6件だけ表示 */
  }
}
.member-list__item__th {
  margin-bottom: calc(16 / 1440 * 100vw);
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .member-list__item__th {
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.member-list__item__th img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
}
.member-list__item__name {
  font-size: calc(16 / 1440 * 100vw);
  line-height: 1;
  margin-bottom: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .member-list__item__name {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.member-list__item__name span {
  font-size: 75%;
}
.member-list__item__txt {
  font-size: calc(12 / 1440 * 100vw);
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .member-list__item__txt {
    font-size: calc(12 / 375 * 100vw);
  }
}

.organization-data dl {
  border-bottom: 1px solid #CDCCCC;
  display: flex;
  gap: calc(20 / 1440 * 100vw);
  padding: calc(24 / 1440 * 100vw) 0;
}
.organization-data dl:first-child {
  padding-top: 0;
}
@media screen and (max-width: 575px) {
  .organization-data dl {
    flex-direction: column;
    gap: calc(10 / 375 * 100vw);
    padding: calc(18 / 375 * 100vw) 0;
  }
}
.organization-data dl dt {
  width: calc(110 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .organization-data dl dt {
    width: 100%;
  }
}
.organization-data dl dd {
  flex: 1 1;
  font-size: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .organization-data dl dd {
    font-size: calc(12 / 375 * 100vw);
  }
}
.organization-data dl dd.dd-col2 {
  display: flex;
  gap: calc(120 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .organization-data dl dd.dd-col2 {
    gap: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 575px) {
  .organization-data dl dd ul {
    width: 50%;
  }
}
.organization-data dl dd ul li {
  display: flex;
  gap: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .organization-data dl dd ul li {
    gap: calc(16 / 375 * 100vw);
  }
}
.organization-data dl dd ul li .l {
  width: calc(70 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .organization-data dl dd ul li .l {
    width: calc(60 / 375 * 100vw);
  }
}

.report-data {
  display: flex;
  gap: calc(120 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .report-data {
    flex-direction: column;
    gap: calc(20 / 375 * 100vw);
  }
}
.report-data__list {
  flex: 1 1;
  display: flex;
  gap: calc(120 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .report-data__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(30 / 375 * 100vw) calc(10 / 375 * 100vw);
  }
}
.report-data__list li a {
  display: flex;
  align-items: center;
  gap: calc(10 / 1440 * 100vw);
  font-size: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .report-data__list li a {
    font-size: calc(12 / 375 * 100vw);
  }
}

.breadcrumb__list li {
  display: inline-block;
  color: #9B9999;
}
.breadcrumb__list li a {
  color: #9B9999;
}
.breadcrumb__list li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  margin: 0 calc(8 / 1440 * 100vw);
}

.list-num {
  list-style: none; /* デフォルト番号を消す */
  counter-reset: number;
  padding: 0;
  margin: 0;
}
.list-num > li {
  counter-increment: number;
  position: relative;
  padding-left: 1.5em; /* 数字のぶん余白 */
  margin-bottom: 1em;
  line-height: 1.6;
}
.list-num > li::before {
  content: counter(number) ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 1em; /* 数字の横幅を確保 */
  text-align: right;
}
.list-disc {
  margin-top: calc(16 / 1440 * 100vw);
  list-style: none; /* デフォルトの黒丸を消す */
  padding: 0;
  margin: 0;
}
.list-disc > li {
  position: relative;
  padding-left: 1.5em; /* 黒丸ぶんの余白 */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  line-height: 1.6;
}
.list-disc > li::before {
  content: "•"; /* 黒丸 */
  position: absolute;
  left: 0.4em;
  top: 0.4em; /* テキスト中央に合わせる */
  font-size: 1em;
  line-height: 1;
  text-align: center;
}

.contact-form dl {
  margin-bottom: calc(16 / 1440 * 100vw);
  display: flex;
  gap: calc(10 / 1440 * 100vw);
  font-size: calc(16 / 1440 * 100vw);
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .contact-form dl {
    flex-direction: column;
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.contact-form dl p {
  margin-bottom: 0;
}
.contact-form dl dt {
  width: calc(260 / 1440 * 100vw);
  padding-top: calc(5 / 1440 * 100vw);
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .contact-form dl dt {
    width: calc(250 / 375 * 100vw);
  }
}
.contact-form dl dd {
  flex: 1 1;
}
@media screen and (max-width: 575px) {
  .contact-form dl dd {
    width: 100%;
  }
}
.contact-form ::-moz-placeholder {
  color: #cdcccc;
}
.contact-form ::placeholder {
  color: #cdcccc;
}
.contact-form__input, .contact-form__textarea {
  border: 1px solid #E6E5E5;
  padding: calc(15 / 1440 * 100vw);
  width: 100%;
  font-size: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .contact-form__input, .contact-form__textarea {
    padding: calc(10 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
}
.contact-form__textarea {
  height: calc(240 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .contact-form__textarea {
    height: calc(240 / 375 * 100vw);
  }
}
.contact-form .required {
  color: #FFFFFF;
  background-color: #096F6F;
  padding: 0 calc(10 / 1440 * 100vw);
  line-height: calc(14 / 1440 * 100vw);
  font-size: calc(12 / 1440 * 100vw);
  font-weight: 400;
  margin-left: calc(3 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .contact-form .required {
    padding: 0 calc(10 / 375 * 100vw);
    margin-left: calc(3 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
}
.contact-form a {
  text-decoration: underline;
}
.contact-form__privacy-box {
  display: flex;
  align-items: center;
  gap: calc(10 / 1440 * 100vw);
  margin-top: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .contact-form__privacy-box {
    gap: calc(10 / 375 * 100vw);
    margin-top: calc(16 / 375 * 100vw);
  }
}
.contact-form__privacy-box p {
  display: contents;
}
.contact-form input[type=checkbox] {
  position: relative;
  width: calc(24 / 1440 * 100vw);
  height: calc(24 / 1440 * 100vw);
  border: 1px solid #CDCCCC;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 575px) {
  .contact-form input[type=checkbox] {
    width: calc(24 / 375 * 100vw);
    height: calc(24 / 375 * 100vw);
  }
}
.contact-form input[type=checkbox]:checked:before {
  position: absolute;
  top: calc(1 / 1440 * 100vw);
  left: calc(7 / 1440 * 100vw);
  transform: rotate(50deg);
  width: calc(8 / 1440 * 100vw);
  height: calc(16 / 1440 * 100vw);
  border-right: calc(3 / 1440 * 100vw) solid #096F6F;
  border-bottom: calc(3 / 1440 * 100vw) solid #096F6F;
  content: "";
}
@media screen and (max-width: 575px) {
  .contact-form input[type=checkbox]:checked:before {
    top: calc(1 / 375 * 100vw);
    left: calc(7 / 375 * 100vw);
    width: calc(8 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
  }
}
.contact-form input[type=radio] {
  position: relative;
  width: calc(20 / 1440 * 100vw);
  height: calc(20 / 1440 * 100vw);
  border: 1px solid #9B9999;
  border-radius: 9999px;
  -webkit-appearance: none;
}
.contact-form input[type=radio]:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: calc(12 / 1440 * 100vw);
  height: calc(12 / 1440 * 100vw);
  margin: auto;
  border-radius: 9999px;
  background-color: #096F6F;
}
.contact-form__interest {
  font-weight: 400;
  font-size: calc(14 / 1440 * 100vw);
  margin-top: calc(8 / 1440 * 100vw);
  display: flex;
}
.contact-form__interest label {
  display: flex;
  align-items: center;
  gap: calc(5 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .contact-form__interest {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(8 / 375 * 100vw);
  }
}
.contact-form__consent-box {
  font-weight: 400;
  font-size: calc(14 / 1440 * 100vw);
  margin-top: calc(8 / 1440 * 100vw);
  display: flex;
  justify-content: center;
}
.contact-form__consent-box label {
  display: flex;
  align-items: center;
  gap: calc(5 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .contact-form__consent-box {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(8 / 375 * 100vw);
  }
}
.contact-form__not-vaild {
  border: 1px solid #E20000;
}
.contact-form__error-message {
  margin: 2em 0 1em;
  border-radius: calc(6 / 1440 * 100vw);
  background-color: #E9999F;
  color: #FFFFFF;
}
@media screen and (max-width: 575px) {
  .contact-form__error-message {
    border-radius: calc(6 / 375 * 100vw);
  }
}

/* contact-form-7 */
.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-not-valid {
  border: 1px solid #E20000;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0 1em;
  border-radius: calc(6 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .wpcf7 form .wpcf7-response-output {
    border-radius: calc(6 / 375 * 100vw);
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  /* 送信ボタン下完了時 */
  border-color: #096F6F;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  /* 送信ボタン下未入力警告 */
  border: none;
  background-color: #E9999F;
  color: #FFFFFF;
}

.wpcf7-not-valid-tip {
  /* 必須未入力項目下の文章 */
  color: #E20000;
  font-size: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .wpcf7-not-valid-tip {
    font-size: calc(12 / 375 * 100vw);
  }
}

/* swiper */
.swiper-mv, .swiper-topic, .swiper-event, .swiper-supporters {
  overflow: hidden;
}
.swiper-supporters .swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiper-ctl-panel {
  margin-top: calc(32 / 1440 * 100vw);
  position: relative;
  display: flex;
  align-items: center;
  gap: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .swiper-ctl-panel {
    margin-top: calc(24 / 375 * 100vw);
    gap: calc(16 / 375 * 100vw);
    justify-content: center;
  }
}
.swiper-ctl-panel .swiper-button-prev,
.swiper-ctl-panel .swiper-button-next {
  position: static;
  width: auto;
  margin: 0;
}
.swiper-ctl-panel .swiper-button-prev img,
.swiper-ctl-panel .swiper-button-next img {
  width: calc(40 / 1440 * 100vw);
  height: calc(6 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .swiper-ctl-panel .swiper-button-prev img,
  .swiper-ctl-panel .swiper-button-next img {
    width: calc(24 / 375 * 100vw);
    height: calc(6 / 375 * 100vw);
  }
}
.swiper-ctl-panel .swiper-button-prev {
  position: static;
}
.swiper-ctl-panel .swiper-button-prev:after {
  display: none;
}
.swiper-ctl-panel .swiper-button-next {
  position: static;
}
.swiper-ctl-panel .swiper-button-next:after {
  display: none;
}
.swiper-ctl-panel .swiper-pagination {
  position: static;
  width: auto;
  text-align: left;
  display: flex;
  align-items: center;
}
.swiper-ctl-panel .swiper-pagination-bullet {
  position: static;
  background-color: transparent;
  border: 1px solid #096F6F;
  width: calc(6 / 1440 * 100vw);
  height: calc(6 / 1440 * 100vw);
  opacity: 1;
  margin-top: calc(-3 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .swiper-ctl-panel .swiper-pagination-bullet {
    width: calc(6 / 375 * 100vw);
    height: calc(6 / 375 * 100vw);
    margin-top: calc(-3 / 375 * 100vw);
  }
}
.swiper-ctl-panel .swiper-pagination-bullet-active {
  background-color: #096F6F;
}
.swiper-ctl-panel .swiper-pagination-count {
  font-size: calc(14 / 1440 * 100vw);
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #9B9999;
  display: flex;
  gap: calc(6 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .swiper-ctl-panel .swiper-pagination-count {
    font-size: calc(14 / 375 * 100vw);
    gap: calc(6 / 375 * 100vw);
  }
}
.swiper-ctl-panel .swiper-pagination-count span:nth-child(1) {
  color: #096F6F;
}

@media screen and (max-width: 575px) {
  .modaal-wrapper {
    display: block !important;
    align-items: flex-start !important;
  }
}
@media screen and (max-width: 575px) {
  .modaal-inner-wrapper {
    display: block !important;
    height: auto !important;
  }
}
.modaal-container {
  width: calc(720 / 1440 * 100vw);
  box-shadow: none !important;
}
@media screen and (max-width: 575px) {
  .modaal-container {
    width: calc(335 / 375 * 100vw);
    transform: none !important;
    top: 0 !important;
    margin: 0 auto !important;
    position: relative !important;
  }
}
.modaal-content-container {
  padding: 0;
}
@media screen and (max-width: 575px) {
  .modaal-content-container {
    padding: 0;
  }
}
.modaal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(40 / 1440 * 100vw);
  height: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .modaal-close {
    position: fixed;
    top: calc(10 / 375 * 100vw);
    right: calc(10 / 375 * 100vw);
    width: calc(43 / 375 * 100vw);
    height: calc(43 / 375 * 100vw);
  }
}
.modaal-close::before, .modaal-close::after {
  width: 1px;
  background-color: #040000 !important;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 575px) {
  .modaal-close::before, .modaal-close::after {
    height: calc(43 / 375 * 100vw);
  }
}
.modaal-close::after {
  transform: rotate(45deg);
}
.modaal-close::before {
  transform: rotate(-45deg);
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.w100 {
  width: 100%;
}

@media screen and (max-width: 575px) {
  .w100-sp {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .text-sp-right {
    text-align: right;
  }
}
@media screen and (max-width: 575px) {
  .text-sp-left {
    text-align: left;
  }
}

.w100-pc {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .w100-pc {
    width: auto;
  }
}

._pc {
  display: block;
}
@media screen and (max-width: 768px) {
  ._pc {
    display: none;
  }
}

._sp {
  display: none;
}
@media screen and (max-width: 768px) {
  ._sp {
    display: block;
  }
}
._sp-inline {
  display: none;
}
@media screen and (max-width: 768px) {
  ._sp-inline {
    display: inline;
  }
}

._pc-inline {
  display: inline;
}
@media screen and (max-width: 768px) {
  ._pc-inline {
    display: none;
  }
}

.line-h-1 {
  line-height: 1;
}
.line-h-2 {
  line-height: 2;
}
.line-h-22 {
  line-height: 2.2;
}
/*# sourceMappingURL=maps/style.css.map */