@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #544242;
  font-size: 3.3vw;
  line-height: 1.6;
}
@media screen and (min-width: 667px) {
  body {
    font-size: 16px;
  }
}

li {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

#page-top {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 1999;
}
@media screen and (min-width: 667px) {
  #page-top {
    bottom: 10px;
    left: 10px;
  }
}
#page-top a {
  text-decoration: none;
  width: 35px;
  display: block;
}
@media screen and (min-width: 667px) {
  #page-top a {
    width: 35px;
  }
}

a {
  color: #544242;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (min-width: 667px) {
  a:hover {
    opacity: 0.6;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 667px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 667px) {
  .pc {
    display: block;
  }
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: 500; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

@media screen and (min-width: 667px) {
  #mv {
    margin: 0 auto;
  }
}
#mv h1 {
  border-bottom: 0;
  position: relative;
}
#mv h1 a {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 10vw;
  height: 10vw;
}
@media screen and (min-width: 667px) {
  #mv h1 a {
    width: 50px;
    height: 50px;
  }
}
#mv .date {
  padding: 3vw 5.13vw 0;
}
@media screen and (min-width: 667px) {
  #mv .date {
    display: none;
  }
}

html.loading,
html.loading body {
  overflow: hidden;
}

/* 全画面オーバーレイ */
#loader {
  position: fixed;
  inset: 0;
  background: #14A83B; /* 背景色 */
  display: grid;
  place-items: center;
  z-index: 9999;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#loader.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* 中央レイアウト */
.loader__inner {
  width: 80%;
  max-width: 400px;
  text-align: center;
  color: #fff;
}

.loader__logo {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

/* 進捗バー */
.loader__bar {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  overflow: hidden;
}

.loader__progress {
  width: 0%;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.outer-menu {
  position: fixed;
  top: 0vw;
  right: 50px;
  z-index: 10;
}
@media screen and (min-width: 667px) {
  .outer-menu {
    top: 0;
    right: 50px;
  }
}
.outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.outer-menu .checkbox-toggle:checked ~ .menu > div {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
  pointer-events: inherit;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}
.outer-menu .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  padding: 0.5em 0.7em;
  cursor: pointer;
  background: #14A83B;
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  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;
}
.outer-menu .hamburger > div {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  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;
}
.outer-menu .hamburger > div:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.outer-menu .hamburger > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 10px;
}
.outer-menu .menu {
  background: #14A83B;
  position: fixed;
  top: 0;
  right: 0;
  width: 60%;
  max-width: 300px;
  height: 100dvh;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: 1px solid transparent;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.outer-menu .menu li {
  padding: 4vw 5vw;
}
@media screen and (min-width: 667px) {
  .outer-menu .menu li {
    padding: 15px 30px;
  }
}
.outer-menu .menu li img {
  height: 4vw;
  width: inherit;
}
@media screen and (min-width: 667px) {
  .outer-menu .menu li img {
    height: 20px;
  }
}
.outer-menu .menu li:last-child a {
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  font-size: 12px;
}
.outer-menu .menu li:last-child a img {
  margin-right: 10px;
}
.outer-menu .menu > div {
  height: 100dvh;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
}
.outer-menu .menu > div > div {
  width: 100%;
  max-width: 400px;
  max-height: 100dvh;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  overflow-y: auto;
}
@media screen and (min-width: 667px) {
  .outer-menu .menu > div > div {
    max-width: 100%;
  }
}
.outer-menu .menu > div > div > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  padding-top: 16vw;
}
@media screen and (min-width: 667px) {
  .outer-menu .menu > div > div > ul {
    max-width: 500px;
    margin: 0 auto;
    padding-top: 70px;
  }
}
.outer-menu .menu > div > div > ul > .link {
  border-bottom: 1px solid #000;
}
.outer-menu .menu > div > div > ul > .link:last-child {
  border-bottom: none;
}
.outer-menu .menu > div > div > ul > .link > a {
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  padding: 3vw 4vw;
  display: block;
  color: #D32E2E;
  text-decoration: none;
  font-weight: 900;
  font-size: 6.5vw;
  line-height: 1.2;
}
@media screen and (min-width: 667px) {
  .outer-menu .menu > div > div > ul > .link > a {
    padding: 20px 0;
    font-size: 40px;
  }
}
.outer-menu .menu > div > div > ul > .link > a span {
  font-size: 3vw;
  display: block;
  font-weight: 700;
}
@media screen and (min-width: 667px) {
  .outer-menu .menu > div > div > ul > .link > a span {
    font-size: 20px;
  }
}
.outer-menu .menu > div > div > ul > .link > a::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
.outer-menu .menu > div > div > ul > .link img {
  height: 5vh;
  width: auto;
}

