@charset "UTF-8";
/* mixin */
/* template color */
/* custom color */
/* font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap");
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
}

/* setting */
.head_normal {
  margin-bottom: clamp(32px, 2.5vw, 40px);
}

.head_normal__label {
  display: block;
  font-size: clamp(2.4rem, 2.2580645161vw, 2.8rem);
  line-height: 2;
  color: inherit;
}
.head_normal__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.head_normal__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.head_line {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 1.5em;
  margin-bottom: 2.6666666667em;
  border-bottom: 2px solid #43DE79;
}

.head_line__label {
  font-size: inherit;
  font-weight: inherit;
}

.catch_block {
  display: block;
  margin-bottom: clamp(80px, 7.5vw, 120px);
}

.catch_ttl {
  position: relative;
  text-align: center;
  padding-bottom: clamp(24px, 2vw, 32px);
  margin-bottom: clamp(32px, 3vw, 48px);
  font-weight: 700;
}
.catch_ttl::before {
  position: absolute;
  content: "";
  height: 2px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  background: #FFB322;
}
@media screen and (min-width: 829px) {
  .catch_ttl::before {
    width: 216px;
  }
}
@media screen and (max-width: 828px) {
  .catch_ttl::before {
    width: 104px;
  }
}

.catch_ttl__caption {
  font-size: clamp(2rem, 2.5806451613vw, 3.2rem);
  font-weight: inherit;
}

.catch_ttl__label {
  font-size: clamp(4.6rem, 6.4516129032vw, 8rem);
  color: #43DE79;
}

.catch_ttl__lead {
  font-size: clamp(3.2rem, 3.2258064516vw, 4rem);
  text-align: center;
}

