@charset "UTF-8";
@font-face {
  font-family: "Corporate Logo";
  src: url("../font/Corporate-Logo-Medium-ver3.woff2") format("woff2"), url("../font/Corporate-Logo-Medium-ver3.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Light.woff2") format("woff2"), url("../font/NotoSansJP-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2"), url("../font/NotoSansJP-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2"), url("../font/NotoSansJP-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2"), url("../font/NotoSansJP-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Khand";
  src: url("../font/Khand-Regular.woff2") format("woff2"), url("../font/Khand-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Khand";
  src: url("../font/Khand-Medium.woff2") format("woff2"), url("../font/Khand-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Khand";
  src: url("../font/Khand-SemiBold.woff2") format("woff2"), url("../font/Khand-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

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

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  background-color: #f0f2f4;
  -webkit-text-size-adjust: 100%;
  color: #3b3b42;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
}
body.open {
  position: fixed;
  width: 100%;
}

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

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.c-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-btn .btn {
  height: auto;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .c-btn .btn {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}
.c-btn .btn:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .c-btn .btn:hover {
    opacity: 0.6;
  }
}
.c-btn .btn--yellow {
  background: url("../images/linkArrow_blank_01.svg"), linear-gradient(160deg, #fff100 17%, #f7a635 97%);
  background-repeat: no-repeat, no-repeat;
  background-position: right 30px top 50%, 0 0;
  background-size: 20px, auto;
  border-radius: 50px;
  width: 100%;
  padding: 18px 40px;
}
@media screen and (min-width: 769px) {
  .c-btn .btn--yellow {
    background-position: right 30px top 50%, 0 0;
    width: auto;
    padding: 30px 85px 30px 50px;
  }
}
.c-btn .btn--green {
  background-color: #fff;
  background-image: url("../images/linkArrow_blank_02.svg");
  background-repeat: no-repeat;
  background-position: right 30px top 50%;
  background-size: 20px;
  border-radius: 50px;
  width: 100%;
  padding: 30px 75px 30px 40px;
}
@media screen and (min-width: 769px) {
  .c-btn .btn--green {
    background-position: right 24px top 50%;
    background-size: 18px;
    width: auto;
    padding: 25px 70px;
  }
}

.c-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.c-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(90, 92, 98, 0.7);
  cursor: pointer;
}
.c-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f9f9fa;
  padding: 30px 30px 30px 20px;
  max-width: 700px;
  width: 92vw;
  height: 85vh;
  border-radius: 40px;
  box-shadow: 0px 0px 50px 0px rgba(127, 148, 167, 0.1);
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .c-modal__content {
    aspect-ratio: 7/4;
    width: 74vw;
    max-width: 1020px;
    height: auto;
    padding: 70px 60px;
    border-radius: 80px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  .c-modal__content {
    aspect-ratio: none;
    width: 92vw;
    max-width: none;
    height: 40vh;
    padding: 50px 40px;
    border-radius: 40px;
  }
}
.c-modal__content::before {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15vh;
  content: "";
  background: linear-gradient(180deg, rgba(249, 249, 250, 0) -15.77%, #f9f9fa 42.06%);
}
@media screen and (min-width: 769px) {
  .c-modal__content::before {
    height: 130px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  .c-modal__content::before {
    height: 100px;
  }
}
.c-modal__content__body {
  position: relative;
  height: 100%;
  padding-bottom: 10vh;
}
@media screen and (min-width: 769px) {
  .c-modal__content__body {
    padding-bottom: 30px;
  }
}
.c-modal__content__body .simplebar-scrollbar {
  z-index: 100;
}
.c-modal__content__body .simplebar-scrollbar::before {
  background-color: #649625;
  border-radius: 9999px;
  width: 3px;
  left: 0;
  opacity: 1 !important;
  visibility: visible !important;
  cursor: pointer;
}
.c-modal__content__body .simplebar-scrollbar:hover::before {
  background-color: #649625;
}
.c-modal__content__body .simplebar-track {
  transition: none !important;
  pointer-events: auto !important;
}
.c-modal__content__body .simplebar-track.simplebar-vertical {
  width: 3px;
  top: 7vh;
  bottom: 7vh;
  right: -17px;
  background-color: #d9d9d9;
  border-radius: 9999px;
}
@media screen and (min-width: 769px) {
  .c-modal__content__body .simplebar-track.simplebar-vertical {
    top: 50px;
    right: -27px;
    bottom: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  .c-modal__content__body .simplebar-track.simplebar-vertical {
    right: -20px;
  }
}
.c-modal__close {
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
  width: 54px;
  height: 54px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.25s ease;
}
@media screen and (min-width: 769px) {
  .c-modal__close {
    top: 20px;
    right: 20px;
    width: 95px;
    height: 95px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  .c-modal__close {
    width: 74px;
    height: 74px;
  }
}
.c-modal__close:hover {
  opacity: 0.6;
}
.c-modal__date {
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .c-modal__date {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.c-modal__title {
  color: #649625;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .c-modal__title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
.c-modal__title a {
  text-decoration: underline;
}
.c-modal__title a:hover {
  text-decoration: none;
}
.c-modal__fig {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .c-modal__fig {
    width: 44%;
    min-width: 400px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .c-modal__fig__short {
    width: 30%;
    min-width: 270px;
  }
}
.c-modal__rt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .c-modal__rt {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.c-modal__rt:not(:last-of-type) {
  margin-bottom: 10px;
}
.c-modal__note {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .c-modal__note {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.c-modal__table {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .c-modal__table {
    margin-bottom: 20px;
  }
}
.c-modal__table__title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .c-modal__table__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-modal__table th,
.c-modal__table td {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.875;
  text-align: left;
  vertical-align: top;
  padding-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .c-modal__table th,
  .c-modal__table td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-modal__table th {
  padding-right: 20px;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .c-modal__table th {
    padding-right: 26px;
  }
}
.c-modal.slider .c-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f9f9fa;
  padding: 24px 20px;
  width: 92vw;
  height: 85vh;
  border-radius: 40px;
  box-shadow: 0px 0px 50px 0px rgba(127, 148, 167, 0.1);
}
@media screen and (min-width: 769px) {
  .c-modal.slider .c-modal__content {
    aspect-ratio: 7/4;
    width: auto;
    height: auto;
    max-width: 95vw;
    max-height: 95vh;
    min-width: 1156px;
    min-height: 520px;
    border-radius: 80px;
    padding: 50px 50px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  .c-modal.slider .c-modal__content {
    padding: 50px clamp(25px, -24.81px + 6.477vi, 50px) 60px;
    min-width: 769px;
  }
}
@media screen and (min-width: 428px) and (max-width: 768px) {
  .c-modal.slider .c-modal__content {
    padding: 24px clamp(20px, -30.35px + 11.765vi, 60px);
  }
}
.c-modal.slider .c-modal__content::before {
  display: none;
}
.c-modal.slider .c-modal__content__body {
  height: auto;
  padding-bottom: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .c-modal.slider .c-modal__content__body {
    position: absolute;
    width: 23%;
    top: 60px;
    left: 60px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  .c-modal.slider .c-modal__content__body {
    left: clamp(25px, -24.81px + 6.477vi, 50px);
  }
}
.c-modal.slider .c-modal__content__body__tag {
  display: inline-block;
  color: #fff;
  padding: 8px 16px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 9999px;
  background-color: #f0597c;
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  .c-modal.slider .c-modal__content__body__tag {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-modal.slider .c-modal__content__body__flex {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (min-width: 769px) {
  .c-modal.slider .c-modal__content__body__flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-modal.slider .c-modal__content__body__flex__num {
  font-family: "Khand", sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .c-modal.slider .c-modal__content__body__flex__num {
    font-size: 90px;
    font-size: 9rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  .c-modal.slider .c-modal__content__body__flex__num {
    font-size: clamp(7rem, 3.016rem + 5.181vw, 9rem);
  }
}
.c-modal.slider .c-modal__content__body__flex__title {
  font-family: "Corporate Logo", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  .c-modal.slider .c-modal__content__body__flex__title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  .c-modal.slider .c-modal__content__body__flex__title {
    font-size: clamp(2rem, 0.406rem + 2.073vw, 2.8rem);
  }
}
.c-modal.slider .c-modal__content .c-modal__slider-wrapper {
  width: auto;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .c-modal.slider .c-modal__content .c-modal__slider-wrapper {
    width: 45%;
    height: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  .c-modal.slider .c-modal__content .c-modal__slider-wrapper {
    width: 42%;
  }
}
.c-modal.slider .c-modal__content .c-modal__slider-wrapper .swiper-slide {
  border: 3px solid #f0597c;
}
@media screen and (min-width: 769px) {
  .c-modal.slider .c-modal__content .c-modal__slider-wrapper .swiper-slide {
    width: 100%;
  }
}
.c-modal.slider .c-modal__content .c-modal__slider-wrapper .swiper-slide img {
  aspect-ratio: 8/9;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-modal.slider .c-modal__content .c-modal__slider-wrapper .c-modal__slide-cta {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.c-modal.slider .c-modal__content .c-modal__slider-wrapper .c-modal__slide-cta a {
  display: block;
  background: linear-gradient(135deg, #86a60a 17%, #5b7b0b 97%);
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
  border-radius: 9999px;
  padding: 20px 30px;
}
@media screen and (min-width: 769px) {
  .c-modal.slider .c-modal__content .c-modal__slider-wrapper .c-modal__slide-cta a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 28px 50px;
    opacity: 1;
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  .c-modal.slider .c-modal__content .c-modal__slider-wrapper .c-modal__slide-cta a {
    font-size: clamp(1.6rem, 1.202rem + 0.518vw, 1.8rem);
    padding: clamp(20px, 4.06px + 2.073vw, 28px) clamp(30px, -9.84px + 5.181vw, 50px);
  }
}
.c-modal.slider .c-modal__content .c-modal__slider-wrapper .c-modal__slide-cta a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.c-modal.slider .c-modal__content .modal-slider-controls {
  position: relative;
}
.c-modal.slider .c-modal__content .modal-slider-controls__arrow .modal-arrow-prev,
.c-modal.slider .c-modal__content .modal-slider-controls__arrow .modal-arrow-next {
  position: absolute;
  width: 74px;
  height: 74px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .c-modal.slider .c-modal__content .modal-slider-controls__arrow .modal-arrow-prev,
  .c-modal.slider .c-modal__content .modal-slider-controls__arrow .modal-arrow-next {
    z-index: 10;
    width: 118px;
    height: 118px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  .c-modal.slider .c-modal__content .modal-slider-controls__arrow .modal-arrow-prev,
  .c-modal.slider .c-modal__content .modal-slider-controls__arrow .modal-arrow-next {
    width: 88px;
    height: 88px;
  }
}
.c-modal.slider .c-modal__content .modal-slider-controls__arrow .modal-arrow-prev:hover,
.c-modal.slider .c-modal__content .modal-slider-controls__arrow .modal-arrow-next:hover {
  opacity: 0.6;
}
.c-modal.slider .c-modal__content .modal-slider-controls__arrow .modal-arrow-prev {
  left: 20px;
  bottom: -80px;
  background-image: url("../images/arrow_left_03.svg");
}
@media screen and (min-width: 769px) {
  .c-modal.slider .c-modal__content .modal-slider-controls__arrow .modal-arrow-prev {
    left: 0;
    bottom: 10vh;
    background-image: url("../images/arrow_left_01.svg");
    translate: -130px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  .c-modal.slider .c-modal__content .modal-slider-controls__arrow .modal-arrow-prev {
    bottom: 5vh;
    translate: -100px 0;
  }
}
.c-modal.slider .c-modal__content .modal-slider-controls__arrow .modal-arrow-next {
  right: 20px;
  bottom: -80px;
  background-image: url("../images/arrow_right_03.svg");
}
@media screen and (min-width: 769px) {
  .c-modal.slider .c-modal__content .modal-slider-controls__arrow .modal-arrow-next {
    right: 0;
    bottom: 10vh;
    background-image: url("../images/arrow_right_01.svg");
    translate: 130px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  .c-modal.slider .c-modal__content .modal-slider-controls__arrow .modal-arrow-next {
    bottom: 5vh;
    translate: 100px 0;
  }
}
.c-modal.slider .c-modal__content .modal-slider-controls .modal-page {
  background-color: #649625;
  position: absolute;
  left: 50%;
  bottom: -53px;
  translate: -50% 0;
  border-radius: 9999px;
  padding: 7px 30px 2px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (min-width: 769px) {
  .c-modal.slider .c-modal__content .modal-slider-controls .modal-page {
    -moz-column-gap: 12px;
         column-gap: 12px;
    bottom: -55px;
    padding: 10px 57px 5px;
  }
}
.c-modal.slider .c-modal__content .modal-slider-controls .modal-page span {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Khand", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .c-modal.slider .c-modal__content .modal-slider-controls .modal-page span {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-modal.slider .c-modal__content .modal-slider-controls .modal-page span.slash {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .c-modal.slider .c-modal__content .modal-slider-controls .modal-page span.slash {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-modal.slider.red .swiper-slide {
  border-color: #f0597c !important;
}
.c-modal.slider.red .c-modal__content__body__tag {
  background-color: #f0597c;
}
.c-modal.slider.red .c-modal__content__body__flex__num {
  color: #f0597c;
}
.c-modal.slider.red .c-modal__content__body__flex__title {
  color: #f0597c;
}
.c-modal.slider.blue .swiper-slide {
  border-color: #4194d0 !important;
}
.c-modal.slider.blue .c-modal__content__body__tag {
  background-color: #4194d0;
}
.c-modal.slider.blue .c-modal__content__body__flex__num {
  color: #4194d0;
}
.c-modal.slider.blue .c-modal__content__body__flex__title {
  color: #4194d0;
}
.c-modal.slider.orange .swiper-slide {
  border-color: #f58220 !important;
}
.c-modal.slider.orange .c-modal__content__body__tag {
  background-color: #f58220;
}
.c-modal.slider.orange .c-modal__content__body__flex__num {
  color: #f58220;
}
.c-modal.slider.orange .c-modal__content__body__flex__title {
  color: #f58220;
}
.c-modal.slider.green-light .swiper-slide {
  border-color: #00b5ac !important;
}
.c-modal.slider.green-light .c-modal__content__body__tag {
  background-color: #00b5ac;
}
.c-modal.slider.green-light .c-modal__content__body__flex__num {
  color: #00b5ac;
}
.c-modal.slider.green-light .c-modal__content__body__flex__title {
  color: #00b5ac;
}
.c-modal.slider.green .swiper-slide {
  border-color: #71bf44 !important;
}
.c-modal.slider.green .c-modal__content__body__tag {
  background-color: #71bf44;
}
.c-modal.slider.green .c-modal__content__body__flex__num {
  color: #71bf44;
}
.c-modal.slider.green .c-modal__content__body__flex__title {
  color: #71bf44;
}
.c-modal.slider.purple .swiper-slide {
  border-color: #a153a1 !important;
}
.c-modal.slider.purple .c-modal__content__body__tag {
  background-color: #a153a1;
}
.c-modal.slider.purple .c-modal__content__body__flex__num {
  color: #a153a1;
}
.c-modal.slider.purple .c-modal__content__body__flex__title {
  color: #a153a1;
}

.swiper.swiper-horizontal {
  touch-action: auto !important;
}

.title-block {
  margin-bottom: 40px;
}
.title-block__main {
  font-family: "Corporate Logo", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3889;
}
@media screen and (min-width: 769px) {
  .title-block__main {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.0345;
  }
}
.title-block__main span {
  color: #649625;
}
.title-block__sub {
  position: relative;
  font-family: "Khand", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-left: 30px;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .title-block__sub {
    margin-bottom: 30px;
  }
}
.title-block__sub::before, .title-block__sub::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.title-block__sub::before {
  left: 0;
  top: 50%;
  translate: 0 -70%;
  background-color: #649625;
}
.title-block__sub::after {
  left: 0;
  top: 50%;
  translate: 11px -70%;
  background-color: #d9d9d9;
}

.c-lead {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .c-lead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.c-rt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
}

.c-note {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2;
}

.c-inner {
  padding-inline: 4vw;
}
@media screen and (min-width: 769px) {
  .c-inner {
    max-width: 1156px;
    margin-inline: auto;
    padding: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  .c-inner {
    padding-inline: max(4vw, 50px);
  }
}
@media screen and (min-width: 1156px) and (max-width: 1256px) {
  .c-inner {
    padding-inline: 50px;
  }
}

.c-center {
  margin-inline: auto;
}

.c-center-all {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

@media screen and (min-width: 769px) {
  .alpha {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .alpha:hover {
    opacity: 0.6;
  }
}

.visible_lg {
  display: block;
}

.visible_lg_inline {
  display: inline;
}

.visible_lg_inline-block {
  display: inline-block;
}

.visible_xs {
  display: none;
}

.visible_xs_inline {
  display: none;
}

.visible_xs_inline-block {
  display: none;
}

.visible_tab {
  display: none;
}

@media screen and (max-width: 768px) {
  .visible_lg,
  .visible_lg_inline,
  .visible_lg_inline-block {
    display: none;
  }
  .visible_xs {
    display: block;
  }
  .visible_xs_inline {
    display: inline;
  }
  .visible_xs_inline-block {
    display: inline-block;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  .visible_tab {
    display: block;
  }
}
.mb0 {
  margin-bottom: 0rem;
}

.pb0 {
  padding-bottom: 0rem;
}

.mb5 {
  margin-bottom: 0.5rem;
}

.pb5 {
  padding-bottom: 0.5rem;
}

.mb10 {
  margin-bottom: 1rem;
}

.pb10 {
  padding-bottom: 1rem;
}

.mb15 {
  margin-bottom: 1.5rem;
}

.pb15 {
  padding-bottom: 1.5rem;
}

.mb20 {
  margin-bottom: 2rem;
}

.pb20 {
  padding-bottom: 2rem;
}

.mb25 {
  margin-bottom: 2.5rem;
}

.pb25 {
  padding-bottom: 2.5rem;
}

.mb30 {
  margin-bottom: 3rem;
}

.pb30 {
  padding-bottom: 3rem;
}

.mb35 {
  margin-bottom: 3.5rem;
}

.pb35 {
  padding-bottom: 3.5rem;
}

.mb40 {
  margin-bottom: 4rem;
}

.pb40 {
  padding-bottom: 4rem;
}

.mb45 {
  margin-bottom: 4.5rem;
}

.pb45 {
  padding-bottom: 4.5rem;
}

.mb50 {
  margin-bottom: 5rem;
}

.pb50 {
  padding-bottom: 5rem;
}

.mb55 {
  margin-bottom: 5.5rem;
}

.pb55 {
  padding-bottom: 5.5rem;
}

.mb60 {
  margin-bottom: 6rem;
}

.pb60 {
  padding-bottom: 6rem;
}

.mb65 {
  margin-bottom: 6.5rem;
}

.pb65 {
  padding-bottom: 6.5rem;
}

.mb70 {
  margin-bottom: 7rem;
}

.pb70 {
  padding-bottom: 7rem;
}

.mb75 {
  margin-bottom: 7.5rem;
}

.pb75 {
  padding-bottom: 7.5rem;
}

.mb80 {
  margin-bottom: 8rem;
}

.pb80 {
  padding-bottom: 8rem;
}

.mb85 {
  margin-bottom: 8.5rem;
}

.pb85 {
  padding-bottom: 8.5rem;
}

.mb90 {
  margin-bottom: 9rem;
}

.pb90 {
  padding-bottom: 9rem;
}

.mb95 {
  margin-bottom: 9.5rem;
}

.pb95 {
  padding-bottom: 9.5rem;
}

.mb100 {
  margin-bottom: 10rem;
}

.pb100 {
  padding-bottom: 10rem;
}

header {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  header {
    margin-bottom: 20px;
  }
}
header .header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-inline: 4vw;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  header .header-flex {
    max-width: 1156px;
    height: 80px;
    padding: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  header .header-flex {
    padding-inline: max(4vw, 50px);
  }
}
@media screen and (min-width: 1156px) and (max-width: 1256px) {
  header .header-flex {
    padding-inline: 50px;
  }
}
header .header-flex__id {
  width: 94px;
}
@media screen and (min-width: 769px) {
  header .header-flex__id {
    width: 152px;
  }
}
header .header-flex__lead {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (min-width: 769px) {
  header .header-flex__lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

main {
  overflow-x: hidden;
}
main #main-visual .hero__slider {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  main #main-visual .hero__slider {
    margin-bottom: 80px;
  }
}
main #main-visual .hero__slider .swiper {
  overflow-y: visible;
}
@media screen and (min-width: 769px) {
  main #main-visual .hero__slider .main-slider {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  main #main-visual .hero__slider .main-slider {
    padding-inline: max(4vw, 50px);
  }
}
@media screen and (min-width: 1156px) and (max-width: 1256px) {
  main #main-visual .hero__slider .main-slider {
    padding-inline: 50px;
  }
}
@media screen and (min-width: 769px) {
  main #main-visual .hero__slider .swiper-slide {
    visibility: hidden;
    opacity: 0;
    max-width: 1156px;
    height: auto;
    text-align: center;
    transform: scale(0.8);
    transition: all 0.3s ease;
  }
}
main #main-visual .hero__slider .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
main #main-visual .hero__slider .swiper-slide-active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
main #main-visual .hero__slider .swiper-slide-prev {
  visibility: visible;
  opacity: 1;
  transform-origin: 80% 50%;
}
main #main-visual .hero__slider .swiper-slide-next {
  visibility: visible;
  opacity: 1;
  transform-origin: 20% center;
}
main #main-visual .hero__slider .swiper-button-prev,
main #main-visual .hero__slider .swiper-button-next {
  top: auto;
  bottom: -27px;
  aspect-ratio: 1/1;
  width: 62px;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  transition: all 0.3s ease;
}
main #main-visual .hero__slider .swiper-button-prev::after,
main #main-visual .hero__slider .swiper-button-next::after {
  display: none;
}
main #main-visual .hero__slider .swiper-button-prev:hover,
main #main-visual .hero__slider .swiper-button-next:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  main #main-visual .hero__slider .swiper-button-prev,
  main #main-visual .hero__slider .swiper-button-next {
    width: 120px;
    top: 50%;
    bottom: auto;
    translate: 0 -25%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  main #main-visual .hero__slider .swiper-button-prev,
  main #main-visual .hero__slider .swiper-button-next {
    width: clamp(80px, 0.31px + 10.363vi, 120px);
  }
}
main #main-visual .hero__slider .swiper-button-prev {
  background-image: url("../images/arrow_left_02.svg");
  left: 8px;
}
@media screen and (min-width: 769px) {
  main #main-visual .hero__slider .swiper-button-prev {
    background-image: url("../images/arrow_left_01.svg");
    left: 50%;
    translate: -530% -25%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  main #main-visual .hero__slider .swiper-button-prev {
    left: 0;
    translate: 0 -25%;
  }
}
@media screen and (min-width: 1156px) and (max-width: 1256px) {
  main #main-visual .hero__slider .swiper-button-prev {
    left: 0;
    translate: 0 -25%;
  }
}
main #main-visual .hero__slider .swiper-button-next {
  background-image: url("../images/arrow_right_02.svg");
  right: 8px;
}
@media screen and (min-width: 769px) {
  main #main-visual .hero__slider .swiper-button-next {
    background-image: url("../images/arrow_right_01.svg");
    right: 50%;
    translate: 530% -25%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  main #main-visual .hero__slider .swiper-button-next {
    right: 0;
    translate: 0 -25%;
  }
}
@media screen and (min-width: 1156px) and (max-width: 1256px) {
  main #main-visual .hero__slider .swiper-button-next {
    right: 0;
    translate: 0 -25%;
  }
}
main #main-visual .hero__slider .swiper-pagination {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  justify-content: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
  margin-top: 35px;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  main #main-visual .hero__slider .swiper-pagination {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
}
main #main-visual .hero__slider .swiper-pagination-bullet {
  position: relative;
  width: 12px;
  height: 12px;
  background: #d9d9d9;
  border-radius: 50%;
  margin: 0;
  cursor: pointer;
  opacity: 1;
  caret-color: transparent;
}
main #main-visual .hero__slider .swiper-pagination-bullet-active {
  background: #649625;
}
main #main-visual .hero__slider .swiper-pagination .progress-bar {
  position: absolute;
  top: 50%;
  left: 5px;
  right: 5px;
  height: 1px;
  background: #d9d9d9;
  z-index: 0;
  overflow: hidden;
}
main #main-visual .hero__slider .swiper-pagination .progress-bar .progress-fill {
  height: 100%;
  width: 0%;
  background: #649625;
  transition: width linear;
}
main #main-visual .hero__nav {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 45px;
}
@media screen and (min-width: 769px) {
  main #main-visual .hero__nav {
    flex-direction: row;
    justify-content: center;
    -moz-column-gap: 5.3633%;
         column-gap: 5.3633%;
    row-gap: 0;
    margin-bottom: 60px;
  }
}
main #main-visual .hero__nav__item {
  width: 100%;
}
@media screen and (min-width: 769px) {
  main #main-visual .hero__nav__item {
    width: 29.7578%;
  }
}
main #main-visual .hero__nav__item a {
  position: relative;
  display: block;
  background-color: #fdfdfd;
  border-radius: 20px;
  box-shadow: 3px 3px 14px 0 rgba(127, 148, 167, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 20px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 769px) {
  main #main-visual .hero__nav__item a {
    align-items: center;
    text-align: center;
    padding: 35px 35px 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  main #main-visual .hero__nav__item a {
    padding: 35px clamp(10px, -39.81px + 6.477vw, 35px) 30px;
  }
}
@media screen and (min-width: 769px) {
  main #main-visual .hero__nav__item a:hover {
    text-decoration: none;
    opacity: 0.6;
  }
}
main #main-visual .hero__nav__item a::before {
  position: absolute;
  top: 50%;
  right: 25px;
  translate: 0 -50%;
  content: "";
  width: 44px;
  height: 44px;
  background-image: url("../images/arrow_down_01.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  main #main-visual .hero__nav__item a::before {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    translate: -50% 50%;
  }
}
main #main-visual .hero__nav__item__title {
  font-family: "Corporate Logo", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.3px;
  margin-bottom: 18px;
}
main #main-visual .hero__nav__item__title span {
  color: #649625;
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  main #main-visual .hero__nav__item__title {
    font-size: clamp(2.2rem, 1.403rem + 1.036vw, 2.6rem);
  }
}
main #main-visual .hero__nav__item__subTex {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}
main #main-visual .hero__lead {
  text-align: center;
}
main #main-visual .hero__lead a {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  text-decoration: underline;
  margin-bottom: 25px;
  padding-right: 20px;
  background-image: url("../images/linkArrow_blank_01.svg");
  background-repeat: no-repeat;
  background-position: right 0 bottom 7px;
  background-size: 14px;
}
@media screen and (min-width: 769px) {
  main #main-visual .hero__lead a {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  main #main-visual .hero__lead a:hover {
    text-decoration: none;
  }
}
main #main-visual .hero__lead p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.71;
}
main section#sec01 {
  position: relative;
  z-index: 0;
  padding-top: 110px;
  padding-bottom: 50px;
}
@media screen and (min-width: 769px) {
  main section#sec01 {
    padding-top: 130px;
    padding-bottom: 100px;
  }
}
main section#sec01::before {
  position: absolute;
  z-index: -1;
  top: -13.3333vw;
  left: -34.6667vw;
  content: "";
  width: 83.4667vw;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #acfcff;
  filter: blur(200px);
}
@media screen and (min-width: 769px) {
  main section#sec01::before {
    width: 313px;
    top: 50px;
    left: 0;
  }
}
main section#sec01 .c-lead {
  margin-bottom: 5px;
}
main section#sec01 .c-note {
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7143;
  margin-bottom: 35px;
}
@media screen and (min-width: 769px) {
  main section#sec01 .c-note {
    margin-bottom: 40px;
  }
}
main section#sec01 .c-btn {
  margin-bottom: 45px;
}
@media screen and (min-width: 769px) {
  main section#sec01 .c-btn {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 769px) {
  main section#sec01 .c-btn .btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  main section#sec01 .c-btn .btn--yellow {
    background-position: right 55px top 50%, 0 0;
    padding: 20px 85px 20px 50px;
  }
}
main section#sec01 .event-flex {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
@media screen and (min-width: 769px) {
  main section#sec01 .event-flex {
    row-gap: 30px;
    -moz-column-gap: 6%;
         column-gap: 6%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
main section#sec01 .event-flex::before {
  position: absolute;
  left: 0;
  bottom: -20px;
  content: "";
  width: 100vw;
  height: 170px;
  margin-left: calc(50% - 50vw);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f0f2f4 49.04%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  main section#sec01 .event-flex::before {
    height: 220px;
  }
}
main section#sec01 .event-flex.gradient-on::before {
  opacity: 1;
  visibility: visible;
}
main section#sec01 .event-flex.active::before {
  opacity: 0;
  visibility: hidden;
}
main section#sec01 .event-flex__item {
  padding: 15px;
  border-radius: 20px;
  background-color: #fdfdfd;
  box-shadow: 3px 3px 20px 0px rgba(127, 148, 167, 0.2);
}
@media screen and (min-width: 769px) {
  main section#sec01 .event-flex__item {
    width: 47%;
    padding: 30px 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  main section#sec01 .event-flex__item {
    padding: clamp(20px, 0.08px + 2.591vw, 30px) clamp(20px, -19.84px + 5.181vw, 40px);
  }
}
main section#sec01 .event-flex__item__date {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  main section#sec01 .event-flex__item__date {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
main section#sec01 .event-flex__item__title {
  display: inline-block;
  color: #649625;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
  text-decoration: underline;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  main section#sec01 .event-flex__item__title {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 769px) {
  main section#sec01 .event-flex__item__title:hover {
    text-decoration: none;
  }
}
main section#sec01 .event-flex__item__title.modal {
  padding-right: 24px;
  background-image: url("../images/linkArrow_modal.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px;
}
main section#sec01 .event-flex__item__title[target=_blank] {
  padding-right: 20px;
  background-image: url("../images/linkArrow_blank_01.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 14px;
}
main section#sec01 .event-flex__item__rt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.71;
}
main section#sec01 .event-flex__accordion {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  transition: all 0.5s ease;
  max-height: 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  main section#sec01 .event-flex__accordion {
    row-gap: 30px;
    -moz-column-gap: 6%;
         column-gap: 6%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
