@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
  color: #4F4318;
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  word-break: break-all;
  font-size: 180%;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 768px) {
  body {
    font-size: 140%;
  }
}

canvas {
  vertical-align: top;
}

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

a {
  text-decoration: none;
  color: #4F4318;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
a:hover, a:active {
  opacity: 0.6;
}

i {
  font-style: normal;
}

button {
  border: none;
  border-color: none;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

div {
  line-height: 2;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  div {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

p {
  font-size: inherit;
  line-height: 1.8;
  letter-spacing: 0em;
}

label {
  font-size: inherit;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

input::-webkit-input-placeholder {
  font-size: inherit;
}

input::-moz-placeholder {
  font-size: inherit;
}

input:-ms-input-placeholder {
  font-size: inherit;
}

input::-ms-input-placeholder {
  font-size: inherit;
}

input::placeholder {
  font-size: inherit;
}

table {
  width: 100%;
  border-collapse: collapse;
}

main {
  display: block;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.is-pc {
  display: block;
}
@media (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.l-footer {
  background-color: #113C3D;
  padding: 16px 28px;
}

.footer-inner {
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
}
.footer-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 1em;
  line-height: 1;
  margin-bottom: 16px;
}
.footer-list__link > li:not(:last-child) a {
  position: relative;
}
.footer-list__link > li:not(:last-child) a::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 6px);
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: -0.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-list__link a {
  color: #fff;
  font-size: 14px;
}
.footer-txt {
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
.footer-txt__small {
  font-size: 12px;
}
.footer-txt + .footer-txt {
  margin-top: 12px;
}

.l-header {
  padding: 33px 37px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 768px) {
  .l-header {
    padding: 28px;
  }
}

.header-logo {
  display: block;
  max-width: clamp(58px, 8.1349206349vw, 123px);
  width: 100%;
  height: auto;
}
.header-logo > img {
  width: 100%;
  height: auto;
}

.l-main-contents {
  background-color: #fff;
  background-image: url("../img/supporting1122/main_bg_pc.webp");
  background-size: 100%;
  background-position: center;
  background-repeat: repeat-y;
}
@media (max-width: 768px) {
  .l-main-contents {
    background-image: url("../img/supporting1122/main_bg_sp.webp");
    background-position: top -38px center;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  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;
  padding: 15px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.modal-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.modal-container {
  display: block;
  max-width: 960px;
  max-height: 724px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #fff;
  padding: 26px 9px 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .modal-container {
    padding-left: 0;
  }
}
.modal-container::before, .modal-container::after {
  content: "";
  width: 105px;
  height: 646px;
  background-color: #B0EBDC;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  z-index: -1;
}
@media (max-width: 768px) {
  .modal-container::before, .modal-container::after {
    width: 40px;
    height: 300px;
  }
}
.modal-container::before {
  top: -249px;
  left: 46px;
}
.modal-container::after {
  bottom: -216px;
  right: 9px;
}
.modal-inner {
  padding: 0 16px 26px;
  height: 100%;
  overflow: auto;
  scrollbar-color: #B9B9B9 transparent;
  scrollbar-width: 7px;
}
@media (max-width: 768px) {
  .modal-inner {
    padding-left: 21px;
  }
}
.modal-main {
  max-width: 805px;
  width: 100%;
  margin-inline: auto;
}
.modal-btn {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 18px;
  right: 22px;
}
.modal-btn::before, .modal-btn::after {
  content: "";
  display: block;
  width: 14px;
  height: 3px;
  border-radius: 10px;
  background-color: #4F4318;
  position: absolute;
  top: 5px;
  left: 0;
}
.modal-btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-btn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal-btn:hover, .modal-btn:active {
  opacity: 0.6;
}
.modal-ttl {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 22px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 400;
  color: #2B9C96;
  padding: 58px 21.5px;
  position: relative;
}
@media (max-width: 768px) {
  .modal-ttl {
    font-size: 16px;
    padding: 36px 0;
    margin-bottom: 19px;
  }
}
.modal-ttl::before, .modal-ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 32px;
  background-image: url("../img/supporting1122/modal_ttl.webp");
  background-size: contain;
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  .modal-ttl::before, .modal-ttl::after {
    height: 21px;
  }
}
.modal-ttl::before {
  top: 0;
}
.modal-ttl::after {
  bottom: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.modal-row {
  display: grid;
  -webkit-column-gap: 65px;
     -moz-column-gap: 65px;
          column-gap: 65px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 768px) {
  .modal-row {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
.modal-row:nth-of-type(2n + 1) {
  grid-template-columns: 120px 1fr;
  grid-template-areas: "thumb balloon";
}
@media (max-width: 768px) {
  .modal-row:nth-of-type(2n + 1) {
    grid-template-columns: 74px 1fr;
  }
}
.modal-row:nth-of-type(2n) {
  grid-template-columns: 1fr 120px;
  grid-template-areas: "balloon thumb";
}
@media (max-width: 768px) {
  .modal-row:nth-of-type(2n) {
    grid-template-columns: 1fr 74px;
    margin-left: -8px;
  }
}
.modal-row + .modal-row {
  margin-top: 43px;
}
.modal-thumb {
  grid-area: thumb;
}
@media (max-width: 768px) {
  .modal-img__row {
    max-width: 65px;
    width: 100%;
    margin-inline: auto;
  }
}
.modal-img__row img {
  width: 100%;
  height: auto;
}
.modal-balloon {
  grid-area: balloon;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.25));
  position: relative;
  font-size: 19px;
}
@media (max-width: 768px) {
  .modal-balloon {
    font-size: 13px;
    padding: 14px;
    -webkit-filter: drop-shadow(0 2px 9px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0 2px 9px rgba(0, 0, 0, 0.25));
  }
}
.modal-balloon.for-right::before {
  content: "";
  display: block;
  width: 35px;
  height: 41px;
  background-color: #fff;
  position: absolute;
  top: 39px;
  left: 0;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media (max-width: 768px) {
  .modal-balloon.for-right::before {
    width: 16px;
    height: 19px;
    top: 18px;
  }
}
.modal-balloon.for-left::before {
  content: "";
  display: block;
  width: 35px;
  height: 41px;
  background-color: #fff;
  position: absolute;
  top: 39px;
  right: 0;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media (max-width: 768px) {
  .modal-balloon.for-left::before {
    width: 16px;
    height: 19px;
    top: 18px;
  }
}
.modal-txt {
  text-align: center;
}
.modal-txt__main {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  display: block;
}
@media (max-width: 768px) {
  .modal-txt__main {
    font-size: 14px;
  }
}
.modal-txt__sub {
  font-size: 12px;
  line-height: 1.6;
  display: block;
}
@media (max-width: 768px) {
  .modal-txt__sub {
    font-size: 10px;
    line-height: 1.3;
    white-space: nowrap;
  }
}

.block-section {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(155, 124, 113, 0.15);
          box-shadow: 0 4px 15px rgba(155, 124, 113, 0.15);
}
.block-section__border:has([class^=block-dec])::before, .block-section__border:has([class^=block-dec])::after {
  content: "";
  display: block;
  width: calc(100% - 140px);
  height: 1px;
  background-color: #9B7C71;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .block-section__border:has([class^=block-dec])::before, .block-section__border:has([class^=block-dec])::after {
    display: none;
  }
}
.block-section__border:has([class^=block-dec])::before {
  top: 0;
}
.block-section__border:has([class^=block-dec])::after {
  bottom: 0;
}
.block-dec__top::before, .block-dec__top::after {
  content: "";
  display: block;
  width: 290px;
  height: 15px;
  background-image: url("../img/supporting1122/block_dec01.webp");
  background-size: contain;
  position: absolute;
  width: 290px;
  height: 15px;
  top: 0;
}
@media (max-width: 768px) {
  .block-dec__top::before, .block-dec__top::after {
    width: 178px;
    height: 9px;
  }
}
.block-dec__top::before {
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.block-dec__top::after {
  right: 0;
  -webkit-transform: translateY(-50%) scale(-1, -1);
          transform: translateY(-50%) scale(-1, -1);
}
.block-dec__bottom::before, .block-dec__bottom::after {
  content: "";
  display: block;
  width: 290px;
  height: 15px;
  background-image: url("../img/supporting1122/block_dec01.webp");
  background-size: contain;
  position: absolute;
  width: 290px;
  height: 15px;
  bottom: 0;
}
@media (max-width: 768px) {
  .block-dec__bottom::before, .block-dec__bottom::after {
    width: 178px;
    height: 9px;
  }
}
.block-dec__bottom::before {
  left: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.block-dec__bottom::after {
  right: 0;
  -webkit-transform: translateY(50%) scale(-1, -1);
          transform: translateY(50%) scale(-1, -1);
}
.block-inner {
  padding: 42px clamp(28px, 3.3068783069vw, 50px);
}
@media (max-width: 768px) {
  .block-inner {
    padding-block: 35px 16px;
  }
}
.block-inner__slim {
  padding: 42px clamp(16px, 3.3068783069vw, 50px) 70px;
}
@media (max-width: 768px) {
  .block-inner__slim {
    padding-block: 30px 58px;
  }
}

.section-inner__base {
  padding-inline: max(5.223880597vw, 12px);
  overflow: hidden;
}

.section-ttl-block {
  display: block;
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  margin-inline: auto;
  padding-top: 59px;
}
@media (max-width: 768px) {
  .section-ttl-block {
    padding-top: 50px;
  }
}
.section-ttl__base {
  display: inline-block;
  min-width: 337px;
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(18px, 1.4880952381vw, 22.5px);
  font-weight: 900;
  color: #2B9C96;
  padding-block: 32px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(30%, #FFFFFF), color-stop(70%, #FFFFFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 30%, #FFFFFF 70%, rgba(255, 255, 255, 0) 100%);
  text-align: center;
}
@media (max-width: 768px) {
  .section-ttl__base {
    padding-block: 26px;
  }
}
.section-ttl__base::before, .section-ttl__base::after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background-image: url("../img/supporting1122/sec_ttl_dec01.webp");
  background-size: contain;
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  .section-ttl__base::before, .section-ttl__base::after {
    height: 12px;
  }
}
.section-ttl__base::before {
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section-ttl__base::after {
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.section-ttl__img {
  max-width: clamp(184px, 15.2116402116vw, 230px);
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.section-ttl__img img {
  width: 100%;
  height: auto;
}
.section-ttl__block {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(18px, 1.5873015873vw, 24px);
  color: #2B9C96;
  text-align: center;
}
.section-ttl__about {
  max-width: 330px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .section-ttl__about {
    max-width: 220px;
  }
}
.section-ttl__about img {
  width: 100%;
  height: auto;
}
.section-ttl__contents {
  padding-block: 51px;
  font-size: clamp(19px, 1.7857142857vw, 27px);
  font-weight: 400;
  color: #5F443E;
  position: relative;
  text-align: center;
  max-width: 324px;
  margin-inline: auto;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 768px) {
  .section-ttl__contents {
    padding-block: 36px;
    max-width: 230px;
  }
}
.section-ttl__contents::before, .section-ttl__contents::after {
  content: "";
  display: block;
  width: 100%;
  height: 43px;
  background-image: url("../img/supporting1122/sec02_pic01_pc.webp");
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  .section-ttl__contents::before, .section-ttl__contents::after {
    height: 28px;
  }
}
.section-ttl__contents::before {
  top: 0;
}
.section-ttl__contents::after {
  bottom: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.section-txt__head {
  text-align: center;
}
@media (max-width: 768px) {
  .section-txt__head {
    line-height: 20px;
  }
}

.btn__base {
  display: grid;
  place-content: center;
  width: 100%;
  background-color: #2B9C96;
  border-radius: 13px;
  padding: 28px 20px;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  -webkit-box-shadow: 0 5px 19px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 19px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .btn__base {
    padding-block: 21px;
    font-size: 14px;
    border-radius: 10px;
  }
}
.btn-block {
  max-width: 600px;
  margin: 60px auto 0;
}
@media (max-width: 768px) {
  .btn-block {
    margin-top: 30px;
  }
}

.txt__link {
  color: #1B8B8D;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 500;
}

.coming-soon-block {
  max-width: 574px;
  width: 100%;
  margin: 47px auto;
}
@media (max-width: 768px) {
  .coming-soon-block {
    margin-block: 30px;
  }
}
.coming-soon-block img {
  width: 100%;
  height: auto;
}

.about-section {
  padding: 100px 11px;
  background-color: #1B8B8D;
  background-image: url("../img/supporting1122/sec01_bg_pc.webp");
  background-size: 100%;
  background-position: center;
}
@media (max-width: 768px) {
  .about-section {
    padding-block: 66px 63px;
    background-image: url("../img/supporting1122/sec01_bg_sp.webp");
  }
}
.about-section__bottom {
  position: relative;
}
.about-section__bottom::before {
  content: "";
  display: block;
  width: 100%;
  height: 99px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 139, 141, 0)), color-stop(20%, rgba(27, 139, 141, 0.1)), color-stop(90%, #1B8B8D), to(#1B8B8D));
  background: linear-gradient(180deg, rgba(27, 139, 141, 0) 0%, rgba(27, 139, 141, 0.1) 20%, #1B8B8D 90%, #1B8B8D 100%);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (max-width: 768px) {
  .about-section__bottom::before {
    height: 67px;
  }
}
.about-inner {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin-inline: auto;
  padding-block: 6px;
  border-block: 1px solid #D8BF69;
  position: relative;
}
.about-container {
  background-color: #fff;
  background-image: url("../img/supporting1122/sec01_bg02_pc.webp");
  background-size: contain;
  background-position: center;
  padding: 60px 12px 42px;
  border-inline: 1px solid #D8BF69;
  text-align: center;
}
@media (max-width: 768px) {
  .about-container {
    background-image: url("../img/supporting1122/sec01_bg02_sp.webp");
    background-size: contain;
    padding-block: 40px 31px;
  }
}
.about-container__top::before, .about-container__top::after {
  content: "";
  display: block;
  width: 28px;
  height: 30px;
  background-image: url("../img/supporting1122/sec01_pic02_pc.webp");
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 1px;
}
@media (max-width: 768px) {
  .about-container__top::before, .about-container__top::after {
    width: 14px;
    height: 18px;
    background-image: url("../img/supporting1122/sec01_pic02_sp.webp");
  }
}
.about-container__top::before {
  left: -4px;
  -webkit-transform: translateY(-100%) scale(-1, 1);
          transform: translateY(-100%) scale(-1, 1);
}
.about-container__top::after {
  right: -4px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.about-container__top-img {
  max-width: 346px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-60%);
          transform: translateX(-50%) translateY(-60%);
}
@media (max-width: 768px) {
  .about-container__top-img {
    max-width: 218px;
  }
}
.about-container__top-img img {
  width: 100%;
  height: auto;
}
.about-container__bottom::before, .about-container__bottom::after {
  content: "";
  display: block;
  width: 28px;
  height: 30px;
  background-image: url("../img/supporting1122/sec01_pic02_pc.webp");
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 1px;
}
@media (max-width: 768px) {
  .about-container__bottom::before, .about-container__bottom::after {
    width: 14px;
    height: 18px;
    background-image: url("../img/supporting1122/sec01_pic02_sp.webp");
  }
}
.about-container__bottom::before {
  left: -4px;
  -webkit-transform: translateY(100%) scale(-1, -1);
          transform: translateY(100%) scale(-1, -1);
}
.about-container__bottom::after {
  right: -4px;
  -webkit-transform: translateY(100%) scale(1, -1);
          transform: translateY(100%) scale(1, -1);
}
.about-container__bottom-img {
  max-width: 167px;
  width: 100%;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
}
@media (max-width: 768px) {
  .about-container__bottom-img {
    max-width: 103px;
  }
}
.about-container__bottom-img img {
  width: 100%;
  height: auto;
}
.about-txt {
  font-size: 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .about-txt {
    margin-top: 0;
    font-size: 14px;
  }
}
.about-txt__strong {
  font-size: clamp(18px, 1.7195767196vw, 26px);
  color: #159084;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.about-txt__strong::after {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: 100%;
  background: linear-gradient(291.39deg, #FF8000 13.75%, #FFC72E 85.6%);
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.about-img__logo {
  margin: 51px auto 0;
  max-width: clamp(90px, 8.1349206349vw, 123px);
  width: 100%;
}
@media (max-width: 768px) {
  .about-img__logo {
    margin-top: 42px;
  }
}
.about-img__logo img {
  width: 100%;
  height: auto;
}

.contents-section {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 47px 11px 85px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .contents-section {
    margin-bottom: 52px;
  }
}
.contents-section::before, .contents-section::after {
  content: "";
  width: 105px;
  height: 646px;
  background-color: #B0EBDC;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  z-index: -1;
}
@media (max-width: 768px) {
  .contents-section::before, .contents-section::after {
    width: 40px;
    height: 300px;
  }
}
.contents-section::before {
  left: -15px;
  top: -198px;
}
@media (max-width: 768px) {
  .contents-section::before {
    left: -34px;
    top: -112px;
  }
}
.contents-section::after {
  right: 68px;
  bottom: -218px;
}
@media (max-width: 768px) {
  .contents-section::after {
    right: 54px;
    bottom: -70px;
  }
}
.contents-wrapper {
  max-width: 960px;
  width: 100%;
  margin-inline: auto;
}
.contents-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 16px;
  margin-top: 34px;
}
@media (max-width: 768px) {
  .contents-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px 9px;
    margin-top: 17px;
  }
}
.contents-link {
  display: grid;
  grid-template-rows: max(124px, 1fr) 1.21fr 0.86fr;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  -webkit-filter: drop-shadow(0 8px 27px rgba(66, 165, 164, 0.25));
          filter: drop-shadow(0 8px 27px rgba(66, 165, 164, 0.25));
}
.contents-link::after {
  content: "";
  display: block;
  width: 23px;
  height: 10px;
  background-color: #9B7C71;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .contents-link::after {
    width: 12px;
    height: 5px;
    bottom: 4px;
  }
}
@media (max-width: 768px) {
  .contents-link {
    -webkit-filter: drop-shadow(0 4px 14px rgba(66, 165, 164, 0.25));
            filter: drop-shadow(0 4px 14px rgba(66, 165, 164, 0.25));
  }
}
.contents-link:hover, .contents-link:active {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.contents-link__img {
  width: clamp(64px, 8.2010582011vw, 124px);
  height: clamp(64px, 8.2010582011vw, 124px);
  background-color: #fff;
  border-radius: 50%;
  grid-area: 1/1/3/2;
  justify-self: center;
}
.contents-link__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 2;
}
.contents-link__txt {
  grid-area: 2/1/4/2;
  height: 100%;
  display: grid;
  place-content: center;
  text-align: center;
  font-size: clamp(14px, 1.7195767196vw, 26px);
  line-height: 1.2;
  background-color: #fff;
  border-radius: 19px;
  padding: 32px 14px;
}
@media (max-width: 768px) {
  .contents-link__txt {
    padding: 14px;
  }
}

.interview-section {
  padding-top: 34px;
}
@media (max-width: 768px) {
  .interview-section {
    padding-block: 11px 70px;
  }
}
.interview-section__head {
  margin-top: 30px;
  background-image: url("../img/supporting1122/sec05_pic01_pc.webp");
  background-size: contain;
  background-position: top -8px center;
}
@media (max-width: 768px) {
  .interview-section__head {
    margin-inline: calc(max(5.223880597vw, 12px) * -1);
    background-image: url("../img/supporting1122/sec05_pic01_sp.webp");
    background-size: auto calc(100% - 64px);
    background-position: top 32px center;
  }
}
.interview-list {
  max-width: 1164px;
  width: 100%;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(368px, 1fr));
  gap: 34px 30px;
}
@media (max-width: 768px) {
  .interview-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: repeat(auto-fill, 368px);
  }
}
.interview-item {
  font-family: "Kiwi Maru", serif;
}
.interview-item .block-dec__top::before, .interview-item .block-dec__top::after, .interview-item .block-dec__bottom::before, .interview-item .block-dec__bottom::after {
  width: 178px;
  height: 9px;
}
.interview-item__top {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 18px;
}
.interview-item__bottom {
  display: grid;
  grid-template-columns: 1fr 117px;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 16px;
}
.interview-item__bottom::before {
  content: "";
  display: block;
  width: 162px;
  height: 3px;
  background-image: url("../img/supporting1122/sec05_pic02.webp");
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.interview-inner__item {
  padding: 18px 24px;
}
.interview-txt__question {
  font-size: 16px;
  font-weight: 400;
}
.interview-txt__def {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.mv-section {
  width: 100%;
  height: auto;
  position: relative;
}
.mv-bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.mv-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: clamp(64px, 6.5476190476vw, 99px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 139, 141, 0)), color-stop(20%, rgba(27, 139, 141, 0.1)), color-stop(60.1%, #1B8B8D), to(#1B8B8D));
  background: linear-gradient(180deg, rgba(27, 139, 141, 0) 0%, rgba(27, 139, 141, 0.1) 20%, #1B8B8D 60.1%, #1B8B8D 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.mv-bg img {
  max-height: 973px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .mv-bg img {
    max-height: 707px;
  }
}
.mv-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: clamp(402px, 51.2566137566vw, 775px);
  width: 100%;
  z-index: 2;
}
.mv-ttl img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.photo-section {
  padding-top: 60px;
}
.photo-block__head {
  max-width: 960px;
  width: 100%;
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  -webkit-column-gap: 23px;
     -moz-column-gap: 23px;
          column-gap: 23px;
}
@media (max-width: 768px) {
  .photo-block__head {
    grid-template-columns: auto;
    row-gap: 40px;
  }
}
.photo-block__right {
  padding-right: 16px;
}
@media (max-width: 768px) {
  .photo-block__right {
    padding-right: 0;
  }
}
.photo-block__guideline {
  margin: 60px auto 0;
  max-width: 801px;
  width: 100%;
}
@media (max-width: 768px) {
  .photo-block__guideline {
    margin-top: 36px;
  }
}
@media (max-width: 768px) {
  .photo-img__head {
    margin-inline: calc(max(5.223880597vw, 12px) * -1);
  }
}
.photo-img__head img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .photo-txt__head {
    line-height: 20px;
    text-align: center;
  }
}
.photo-btn__modal {
  margin-top: 60px;
  -webkit-filter: drop-shadow(0px 4px 15px rgba(66, 165, 164, 0.25));
          filter: drop-shadow(0px 4px 15px rgba(66, 165, 164, 0.25));
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.photo-btn__modal:hover, .photo-btn__modal:active {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media (max-width: 768px) {
  .photo-btn__modal {
    margin-top: 14px;
  }
}
.photo-btn__modal img {
  width: 100%;
  height: auto;
}
.photo-gallery {
  margin: 60px auto 0;
  max-width: 800px;
  width: 100%;
}
.photo-gallery__ttl {
  max-width: clamp(322px, 38.3597883598vw, 580px);
  width: 100%;
  margin-inline: auto;
}
.photo-gallery__ttl img {
  width: 100%;
  height: auto;
}
.photo-gallery__code {
  margin-block: 22px 0;
  height: 486px;
  overflow: auto;
  scrollbar-color: #B9B9B9 transparent;
  scrollbar-width: 7px;
}
@media (max-width: 768px) {
  .photo-gallery__code {
    margin-block: 13px 42px;
    height: 535px;
  }
}

.guideline-wrapper {
  margin-top: 26px;
}
@media (max-width: 768px) {
  .guideline-wrapper {
    margin-top: 24px;
  }
}
.guideline-row {
  font-size: 16px;
}
@media (max-width: 768px) {
  .guideline-row {
    font-size: 14px;
  }
}
.guideline-row + .guideline-row {
  margin-top: 30px;
}
.guideline-box {
  width: 100%;
  height: 200px;
  border: 1px solid #4F4318;
  padding: 14px 18px;
  overflow: auto;
  scrollbar-color: #B9B9B9 transparent;
  scrollbar-width: 7px;
}
@media (max-width: 768px) {
  .guideline-box {
    padding: 14px;
  }
}
.guideline-list__num > li:not(:last-child) {
  margin-bottom: 10px;
}
.guideline-list__indent {
  margin-top: 5px;
}
.guideline-txt__contact {
  margin-top: 5px;
}
.guideline-txt__indent {
  display: block;
  padding-left: 16px;
  text-indent: -16px;
}
@media (max-width: 768px) {
  .guideline-txt__indent {
    padding-left: 14px;
    text-indent: -14px;
  }
}
.guideline-img {
  margin: 46px auto 0;
  max-width: 555px;
  width: 100%;
  -webkit-transform: translateX(17px);
          transform: translateX(17px);
}
.guideline-img img {
  width: 100%;
  height: auto;
}

.report-section {
  padding-block: 37px 167px;
}
@media (max-width: 768px) {
  .report-section {
    padding-block: 0 103px;
  }
}
.report-section__head {
  margin-inline: calc(max(5.223880597vw, 12px) * -1);
  padding-block: 60px 77px;
}
@media (max-width: 768px) {
  .report-section__head {
    padding-block: 30px 48px;
  }
}
.report-section__form {
  position: relative;
  margin-inline: auto;
  padding-top: 95px;
  max-width: 801px;
}
@media (max-width: 768px) {
  .report-section__form {
    padding-top: 50px;
  }
}
.report-block {
  max-width: 600px;
  width: 100%;
  margin: 60px auto 0;
}
@media (max-width: 768px) {
  .report-block {
    margin-top: 30px;
    padding-inline: max(5.223880597vw, 12px);
  }
}
.report-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.report-swiper .swiper-slide img {
  width: 100%;
  height: auto;
}
.report-ttl__form {
  max-width: clamp(272px, 21.164021164vw, 320px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .report-ttl__form {
    -webkit-transform: translateX(-50%) translateY(-40%);
            transform: translateX(-50%) translateY(-40%);
  }
}
.report-inner__form {
  padding: 69px 36px 56px;
  max-width: 701px;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .report-inner__form {
    padding-block: 60px 24px;
  }
}
.report-txt__head {
  font-family: "Kiwi Maru", serif;
  font-weight: 300;
}
@media (max-width: 768px) {
  .report-txt__head {
    padding-inline: 10px;
    line-height: 20px;
  }
}
.report-txt__form {
  font-family: "Kiwi Maru", serif;
  font-size: 14px;
  font-weight: 300;
}

.senryu-section {
  padding-block: 40px 58px;
}
@media (max-width: 768px) {
  .senryu-section {
    padding-block: 0 75px;
  }
}
.senryu-section__head {
  margin: 60px auto 0;
  max-width: 885px;
  width: 100%;
}
.senryu-ttl__sub {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(16px, 1.5873015873vw, 24px);
  font-weight: 700;
  text-align: center;
}
.senryu-ttl__row {
  max-width: clamp(67px, 7.671957672vw, 116px);
  width: 100%;
  margin-inline: auto;
}
.senryu-ttl__row img {
  width: 100%;
  height: auto;
}
.senryu-ttl__row.is-first {
  max-width: clamp(150px, 15.4761904762vw, 234px);
}
.senryu-img__head {
  max-width: 575px;
  width: 100%;
  margin: 60px auto 0;
}
@media (max-width: 768px) {
  .senryu-img__head {
    margin-top: 30px;
  }
}
.senryu-img__head img {
  width: 100%;
  height: auto;
}
.senryu-img__logo {
  max-width: max(15.6084656085vw, 180px);
  width: 100%;
  margin: 20px auto;
}
.senryu-img__logo img {
  width: 100%;
  height: auto;
}
.senryu-inner {
  padding-block: 60px;
  background-image: url("../img/supporting1122/sec06_pic03_pc.webp");
  background-size: contain;
  background-position: center;
}
@media (max-width: 768px) {
  .senryu-inner {
    padding-block: 23px 45px;
    background-image: url("../img/supporting1122/sec06_pic03_sp.webp");
    margin: 7px -21px 0;
  }
}
.senryu-block {
  max-width: 801px;
  width: 100%;
  margin-inline: auto;
}
.senryu-wrapper {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .senryu-wrapper {
    margin-top: 27px;
  }
}
.senryu-row + .senryu-row {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .senryu-row + .senryu-row {
    margin-top: 22px;
  }
}
.senryu-item {
  background: -webkit-gradient(linear, left top, left bottom, from(#CDC882), to(#7D8648));
  background: linear-gradient(180deg, #CDC882 0%, #7D8648 100%);
  padding: 10px;
}
@media (max-width: 768px) {
  .senryu-item {
    padding: 8px 6px;
  }
}
.senryu-item__inner {
  background-color: #FFFEF1;
  position: relative;
  z-index: 1;
  padding: 26px 12px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
@media (max-width: 768px) {
  .senryu-item__inner {
    padding-block: 22px 16px;
  }
}
.senryu-item__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 12px);
  height: calc(100% - 10px);
  background: -webkit-gradient(linear, left top, left bottom, from(#CDC882), to(#7D8648));
  background: linear-gradient(180deg, #CDC882 0%, #7D8648 100%);
  z-index: -2;
}
@media (max-width: 768px) {
  .senryu-item__inner::before {
    width: calc(100% - 6px);
    height: calc(100% - 8px);
  }
}
.senryu-item__inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 16px);
  height: calc(100% - 14px);
  background-color: #FFFEF1;
  z-index: -1;
}
@media (max-width: 768px) {
  .senryu-item__inner::after {
    width: calc(100% - 8px);
    height: calc(100% - 10px);
  }
}
.senryu-txt__head {
  font-family: "Kiwi Maru", serif;
  font-weight: 300;
}
.senryu-txt__theme {
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 7px;
  text-align: center;
}
@media (max-width: 768px) {
  .senryu-txt__theme {
    font-size: 13px;
    line-height: 19px;
  }
}
.senryu-txt__item {
  font-size: 24px;
  line-height: 35px;
  text-align: center;
}
@media (max-width: 768px) {
  .senryu-txt__item {
    font-size: 16px;
    line-height: 23px;
  }
}
.senryu-txt__name {
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  padding-inline: 30px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .senryu-txt__name {
    font-size: 13px;
    line-height: 17px;
    max-width: 100%;
    padding-inline: 0;
  }
}

.story-section {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .story-section {
    padding-top: 6px;
  }
}
.story-section__head {
  margin-top: -43px;
  padding-top: 83px;
  background-image: url("../img/supporting1122/sec04_pic01_pc.webp");
  background-size: contain;
  background-position: top center;
}
@media (max-width: 768px) {
  .story-section__head {
    margin-top: 9px;
    padding-top: 21px;
    margin-inline: calc(max(5.223880597vw, 12px) * -1);
    background-image: url("../img/supporting1122/sec04_pic01_sp.webp");
    background-size: auto calc(100% - 10px);
    background-position: top 21px center;
  }
}
.story-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(309px, 1fr));
  max-width: 1031px;
  width: 100%;
  margin: 37px auto 0;
  padding-bottom: 26px;
  gap: 19px;
}
@media (max-width: 768px) {
  .story-list {
    justify-content: center;
    grid-template-columns: repeat(auto-fill, 331px);
  }
}
.story-item {
  display: contents;
}
.story-badge {
  display: grid;
  width: 54px;
  height: 54px;
  place-content: center;
  background: linear-gradient(133.47deg, #FF8A75 16.24%, #FF5563 85.73%);
  border-radius: 50%;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: -23px;
  left: -22px;
}
.story-link {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  height: 100%;
  margin-top: 23px;
  margin-left: 22px;
  background-color: #fff;
  border-radius: 7px;
}
.story-thumb {
  line-height: 1;
  border-radius: 7px 7px 0 0;
}
.story-thumb img {
  width: 100%;
  height: auto;
}
.story-txt__item {
  font-family: "Kiwi Maru", serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  padding: 11px 17px;
}
.story-txt__bottom {
  font-family: "Kiwi Maru", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  background-color: #2B9C96;
  text-align: center;
  padding: 14px;
  border-radius: 0 0 7px 7px;
}

body.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
/*# sourceMappingURL=style.css.map */