.sec01 {
  margin-top: 10vw;
}
@media screen and (min-width: 667px) {
  .sec01 {
    margin-top: 120px;
  }
}
.sec01 .inner {
  color: #fff;
}
@media screen and (min-width: 1070px) {
  .sec01 .inner {
    background: #14A83B;
    margin-left: 3vw;
    padding: 2vw 3vw 2vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(10px, 3vw, 3vw);
  }
}
.sec01 .inner .imgBlock {
  width: 100%;
}
@media screen and (min-width: 1070px) {
  .sec01 .inner .imgBlock {
    margin-left: -3vw;
    width: 44vw;
  }
}
.sec01 .inner .textBlock {
  position: relative;
  margin-top: -17vw;
  padding: 2vw 5.13vw 5.13vw;
}
@media screen and (min-width: 667px) {
  .sec01 .inner .textBlock {
    padding: 2vw 3vw 3vw;
    margin-top: -15vw;
  }
}
@media screen and (min-width: 1070px) {
  .sec01 .inner .textBlock {
    padding: 0;
    width: 53vw;
    container-type: inline-size;
    margin-top: 0;
  }
}
.sec01 .inner .textBlock::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #14A83B;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}
@media screen and (min-width: 1070px) {
  .sec01 .inner .textBlock::before {
    display: none;
  }
}
.sec01 .inner .textBlock > * {
  position: relative;
  z-index: 1; /* テキストを上に */
}
@media screen and (min-width: 1070px) {
  .sec01 .inner .bodycopy_01 {
    font-size: clamp(12px, 1.8cqw, 18px);
  }
}
.sec01 .inner .bodycopy_01 + .bodycopy_01 {
  margin-top: 5vw;
}
@media screen and (min-width: 667px) {
  .sec01 .inner .bodycopy_01 + .bodycopy_01 {
    margin-top: 3vw;
  }
}
@media screen and (min-width: 1070px) {
  .sec01 .inner .bodycopy_01 + .bodycopy_01 {
    margin-top: 1vw;
  }
}

.sec02 {
  margin-top: 12.82vw;
}
@media screen and (min-width: 667px) {
  .sec02 {
    margin-top: 120px;
  }
}
.sec02 .inner {
  background: url(../img/bg_story.jpg) 0 bottom no-repeat;
  background-size: 100%;
  padding-bottom: 55vw;
}
@media screen and (min-width: 667px) {
  .sec02 .inner {
    background: url(../img/bg_story_pc.jpg) 0 bottom no-repeat;
    background-size: 100%;
    padding: 0 20px 25vw;
  }
}
@media screen and (min-width: 1070px) {
  .sec02 .inner {
    padding-bottom: 20vw;
  }
}
.sec02 .inner .bodycopy_01 {
  line-height: 2.5;
}
@media screen and (min-width: 667px) {
  .sec02 .inner .bodycopy_01 {
    line-height: 3.5;
  }
}
.sec02 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.sec03 {
  margin-top: 12.82vw;
}
@media screen and (min-width: 667px) {
  .sec03 {
    margin-top: 120px;
  }
}
.sec03 .inner {
  max-width: 1280px;
  container-type: inline-size;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8vw;
  margin: 0 auto;
  padding: 0 5.13vw;
}
@media screen and (min-width: 667px) {
  .sec03 .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3cqw 0;
    padding: 0 3vw;
  }
}
.sec03 .inner .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 667px) {
  .sec03 .inner .item {
    width: 48.5cqw;
  }
}
.sec03 .inner .item .role {
  font-size: 3.59vw;
  text-align: center;
  margin-top: clamp(1px, 2vw, 15px);
  font-weight: 400;
}
@media screen and (min-width: 667px) {
  .sec03 .inner .item .role {
    font-size: clamp(12px, 3cqw, 18px);
  }
}
.sec03 .inner .item .name {
  font-size: 6.3vw;
  text-align: center;
  font-weight: 700;
  color: #14A83B;
}
@media screen and (min-width: 667px) {
  .sec03 .inner .item .name {
    font-size: clamp(12px, 4cqw, 36px);
  }
}
.sec03 .inner .item .description {
  margin-top: 5px;
}
@media screen and (min-width: 667px) {
  .sec03 .inner .item .description {
    margin-top: 15px;
  }
}
.sec03 .inner .item .commentWrap {
  background: #F2F6FB;
  margin-top: 25px;
  padding: 17px;
}
.sec03 .inner .item .commentWrap .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.sec04 {
  margin-top: 12.82vw;
  padding: 8.82vw 0;
  background: #F2F6FB;
}
@media screen and (min-width: 667px) {
  .sec04 {
    margin-top: 120px;
    padding: 60px 0;
  }
}
.sec04 .inner {
  max-width: 1280px;
  container-type: inline-size;
  margin: 0 auto;
  padding: 0 5.13vw;
  overflow: auto;
}
@media screen and (min-width: 667px) {
  .sec04 .inner {
    overflow: inherit;
    padding: 0 3.3vw;
  }
}
.sec04 .inner table {
  width: 190%;
  text-align: center;
  border-collapse: collapse;
}
@media screen and (min-width: 667px) {
  .sec04 .inner table {
    width: 100%;
  }
}
.sec04 .inner table th {
  background: #544242;
  border-left: 1px solid #F2F6FB;
  color: #fff;
  font-size: 3vw;
  font-weight: normal;
  padding: 12px;
}
@media screen and (min-width: 667px) {
  .sec04 .inner table th {
    font-size: 16px;
  }
}
.sec04 .inner table tr {
  border-bottom: 1px solid #544242;
}
.sec04 .inner table td {
  border-spacing: 0;
  padding: 25px;
}