main section#sec01 .event-flex__accordion.active {
  padding: 20px;
  margin: -20px -20px 0;
}
main section#sec01 .event-toggle-btn {
  position: relative;
  z-index: 10;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 72px;
  cursor: pointer;
  margin-inline: auto;
  padding-right: 67px;
  translate: 20px -50px;
  transition: translate 0.4s ease;
  text-decoration: underline;
  background-image: url("../images/accordion_open_01.svg");
  background-repeat: no-repeat;
  background-position: right 0 top 50%;
  background-size: 72px;
}
@media screen and (min-width: 769px) {
  main section#sec01 .event-toggle-btn {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
main section#sec01 .event-toggle-btn:hover {
  text-decoration: none;
}
main section#sec01 .event-toggle-btn.active {
  translate: 20px 0px;
  background-image: url("../images/accordion_close_01.svg");
}
main section#sec02 {
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  main section#sec02 {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 769px) {
  main section#sec02::before {
    position: absolute;
    z-index: -1;
    content: "";
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #acfcff;
    filter: blur(200px);
    width: 313px;
    top: -50px;
    right: 20px;
  }
}
main section#sec02 .technology-block {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: #f9f9fa;
  border-radius: 60px;
  box-shadow: 0px 0px 50px 0px rgba(127, 148, 167, 0.1);
  padding: 85px 22px;
}
@media screen and (min-width: 769px) {
  main section#sec02 .technology-block {
    width: 100%;
    margin-inline: auto;
    border-radius: 120px;
    background-repeat: 120px;
    padding: 120px 60px 75px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  main section#sec02 .technology-block {
    border-radius: clamp(60px, -59.53px + 15.544vw, 120px);
    padding: clamp(60px, -59.53px + 15.544vw, 120px) clamp(30px, -29.77px + 7.772vw, 60px) clamp(60px, 30.12px + 3.886vw, 75px);
  }
}
main section#sec02 .technology-block-flex {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  main section#sec02 .technology-block-flex {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  main section#sec02 .technology-block-flex {
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
}
main section#sec02 .technology-block-flex__item {
  aspect-ratio: 4/5;
}
@media screen and (min-width: 769px) {
  main section#sec02 .technology-block-flex__item {
    width: 32.1083%;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  main section#sec02 .technology-block-flex__item {
    width: 49%;
  }
}
@media screen and (min-width: 769px) {
  main section#sec02 .technology-block-flex__item:hover {
    opacity: 0.6;
  }
}
main section#sec02 .technology-block-flex__item button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
main section#sec02 .technology-block-flex__item__tag {
  position: absolute;
  top: 5.3333vw;
  left: 8vw;
  display: inline-block;
  font-size: clamp(1.3rem, 1.001rem + 0.935vw, 1.4rem);
  font-weight: 700;
  line-height: 1;
  padding: 8px 10px;
  background-color: #fff;
  border-radius: 9999px;
}
@media screen and (min-width: 769px) {
  main section#sec02 .technology-block-flex__item__tag {
    top: 20px;
    left: 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
main section#sec02 .technology-block-flex__item__title {
  position: absolute;
  top: 16vw;
  left: 8vw;
  width: 73vw;
  color: #fff;
  font-family: "Corporate Logo", sans-serif;
  font-size: clamp(2.2rem, 0.406rem + 5.607vw, 2.8rem);
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  main section#sec02 .technology-block-flex__item__title {
    top: 60px;
    left: 25px;
    width: 85%;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 428px) and (max-width: 768px) {
  main section#sec02 .technology-block-flex__item__title {
    font-size: clamp(2.8rem, 1.541rem + 2.941vw, 3.8rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  main section#sec02 .technology-block-flex__item__title {
    font-size: clamp(2.6rem, 0.209rem + 3.109vw, 3.8rem);
  }
}
@media screen and (min-width: 1156px) and (max-width: 1256px) {
  main section#sec02 .technology-block-flex__item__title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 769px) {
  main section#sec02 .technology-block-flex__item__title span.text-small-spacing {
    letter-spacing: -1.96px;
  }
}
main section#sec02 .technology-block-flex__item__title span.text-small-font {
  font-size: clamp(1.8rem, 0.604rem + 3.738vw, 2.2rem);
}
@media screen and (min-width: 769px) {
  main section#sec02 .technology-block-flex__item__title span.text-small-font {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 428px) and (max-width: 768px) {
  main section#sec02 .technology-block-flex__item__title span.text-small-font {
    font-size: clamp(2.2rem, 1.193rem + 2.353vw, 3rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  main section#sec02 .technology-block-flex__item__title span.text-small-font {
    font-size: clamp(2.1rem, 0.307rem + 2.332vw, 3rem);
  }
}
main section#sec02 .technology-block-flex__item__title span.note-inline {
  position: relative;
}
main section#sec02 .technology-block-flex__item__title span.note-inline::after {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
main section#sec02 .technology-block-flex__item__title span.note-inline_01::after {
  width: 50px;
  height: 18px;
  left: 50%;
  bottom: 110%;
  translate: -50% 0;
  background-image: url("../images/sec02_flex__item__subTitle_01.png");
}
main section#sec02 .technology-block-flex__item__title span.note-inline_02::after {
  width: 102px;
  height: 30px;
  left: 50%;
  bottom: -120%;
  translate: -50% 0;
  background-image: url("../images/sec02_flex__item__subTitle_02.png");
}
@media screen and (min-width: 769px) {
  main section#sec02 .technology-block-flex__item__title span.note-inline_02::after {
    bottom: -110%;
  }
}
main section#sec02 .technology-block-flex__item__number {
  position: absolute;
  left: 7vw;
  bottom: 3.5vw;
  color: rgba(255, 255, 255, 0.2);
  font-family: "Khand", sans-serif;
  font-size: 90px;
  font-size: 9rem;
  line-height: 1;
  letter-spacing: 3.6px;
}
@media screen and (min-width: 769px) {
  main section#sec02 .technology-block-flex__item__number {
    left: 25px;
    bottom: 10px;
  }
}
main section#sec02 .technology-block-flex__item__nav {
  position: absolute;
  right: 5.3333vw;
  bottom: 5.3333vw;
  color: #fff;
  font-family: "Corporate Logo", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 40px;
  padding-right: 50px;
  background-image: url("../images/ico_modal_red.svg");
  background-repeat: no-repeat;
  background-position: right 0 top 50%;
  background-size: 40px;
}
@media screen and (min-width: 769px) {
  main section#sec02 .technology-block-flex__item__nav {
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (min-width: 428px) and (max-width: 768px) {
  main section#sec02 .technology-block-flex__item__nav {
    font-size: clamp(1.6rem, 1.096rem + 1.176vw, 2rem);
  }
}
main section#sec02 .technology-block-flex__item__fig {
  position: absolute;
  left: 50%;
  bottom: 17vw;
  translate: -50% 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  main section#sec02 .technology-block-flex__item__fig {
    bottom: 58px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  main section#sec02 .technology-block-flex__item__fig {
    bottom: 6vw;
  }
}
main section#sec02 .technology-block-flex__item:nth-child(1) {
  aspect-ratio: auto;
  width: 92vw;
  margin-left: calc(50% - 46vw);
}
@media screen and (min-width: 769px) {
  main section#sec02 .technology-block-flex__item:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 32.1083%;
    aspect-ratio: 4/5;
    margin: 0;
    opacity: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  main section#sec02 .technology-block-flex__item:nth-child(1) {
    width: 49%;
  }
}
main section#sec02 .technology-block-flex__item:nth-child(2) {
  background-color: #4194d0;
}
main section#sec02 .technology-block-flex__item:nth-child(2) .technology-block-flex__item__tag {
  color: #4194d0;
}
main section#sec02 .technology-block-flex__item:nth-child(2) .technology-block-flex__item__nav {
  background-image: url("../images/ico_modal_blue.svg");
}
main section#sec02 .technology-block-flex__item:nth-child(3) {
  background-color: #4194d0;
}
main section#sec02 .technology-block-flex__item:nth-child(3) .technology-block-flex__item__tag {
  color: #4194d0;
}
main section#sec02 .technology-block-flex__item:nth-child(3) .technology-block-flex__item__nav {
  background-image: url("../images/ico_modal_blue.svg");
}
main section#sec02 .technology-block-flex__item:nth-child(4) {
  background-color: #f58220;
}
main section#sec02 .technology-block-flex__item:nth-child(4) .technology-block-flex__item__tag {
  color: #f58220;
}
main section#sec02 .technology-block-flex__item:nth-child(4) .technology-block-flex__item__nav {
  background-image: url("../images/ico_modal_orange.svg");
}
main section#sec02 .technology-block-flex__item:nth-child(5) {
  background-color: #00b5ac;
}
main section#sec02 .technology-block-flex__item:nth-child(5) .technology-block-flex__item__tag {
  color: #00b5ac;
}
main section#sec02 .technology-block-flex__item:nth-child(5) .technology-block-flex__item__nav {
  background-image: url("../images/ico_modal_green-light.svg");
}
main section#sec02 .technology-block-flex__item:nth-child(6) {
  background-color: #00b5ac;
}
main section#sec02 .technology-block-flex__item:nth-child(6) .technology-block-flex__item__tag {
  color: #00b5ac;
}
main section#sec02 .technology-block-flex__item:nth-child(6) .technology-block-flex__item__nav {
  background-image: url("../images/ico_modal_green-light.svg");
}
main section#sec02 .technology-block-flex__item:nth-child(7) {
  background-color: #00b5ac;
}
main section#sec02 .technology-block-flex__item:nth-child(7) .technology-block-flex__item__tag {
  color: #00b5ac;
}
main section#sec02 .technology-block-flex__item:nth-child(7) .technology-block-flex__item__nav {
  background-image: url("../images/ico_modal_green-light.svg");
}
main section#sec02 .technology-block-flex__item:nth-child(8) {
  background-color: #71bf44;
}
main section#sec02 .technology-block-flex__item:nth-child(8) .technology-block-flex__item__tag {
  color: #71bf44;
}
main section#sec02 .technology-block-flex__item:nth-child(8) .technology-block-flex__item__nav {
  background-image: url("../images/ico_modal_green.svg");
}
main section#sec02 .technology-block-flex__item:nth-child(9) {
  background-color: #71bf44;
}
main section#sec02 .technology-block-flex__item:nth-child(9) .technology-block-flex__item__tag {
  color: #71bf44;
}
main section#sec02 .technology-block-flex__item:nth-child(9) .technology-block-flex__item__nav {
  background-image: url("../images/ico_modal_green.svg");
}
main section#sec02 .technology-block-flex__item:nth-child(10) {
  background-color: #a153a1;
}
main section#sec02 .technology-block-flex__item:nth-child(10) .technology-block-flex__item__tag {
  color: #a153a1;
}
main section#sec02 .technology-block-flex__item:nth-child(10) .technology-block-flex__item__nav {
  background-image: url("../images/ico_modal_purple.svg");
}
main section#sec02 .technology-block-flex__item:nth-child(11) {
  background-color: #a153a1;
}
main section#sec02 .technology-block-flex__item:nth-child(11) .technology-block-flex__item__tag {
  color: #a153a1;
}
main section#sec02 .technology-block-flex__item:nth-child(11) .technology-block-flex__item__nav {
  background-image: url("../images/ico_modal_purple.svg");
}
main section#sec02 .technology-block-flex__item:nth-child(12) {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 769px) {
  main section#sec02 .technology-block-flex__item:nth-child(12) {
    width: 32.1083%;
    justify-content: center;
    aspect-ratio: 4/5;
    opacity: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  main section#sec02 .technology-block-flex__item:nth-child(12) {
    width: 49%;
  }
}
main section#sec02 .technology-block-flex__item:nth-child(12) figure {
  width: 50%;
}
@media screen and (min-width: 769px) {
  main section#sec02 .technology-block-flex__item:nth-child(12) figure {
    width: 71%;
  }
}
@media screen and (min-width: 769px) {
  main section#sec02 .technology-block .title-block {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  main section#sec02 .technology-block .title-block__sub {
    margin-bottom: 20px;
  }
}
main section#sec02 .technology-block .c-rt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 35px;
}
@media screen and (min-width: 769px) {
  main section#sec02 .technology-block .c-rt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 30px;
  }
}
main section#sec02 .technology-block .c-note {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.71;
}
main section#sec02 .technology-block .c-btn {
  width: 92vw;
  margin-left: calc(50% - 46vw);
}
@media screen and (min-width: 769px) {
  main section#sec02 .technology-block .c-btn {
    width: 100%;
    margin: 0;
  }
}
main section#sec02 .technology-block .c-btn .btn {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  main section#sec02 .technology-block .c-btn .btn {
    width: 44%;
    min-width: 480px;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