.head_banner {
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-weight: 700;
  color: #fff;
  background-color: #43DE79;
  padding-top: clamp(10px, 1.125vw, 18px);
  padding-left: clamp(16px, 1.875vw, 30px);
  padding-right: clamp(16px, 1.875vw, 30px);
  padding-bottom: clamp(10px, 1.125vw, 18px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: clamp(20px, 1.5vw, 24px);
}

.head_banner__label {
  font-size: 1em;
  font-weight: inherit;
}

.head_block {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  color: #43DE79;
  font-weight: 700;
  margin-bottom: clamp(20px, 1.5vw, 24px);
}

.head_block__label {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

.wrap_block + .wrap_block {
  margin-top: 32px;
}

* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none !important;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #333;
  background: #fff;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media screen and (max-width: 1200px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-width: 828px) {
  body #swipebox-close {
    right: auto;
    left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

p,
th,
td,
li,
dt,
dd,
address {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 400;
  line-height: 2;
  font-style: normal;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
@media screen and (max-width: 828px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br {
    display: none;
  }
}

img,
picture,
figure {
  margin: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.link {
  display: inline;
  color: #333;
  text-decoration: underline;
}
a:hover {
  opacity: 0.6;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
a[href^=tel]:hover {
  opacity: 1;
}
@media screen and (min-width: 829px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

.text-center {
  text-align: center;
}
@media screen and (max-width: 828px) {
  .text-center {
    text-align: left;
  }
}

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

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

.pc__only {
  display: block !important;
}
@media screen and (max-width: 828px) {
  .pc__only {
    display: none !important;
  }
}

.sp__only {
  display: none !important;
}
@media screen and (max-width: 828px) {
  .sp__only {
    display: block !important;
  }
}

#footer {
  margin-top: 160px;
}

.f-cta {
  padding: 120px 0;
  background: #43DE79;
}
@media screen and (max-width: 828px) {
  .f-cta {
    padding: 72px 0 80px;
  }
}
.f-cta__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 828px) {
  .f-cta__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.f-cta__contact {
  padding-right: clamp(40px, 8vw, 128px);
  min-width: 350px;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 828px) {
  .f-cta__contact {
    padding-right: 0;
    min-width: unset;
    padding-bottom: 56px;
    margin-bottom: 56px;
  }
}
.f-cta__contact::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 416px;
  background: #fff;
  right: 0;
  top: 0;
}
@media screen and (max-width: 828px) {
  .f-cta__contact::before {
    width: 100%;
    height: 3px;
    top: unset;
    bottom: 0;
  }
}
.f-cta__contact .btn-area {
  margin-top: 40px;
}
.f-cta__contact .f-cta__txt {
  margin-bottom: 24px;
}
@media screen and (max-width: 828px) {
  .f-cta__contact .f-cta__txt {
    margin-bottom: 43px;
  }
}
.f-cta__entry {
  padding-left: clamp(40px, 8vw, 128px);
  min-width: 398px;
}
@media screen and (max-width: 828px) {
  .f-cta__entry {
    padding-left: 0;
    min-width: unset;
  }
}
.f-cta__entry .btn-area {
  margin-top: 62px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 828px) {
  .f-cta__entry .btn-area {
    margin-top: 40px;
  }
}
.f-cta__txt {
  text-align: center;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 450px) {
  .f-cta__txt {
    text-align: left;
  }
}
.f-cta .page__ttl {
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 828px) {
  .f-cta .page__ttl {
    text-align: center;
  }
}
.f-cta__tel {
  font-size: 4rem;
  font-weight: bold;
  color: #fff !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.f-cta__tel span {
  font-size: 2rem;
  font-weight: bold;
}
.f-cta__time {
  font-size: 1.6rem;
  display: block;
  text-align: center;
  margin-top: 4px;
  color: #fff;
  font-weight: 400;
}
.f-cta .btn-area a {
  border: 2px solid #fff;
  width: 328px;
}
@media screen and (max-width: 828px) {
  .f-cta .btn-area a {
    line-height: 60px;
    width: 100%;
  }
}
.f-cta .btn-area a:hover {
  border: 2px solid #FFB322;
}

.page__ttl h2 {
  font-size: clamp(3rem, 2.7419354839vw, 3.4rem);
  font-weight: bold;
}
.page__ttl small {
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  font-weight: bold;
}
@media screen and (max-width: 828px) {
  .page__ttl small {
    display: block;
    margin-top: 8px;
  }
}

.spbr {
  display: none !important;
}
@media screen and (max-width: 828px) {
  .spbr {
    display: block !important;
  }
}

@media screen and (max-width: 828px) {
  .brnone {
    display: none;
  }
}
@media screen and (min-width: 829px) {
  .last-block {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 828px) {
  .last-block {
    padding-bottom: 60px;
  }
}

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

.image {
  display: block;
  margin: 0 auto;
}

.image--inline {
  display: inline-block;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: auto !important;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

tbody,
tr {
  width: 100%;
  height: auto !important;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

th {
  width: 200px;
  background: #f4f8f5;
  font-weight: 700;
}

td {
  background: #fafafa;
}
@media screen and (max-width: 828px) {
  td {
    border-bottom: 4px solid #fff;
  }
}

th,
td {
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}
@media screen and (min-width: 829px) {
  th,
  td {
    border: 4px solid #fff;
    font-size: 1.6rem;
    padding: 20px 24px;
    line-height: 1.75em;
  }
}
@media screen and (max-width: 828px) {
  th,
  td {
    font-size: 1.5rem;
    padding: 0.5em 1em;
    display: block;
    width: 100%;
  }
}

.container {
  position: relative;
  margin: auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1201px) {
  .container.--of {
    overflow: visible;
  }
}
@media screen and (max-width: 1200px) {
  .container.--of {
    overflow: clip;
  }
}
@media screen and (min-width: 829px) and (max-width: 1200px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.over--left {
  width: auto;
  max-width: none;
  margin-left: calc((100vw - 1215px) / 2);
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .over--left .image {
    margin-right: -20px;
  }
}

.over--right {
  width: auto;
  max-width: none;
  margin-right: calc((100vw - 1215px) / 2);
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .over--right .image {
    margin-left: -20px;
  }
}

@media screen and (max-width: 1200px) {
  .over--left,
  .over--right {
    width: 100%;
    max-width: 1230px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.flickWrap {
  width: 100%;
}
@media screen and (max-width: 828px) {
  .flickWrap {
    padding: 5px 0;
    overflow: auto;
    white-space: nowrap;
  }
  .flickWrap::before {
    margin-bottom: 20px;
    color: #f55;
    font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
    content: "※表が見切れる場合は横スクロールでご覧ください。";
  }
  .flickWrap::-webkit-scrollbar {
    height: 5px;
  }
  .flickWrap::-webkit-scrollbar-track, .flickWrap::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}

.lazy {
  opacity: 0;
  position: relative;
  -webkit-transform: translate(0%, 50px);
          transform: translate(0%, 50px);
}
.lazy.--show {
  opacity: 1;
}

.lazy-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media screen and (min-width: 829px) {
  .activeNav {
    height: 100%;
    overflow: hidden;
  }
  .columns,
  .cm-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 72px;
  }
  .--rev,
  .swap,
  .reverse,
  .--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.cm-list .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  text-align: center;
}
@media screen and (min-width: 829px) {
  .cm-list .wp-pagenavi {
    padding-top: 32px;
    margin-top: 120px;
  }
}
@media screen and (max-width: 828px) {
  .cm-list .wp-pagenavi {
    padding-top: 24px;
    margin-top: 60px;
  }
}
.cm-list a,
.cm-list span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  font-weight: bold;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  border: 1px solid #f4f8f5;
}
.cm-list a:hover,
.cm-list span:hover {
  opacity: 1;
  color: #fff;
  background-color: #43DE79;
  border-color: #43DE79;
  padding: 0;
}
.cm-list .current {
  color: #fff;
  background-color: #43DE79;
  border-color: #43DE79;
  padding: 0;
}
.cm-list .pages {
  display: none;
}

.single-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #EBEBEB;
  max-width: 938px;
  margin: auto;
}
@media screen and (min-width: 829px) {
  .single-nav {
    padding-top: 32px;
    margin-top: 120px;
  }
}
@media screen and (max-width: 828px) {
  .single-nav {
    padding-top: 24px;
    margin-top: 60px;
  }
}
.single-nav a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  text-decoration: underline;
}
.single-nav [class*=cm-list] {
  min-width: 55px;
}

.cm-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 829px) {
  .cm-btns {
    margin-top: 56px;
  }
}
@media screen and (max-width: 828px) {
  .cm-btns {
    margin-top: 40px;
  }
}
.cm-btns a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  color: #fff;
  background-color: #43DE79;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 829px) {
  .cm-btns a {
    width: 240px;
    line-height: 56px;
  }
}
@media screen and (max-width: 828px) {
  .cm-btns a {
    width: 200px;
    line-height: 48px;
  }
}
.cm-btns a:hover {
  opacity: 1;
}

.only_pc,
.--pc {
  display: none !important;
}
@media screen and (min-width: 829px) {
  .only_pc,
  .--pc {
    display: block !important;
  }
}

.only_mobile,
.--mobile {
  display: none !important;
}
@media screen and (min-width: 451px) and (max-width: 828px) {
  .only_mobile,
  .--mobile {
    display: block !important;
  }
}

.only_sp,
.--sp {
  display: none !important;
}
@media screen and (max-width: 450px) {
  .only_sp,
  .--sp {
    display: block !important;
  }
}

.swipe {
  width: 100%;
}
@media screen and (max-width: 828px) {
  .swipe {
    position: relative;
    padding: 5px 0;
    overflow: hidden;
    z-index: 1;
  }
  .swipe img {
    min-width: 1200px;
  }
  .swipe::before {
    position: absolute;
    content: "";
    z-index: 2;
    max-width: 180px;
    width: 100%;
    max-height: 56px;
    height: 100%;
    top: 60px;
    left: 20px;
    background-image: url(../images/svg_swipe.svg);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation: 2s ease-in-out alternate infinite please__swipe;
            animation: 2s ease-in-out alternate infinite please__swipe;
  }
  .swipe::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background: #f4f8f5;
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .swipe__on {
    overflow: auto;
    white-space: nowrap;
  }
  .swipe__on::after, .swipe__on::before {
    opacity: 0;
    z-index: -1;
    -webkit-animation: none;
            animation: none;
  }
  .swipe__on::-webkit-scrollbar {
    height: 5px;
  }
  .swipe__on::-webkit-scrollbar-track, .swipe__on::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .swipe th,
  .swipe td {
    display: table-cell !important;
    white-space: nowrap;
  }
}

@-webkit-keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}

@keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}
.cm-cards {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 451px) {
  .cm-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 40px;
  }
}
@media screen and (min-width: 451px) and (max-width: 828px) {
  .cm-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .cm-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

@media screen and (min-width: 829px) {
  .l-following_contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .l-following_contents .--side {
    top: 0;
    width: 200px;
  }
  .l-following_contents .--main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 828px) {
  .l-following_contents .--side {
    bottom: 0;
  }
}
.l-following_contents .--side {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

/* module */
.cm-bread {
  padding: 0;
  font-size: clamp(1.3rem, 1.2096774194vw, 1.5rem);
  line-height: 1.6;
  max-width: 1200px;
  margin: auto;
}
.cm-bread a {
  color: inherit;
  font-size: inherit;
}
.cm-bread .container {
  padding: 0;
  padding-bottom: 32px;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .cm-bread .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 828px) {
  .cm-bread .container {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
  }
}

#header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px 28px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  z-index: 2;
  top: 0;
  width: 100%;
  height: auto;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home #header {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.home #header._loaded {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 828px) {
  #header {
    padding: 24px;
  }
}

.h-logo {
  padding: 0;
}
.h-logo a,
.h-logo img {
  display: block;
  height: auto;
}
.h-logo a {
  width: 339px;
}
@media screen and (max-width: 1200px) {
  .h-logo a {
    width: 279px;
  }
}
@media screen and (max-width: 828px) {
  .h-logo a {
    width: 188px;
  }
}
.h-logo img {
  width: 100%;
}

.h-trigger {
  position: fixed;
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  background: #FFB322;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
}
@media screen and (min-width: 829px) {
  .h-trigger {
    display: none;
  }
}
.h-trigger:hover {
  opacity: 1;
}
.h-trigger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.h-trigger span:first-child {
  -webkit-transform: translateY(calc(-50% - 7px)) translateX(-50%) rotate(0deg);
          transform: translateY(calc(-50% - 7px)) translateX(-50%) rotate(0deg);
}
.h-trigger span:last-child {
  -webkit-transform: translateY(calc(-50% + 7px)) translateX(-50%) rotate(0deg);
          transform: translateY(calc(-50% + 7px)) translateX(-50%) rotate(0deg);
}
.h-trigger.active span {
  opacity: 0;
}
.h-trigger.active span:first-child {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(385deg);
          transform: translate(-50%, -50%) rotate(385deg);
}
.h-trigger.active span:last-child {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-385deg);
          transform: translate(-50%, -50%) rotate(-385deg);
}