.h2Ttl_01 {
  margin: 0 0 clamp(14px, 5vw, 40px) 0;
}
.h2Ttl_01 img {
  margin: auto;
  height: clamp(10px, 5vw, 38px);
  width: auto;
}

.h3Ttl_01 {
  font-size: 3.82vw;
  text-indent: -0.6em;
  margin-bottom: 7vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 667px) {
  .h3Ttl_01 {
    font-size: 3vw;
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 1070px) {
  .h3Ttl_01 {
    font-size: 3.4cqw;
    margin-bottom: 3.4cqw;
  }
}
.h3Ttl_01 img {
  width: clamp(10px, 13cqw, 200px);
  height: inherit;
  display: none;
}
@media screen and (min-width: 667px) {
  .h3Ttl_01 img {
    display: block;
  }
}

.bodycopy_01 {
  font-weight: 400;
  font-style: normal;
  font-size: clamp(10px, 3.1vw, 16px);
  line-height: 1.7;
}
.ta-c {
  text-align: center;
}

.ta-c_sp {
  text-align: center;
}
@media screen and (min-width: 667px) {
  .ta-c_sp {
    text-align: inherit;
  }
}

@media screen and (min-width: 667px) {
  .ta-c_pc {
    text-align: center;
  }
}

.imgWap_01 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (min-width: 667px) {
  .imgWap_01 {
    max-width: 800px;
  }
}
.imgWap_01 img {
  width: 100%;
}

.imgWap_02 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.imgWap_02 img {
  width: 100%;
}

.imgWap_03 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (min-width: 667px) {
  .imgWap_03 {
    max-width: 800px;
  }
}
.imgWap_03 img {
  width: 100%;
}

/* モーダル非表示 */
#youtubeModal {
  position: fixed;
  inset: 0;
  display: none;
  place-items: center;
  background: rgba(0, 0, 0, 0.7); /* 半透明背景 */
  z-index: 10000;
}

#youtubeModal.active {
  display: grid;
}

/* コンテンツラッパー（枠なしで中央配置） */
.modal__content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  aspect-ratio: 16/9; /* YouTube標準比率 */
}

/* iframeを全面フィット */
.modal__content iframe {
  width: 100%;
  height: 100%;
  border: none; /* 黒枠なくす */
  border-radius: 0;
}

.modal__bg {
  position: absolute;
  inset: 0;
  cursor: pointer; /* 背景クリックできるとわかるように */
}

/* 閉じるボタン */
.modal__close {
  position: absolute;
  top: -60px; /* 動画との間を少し離す */
  right: 0;
  width: 40px;
  height: 40px;
  background: none;
  border: 1px solid #fff; /* 白枠（四角） */
  border-radius: 0; /* 四角形 */
  cursor: pointer;
  padding: 0;
  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;
}

/* 中の「×」は疑似要素で描画 */
.modal__close::before,
.modal__close::after {
  content: "";
  position: absolute;
  width: 60%; /* バランス調整 */
  height: 1px; /* 線の太さ 1px */
  background: #fff;
}

.modal__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.m-table h4 {
  background: #dcdcdc;
  padding: 10px;
  text-align: center;
}