main section#sec02 .technology-block .c-btn .btn--print.btn--yellow {
  padding: 30px 0 30px 40px;
}
@media screen and (min-width: 769px) {
  main section#sec02 .technology-block .c-btn .btn--print.btn--yellow {
    padding: 20px 30px;
    margin-bottom: 45px;
  }
}
main section#sec02 .technology-block .c-btn .btn--other {
  line-height: 1.3;
  text-align: left;
}
main section#sec02 .technology-block .c-btn .btn--other.btn--yellow {
  padding: 12px 40px;
}
@media screen and (min-width: 769px) {
  main section#sec02 .technology-block .c-btn .btn--other.btn--yellow {
    padding: 20px 60px;
    text-align: center;
    margin-bottom: 20px;
  }
}
main section#sec02 .technology-block .c-btn__rt {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.71;
}
main section#sec03 {
  position: relative;
  margin-bottom: 90px;
  /* メインスライダー */
  /* サムネイル */
}
@media screen and (min-width: 769px) {
  main section#sec03 {
    margin-bottom: 140px;
  }
}
main section#sec03::before {
  position: absolute;
  z-index: -1;
  top: 26vw;
  right: -26vw;
  content: "";
  width: 83.4667vw;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #acfcff;
  filter: blur(200px);
}
@media screen and (min-width: 769px) {
  main section#sec03::before {
    width: 313px;
    top: -200px;
    right: 20px;
  }
}
main section#sec03 .movie-slider {
  width: 100vw;
  padding: 60px 4vw 45px;
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  main section#sec03 .movie-slider {
    padding: 70px 0 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  main section#sec03 .movie-slider {
    padding-inline: max(4vw, 50px);
  }
}
@media screen and (min-width: 1156px) and (max-width: 1256px) {
  main section#sec03 .movie-slider {
    padding-inline: 50px;
  }
}
main section#sec03 .movie-slider .swiper-slide {
  position: relative;
  opacity: 0;
  width: 100%;
  height: auto;
  padding: 10px;
  transform: scale(0.55);
  transition: all 0.3s ease;
  border-radius: 15px;
  background: #f9f9fa;
  box-shadow: 0px 0px 50px 0px rgba(127, 148, 167, 0.4);
}
@media screen and (min-width: 769px) {
  main section#sec03 .movie-slider .swiper-slide {
    aspect-ratio: 1.4/1;
    max-width: 828px;
    padding: 40px;
    border-radius: 30px;
  }
}
main section#sec03 .movie-slider .swiper-slide .movie_frame {
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  main section#sec03 .movie-slider .swiper-slide .movie_frame {
    border-radius: 10px;
    margin-bottom: 20px;
  }
}
main section#sec03 .movie-slider .swiper-slide .movie_frame.no_movie {
  background: rgba(100, 150, 37, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main section#sec03 .movie-slider .swiper-slide .movie_frame.no_movie p {
  color: #649625;
  font-family: "Corporate Logo", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1px;
}
main section#sec03 .movie-slider .swiper-slide__rt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  main section#sec03 .movie-slider .swiper-slide__rt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
main section#sec03 .movie-slider .swiper-slide-active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
main section#sec03 .movie-slider .swiper-slide-prev {
  visibility: visible;
  opacity: 1;
  transform-origin: 75% center;
}
main section#sec03 .movie-slider .swiper-slide-next {
  visibility: visible;
  opacity: 1;
  transform-origin: 25% center;
}
main section#sec03 .movie-slider .swiper-button-prev,
main section#sec03 .movie-slider .swiper-button-next {
  display: none;
}
@media screen and (min-width: 769px) {
  main section#sec03 .movie-slider .swiper-button-prev,
  main section#sec03 .movie-slider .swiper-button-next {
    display: block;
    top: 50%;
    bottom: auto;
    translate: 0 -25%;
    aspect-ratio: 1/1;
    width: 120px;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  main section#sec03 .movie-slider .swiper-button-prev,
  main section#sec03 .movie-slider .swiper-button-next {
    width: clamp(80px, 0.31px + 10.363vi, 120px);
  }
}
main section#sec03 .movie-slider .swiper-button-prev::after,
main section#sec03 .movie-slider .swiper-button-next::after {
  display: none;
}
main section#sec03 .movie-slider .swiper-button-prev:hover,
main section#sec03 .movie-slider .swiper-button-next:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  main section#sec03 .movie-slider .swiper-button-prev {
    background-image: url("../images/arrow_left_01.svg");
    left: 50%;
    translate: -410% -25%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  main section#sec03 .movie-slider .swiper-button-prev {
    left: 0;
    translate: 0 -25%;
  }
}
@media screen and (min-width: 1156px) and (max-width: 1256px) {
  main section#sec03 .movie-slider .swiper-button-prev {
    left: 0;
    translate: 0 -25%;
  }
}
@media screen and (min-width: 769px) {
  main section#sec03 .movie-slider .swiper-button-next {
    background-image: url("../images/arrow_right_01.svg");
    right: 50%;
    translate: 410% -25%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  main section#sec03 .movie-slider .swiper-button-next {
    right: 0;
    translate: 0 -25%;
  }
}
@media screen and (min-width: 1156px) and (max-width: 1256px) {
  main section#sec03 .movie-slider .swiper-button-next {
    right: 0;
    translate: 0 -25%;
  }
}
main section#sec03 .thumb-slider {
  width: 100vw;
  padding: 0 4vw;
  margin-left: calc(50% - 50vw);
}
main section#sec03 .thumb-slider-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 4%;
       column-gap: 4%;
  row-gap: 13px;
}
@media screen and (min-width: 769px) {
  main section#sec03 .thumb-slider-wrapper {
    width: 600px;
    margin-inline: auto;
    justify-content: center;
    -moz-column-gap: 23px;
         column-gap: 23px;
    row-gap: 23px;
  }
}
main section#sec03 .thumb-slider__item {
  width: 48%;
  height: auto;
  aspect-ratio: 1.78/1;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.25s ease;
  border-radius: 5px;
  background: #f9f9fa;
}
@media screen and (min-width: 769px) {
  main section#sec03 .thumb-slider__item {
    width: 164px;
    height: auto;
    border-radius: 12px;
    cursor: pointer;
  }
}
main section#sec03 .thumb-slider__item.no_images {
  pointer-events: none;
  border: 1px solid #d8d8d8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 4px 0px rgba(127, 148, 167, 0.2) inset;
}
main section#sec03 .thumb-slider__item:hover {
  opacity: 0.6;
}
main section#sec03 .thumb-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main section#sec03 .thumb-slider__item p {
  color: #649625;
  font-family: "Khand", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