.h-menu a {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.h-menu ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.h-menu .children {
  display: none;
}
@media screen and (min-width: 829px) {
  .h-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .h-menu li + li {
    padding-left: 32px;
  }
  .h-menu .h__cta {
    padding-left: 40px;
  }
  .h-menu .h__cta a {
    width: 200px;
    line-height: 60px;
    text-align: center;
    border-radius: 90px;
    background: #FFB322;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #FFB322;
  }
  .h-menu .h__cta a:hover {
    opacity: 1;
    background: #fff;
    color: #FFB322;
    border: 2px solid #FFB322;
  }
}
@media screen and (max-width: 1200px) {
  .h-menu li + li {
    padding-left: 15px;
  }
  .h-menu .h__cta {
    padding-left: 20px;
  }
}
@media screen and (max-width: 828px) {
  .h-menu {
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100vw;
    height: 100vh;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 5;
    overflow-y: scroll;
  }
  .h-menu.active {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .h-menu ul {
    padding-top: 70px;
    padding-bottom: 150px;
  }
  .h-menu li {
    border-bottom: 1px solid #fff;
  }
  .h-menu li + li,
  .h-menu .h__cta {
    padding-left: 0;
  }
  .h-menu a {
    display: block;
    text-align: center;
    padding: 1em 0;
    color: #fff;
  }
}

.h-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  color: #fff;
  background-color: #43DE79;
}
@media screen and (min-width: 829px) {
  .h-btn a {
    width: 240px;
    line-height: 80px;
  }
}

.kv {
  padding-top: clamp(136px, 13vw, 208px);
}
@media screen and (min-width: 829px) {
  .kv {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 828px) {
  .kv {
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 828px) {
  .kv-head {
    text-align: center;
  }
}
.kv-head h1 {
  font-size: clamp(3rem, 3.7096774194vw, 4.6rem);
}
.kv-head span {
  color: #43DE79;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  margin-top: clamp(8px, 1vw, 16px);
}

.mv {
  position: relative;
  width: 100%;
  height: 100dvh;
}
.mv-op {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
  overflow: hidden;
}
.mv-op._fadeout {
  opacity: 0;
}
.mv-op video {
  position: absolute;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv-bg {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.mv-bg img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: initial;
}
.mv-bgwrap {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mv-bgwrap > span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mv-bgwrap > span::before, .mv-bgwrap > span::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.mv-bgwrap > span::before {
  -webkit-transition: all 0.8s 0.3s;
  transition: all 0.8s 0.3s;
}
.mv-bgwrap > span::after {
  -webkit-transition: all 0.8s 1.3s;
  transition: all 0.8s 1.3s;
}
.mv-bgwrap > span span {
  background: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.8s 0.8s;
  transition: all 0.8s 0.8s;
}
.mv-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  background: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(32px, 2.625vw, 42px) clamp(40px, 6.25vw, 100px);
  opacity: 0;
  display: block;
  -webkit-transition: all 1s 2s;
  transition: all 1s 2s;
}
.mv-contents p {
  font-size: clamp(2.2rem, 3.6290322581vw, 4.5rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.444;
}
.mv-contents figure {
  width: clamp(280px, 65.25vw, 522px);
  margin-top: clamp(8px, 1vw, 16px);
}
.mv._finished .mv-bgwrap > span::before, .mv._finished .mv-bgwrap > span::after {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.mv._finished .mv-bgwrap > span span {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.mv._finished .mv-contents {
  opacity: 1;
}

.f-contents {
  padding: 56px 0 48px;
}
@media screen and (max-width: 828px) {
  .f-contents {
    text-align: center;
  }
  .f-contents .container {
    padding: 0;
    border-top: 1px solid #EBEBEB;
  }
  .f-contents .f-logo {
    justify-items: center;
  }
}

.f-logo {
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  font-weight: 700;
  margin-bottom: 24px;
}
.f-logo a,
.f-logo img {
  display: block;
  height: auto;
}
.f-logo a {
  display: block;
  width: 245px;
}
@media screen and (max-width: 500px) {
  .f-logo a {
    margin-left: auto;
    margin-right: auto;
  }
}
.f-logo img {
  width: 100%;
}

@media screen and (min-width: 829px) {
  .f-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}

.f-nav a {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 400;
}
@media screen and (min-width: 829px) {
  .f-nav {
    width: 500px;
  }
  .f-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 32px 48px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .f-nav .children {
    display: block;
    margin-top: 8px;
  }
  .f-nav .children a {
    position: relative;
    font-size: clamp(1.3rem, 1.2096774194vw, 1.5rem);
    font-weight: 500;
    padding-left: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .f-nav .children a::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "-";
  }
  .f-nav li:first-of-type {
    margin-left: 6em;
  }
}
@media screen and (max-width: 828px) {
  .f-nav {
    overflow: clip;
    margin-bottom: 56px;
  }
  .f-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .f-nav .children {
    display: none;
  }
  .f-nav li {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #EBEBEB;
  }
  .f-nav li:nth-child(even) {
    border-left: 1px solid #EBEBEB;
  }
  .f-nav li:nth-child(odd):last-child {
    width: 100%;
  }
  .f-nav a {
    display: block;
    padding: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
}

.f-copy {
  padding: 0;
  font-size: 1.5rem;
  margin-bottom: 60px;
  font-weight: 400;
}
@media screen and (max-width: 828px) {
  .f-copy {
    margin-bottom: 37px;
    text-align: center;
  }
}

.f-rtt {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
}
.f-rtt img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 828px) {
  .f-rtt {
    display: block;
  }
}

.mw_wp_form {
  margin-top: clamp(32px, 3.125vw, 50px);
  background: #FAFAFA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
@media screen and (min-width: 829px) {
  .mw_wp_form {
    padding-top: clamp(56px, 6.25vw, 100px);
    padding-bottom: clamp(56px, 6.25vw, 100px);
    padding-left: clamp(40px, 6.25vw, 100px);
    padding-right: clamp(40px, 6.25vw, 100px);
  }
}
@media screen and (max-width: 828px) {
  .mw_wp_form {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.mw_wp_form th,
.mw_wp_form td {
  border: none;
  padding: 0;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  font-size: 1.6rem;
  font-family: inherit;
}
@media screen and (max-width: 828px) {
  .mw_wp_form th,
  .mw_wp_form td {
    display: block;
    width: 100%;
    padding: 10px 0 15px;
  }
}
.mw_wp_form th {
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 829px) {
  .mw_wp_form th {
    line-height: 57px;
    min-width: 264px;
    width: 264px;
  }
}
.mw_wp_form th > span {
  position: absolute;
  top: 8px;
  right: 0;
  width: 60px;
  line-height: 41px;
  color: #fff;
  text-align: center;
}
.mw_wp_form th > span.required {
  background-color: #C50000;
}
.mw_wp_form th > span.any {
  background-color: #999999;
}
@media screen and (max-width: 828px) {
  .mw_wp_form th {
    padding-left: 50px;
  }
  .mw_wp_form th > span {
    width: 40px;
    line-height: 30px;
    top: 10px;
    left: 0;
    font-size: 1.4rem;
  }
}
.mw_wp_form th small {
  display: block;
}
@media screen and (min-width: 829px) {
  .mw_wp_form th small {
    margin-top: -20px;
  }
}
.mw_wp_form td {
  width: auto;
  font-weight: 500;
}
@media screen and (min-width: 829px) {
  .mw_wp_form td {
    padding-left: clamp(28px, 3.5vw, 56px);
  }
}
@media screen and (max-width: 828px) {
  .mw_wp_form td th {
    font-weight: 500;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.mw_wp_form td input,
.mw_wp_form td select,
.mw_wp_form td textarea {
  font-size: 1.6rem;
  line-height: 1.4375em;
  font-family: inherit;
  background-color: #fff;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 829px) {
  .mw_wp_form td input,
  .mw_wp_form td select,
  .mw_wp_form td textarea {
    padding: 1em;
  }
}
@media screen and (max-width: 828px) {
  .mw_wp_form td input,
  .mw_wp_form td select,
  .mw_wp_form td textarea {
    padding: 10px;
  }
}
.mw_wp_form td input,
.mw_wp_form td textarea {
  width: 100%;
}
.mw_wp_form td select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 48px;
  background-image: url(../images/common/ico_arrow_select.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center right 16px;
}
.mw_wp_form td textarea {
  max-width: 720px;
  min-height: 180px;
}
.mw_wp_form td .var01 {
  max-width: 344px;
}
@media screen and (min-width: 829px) {
  .mw_wp_form td .var02 {
    max-width: 5em;
  }
}
@media screen and (max-width: 828px) {
  .mw_wp_form td .var02 {
    max-width: 4em;
  }
}
.mw_wp_form td input[type*=file] {
  width: auto;
  background-color: transparent;
  padding: 0;
  border: none;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
  margin-top: clamp(10px, 1vw, 16px);
}
.mw_wp_form td input[type*=file]::-webkit-file-upload-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
}
.mw_wp_form td input[type*=file]::file-selector-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
}
.mw_wp_form .error {
  display: block;
  font-size: 1.5rem;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: pink;
  margin-top: 8px;
}
.mw_wp_form .mwform-checkbox-field,
.mw_wp_form .mwform-radio-field {
  display: inline-block;
  margin-left: 0 !important;
}
@media screen and (max-width: 828px) {
  .mw_wp_form .mwform-checkbox-field,
  .mw_wp_form .mwform-radio-field {
    display: block;
  }
}
.mw_wp_form .mwform-checkbox-field ~ .error,
.mw_wp_form .mwform-radio-field ~ .error {
  margin-top: 0;
}
@media screen and (max-width: 828px) {
  .mw_wp_form .mwform-checkbox-field,
  .mw_wp_form .mwform-radio-field {
    margin-bottom: 8px;
  }
}
.mw_wp_form input[type=checkbox],
.mw_wp_form input[type=radio] {
  display: none;
}
.mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text,
.mw_wp_form input[type=checkbox] + .mwform-radio-field-text,
.mw_wp_form input[type=radio] + .mwform-checkbox-field-text,
.mw_wp_form input[type=radio] + .mwform-radio-field-text {
  position: relative;
  padding-left: 60px;
  margin-right: 20px;
  cursor: pointer;
  font-weight: 400;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
}
@media screen and (min-width: 829px) {
  .mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text,
  .mw_wp_form input[type=checkbox] + .mwform-radio-field-text,
  .mw_wp_form input[type=radio] + .mwform-checkbox-field-text,
  .mw_wp_form input[type=radio] + .mwform-radio-field-text {
    line-height: 57px;
  }
}
@media screen and (max-width: 828px) {
  .mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text,
  .mw_wp_form input[type=checkbox] + .mwform-radio-field-text,
  .mw_wp_form input[type=radio] + .mwform-checkbox-field-text,
  .mw_wp_form input[type=radio] + .mwform-radio-field-text {
    line-height: 32px;
  }
}
.mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text::before,
.mw_wp_form input[type=checkbox] + .mwform-radio-field-text::before,
.mw_wp_form input[type=radio] + .mwform-checkbox-field-text::before,
.mw_wp_form input[type=radio] + .mwform-radio-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #cccccc;
}
.mw_wp_form input[type=checkbox] + .mwform-radio-field-text,
.mw_wp_form input[type=radio] + .mwform-radio-field-text {
  padding-left: 40px;
}
@media screen and (max-width: 828px) {
  .mw_wp_form input[type=checkbox] + .mwform-radio-field-text,
  .mw_wp_form input[type=radio] + .mwform-radio-field-text {
    padding-left: 32px;
    margin-right: 0;
  }
}
.mw_wp_form input[type=checkbox] + .mwform-radio-field-text::before,
.mw_wp_form input[type=radio] + .mwform-radio-field-text::before {
  width: 24px;
  border-radius: 50%;
}
.mw_wp_form input[type=checkbox] + .mwform-radio-field-text::after,
.mw_wp_form input[type=radio] + .mwform-radio-field-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 8px;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  width: 8px;
  background-color: #C50000;
  border-radius: 50%;
  opacity: 0;
}
.mw_wp_form input[type=checkbox]:checked + .mwform-checkbox-field-text::before,
.mw_wp_form input[type=radio]:checked + .mwform-checkbox-field-text::before {
  background-image: url(../images/common/check.svg);
}
.mw_wp_form input[type=checkbox]:checked + .mwform-radio-field-text::after,
.mw_wp_form input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

@media screen and (min-width: 829px) {
  .mw_wp_form_input th,
  .mw_wp_form_input td {
    padding-bottom: 30px;
  }
  .mw_wp_form_input th {
    line-height: 58px;
  }
  .mw_wp_form_input td th,
  .mw_wp_form_input td td {
    font-weight: 400;
    padding-bottom: 24px;
  }
  .mw_wp_form_input td th {
    min-width: 210px;
    width: 210px;
  }
  .mw_wp_form_input td td {
    padding-left: 0;
  }
  .mw_wp_form_confirm th,
  .mw_wp_form_confirm td {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.7;
  }
  .mw_wp_form_confirm td th,
  .mw_wp_form_confirm td td {
    padding-top: 0;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .file-text {
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 501px) {
  .sp-break {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .sp-break {
    display: block !important;
  }
}

.form-agree {
  margin-top: clamp(20px, 2.5vw, 40px);
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 2em;
  font-weight: 400;
}
@media screen and (max-width: 828px) {
  .form-agree {
    margin-top: 20px;
  }
}
.mw_wp_form_confirm .form-agree {
  display: none !important;
}
.form-agree a {
  color: #333;
  text-decoration: underline;
}
@media screen and (min-width: 829px) {
  .form-agree {
    text-align: center;
  }
}

.form-wrap {
  margin-top: clamp(20px, 1.5vw, 24px);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px 24px;
}
.form-wrap input[type=checkbox] + .mwform-checkbox-field-text {
  margin-right: 0;
}

.form-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 64px;
}
@media screen and (max-width: 828px) {
  .form-btns {
    margin-top: 32px;
  }
}
.form-btns a,
.form-btns [type=submit] {
  display: block;
  text-align: center;
  width: 240px;
  line-height: 64px;
  border-radius: 40px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #FFB322;
  border: 2px solid #FFB322;
  padding: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
}
.form-btns a:hover,
.form-btns [type=submit]:hover {
  opacity: 1;
  color: #FFB322;
  background: #fff;
}

.ui-datepicker th {
  font-size: 1.3rem;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0;
  font-size: 1.2rem;
}

.thanks .mw_wp_form,
.submit .mw_wp_form {
  display: none;
}

.file__txt,
.file__caption {
  font-weight: 400;
}

@media screen and (min-width: 829px) {
  .check .mw_wp_form th small {
    margin-top: 0;
  }
}

/* page */
.m-yukafresh {
  padding: 120px 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F4F8F5;
  margin-bottom: 129px;
}
@media screen and (max-width: 828px) {
  .m-yukafresh {
    padding: 104px 0 80px;
    margin-bottom: 88px;
  }
}
.m-yukafresh .ttl {
  position: relative;
  text-align: center;
  padding-bottom: 32px;
  margin-bottom: 48px;
}
@media screen and (max-width: 828px) {
  .m-yukafresh .ttl {
    padding-bottom: 24px;
    margin-bottom: 52px;
  }
}
.m-yukafresh .ttl::before {
  position: absolute;
  content: "";
  width: 216px;
  height: 2px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  background: #FFB322;
}
@media screen and (max-width: 828px) {
  .m-yukafresh .ttl::before {
    width: 104px;
  }
}
.m-yukafresh .ttl h3 {
  font-size: clamp(2rem, 2.5806451613vw, 3.2rem);
}
.m-yukafresh .ttl h2 {
  font-size: clamp(4.6rem, 6.4516129032vw, 8rem);
  color: #43DE79;
}
.m-yukafresh .ttl--middle {
  font-size: clamp(3.2rem, 3.2258064516vw, 4rem);
  text-align: center;
}
.m-yukafresh .explanation {
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-weight: bold;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 49px;
}
@media screen and (max-width: 828px) {
  .m-yukafresh .explanation {
    margin-top: 24px;
    margin-bottom: 40px;
    text-align: left;
  }
}
.m-yukafresh .btn-area {
  margin-top: 72px;
}
@media screen and (max-width: 828px) {
  .m-yukafresh .btn-area {
    margin-top: 56px;
  }
}
.m-yukafresh .image {
  max-width: 676px;
}

.m-business .columns {
  gap: 80px;
}
@media screen and (max-width: 828px) {
  .m-business .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.m-business .column {
  -webkit-flex-basis: 42%;
      -ms-flex-preferred-size: 42%;
          flex-basis: 42%;
}
.m-business .column + .column {
  -webkit-flex-basis: 51%;
      -ms-flex-preferred-size: 51%;
          flex-basis: 51%;
}
.m-business .page__ttl {
  margin-bottom: 64px;
}
@media screen and (max-width: 828px) {
  .m-business .page__ttl {
    text-align: center;
    margin-bottom: 56px;
  }
}
.m-business--ttl {
  font-size: clamp(2.4rem, 2.2580645161vw, 2.8rem);
  margin-bottom: 40px;
  line-height: 1.6666666667;
}
.m-business--ttl::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6666666667) * (0.5em - 1px));
}
.m-business--ttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6666666667) * 0.5em);
}
@media screen and (max-width: 828px) {
  .m-business--ttl {
    margin-bottom: 32px;
  }
}
.m-business .btn-area {
  margin-top: 56px;
  text-align: left;
}
@media screen and (max-width: 828px) {
  .m-business .btn-area {
    margin-top: 48px;
    text-align: center;
  }
}

.m-cases {
  margin: 184px auto;
}
.m-cases .case__banner--wrapper:hover {
  opacity: 1;
}
@media screen and (max-width: 828px) {
  .m-cases {
    margin: 128px auto 144px;
  }
  .m-cases .case__banner--wrapper {
    display: block;
  }
  .m-cases .case__banner--wrapper .image {
    height: 357px;
  }
  .m-cases .case__banner--wrapper hgroup {
    padding: 17px;
    -webkit-transform: translate(50%, -80%);
            transform: translate(50%, -80%);
  }
  .m-cases .case__banner--wrapper .btn-area {
    bottom: 45px;
  }
}
.m-cases .btn-area {
  bottom: 60px;
  left: unset;
}
.m-cases .btn-area .btn1 {
  width: 256px;
  line-height: 64px;
  border-radius: 40px;
  background: #FFB322;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #FFB322;
}
.m-cases .btn-area .btn1:hover {
  color: #ffb322;
  background: #fff;
  opacity: 1;
  border: 2px solid #FFB322;
}

.m-company {
  margin-bottom: 219px;
}
@media screen and (max-width: 828px) {
  .m-company {
    margin-bottom: 128px;
  }
}
.m-company__ttl {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  margin-top: 16px;
}
@media screen and (max-width: 828px) {
  .m-company__ttl {
    text-align: center;
  }
}
.m-company .columns {
  gap: 48px;
}
@media screen and (max-width: 828px) {
  .m-company .columns {
    gap: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.m-company .column {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 828px) {
  .m-company .column a {
    display: block;
  }
}
.m-company .page__ttl {
  text-align: center;
  margin-bottom: 88px;
}
@media screen and (max-width: 828px) {
  .m-company .page__ttl {
    margin-bottom: 56px;
  }
}

.m-recruit {
  padding-bottom: clamp(88px, 10.1875vw, 163px);
  background-image: url(../../../uploads/2025/02/m-recruit-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
}
@media screen and (min-width: 829px) {
  .m-recruit {
    padding-top: clamp(88px, 11.375vw, 182px);
  }
}
@media screen and (max-width: 828px) {
  .m-recruit {
    padding-top: 346px;
  }
}
@media screen and (max-width: 828px) {
  .m-recruit {
    padding: 346px 0 88px;
  }
}
.m-recruit--ttl {
  margin: 64px 0 48px;
  font-size: clamp(3.2rem, 3.3870967742vw, 4.2rem);
}
@media screen and (max-width: 828px) {
  .m-recruit--ttl {
    margin: 56px 0 32px;
  }
}
.m-recruit p {
  font-weight: bold;
}
@media screen and (max-width: 828px) {
  .m-recruit p br {
    display: none;
  }
}
.m-recruit .btn-area {
  text-align: left;
  margin-top: 56px;
}
@media screen and (max-width: 828px) {
  .m-recruit .btn-area {
    margin-top: 48px;
  }
}
@media screen and (max-width: 828px) {
  .m-recruit .sp_break {
    display: block;
  }
}

.m-news {
  margin-top: 135px;
}
@media screen and (max-width: 828px) {
  .m-news {
    margin-top: 128px;
  }
  .m-news .page__ttl {
    text-align: center;
    margin-bottom: 56px;
  }
}
.m-news .columns {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-news .column {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
.m-news .column + .column {
  -webkit-flex-basis: 78%;
      -ms-flex-preferred-size: 78%;
          flex-basis: 78%;
}

.m-news_list {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 32px;
}
@media screen and (min-width: 829px) {
  .m-news_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.m-news_list + .m-news_list {
  padding-top: 32px;
}
.m-news_list time {
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  color: #43DE79;
  display: inline-block;
}
.m-news_list a {
  display: inline-block;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  position: relative;
  width: 100%;
}
.m-news_list a:hover {
  opacity: 1;
}
.m-news_list a:hover #ico-circle {
  fill: #fff;
}
.m-news_list a:hover #Icon_ion-ios-arrow-forward {
  fill: #FFB322;
}
@media screen and (max-width: 828px) {
  .m-news_list p {
    padding-right: 30px;
  }
}
.m-news_list svg {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border: 1px solid #FFB322;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m-news_more {
  margin-top: 24px;
}
.m-news_more a {
  font-size: clamp(1.3rem, 1.2096774194vw, 1.5rem);
  text-decoration: underline;
  font-weight: bold;
}

.m-body .page__ttl h2 {
  font-size: clamp(3rem, 2.7419354839vw, 3.4rem);
  font-weight: bold;
}
.m-body .page__ttl small {
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  font-weight: bold;
  display: block;
  margin-top: 15px;
  color: #43DE79;
}
.m-body .m-recruit .page__ttl small {
  color: #fff;
}
.m-body .case__banner {
  margin-top: 184px;
}
@media screen and (max-width: 828px) {
  .m-body .case__banner {
    margin-top: 128px;
  }
}

.mv_block {
  display: block;
  background-color: #fff;
}
@media screen and (min-width: 829px) {
  .mv_block {
    padding-top: 104px;
  }
}
@media screen and (min-width: 829px) {
  .mv_block {
    padding-top: 80px;
  }
}
.mv_block .mv_block__content {
  position: relative;
}
.mv_block .mv_block__visual {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 828px) {
  .mv_block .mv_block__visual {
    height: 415px;
  }
}
.mv_block .mv_block__image {
  display: block;
  width: 100%;
}
@media screen and (min-width: 829px) {
  .mv_block .mv_block__image {
    height: auto;
  }
}
@media screen and (max-width: 828px) {
  .mv_block .mv_block__image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.mv_block .mv_block__head {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  padding-top: clamp(28px, 2.625vw, 42px);
  padding-left: clamp(28px, 6.1875vw, 99px);
  padding-right: clamp(28px, 6.1875vw, 99px);
  padding-bottom: clamp(28px, 2.625vw, 42px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
  min-width: 335px;
}
.mv_block .mv_block__lead {
  display: block;
  text-align: center;
  font-size: clamp(2.4rem, 3.6290322581vw, 4.5rem);
  margin-bottom: 16px;
}
.mv_block .mv_block__lead br {
  display: block;
}
@media screen and (min-width: 829px) {
  .mv_block .mv_block__lead {
    line-height: 1.4444444444;
  }
  .mv_block .mv_block__lead::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4444444444) * (0.5em - 1px));
  }
  .mv_block .mv_block__lead::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  }
}
@media screen and (max-width: 828px) {
  .mv_block .mv_block__lead {
    line-height: 1.4583333333;
  }
  .mv_block .mv_block__lead::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4583333333) * (0.5em - 1px));
  }
  .mv_block .mv_block__lead::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4583333333) * 0.5em);
  }
}
@media screen and (min-width: 829px) {
  .mv_block .mv_block__img {
    max-width: 522px;
  }
}
@media screen and (max-width: 828px) {
  .mv_block .mv_block__img {
    max-width: 282px;
  }
}

.l-policy dd {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
}
.l-policy dd + dt {
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  color: #333;
  margin-top: 54px;
  font-weight: bold;
  margin-bottom: 5px;
}
.l-policy li {
  position: relative;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-policy li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

@media screen and (min-width: 829px) {
  .l-found {
    padding-top: 0;
  }
}
@media screen and (max-width: 828px) {
  .l-found {
    padding-top: 60px;
  }
}

.l-found_lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.l-found_lead span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(3.6rem, 4.8387096774vw, 6rem);
  font-weight: 600;
  color: #C6C6C6;
}
.l-found_lead h1 {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
}

@media screen and (min-width: 829px) {
  .l-found_menu {
    margin-top: 49px;
  }
  .l-found_menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 24px 0;
    max-width: 732px;
    margin: auto;
  }
  .l-found_menu li {
    font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
    padding: 0 2em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1;
  }
  .l-found_menu li + li {
    border-left: 1px solid #333;
  }
  .l-found_menu a {
    font-size: inherit;
  }
}
@media screen and (max-width: 828px) {
  .l-found_menu {
    margin-top: 40px;
  }
  .l-found_menu li {
    border-bottom: 1px solid #333;
  }
  .l-found_menu a {
    font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
    padding: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.l-found_menu a {
  display: block;
  text-align: center;
  font-weight: bold;
}

.l-contact h2 {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  margin-bottom: 10px;
}

.l-contact_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 829px) {
  .l-contact_list {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 828px) {
  .l-contact_list {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

.l-contact_tab {
  position: relative;
  width: 296px;
  color: #333;
  background: #fff;
  text-align: center;
  border: 1px solid #43DE79;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 400;
}
.l-contact_tab.active {
  color: #fff;
  background: #43DE79;
}
@media screen and (min-width: 829px) {
  .l-contact_tab {
    line-height: 54px;
  }
}
@media screen and (max-width: 828px) {
  .l-contact_tab {
    line-height: 34px;
  }
}

.l-contact_count {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 829px) {
  .l-contact_count {
    left: 16px;
  }
}
@media screen and (max-width: 828px) {
  .l-contact_count {
    left: 8px;
  }
}

.l-contact_line {
  display: block;
  height: 1px;
  background: #43DE79;
}
@media screen and (min-width: 829px) {
  .l-contact_line {
    width: 72px;
    -webkit-flex-basis: 72px;
        -ms-flex-preferred-size: 72px;
            flex-basis: 72px;
  }
}
@media screen and (max-width: 828px) {
  .l-contact_line {
    width: 20px;
    -webkit-flex-basis: 20px;
        -ms-flex-preferred-size: 20px;
            flex-basis: 20px;
  }
}

.l-personality .section.__1 {
  margin-bottom: 128px;
}
@media screen and (max-width: 828px) {
  .l-personality .section.__1 {
    margin-bottom: 52px;
  }
}
.l-personality .section.__1 .columns {
  gap: 80px;
}
@media screen and (max-width: 828px) {
  .l-personality .section.__1 .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-personality .section.__1 .column {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.l-personality .section.__1 .column + .column {
  -webkit-flex-basis: 42%;
      -ms-flex-preferred-size: 42%;
          flex-basis: 42%;
}
@media screen and (max-width: 828px) {
  .l-personality .section.__1 .column {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .l-personality .section.__1 .column + .column {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.l-personality .section.__2 {
  padding: 120px 0;
  background: #f4f8f5;
}
@media screen and (max-width: 828px) {
  .l-personality .section.__2 {
    padding: 52px 0;
  }
}
.l-personality .section.__2 .columns {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 451px) {
  .l-personality .section.__2 .columns {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 451px) and (min-width: 829px) {
  .l-personality .section.__2 .columns {
    gap: 48px;
  }
}
@media screen and (min-width: 451px) and (max-width: 828px) {
  .l-personality .section.__2 .columns {
    gap: 24px;
  }
}
@media screen and (max-width: 450px) {
  .l-personality .section.__2 .columns {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
.l-personality .section__ttl--small {
  margin: 24px 0;
}
@media screen and (max-width: 828px) {
  .l-personality .section__ttl--small {
    margin: 16px 0;
  }
}

.l-company .section + .section {
  margin-top: 128px;
}
@media screen and (max-width: 828px) {
  .l-company .section + .section {
    margin-top: 104px;
  }
}

.l-business .case__banner {
  margin-bottom: 0;
}
.l-business .btn-area {
  text-align: left;
}
@media screen and (max-width: 828px) {
  .l-business .btn-area {
    text-align: center;
  }
}
.l-business .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 828px) {
  .l-business .columns {
    gap: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.l-business .column {
  -webkit-flex-basis: 50.8%;
      -ms-flex-preferred-size: 50.8%;
          flex-basis: 50.8%;
}
.l-business .column + .column {
  -webkit-flex-basis: 42.5%;
      -ms-flex-preferred-size: 42.5%;
          flex-basis: 42.5%;
}
.l-business .section:nth-of-type(even) .columns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 828px) {
  .l-business .section:nth-of-type(even) .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.l-business .section + .section {
  margin-top: 128px;
}
@media screen and (max-width: 828px) {
  .l-business .section + .section {
    margin-top: 104px;
  }
}

.l-yukafresh .section + .section {
  margin-top: 128px;
}
@media screen and (max-width: 828px) {
  .l-yukafresh .section + .section {
    margin-top: 104px;
  }
}
@media screen and (max-width: 450px) {
  .l-yukafresh .section + .section {
    margin-top: 60px;
  }
}
.l-yukafresh .__2 {
  background: #F4F8F5;
  padding: 120px 0;
}
@media screen and (max-width: 828px) {
  .l-yukafresh .__2 {
    padding: 104px 0;
  }
}
@media screen and (max-width: 450px) {
  .l-yukafresh .__2 {
    padding: 60px 0;
  }
}
@media screen and (min-width: 829px) {
  .l-yukafresh .__2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 54px;
  }
}
@media screen and (max-width: 828px) {
  .l-yukafresh .__2 {
    display: block;
  }
  .l-yukafresh .__2 .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-yukafresh .__2 .column {
  max-width: 676px;
  width: 56.3333333333%;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.l-yukafresh .__2 .column + .column {
  max-width: unset;
  width: unset;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 828px) {
  .l-yukafresh .__2 .column + .column {
    margin-top: 32px;
  }
}
.l-yukafresh .catch {
  margin-bottom: 120px;
}
@media screen and (max-width: 828px) {
  .l-yukafresh .catch {
    margin-bottom: 80px;
  }
}
.l-yukafresh .catch__ttl {
  position: relative;
  text-align: center;
  padding-bottom: 32px;
  margin-bottom: 48px;
}
@media screen and (max-width: 828px) {
  .l-yukafresh .catch__ttl {
    padding-bottom: 24px;
    margin-bottom: 52px;
  }
}
.l-yukafresh .catch__ttl::before {
  position: absolute;
  content: "";
  width: 216px;
  height: 2px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  background: #FFB322;
}
@media screen and (max-width: 828px) {
  .l-yukafresh .catch__ttl::before {
    width: 104px;
  }
}
.l-yukafresh .catch__ttl h3 {
  font-size: clamp(2rem, 2.5806451613vw, 3.2rem);
}
.l-yukafresh .catch__ttl h2 {
  font-size: clamp(4.6rem, 6.4516129032vw, 8rem);
  color: #43DE79;
}
.l-yukafresh .catch__ttl--middle {
  font-size: clamp(3.2rem, 3.2258064516vw, 4rem);
  text-align: center;
}
.l-yukafresh .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 828px) {
  .l-yukafresh .columns {
    gap: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.l-yukafresh .column {
  -webkit-flex-basis: 50.8%;
      -ms-flex-preferred-size: 50.8%;
          flex-basis: 50.8%;
}
.l-yukafresh .column + .column {
  -webkit-flex-basis: 42.5%;
      -ms-flex-preferred-size: 42.5%;
          flex-basis: 42.5%;
}
.l-yukafresh .clm3 {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 451px) and (min-width: 829px) {
  .l-yukafresh .clm3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 64px 48px;
  }
}
@media screen and (min-width: 451px) and (max-width: 828px) {
  .l-yukafresh .clm3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
}
@media screen and (max-width: 450px) {
  .l-yukafresh .clm3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.l-yukafresh .section__ttl--small {
  margin: 24px 0;
}
.l-yukafresh .section__ttl--label {
  font-size: 1.8rem;
  background: #43DE79;
  color: #fff;
  padding: 18px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 24px;
}
@media screen and (max-width: 450px) {
  .l-yukafresh .section__ttl--label {
    padding: 10px 16px 12px;
  }
}
.l-yukafresh .section__wrap + .section__wrap {
  margin-top: 32px;
}

@media screen and (max-width: 1200px) {
  .l-cases th, .l-cases td {
    line-height: 1;
  }
}

.l-news .cm-list .wp-pagenavi a {
  border: none;
  padding: 0;
}
.l-news .cm-list .wp-pagenavi a:hover {
  background-color: #FFB322;
  border-color: #FFB322;
}
.l-news .cm-list .wp-pagenavi span.current {
  border-color: #FFB322;
}
.l-news .cm-list .wp-pagenavi span:hover {
  background-color: #FFB322;
  border-color: #FFB322;
}
.l-news .cm-list .wp-pagenavi .previouspostslink,
.l-news .cm-list .wp-pagenavi .nextpostslink {
  position: relative;
  color: transparent !important;
  text-indent: -9999px;
  overflow: clip;
}
.l-news .cm-list .wp-pagenavi .previouspostslink::after,
.l-news .cm-list .wp-pagenavi .nextpostslink::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 9px 16px;
  background-position: center center;
  -webkit-transition: inherit;
  transition: inherit;
}
.l-news .cm-list .wp-pagenavi .previouspostslink:hover::after,
.l-news .cm-list .wp-pagenavi .nextpostslink:hover::after {
  -webkit-filter: brightness(100) saturate(100%);
          filter: brightness(100) saturate(100%);
}
.l-news .cm-list .wp-pagenavi .previouspostslink::after {
  background-image: url(../../../uploads/2025/02/ico-ionic-ios-arrow-left.png);
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}
.l-news .cm-list .wp-pagenavi .nextpostslink::after {
  background-image: url(../../../uploads/2025/02/ico-ionic-ios-arrow-right.png);
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}
.l-news .cm-list .current {
  background-color: #FFB322;
}

@media screen and (max-width: 828px) {
  #news .p-column + .p-column {
    margin-top: 0;
    padding-top: 0;
  }
  #news .p-column_text {
    margin-top: 0;
  }
}
.case__banner {
  margin-top: 128px;
}
@media screen and (max-width: 828px) {
  .case__banner {
    margin-top: 104px;
  }
}
.case__banner--wrapper {
  position: relative;
  max-width: 900px;
  margin: auto;
}
.case__banner--wrapper hgroup {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.4);
  width: 247px;
  text-align: center;
}
@media screen and (max-width: 828px) {
  .case__banner--wrapper hgroup {
    -webkit-transform: translate(50%, -70%);
            transform: translate(50%, -70%);
    padding: 12px;
  }
}
.case__banner--wrapper .btn-area {
  position: absolute;
  right: 16px;
  bottom: 16px;
}
@media screen and (max-width: 828px) {
  .case__banner--wrapper .btn-area {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .case__banner--wrapper .image {
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.case__banner--ttl {
  font-size: clamp(3.4rem, 2.4193548387vw, 3rem);
}
.case__banner--ttl small {
  color: #43DE79;
  font-weight: bold;
  font-size: clamp(1.5rem, 1.1290322581vw, 1.4rem);
  display: block;
  margin-top: 16px;
  text-align: center;
}

.section__ttl {
  font-size: 2.4rem;
  padding-bottom: 16px;
  border-bottom: 2px solid #43DE79;
  margin-bottom: 64px;
}
@media screen and (max-width: 828px) {
  .section__ttl {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 48px;
  }
}
.section__ttl--lead {
  font-size: 2.8rem;
  margin-bottom: 40px;
  line-height: 2;
}
@media screen and (max-width: 828px) {
  .section__ttl--lead {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
}
.section__ttl--small {
  font-size: 2rem;
}
@media screen and (max-width: 828px) {
  .section__ttl--small {
    font-size: 1.8rem;
  }
}
.section__ttl--small.-green {
  color: #43DE79;
  margin-bottom: 24px;
}
.section__ttl--label {
  font-size: 1.8rem;
  background: #43DE79;
  color: #fff;
  padding: 18px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 24px;
}
.section__wrap + .section__wrap {
  margin-top: 105px;
}

.wrap-anchorlink {
  margin-bottom: 80px;
}
@media screen and (max-width: 828px) {
  .wrap-anchorlink {
    margin-bottom: 60px;
  }
}
.wrap-anchorlink ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 828px) {
  .wrap-anchorlink ul {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.wrap-anchorlink .page_item a {
  width: 256px;
  line-height: 64px;
  border-radius: 40px;
  background: #C6C6C6;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  border: #C6C6C6 2px solid;
}
@media screen and (max-width: 828px) {
  .wrap-anchorlink .page_item a {
    line-height: 56px;
    width: 224px;
  }
}
.wrap-anchorlink .page_item a:hover {
  opacity: 1;
  background: #fff;
  color: #FFB322;
  border: #FFB322 2px solid;
}
.wrap-anchorlink .page_item.current_page_item a {
  border: #FFB322 2px solid;
  background: #FFB322;
}
.wrap-anchorlink .page_item.current_page_item a:hover {
  opacity: 1;
  background: #fff;
  color: #FFB322;
}

.btn-area {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 828px) {
  .btn-area {
    margin-top: 60px;
  }
}
.btn-area a {
  width: 256px;
  line-height: 64px;
  border-radius: 40px;
  background: #FFB322;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #FFB322;
}
@media screen and (max-width: 828px) {
  .btn-area a {
    line-height: 56px;
    width: 224px;
  }
}
.btn-area a:hover {
  color: #ffb322;
  background: #fff;
  opacity: 1;
  border: 2px solid #FFB322;
}
.btn-area.anc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 80px;
}
@media screen and (max-width: 828px) {
  .btn-area.anc {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.btn-area.anc a {
  position: relative;
}
.btn-area.anc a:hover {
  color: #FFB322;
  background: #fff;
  border: 2px solid #FFB322;
  opacity: 1;
}
.btn-area.anc a:hover #ico-circle {
  fill: #FFB322;
}
.btn-area.anc a:hover #Icon_ion-ios-arrow-forward {
  fill: #fff;
}
.btn-area.anc a svg {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.list-wrap + .list-wrap {
  margin-top: 35px;
}

.page__top {
  margin-top: 56px;
}
.page__top a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: underline;
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
.page__top .image--inline {
  max-width: 24px;
}

.ceo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 20px;
}
.ceo span {
  font-size: clamp(2.4rem, 1.7741935484vw, 2.2rem);
  font-weight: bold;
}

.clm3 {
  gap: 48px;
}
.clm3 .column {
  -webkit-flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
}

.faq__wrap + .faq__wrap {
  margin-top: 40px;
}

.cases__wrap + .cases__wrap {
  margin-top: 165px;
}
@media screen and (max-width: 828px) {
  .cases__wrap + .cases__wrap {
    margin-top: 104px;
  }
}
.cases .columns {
  gap: 48px;
}
.cases .columns .column {
  -webkit-flex-basis: 30.6%;
      -ms-flex-preferred-size: 30.6%;
          flex-basis: 30.6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 828px) {
  .cases .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cases .column__title {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 20px;
}
.cases th, .cases td {
  text-align: center;
}
@media screen and (max-width: 828px) {
  .cases th, .cases td {
    display: table-cell;
    min-width: 190px;
  }
}
@media screen and (max-width: 828px) {
  .cases table {
    margin-top: 10px;
  }
}

.pnavi {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  text-align: center;
}
@media screen and (min-width: 829px) {
  .pnavi {
    padding-top: 32px;
    margin-top: 120px;
  }
}
@media screen and (max-width: 828px) {
  .pnavi {
    padding-top: 24px;
    margin-top: 60px;
  }
}
.pnavi a,
.pnavi span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  font-weight: bold;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  border: none;
}
.pnavi a:hover,
.pnavi span:hover {
  opacity: 1;
  color: #fff;
  background-color: #FFB322;
  border-color: #FFB322;
}
.pnavi .current {
  color: #fff;
  background-color: #FFB322;
  border-color: #FFB322;
}
.pnavi .pages {
  display: none;
}
.pnavi .prev,
.pnavi .next {
  position: relative;
  color: transparent !important;
  text-indent: -9999px;
  overflow: clip;
}
.pnavi .prev::after,
.pnavi .next::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 9px 16px;
  background-position: center center;
  -webkit-transition: inherit;
  transition: inherit;
}
.pnavi .prev:hover::after,
.pnavi .next:hover::after {
  -webkit-filter: brightness(100) saturate(100%);
          filter: brightness(100) saturate(100%);
}
.pnavi .prev::after {
  background-image: url(../../../uploads/2025/02/ico-ionic-ios-arrow-left.png);
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}
.pnavi .next::after {
  background-image: url(../../../uploads/2025/02/ico-ionic-ios-arrow-right.png);
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}

.news-single .s-content_inner a {
  color: #333;
}

@media screen and (max-width: 828px) {
  .sp_break {
    display: block;
  }
}
.cases_link {
  position: relative;
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 260px;
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 828px) {
  .cases_link {
    height: 357px;
  }
}
.cases_link:hover {
  opacity: 1;
}
.cases_link:hover .cases_link__pic .image {
  scale: 1.1;
}
.cases_link:hover .cases_link__txt {
  background-color: #fff;
  color: #FFB322;
  border: 2px solid #FFB322;
  font-size: 1.6rem;
}
.cases_link .cases_link__pic {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: clip;
}
.cases_link .cases_link__pic .image {
  display: block;
  width: 100%;
  height: 100%;
  scale: 1;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -o-object-fit: cover;
     object-fit: cover;
}
.cases_link .cases_link__head {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  padding-top: 12px;
  padding-left: 55px;
  padding-right: 56px;
  padding-bottom: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  gap: 16px;
}
@media screen and (max-width: 828px) {
  .cases_link .cases_link__head {
    padding-top: 17px;
    padding-left: 64px;
    padding-right: 63px;
    padding-bottom: 21px;
    gap: 8px;
    width: 247px;
    top: 80px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.cases_link .cases_link__lead {
  font-size: clamp(3rem, 2.7419354839vw, 3.4rem);
}
.cases_link .cases_link__caption {
  display: block;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  color: #43DE79;
}
.cases_link .cases_link__txt {
  background-color: #FFB322;
  color: #fff;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  border: 2px solid #FFB322;
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 256px;
  text-align: center;
  line-height: 64px;
  border-radius: 40px;
}
@media screen and (max-width: 828px) {
  .cases_link .cases_link__txt {
    right: 50%;
    bottom: 80px;
    -webkit-transform: translate(50%);
            transform: translate(50%);
    line-height: 52px;
    width: 224px;
  }
}

.company_block + .company_block {
  margin-top: clamp(80px, 8.125vw, 130px);
}

.company_block__wrap + .company_block__wrap {
  margin-top: clamp(40px, 3.5vw, 56px);
}

.company_block__images {
  margin-top: clamp(24px, 2vw, 32px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .company_block__images {
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .company_block__images {
    gap: 24px;
  }
}

.company_block__image {
  display: block;
  max-width: 378px;
}

.company_block__text {
  display: block;
  font-size: clamp(1.3rem, 1.2903225806vw, 1.6rem);
  line-height: 2;
  text-align: center;
}

.company_block__link {
  text-decoration: underline;
}

.p-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  max-width: 938px;
  margin: auto;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #EBEBEB;
}
@media screen and (max-width: 828px) {
  .p-column {
    display: block;
  }
  .p-column + .p-column {
    margin-top: 48px;
    padding-top: 48px;
  }
}

.p-column_pic {
  width: 100%;
}
@media screen and (min-width: 829px) {
  .p-column_pic {
    width: 40%;
  }
}

.p-column_text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-column_text time {
  display: block;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  color: #43DE79;
  margin-bottom: 16px;
  font-weight: bold;
}
.p-column_text h2 {
  font-size: clamp(1.6rem, 1.2096774194vw, 1.5rem);
  font-weight: 400;
}
.p-column_text a {
  font-size: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-column_text a:hover {
  opacity: 1;
}
.p-column_text a:hover #ico-circle {
  fill: #fff;
}
.p-column_text a:hover #Icon_ion-ios-arrow-forward {
  fill: #FFB322;
}
.p-column_text a svg {
  display: block;
  aspect-ratio: 1/1;
  max-width: 24px;
  width: 100%;
  height: auto;
  border: 1px solid #FFB322;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 828px) {
  .p-column_text {
    margin-top: 48px;
  }
}

.p-column_inner {
  font-size: clamp(1.3rem, 1.2096774194vw, 1.5rem);
  line-height: 2;
  font-weight: 500;
}

.s-content {
  max-width: 938px;
  width: 100%;
  margin: auto;
}

.s-content_image {
  margin-bottom: 39px;
}

.s-content_headline {
  display: block;
  margin-bottom: 40px;
}
.s-content_headline time {
  display: block;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  color: #43DE79;
  margin-bottom: 16px;
  font-weight: bold;
}
.s-content_headline h2 {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
}

.s-content_inner a {
  color: #43DE79;
  text-decoration: underline;
}/*# sourceMappingURL=customize.css.map */