.m-table__table {
  border-collapse: collapse;
  margin-bottom: 8px;
  width: 100%;
}
.m-table__table .u-width-20 {
  width: 20% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-table__table .m-table__th, .m-table__table .m-table__td {
  border-top: dashed 1px #ccc;
  font-size: 0.9em;
  padding: 8px;
}
.m-table__table .m-table__th {
  background-color: #f4f4f4;
}
.m-table__table .m-table__th:not(:last-child), .m-table__table .m-table__td:not(:last-child) {
  border-right: dashed 1px #ccc;
}
.m-table__table .m-table__tbody {
  border-bottom: dashed 1px #ccc;
}
.m-table__table .m-table__td {
  text-align: center;
}
.m-table__table .m-link-list[style*="--col-narrow: 1;"] .m-link-list__item {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  height: auto;
  max-width: none;
  text-align: left;
}
.m-table__table .m-link__text {
  display: inline-block;
  font-size: 0.9em;
  font-weight: 700;
  text-decoration: underline;
  padding-left: 0.5em;
}
@media screen and (min-width: 667px) {
  .m-table__table .m-link__text {
    padding-left: 1em;
  }
}

.btn a, nav li, .pia a, .info_btn, .link a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn a:hover, nav li:hover, .pia a:hover, .info_btn:hover, .link a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}
@media screen and (min-width: 1070px) {
  .btn a:hover, nav li:hover, .pia a:hover, .info_btn:hover, .link a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
}

.btn01 a {
  background: #c49d62;
  color: #fff;
  border-radius: 10px;
  padding: 10px 5px;
  width: 100%;
  margin: 0.5em auto 0;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  font-size: 13px;
  line-height: 1.4;
  border: 1px solid #ded684;
  text-decoration: none;
}
@media screen and (min-width: 667px) {
  .btn01 a {
    font-size: 15px;
    padding: 20px 5px;
    margin: 1em auto 0;
  }
}
.btn01 a i {
  position: absolute;
  height: 18px;
  display: inherit;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0;
  width: 22px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: skew(45deg) translateY(-50%);
          transform: skew(45deg) translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn01 a:hover {
  text-decoration: none;
}
.btn01 a:hover i {
  -webkit-transform: skew(45deg) translateY(-50%) translateX(10px);
          transform: skew(45deg) translateY(-50%) translateX(10px);
}

.btn02 a {
  background: #c49d62;
  color: #ffffff;
  border-radius: 10px;
  padding: 15px 5px;
  width: 90%;
  margin: 1em auto;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (min-width: 667px) {
  .btn02 a {
    padding: 20px 5px;
    width: 50%;
    font-size: 15px;
  }
}
.btn02 a i {
  position: absolute;
  height: 18px;
  display: inherit;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0;
  width: 22px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: skew(45deg) translateY(-50%);
          transform: skew(45deg) translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn02 a img {
  width: 50vw;
  margin: 0 auto;
}
@media screen and (min-width: 667px) {
  .btn02 a img {
    width: 300px;
  }
}
.btn02 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.btn02 a:hover i {
  -webkit-transform: skew(45deg) translateY(-50%) translateX(5px);
          transform: skew(45deg) translateY(-50%) translateX(5px);
}

.btn03 a {
  background: #45a6e3;
  color: #ffffff;
  border-radius: 10px;
  padding: 15px 5px;
  width: 100%;
  margin: 1em auto;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (min-width: 667px) {
  .btn03 a {
    width: 80%;
    font-size: 15px;
  }
}
.btn03 a i {
  position: absolute;
  height: 18px;
  display: inherit;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0;
  width: 22px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1.7px solid #fff;
  -webkit-transform: skew(45deg) translateY(-50%);
          transform: skew(45deg) translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn03 a img {
  width: 50vw;
  margin: 0 auto;
}
@media screen and (min-width: 667px) {
  .btn03 a img {
    width: 300px;
  }
}
.btn03 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.btn03 a:hover i {
  -webkit-transform: skew(45deg) translateY(-50%) translateX(5px);
          transform: skew(45deg) translateY(-50%) translateX(5px);
}

.footer {
  margin: 0 auto;
  overflow: hidden;
  padding: 5vw 5.13vw 3vw;
}
@media screen and (min-width: 667px) {
  .footer {
    padding: 40px 30px 20px;
  }
}
.footer .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.footer .inner .logo {
  width: 85%;
  max-width: 520px;
  margin: 0 auto;
  margin-bottom: 1vw;
}
@media screen and (min-width: 667px) {
  .footer .inner .logo {
    margin-bottom: 0;
  }
}
.footer .inner .copyright {
  text-align: center;
  font-size: 10px;
  line-height: 1.6em;
  font-weight: 400;
  margin-top: 3vw;
}
@media screen and (min-width: 667px) {
  .footer .inner .copyright {
    margin-top: 20px;
    font-size: 12px;
  }
}