main section#sec03 .thumb-slider .thumb-slider__item-active {
  outline: 2px solid #649625;
  outline-offset: 5px;
}
@media screen and (min-width: 769px) {
  main section#sec03 .thumb-slider .thumb-slider__item-active {
    outline-offset: 6px;
  }
}
main section#sec04 {
  padding: 75px 0 50px;
  background-color: #f9f9fa;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}
@media screen and (min-width: 769px) {
  main section#sec04 {
    padding: 120px 0 100px;
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  main section#sec04 {
    padding: clamp(60px, -59.53px + 15.544vw, 120px) 0 clamp(60px, -19.69px + 10.363vw, 100px);
    border-top-left-radius: clamp(60px, -59.53px + 15.544vw, 120px);
    border-top-right-radius: clamp(60px, -59.53px + 15.544vw, 120px);
  }
}
main section#sec04 .title-block {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  main section#sec04 .title-block {
    margin-bottom: 60px;
  }
}
main section#sec04 .inquiry-block {
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, #86a60a 17%, #5b7b0b 97%);
  border-radius: 15px;
  box-shadow: 3px 3px 20px 0 rgba(127, 148, 167, 0.2);
  padding: 30px 15px;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  main section#sec04 .inquiry-block {
    flex-direction: row;
    border-radius: 30px;
    padding: 40px;
  }
}
main section#sec04 .inquiry-block__title {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #ffffff;
}
@media screen and (min-width: 769px) {
  main section#sec04 .inquiry-block__title {
    font-size: 34px;
    font-size: 3.4rem;
    text-align: left;
    padding-right: 60px;
    margin-right: 40px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom-width: 0;
    border-right: solid 1px #ffffff;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  main section#sec04 .inquiry-block__title {
    font-size: clamp(3rem, 2.203rem + 1.036vw, 3.4rem);
    padding-right: clamp(30px, -29.77px + 7.772vw, 60px);
    margin-right: clamp(30px, 10.08px + 2.591vw, 40px);
  }
}
@media screen and (min-width: 769px) {
  main section#sec04 .inquiry-block__body {
    flex: 1;
  }
}
main section#sec04 .inquiry-block__body__rt {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 35px;
}
@media screen and (min-width: 769px) {
  main section#sec04 .inquiry-block__body__rt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  main section#sec04 .inquiry-block__body__office {
    display: flex;
    -moz-column-gap: 18px;
         column-gap: 18px;
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  main section#sec04 .inquiry-block__body__office {
    flex-direction: column;
    row-gap: 18px;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
main section#sec04 .inquiry-block__body__office__rt {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  main section#sec04 .inquiry-block__body__office__rt {
    text-align: right;
    margin-bottom: 0;
  }
}
main section#sec04 .inquiry-block__body__office .c-btn .btn {
  color: #649625;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  main section#sec04 .inquiry-block__body__office .c-btn .btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  main section#sec04 .inquiry-block__body__office .c-btn .btn--green {
    padding: 20px 70px;
  }
}
main section#sec04 .contact-flex {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
@media screen and (min-width: 769px) {
  main section#sec04 .contact-flex {
    row-gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
main section#sec04 .contact-flex__item {
  padding: 15px;
  border-radius: 20px;
  background-color: #fdfdfd;
  box-shadow: 3px 3px 20px 0px rgba(127, 148, 167, 0.2);
}
@media screen and (min-width: 769px) {
  main section#sec04 .contact-flex__item {
    width: 47%;
    padding: 30px 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  main section#sec04 .contact-flex__item {
    padding: clamp(20px, 0.08px + 2.591vw, 30px) clamp(20px, -19.84px + 5.181vw, 40px);
  }
}
main section#sec04 .contact-flex__item__tag {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  padding: 7px 15px;
  margin-bottom: 8px;
  border-radius: 9999px;
}
@media screen and (min-width: 769px) {
  main section#sec04 .contact-flex__item__tag {
    margin-bottom: 12px;
  }
}
main section#sec04 .contact-flex__item__title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  main section#sec04 .contact-flex__item__title {
    margin-bottom: 12px;
  }
}
main section#sec04 .contact-flex__item__rt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.71;
}
main section#sec04 .contact-flex__item .tag--crRed {
  background-color: #f0597c;
}
main section#sec04 .contact-flex__item .tag--crBlue {
  background-color: #4194d0;
}
main section#sec04 .contact-flex__item .tag--crOrange {
  background-color: #f58220;
}
main section#sec04 .contact-flex__item .tag--crGreen {
  background-color: #71bf44;
}
main section#sec04 .contact-flex__item .tag--crGreenLight {
  background-color: #00b5ac;
}
main section#sec04 .contact-flex__item .tag--crPurple {
  background-color: #a153a1;
}
main .inquiry-btn {
  display: block;
  position: fixed;
  bottom: 7vh;
  right: 0;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}
@media screen and (min-width: 769px) {
  main .inquiry-btn {
    top: 75vh;
    bottom: auto;
  }
}
main .inquiry-btn a {
  display: block;
  width: auto;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 5px;
  padding: 0 17px 0 26px;
  background: linear-gradient(160deg, #fff100 17%, #f7a635 97%);
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  box-shadow: 0px 4px 10px 0px rgba(127, 148, 167, 0.2);
  transition: opacity 0.3s ease;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  main .inquiry-btn a {
    height: 120px;
    padding: 0 24px 0 37px;
  }
}
main .inquiry-btn a:hover {
  text-decoration: none;
  opacity: 0.6;
}
main .inquiry-btn a p {
  text-align: center;
  font-family: "Corporate Logo", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.222;
}
@media screen and (min-width: 769px) {
  main .inquiry-btn a p {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -1.8px;
  }
}
main .inquiry-btn a figure {
  width: 38px;
  height: 38px;
}
main .inquiry-btn.is-hidden {
  opacity: 0;
  visibility: hidden;
}

footer {
  background-color: #f9f9fa;
}
footer .footer-wrap {
  padding: 80px 0 90px;
  background-color: #f0f2f4;
  border-top-right-radius: 60px;
}
@media screen and (min-width: 769px) {
  footer .footer-wrap {
    padding: 55px 0;
    border-top-right-radius: 120px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  footer .footer-wrap {
    border-top-right-radius: clamp(60px, -59.53px + 15.544vw, 120px);
  }
}
footer .footer-flex {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  width: 100%;
  padding-inline: 4vw;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  footer .footer-flex {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    row-gap: 70px;
    max-width: 1156px;
    padding: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1155px) {
  footer .footer-flex {
    padding-inline: max(4vw, 50px);
  }
}
@media screen and (min-width: 1156px) and (max-width: 1256px) {
  footer .footer-flex {
    padding-inline: 50px;
  }
}
footer .footer-flex__id {
  text-align: center;
}
@media screen and (min-width: 769px) {
  footer .footer-flex__id {
    width: 50%;
    text-align: left;
    order: 1;
  }
}
footer .footer-flex__id figure {
  width: 154px;
  margin-inline: auto;
  margin-bottom: 38px;
}
@media screen and (min-width: 769px) {
  footer .footer-flex__id figure {
    width: 226px;
    margin-inline: 0;
    margin-bottom: 23px;
  }
}
footer .footer-flex__id p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
}
@media screen and (min-width: 769px) {
  footer .footer-flex__id p {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.666;
  }
}
footer .footer-flex__btn {
  text-align: center;
}
@media screen and (min-width: 769px) {
  footer .footer-flex__btn {
    text-align: right;
    width: auto;
    order: 1;
  }
}
@media screen and (min-width: 769px) {
  footer .footer-flex__btn .c-btn {
    justify-content: flex-end;
  }
}
footer .footer-flex__btn .c-btn .btn {
  text-align: left;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  footer .footer-flex__btn .c-btn .btn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  footer .footer-flex__btn .c-btn .btn--yellow {
    padding: 20px 75px;
    background-position: right 33px top 50%, 0 0;
  }
}
footer .footer-flex__copyright {
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  footer .footer-flex__copyright {
    width: 50%;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    order: 2;
  }
}