@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #46403b;
  background: #fefefe;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

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

h1,
p {
  margin: 0;
}

@media screen and (max-width: 768px) {
  html,
  body {
    overflow-x: clip;
  }
}
.sec-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.sec-heading--left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.sec-heading__en {
  font-family: "Nothing You Could Do", cursive;
  font-size: 80px;
  line-height: 1.2;
  color: rgba(22, 127, 166, 0.2);
  margin-bottom: -60px;
}

.sec-heading__ja {
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.5;
  color: #46403b;
}
.sec-heading__ja p {
  display: inline;
  margin: 0;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  padding: 20px 40px;
  background: #fefefe;
  width: 100%;
}

.header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__logo img {
  width: 140px;
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
}

.gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 25px;
}

.gnav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  text-align: center;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.gnav__link:hover {
  opacity: 0.7;
}

.gnav__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;
}
.gnav__icon img {
  width: auto;
  height: auto;
}

.gnav__label {
  font-size: 20px;
  font-weight: 500;
  color: #46403b;
  white-space: nowrap;
}

.header__sns {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.header__sns:hover {
  opacity: 0.7;
}
.header__sns img {
  width: 35px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__tel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.header__tel-icon {
  width: 30px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__tel-num {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  color: #46403b;
  white-space: nowrap;
}

.header__tel-hours {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #46403b;
  white-space: nowrap;
}
.header__tel-hours > p {
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  white-space: inherit;
}

.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 240px;
  height: 66px;
  border: 1px solid #106bb0;
  border-radius: 10px;
  background: #fefefe;
  color: #106bb0;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.header__contact img {
  width: 20px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__burger {
  display: none;
}

.header__overlay {
  display: none;
}

@media screen and (max-width: 768px) {
  .header {
    position: sticky;
    top: 0;
    z-index: 100;
    gap: 12px;
    padding: 12px 16px;
  }
  .header__logo img {
    width: 104px;
    height: 56px;
  }
  .header__burger {
    position: relative;
    z-index: 3;
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  .header__burger-bar {
    position: absolute;
    left: 12px;
    width: 24px;
    height: 2px;
    border-radius: 2px;
    background: #106bb0;
    -webkit-transition: opacity 0.2s ease, top 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.2s ease, top 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.2s ease, top 0.3s ease;
    transition: transform 0.3s ease, opacity 0.2s ease, top 0.3s ease, -webkit-transform 0.3s ease;
  }
  .header__burger-bar:nth-child(1) {
    top: 17px;
  }
  .header__burger-bar:nth-child(2) {
    top: 23px;
  }
  .header__burger-bar:nth-child(3) {
    top: 29px;
  }
  .is-nav-open .header__burger-bar:nth-child(1) {
    top: 23px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .is-nav-open .header__burger-bar:nth-child(2) {
    opacity: 0;
  }
  .is-nav-open .header__burger-bar:nth-child(3) {
    top: 23px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header__right {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
    width: min(86%, 320px);
    height: 100%;
    padding: 88px 20px 40px;
    overflow-y: auto;
    background: #fefefe;
    -webkit-box-shadow: -4px 0 20px rgba(0, 0, 0, 0.12);
            box-shadow: -4px 0 20px rgba(0, 0, 0, 0.12);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: hidden;
    -webkit-transition: visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, visibility 0.3s ease;
    transition: transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-overflow-scrolling: touch;
  }
  .is-nav-open .header__right {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
  .gnav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header__tel {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header__contact {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header__sns {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .header__overlay {
    position: fixed;
    inset: 0;
    z-index: 1;
    display: block;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .is-nav-open .header__overlay {
    opacity: 1;
    visibility: visible;
  }
  .is-nav-open {
    overflow: hidden;
  }
  .gnav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
  }
  .gnav__item + .gnav__item {
    border-top: 1px solid rgba(16, 107, 176, 0.15);
  }
  .gnav__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12px;
    min-height: 52px;
    padding: 6px 4px;
    text-align: left;
  }
  .gnav__icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 28px;
    height: auto;
  }
  .gnav__icon img {
    width: auto;
    height: auto;
    max-width: 24px;
    max-height: 24px;
  }
  .gnav__label {
    font-size: 16px;
    white-space: normal;
  }
  .header__tel {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 24px;
  }
  .header__tel-link {
    min-height: 44px;
  }
  .header__tel-icon {
    width: 22px;
    height: 26px;
  }
  .header__tel-num {
    font-size: 26px;
  }
  .header__tel-hours {
    font-size: 12px;
    white-space: normal;
  }
  .header__contact {
    width: 100%;
    height: 56px;
    margin-top: 12px;
  }
  .header__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: start;
        align-self: flex-start;
    min-height: 44px;
    margin-top: 20px;
  }
}
.fv {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fefefe;
}

.fv__canvas {
  position: relative;
  width: 100%;
  min-width: 1440px;
  height: 840px;
  margin: 0 auto;
}

.fv__bg {
  position: absolute;
  left: -12.15%;
  top: -0.9%;
  width: 100.46%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.fv__leaf {
  position: absolute;
  left: -250px;
  top: 374px;
  width: 460px;
  height: auto;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 2;
  pointer-events: none;
}

.fv__photo {
  position: absolute;
  left: 50.11%;
  top: -2.13%;
  width: 60.83%;
  height: 104.29%;
  z-index: 2;
}
.fv__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__catch {
  position: absolute;
  left: 194px;
  top: 212px;
  z-index: 3;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}
.fv__catch p {
  display: inline;
  margin: 0;
}

.fv__catch-line1 {
  display: block;
  font-size: 46px;
  color: #46403b;
}

.fv__catch-line2 {
  display: block;
  font-size: 64px;
  color: #167fa6;
}

.fv__divider {
  position: absolute;
  left: 199px;
  top: 424px;
  width: 440px;
  height: 56px;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  z-index: 3;
  pointer-events: none;
}

.fv__lead {
  position: absolute;
  left: 217px;
  top: 484px;
  z-index: 3;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  color: #46403b;
  white-space: nowrap;
}
.fv__lead > p {
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  white-space: inherit;
}

.fv__badge {
  position: absolute;
  left: 814px;
  top: 550px;
  width: 252px;
  height: 252px;
  border-radius: 50%;
  background: #effbff;
  z-index: 4;
}

.fv__badge-ring {
  position: absolute;
  inset: 6.5px;
  border: 1px solid #fefefe;
  border-radius: 50%;
}

.fv__badge-leaf {
  position: absolute;
  left: 4px;
  top: 24px;
  width: 117px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.fv__badge-text {
  position: absolute;
  top: 77px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #46403b;
  white-space: nowrap;
}
.fv__badge-text span {
  display: block;
}
.fv__badge-text b,
.fv__badge-text strong {
  font-weight: 700;
  color: #167fa6;
}
.fv__badge-text p {
  display: inline;
  margin: 0;
}

.fv__badge-deco {
  position: absolute;
  left: 121px;
  top: 199px;
  width: 112px;
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
}

.fv__points {
  position: absolute;
  left: 94px;
  top: 649px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  z-index: 5;
}

.fv__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.fv__point-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fafcfd;
  border: 3px solid transparent;
  overflow: hidden;
}
.fv__point-icon img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.fv__point--blue .fv__point-icon {
  border-color: #106bb0;
}
.fv__point--blue .fv__point-icon img {
  width: 41px;
  height: 40px;
}

.fv__point--green .fv__point-icon {
  border-color: #96dd52;
}
.fv__point--green .fv__point-icon img {
  width: 40px;
  height: 46px;
}

.fv__point--orange .fv__point-icon {
  border-color: #f3983a;
}
.fv__point--orange .fv__point-icon img {
  width: 56px;
  height: 30px;
}

.fv__point-text {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
  color: #333333;
  white-space: nowrap;
}
.fv__point-text p {
  display: inline;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .fv__canvas {
    min-width: 0;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    padding: 24px 16px 40px;
  }
  .fv__catch,
  .fv__divider,
  .fv__lead,
  .fv__photo,
  .fv__points {
    position: static;
    left: auto;
    top: auto;
  }
  .fv__catch {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .fv__divider {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .fv__photo {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .fv__badge {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .fv__lead {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .fv__points {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .fv__bg {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fv__leaf {
    display: none;
  }
  .fv__catch {
    white-space: normal;
    text-align: center;
  }
  .fv__catch-line1 {
    font-size: 24px;
  }
  .fv__catch-line2 {
    font-size: 32px;
  }
  .fv__divider {
    width: 100%;
    max-width: 260px;
    height: auto;
  }
  .fv__photo {
    width: 100%;
    height: auto;
  }
  .fv__photo img {
    width: 100%;
    height: auto;
  }
  .fv__lead {
    margin: 0;
    font-size: 15px;
    white-space: normal;
    text-align: center;
  }
  .fv__badge {
    position: relative;
    left: auto;
    top: auto;
    z-index: 4;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: -150px;
  }
  .fv__points {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .fv__point {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    text-align: center;
  }
  .fv__point-icon {
    width: 64px;
    height: 64px;
  }
  .fv__point-text {
    font-size: 12px;
    white-space: normal;
  }
}
.menu {
  position: relative;
  overflow: hidden;
  padding: 60px 0 30px;
  background: #fefefe;
}

.menu__plant {
  position: absolute;
  right: -40px;
  top: 150px;
  width: 340px;
  height: auto;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.menu__cards {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

.card {
  position: relative;
  width: 400px;
}

.card__photo {
  height: 300px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.card__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__body {
  position: relative;
  z-index: 2;
  margin-top: -106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 30px 39px;
  background: #fefefe;
  border-radius: 40px 40px 0 0;
  text-align: center;
}

.card__title {
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
}
.card__title p {
  display: inline;
  margin: 0;
}

.card__desc {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
.card__desc > p {
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  white-space: inherit;
}

.card__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.card__more:hover {
  opacity: 0.7;
}

.card__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fefefe;
  font-weight: 900;
  font-size: 11px;
  line-height: 1;
}

.card__icon {
  position: absolute;
  left: 25px;
  top: 152px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fafcfd;
  border: 3px solid transparent;
}
.card__icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 44px;
  max-height: 48px;
}

.card--blue .card__title {
  color: #106bb0;
}
.card--blue .card__icon {
  border-color: #106bb0;
}
.card--blue .card__arrow {
  background: #106bb0;
}

.card--orange .card__title {
  color: #f3983a;
}
.card--orange .card__icon {
  border-color: #f3983a;
}
.card--orange .card__arrow {
  background: #f3983a;
}

.card--pink .card__title {
  color: #eb6f8a;
}
.card--pink .card__icon {
  border-color: #eb6f8a;
}
.card--pink .card__arrow {
  background: #eb6f8a;
}

@media screen and (max-width: 768px) {
  .menu {
    padding: 32px 0 20px;
  }
  .menu__plant {
    right: -60px;
    top: 40px;
    width: 180px;
    opacity: 0.6;
  }
  .menu__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    padding: 0 16px;
  }
  .card {
    width: 100%;
    max-width: 400px;
  }
  .card__photo {
    height: 200px;
  }
  .card__body {
    margin-top: -70px;
    padding: 24px 20px;
    border-radius: 30px 30px 0 0;
  }
  .card__icon {
    left: 16px;
    top: 92px;
    width: 76px;
    height: 76px;
  }
  .card__icon img {
    max-width: 34px;
    max-height: 36px;
  }
  .card__more {
    min-height: 44px;
  }
}
.about {
  position: relative;
  overflow: hidden;
}

.about__wave {
  display: block;
  width: 100%;
  min-width: 1604px;
  max-width: none;
  height: auto;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.about__wave--top {
  margin-bottom: -1px;
}

.about__wave--bottom {
  margin-top: -1px;
}

.about__area {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background: #f7f5f0;
}

.about__pattern {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
}

.about__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  padding: 0 20px;
}

.about__lead {
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.8;
  color: #333333;
  text-align: center;
}
.about__lead > p {
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  white-space: inherit;
}

.about__body {
  text-align: center;
}
.about__body p {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2.1;
  color: #46403b;
}
.about__body p + p {
  margin-top: 2em;
}

.about__main {
  width: 1200px;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .about__wave {
    min-width: 0;
  }
  .about__lead {
    font-size: min(28px, (100vw - 56px) / 20);
  }
}
.reason {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  background: #fefefe;
}

.reason__bg {
  position: absolute;
  left: 0;
  top: 100px;
  width: 103%;
  height: auto;
  opacity: 0.6;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.reason__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.reason__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  max-width: 1200px;
}

.rcard {
  position: relative;
  width: 362px;
  padding-top: 45px;
}

.rcard__inner {
  background: #fefefe;
  border-radius: 40px;
  padding-bottom: 30px;
}

.rcard__photo {
  height: 248px;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
}
.rcard__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rcard__num {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 3;
  width: 100px;
  height: 101px;
}

.rcard__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 20px 20px 0;
}

.rcard__title {
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.rcard__title p {
  display: inline;
  margin: 0;
}

.rcard__desc {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
.rcard__desc > p {
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  white-space: inherit;
}

.service {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  background: #f7f5f0;
}

.service__wave-top {
  display: block;
  width: 100%;
  min-width: 1604px;
  max-width: none;
  height: auto;
  background: #fefefe;
  margin-bottom: -1px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  padding-bottom: 30px;
}

.service__wave {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: -1px;
}

.band {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 1200px;
  max-width: 100%;
  background: #fefefe;
  border-radius: 40px;
}

.band__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding: 60px 40px 60px 60px;
}

.band__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.band__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.band__icon img {
  display: block;
  width: auto;
  height: auto;
}

.band__title {
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  color: #333333;
}
.band__title p {
  display: inline;
  margin: 0;
}

.band__lead {
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  color: #333333;
}
.band__lead p {
  display: inline;
  margin: 0;
}

.band__text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #333333;
}
.band__text > p {
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  white-space: inherit;
}
.band__text > p + p {
  margin-top: 1.5em;
}

.band__photo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  overflow: hidden;
}
.band__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.band__more {
  position: absolute;
  bottom: 30px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #fefefe;
  text-align: center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.band__more:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.band__more-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}

.band__more-en {
  font-family: "Nothing You Could Do", cursive;
  font-size: 18px;
  line-height: 1.5;
}

.band--photo-right .band__photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  border-radius: 0 40px 40px 0;
}
.band--photo-right .band__body {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.band--photo-right .band__more {
  right: 32px;
}

.band--photo-left .band__photo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border-radius: 40px 0 0 40px;
}
.band--photo-left .band__body {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 60px 60px 60px 40px;
}
.band--photo-left .band__more {
  left: 39px;
}

.band--blue.band--photo-right {
  border-left: 10px solid #106bb0;
}
.band--blue.band--photo-left {
  border-right: 10px solid #106bb0;
}
.band--blue .band__more {
  border: 3px solid #106bb0;
  color: #106bb0;
}

.band--orange.band--photo-right {
  border-left: 10px solid #f3983a;
}
.band--orange.band--photo-left {
  border-right: 10px solid #f3983a;
}
.band--orange .band__more {
  border: 3px solid #f3983a;
  color: #f3983a;
}

.band--pink.band--photo-right {
  border-left: 10px solid #eb6f8a;
}
.band--pink.band--photo-left {
  border-right: 10px solid #eb6f8a;
}
.band--pink .band__more {
  border: 3px solid #eb6f8a;
  color: #eb6f8a;
}

@media screen and (max-width: 768px) {
  .service {
    gap: 32px;
  }
  .service__wave-top {
    min-width: 0;
  }
  .service__list {
    gap: 32px;
    width: 100%;
    padding: 0 16px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .band {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    border-radius: 20px;
  }
  .band--photo-right .band__photo,
  .band--photo-left .band__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    height: 200px;
    border-radius: 20px 20px 0 0;
  }
  .band--photo-right .band__body,
  .band--photo-left .band__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    gap: 20px;
    padding: 24px 20px 20px;
  }
  .band--blue.band--photo-right,
  .band--blue.band--photo-left {
    border-left: 0;
    border-right: 0;
    border-top: 8px solid #106bb0;
  }
  .band--orange.band--photo-right,
  .band--orange.band--photo-left {
    border-left: 0;
    border-right: 0;
    border-top: 8px solid #f3983a;
  }
  .band--pink.band--photo-right,
  .band--pink.band--photo-left {
    border-left: 0;
    border-right: 0;
    border-top: 8px solid #eb6f8a;
  }
  .band__head {
    gap: 12px;
  }
  .band__icon img {
    max-width: 36px;
    max-height: 36px;
  }
  .band__title {
    font-size: 24px;
  }
  .band__lead {
    font-size: 20px;
  }
  .band__text {
    font-size: 15px;
  }
  .band--photo-right .band__more,
  .band--photo-left .band__more {
    position: static;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    right: auto;
    left: auto;
    bottom: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    width: auto;
    height: 52px;
    margin: 0 20px 24px;
    border-radius: 60px;
  }
}
.message {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  padding: 40px 20px 120px;
  background: #fefefe;
}

.message__pattern {
  position: absolute;
  right: 3%;
  bottom: 120px;
  width: 560px;
  height: auto;
  opacity: 0.4;
  z-index: 0;
  pointer-events: none;
}

.message__top {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.message__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 504px;
          flex: 0 0 504px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}

.message__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.message__lead {
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  color: #333333;
}
.message__lead p {
  display: inline;
  margin: 0;
}

.message__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
}
.message__desc p {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #46403b;
}

.message__photos {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 563px;
          flex: 0 0 563px;
  height: 710px;
}
.message__photos img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.message__photo--1 {
  top: 0;
  left: 213px;
  width: 350px;
  height: 358px;
  border-radius: 80px 0 80px 0;
  z-index: 1;
}

.message__photo--2 {
  top: 248px;
  left: 0;
  width: 450px;
  height: 461px;
  border-radius: 0 80px 0 80px;
  z-index: 2;
}

.message__box {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  width: 1000px;
  max-width: 100%;
  padding: 40px 20px;
  border: 3px dashed #f9c770;
  border-radius: 20px;
}

.message__box-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
  z-index: 0;
  pointer-events: none;
}

.message__box-veil {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
}

.message__box-text {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.8;
  color: #46403b;
  text-align: center;
}
.message__box-text p {
  display: inline;
  margin: 0;
}
.message__box-text b,
.message__box-text strong {
  font-weight: inherit;
}

.message__box-hl {
  color: #167fa6;
  font-size: 32px;
}

.message__box-btn p {
  display: inline;
  margin: 0;
}
.message__box-btn {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 321px;
  max-width: 100%;
  height: 75px;
  border: 3px solid #167fa6;
  border-radius: 60px;
  background: #fefefe;
  color: #167fa6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.message__box-btn:hover {
  opacity: 0.75;
}

.message__box-illust {
  position: absolute;
  z-index: 2;
  right: 47px;
  top: 64px;
  width: 197px;
  height: 197px;
  pointer-events: none;
}
.message__box-illust img {
  position: absolute;
  display: block;
}

.message__box-illust-bubbles {
  left: 16.31%;
  top: 14.94%;
  width: 71.35%;
  height: 46.38%;
}

.message__box-illust-person {
  left: 28.67%;
  top: 11.84%;
  width: 37.51%;
  height: 80.63%;
}

@media screen and (max-width: 768px) {
  .message {
    gap: 40px;
    padding: 24px 16px 60px;
  }
  .message__pattern {
    right: -40px;
    bottom: 40px;
    width: 260px;
    opacity: 0.3;
  }
  .message__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
  .message__photos {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .message__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .message__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    gap: 32px;
  }
  .message__body {
    gap: 24px;
  }
  .message__lead {
    font-size: 20px;
  }
  .message__desc p {
    font-size: 15px;
  }
  .message__photos {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    width: 100%;
    height: auto;
  }
  .message__photos img {
    position: static;
    width: 100%;
    height: auto;
  }
  .message__photo--1 {
    border-radius: 40px 0 40px 0;
  }
  .message__photo--2 {
    border-radius: 0 40px 0 40px;
  }
  .message__box {
    width: 100%;
    gap: 24px;
    padding: 32px 20px;
  }
  .message__box-text {
    font-size: min(18px, (100vw - 86px) / 20);
  }
  .message__box-hl {
    font-size: min(20px, (100vw - 86px) / 18);
  }
  .message__box-btn {
    width: 100%;
    height: 56px;
  }
  .message__box-illust {
    display: none;
  }
}
.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  background: #fefefe;
}

.cta__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  max-width: 1440px;
  width: 100%;
}

.ctacard {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-height: 430px;
  border-radius: 20px;
  overflow: hidden;
  background: #fefefe;
  border: 1px solid transparent;
  border-bottom-width: 10px;
}
.ctacard::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), to(#fefefe));
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #fefefe 100%);
}

.ctacard__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.ctacard__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  height: 100%;
  padding: 80px 20px;
}

.ctacard__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  height: 48px;
}

.ctacard__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #fafcfd;
  border: 3px solid transparent;
}
.ctacard__icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 32px;
  max-height: 32px;
}

.ctacard__title {
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  line-height: 1.5;
}

.ctacard__title-hl {
  font-size: 32px;
}
.ctacard__title-hl p {
  display: inline;
  margin: 0;
}

.ctacard__title-sm {
  font-size: 20px;
  color: #333333;
}

.ctacard__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}
.ctacard__list ul,
.ctacard__list ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ctacard__list p {
  margin: 0;
}
.ctacard__list h1, .ctacard__list h2, .ctacard__list h3, .ctacard__list h4, .ctacard__list h5, .ctacard__list h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.ctacard__list li::before {
  content: "・";
}

.ctacard__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 321px;
  max-width: 100%;
  height: 70px;
  margin-top: auto;
  border-radius: 60px;
  color: #fefefe;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.ctacard__btn:hover {
  opacity: 0.85;
}

.ctacard--blue {
  border-color: #106bb0;
}
.ctacard--blue .ctacard__icon {
  border-color: #106bb0;
}
.ctacard--blue .ctacard__title-hl {
  color: #106bb0;
}
.ctacard--blue .ctacard__btn {
  background: #106bb0;
}

.ctacard--orange {
  border-color: #f3983a;
}
.ctacard--orange .ctacard__icon {
  border-color: #f3983a;
}
.ctacard--orange .ctacard__title-hl {
  color: #f3983a;
}
.ctacard--orange .ctacard__btn {
  background: #f3983a;
}

.ctacard--pink {
  border-color: #eb6f8a;
}
.ctacard--pink .ctacard__icon {
  border-color: #eb6f8a;
}
.ctacard--pink .ctacard__title-hl {
  color: #eb6f8a;
}
.ctacard--pink .ctacard__btn {
  background: #eb6f8a;
}

@media screen and (max-width: 768px) {
  .cta {
    padding: 0 16px;
  }
  .cta__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .ctacard {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0;
  }
  .ctacard::after {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.75)), color-stop(60%, rgba(255, 255, 255, 0.92)), to(#fefefe));
    background: linear-gradient(to left, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.92) 60%, #fefefe 100%);
  }
  .ctacard__inner {
    gap: 20px;
    padding: 32px 20px;
  }
  .ctacard__btn {
    width: 100%;
    height: 56px;
  }
}
.footer {
  position: relative;
  overflow: hidden;
  background: #fefefe;
}

.footer__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.footer__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 120px 60px 130px;
}

.footer__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  max-width: 100%;
  gap: 10px;
}

.footer__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.footer__logo img {
  width: 140px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
.footer__address p {
  margin: 0;
}

.footer__tel {
  color: inherit;
}

.footer__nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding-left: 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #46403b;
}

.footer__nav a {
  display: inline-block;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.footer__nav a:hover {
  opacity: 0.7;
}

.footer__nav-dot {
  color: #167fa6;
  margin-right: 8px;
}

.footer__copy {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 40px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  color: rgba(51, 51, 51, 0.6);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer__bg {
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  .footer__inner {
    gap: 32px;
    padding: 60px 16px 90px;
  }
  .footer__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    width: 100%;
  }
  .footer__left,
  .footer__nav {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
  }
  .footer__nav {
    display: none;
  }
  .footer__logo img {
    width: 120px;
    height: 60px;
  }
  .footer__copy {
    padding: 24px 16px;
  }
}
.pt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0 40px;
  overflow: hidden;
  background: #fefefe;
}

.pt__bg {
  position: absolute;
  left: -8.16%;
  top: 8.51%;
  width: 95.86%;
  height: 89.06%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
  z-index: 0;
  pointer-events: none;
}

.pt__body {
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 590px;
  min-height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 60px;
  padding: 0 60px 80px 80px;
  opacity: 0.8;
}

.pt__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.pt__en {
  margin: 0;
  font-family: "Nothing You Could Do", cursive;
  font-size: 34px;
  line-height: 1.2;
  color: #106bb0;
}

.pt__title {
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.5;
  color: #000000;
}

.pt__title-hl {
  color: #106bb0;
}

.pt__lead {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  color: #000000;
}

.pt__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.pt__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 200px;
  height: 200px;
  padding: 20px 0;
  border-radius: 50%;
  background: #fefefe;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.pt__btn:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.pt__btn img {
  width: 50px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.pt__btn--company {
  border: 2px solid #106bb0;
  color: #106bb0;
}

.pt__btn--jobseeker {
  border: 2px solid #0b4877;
  color: #0b4877;
}

.pt__photo {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 720px;
  overflow: hidden;
  border-radius: 100px 0 0 100px;
}
.pt__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pt--haken .pt__photo img {
  position: absolute;
  left: -14.39%;
  top: -3.32%;
  width: 135.55%;
  height: 106.69%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.intro {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  padding: 60px 0 120px;
  background: #fefefe;
}

.intro__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
}

.intro--2 .intro__bg {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10%, #000), color-stop(90%, #000), to(transparent)), -webkit-gradient(linear, left top, right top, from(transparent), color-stop(8%, #000), color-stop(92%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%), linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10%, #000), color-stop(90%, #000), to(transparent)), -webkit-gradient(linear, left top, right top, from(transparent), color-stop(8%, #000), color-stop(92%, #000), to(transparent));
  mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%), linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-composite: source-in, xor;
          mask-composite: intersect;
}

.intro__head {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

.intro__title {
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 1.5;
  color: #333333;
}

.intro__leaf {
  width: 120px;
  height: auto;
}
.intro__leaf--l {
  -webkit-transform: rotate(55.87deg);
          transform: rotate(55.87deg);
}
.intro__leaf--r {
  -webkit-transform: rotate(124.13deg) scaleY(-1);
          transform: rotate(124.13deg) scaleY(-1);
}

.intro__cols {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro__photos {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 628px;
  height: 592px;
}

.intro__photo {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 60px 0 60px;
}

.intro__photo--back {
  top: 0;
  left: 0;
  width: 450px;
  height: 250px;
  z-index: 1;
}

.intro__photo--front {
  top: 292px;
  left: 178px;
  width: 450px;
  height: 300px;
  z-index: 2;
}

.intro__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 504px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.intro__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.intro__en {
  margin: 0;
  font-family: "Nothing You Could Do", cursive;
  font-size: 24px;
  line-height: 1.2;
  color: #106bb0;
}

.intro__jp {
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
  color: #46403b;
}

.intro__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
}
.intro__body p {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #46403b;
}

.intro__license {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0;
  padding: 10px 20px;
  border: 1px solid #106bb0;
  border-radius: 5px;
  background: #fefefe;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #106bb0;
}

.hsec-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-align: center;
}

.hsec-head__en {
  margin: 0;
  font-family: "Nothing You Could Do", cursive;
  font-size: 24px;
  line-height: 1.2;
  color: #106bb0;
}

.hsec-head__jp {
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
  color: #46403b;
}

.hsec-head--ecta .hsec-head__en {
  font-size: 42px;
}
.hsec-head--ecta .hsec-head__jp {
  color: #fefefe;
}

.strengths {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 120px 60px;
  background: #fefefe;
}

.strengths__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
}

.strengths__box {
  position: relative;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 70px 60px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.8);
}

.strengths__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  width: 100%;
  max-width: 1120px;
}

.strength {
  width: 342px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.strength__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 180px;
}
.strength__img img {
  height: 180px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.strength__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
}

.strength__title {
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #000000;
  text-align: center;
}

.strength__desc {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

.industries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 120px 0;
  background: #fefefe;
}

.industries__lead {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #46403b;
  text-align: center;
}

.industries__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: 1200px;
  max-width: 100%;
}

.indcard {
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 30px 20px;
  -webkit-box-shadow: inset 0 0 0 1px #106bb0;
          box-shadow: inset 0 0 0 1px #106bb0;
  border-radius: 10px;
  background: #fefefe;
  text-align: center;
}

.indcard__title {
  margin: 0;
  width: 100%;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  color: #106bb0;
}

.indcard__desc {
  margin: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

.ecta {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ecta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #106bb0;
}
.ecta__bg img {
  position: absolute;
  top: 4.61%;
  left: -1.67%;
  width: 103.33%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
}

.ecta__wave {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}
.ecta__wave--top {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: -1px;
}
.ecta__wave--bottom {
  margin-bottom: -1px;
}

.ecta__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 40px 0;
}

.ecta__lead {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #fefefe;
  text-align: center;
}

.ecta__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1200px;
  max-width: 100%;
}

.ecta__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 396px;
          flex: 0 0 396px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  min-height: 265px;
}
.ecta__col--bordered {
  border-right: 1px solid #fefefe;
}

.ecta__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px;
  border-radius: 999px;
  background: #fefefe;
}
.ecta__icon img {
  width: 55px;
  height: auto;
}

.ecta__col-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 380px;
  max-width: 100%;
  text-align: center;
  color: #fefefe;
}

.ecta__col-title {
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}

.ecta__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 0;
}
.ecta__tel span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
}
.ecta__tel a,
.ecta__tel .tel-plain {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #fefefe;
}

.ecta__note {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.ecta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 24px;
  border-radius: 60px;
  background: #fefefe;
  color: #106bb0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.ecta__btn:hover {
  opacity: 0.85;
}
.ecta__btn--line {
  border: 1px solid #6f6f6f;
}

.intro__illust {
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 500px;
}
.intro__illust img {
  width: 100%;
  height: auto;
}

.intro__en--navy {
  color: #0b4877;
}

.industries--navy .indcard {
  -webkit-box-shadow: inset 0 0 0 1px #0b4877;
          box-shadow: inset 0 0 0 1px #0b4877;
}
.industries--navy .indcard__title {
  color: #0b4877;
}
.industries--navy .indcard__desc {
  font-weight: 700;
}

.industries__note {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #46403b;
  text-align: center;
}

.steps {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 120px 60px;
  background: #f4f8fc;
}

.steps__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
}

.steps__box {
  position: relative;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 70px 60px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.8);
}

.steps__lead {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #46403b;
  text-align: center;
}

.steps__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 1200px;
  max-width: 100%;
}

.stepcard {
  position: relative;
  width: 580px;
  padding-top: 70px;
}

.stepcard__num {
  position: absolute;
  top: 37px;
  left: 28px;
  z-index: 2;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #0b4877;
  text-align: center;
}
.stepcard__num span {
  font-size: 16px;
}
.stepcard__num b {
  font-size: 40px;
}

.stepcard__img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
  z-index: 2;
  display: block;
  height: 142px;
}
.stepcard__img img {
  height: 142px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.stepcard__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  padding: 80px 20px 20px;
  border-radius: 40px;
  background: #fefefe;
}

.stepcard__title {
  margin: 0;
  width: 100%;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  color: #0b4877;
  text-align: center;
}

.stepcard__desc {
  width: 100%;
}
.stepcard__desc p {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
}

.rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 120px 0;
  background: #fefefe;
}

.rank__lead,
.rank__note {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #46403b;
  text-align: center;
}

.rank__lead {
  font-size: 16px;
}

.rank__note {
  width: 1200px;
  max-width: 100%;
  font-size: 14px;
}

.rank__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 1200px;
  max-width: 100%;
}

.rank__illust {
  width: 1200px;
  max-width: 100%;
}
.rank__illust img {
  width: 100%;
  height: auto;
}

.rankcard {
  width: 232px;
  min-height: 371px;
  padding: 20px;
  border: 3px solid transparent;
  border-radius: 10px;
  background: #fefefe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rankcard__name {
  margin: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}

.rankcard__stars {
  margin: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 34px;
  line-height: 1.5;
  text-align: center;
}
.rankcard__stars[data-stars="1"]::before {
  content: "★☆☆☆☆";
}
.rankcard__stars[data-stars="2"]::before {
  content: "★★☆☆☆";
}
.rankcard__stars[data-stars="3"]::before {
  content: "★★★☆☆";
}
.rankcard__stars[data-stars="4"]::before {
  content: "★★★★☆";
}
.rankcard__stars[data-stars="5"]::before {
  content: "★★★★★";
}

.rankcard__sub {
  margin: 0;
  width: 100%;
  min-height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  white-space: pre-line;
}

.rankcard__list {
  width: 100%;
  min-height: 135px;
  margin: 0;
  padding: 15px 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rankcard__list ul,
.rankcard__list ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rankcard__list li {
  position: relative;
  padding-left: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}
.rankcard__list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.rankcard__wage {
  margin: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}

.rankcard__wage-s {
  font-size: 18px;
}

.rankcard__wage-n {
  font-size: 32px;
}
.rankcard__wage-s:empty,
.rankcard__wage-n:empty {
  display: none;
}
.rankcard__wage-n:empty ~ .rankcard__wage-s {
  font-size: 24px;
}

.rankcard--1 {
  border-color: #1a86d8;
}
.rankcard--1 .rankcard__name,
.rankcard--1 .rankcard__stars,
.rankcard--1 .rankcard__sub,
.rankcard--1 .rankcard__wage {
  color: #1a86d8;
}
.rankcard:has(.rankcard__stars[data-stars="1"]) {
  border-color: #1a86d8;
}
.rankcard:has(.rankcard__stars[data-stars="1"]) .rankcard__name,
.rankcard:has(.rankcard__stars[data-stars="1"]) .rankcard__stars,
.rankcard:has(.rankcard__stars[data-stars="1"]) .rankcard__sub,
.rankcard:has(.rankcard__stars[data-stars="1"]) .rankcard__wage {
  color: #1a86d8;
}

.rankcard--2 {
  border-color: #1aa19d;
}
.rankcard--2 .rankcard__name,
.rankcard--2 .rankcard__stars,
.rankcard--2 .rankcard__sub,
.rankcard--2 .rankcard__wage {
  color: #1aa19d;
}
.rankcard:has(.rankcard__stars[data-stars="2"]) {
  border-color: #1aa19d;
}
.rankcard:has(.rankcard__stars[data-stars="2"]) .rankcard__name,
.rankcard:has(.rankcard__stars[data-stars="2"]) .rankcard__stars,
.rankcard:has(.rankcard__stars[data-stars="2"]) .rankcard__sub,
.rankcard:has(.rankcard__stars[data-stars="2"]) .rankcard__wage {
  color: #1aa19d;
}

.rankcard--3 {
  border-color: #7ba428;
}
.rankcard--3 .rankcard__name,
.rankcard--3 .rankcard__stars,
.rankcard--3 .rankcard__sub,
.rankcard--3 .rankcard__wage {
  color: #7ba428;
}
.rankcard:has(.rankcard__stars[data-stars="3"]) {
  border-color: #7ba428;
}
.rankcard:has(.rankcard__stars[data-stars="3"]) .rankcard__name,
.rankcard:has(.rankcard__stars[data-stars="3"]) .rankcard__stars,
.rankcard:has(.rankcard__stars[data-stars="3"]) .rankcard__sub,
.rankcard:has(.rankcard__stars[data-stars="3"]) .rankcard__wage {
  color: #7ba428;
}

.rankcard--4 {
  border-color: #f3983a;
}
.rankcard--4 .rankcard__name,
.rankcard--4 .rankcard__stars,
.rankcard--4 .rankcard__sub,
.rankcard--4 .rankcard__wage {
  color: #f3983a;
}
.rankcard:has(.rankcard__stars[data-stars="4"]) {
  border-color: #f3983a;
}
.rankcard:has(.rankcard__stars[data-stars="4"]) .rankcard__name,
.rankcard:has(.rankcard__stars[data-stars="4"]) .rankcard__stars,
.rankcard:has(.rankcard__stars[data-stars="4"]) .rankcard__sub,
.rankcard:has(.rankcard__stars[data-stars="4"]) .rankcard__wage {
  color: #f3983a;
}

.rankcard--5 {
  border-color: #d8401a;
}
.rankcard--5 .rankcard__name,
.rankcard--5 .rankcard__stars,
.rankcard--5 .rankcard__sub,
.rankcard--5 .rankcard__wage {
  color: #d8401a;
}
.rankcard:has(.rankcard__stars[data-stars="5"]) {
  border-color: #d8401a;
}
.rankcard:has(.rankcard__stars[data-stars="5"]) .rankcard__name,
.rankcard:has(.rankcard__stars[data-stars="5"]) .rankcard__stars,
.rankcard:has(.rankcard__stars[data-stars="5"]) .rankcard__sub,
.rankcard:has(.rankcard__stars[data-stars="5"]) .rankcard__wage {
  color: #d8401a;
}

.support {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 120px 0;
  background: #fefefe;
}

.support__bg {
  position: absolute;
  left: 0;
  top: -8.35%;
  width: 100%;
  height: 123.2%;
  max-width: none;
  -o-object-fit: fill;
     object-fit: fill;
  opacity: 0.4;
  z-index: 0;
  pointer-events: none;
}

.support__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.support__lead {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #46403b;
  text-align: center;
}

.support__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  width: 1200px;
  max-width: 100%;
}

.scard {
  width: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-bottom: 30px;
  border-radius: 40px;
  background: #fefefe;
}

.scard__photo {
  height: 248px;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
}
.scard__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.scard__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 0 16px;
}

.scard__title {
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  color: #0b4877;
  text-align: center;
}

.scard__desc {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

.hsec-head--navy .hsec-head__en {
  color: #0b4877;
}

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 120px 0;
  background: #fefefe;
}

.news__lead {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #46403b;
  text-align: center;
}

.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

.news--slider .news__list {
  width: 1166px;
  max-width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.news--slider .news__list::-webkit-scrollbar {
  display: none;
}
.news--slider .news__list[style*="--news-tail"]::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--news-tail, 0px);
          flex: 0 0 var(--news-tail, 0px);
}

.news--slider .newscard {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 362px;
          flex: 0 0 362px;
}

.news--slider .newscard:nth-child(3n+1) {
  scroll-snap-align: start;
}

.news--slider .news__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}

.news--slider .news__dots--sp {
  display: none;
}

.news__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d9d9d9;
  cursor: pointer;
  transition: background 0.2s ease;
}
.news__dot.is-current {
  background: #000000;
}

.newscard {
  width: 362px;
}

.newscard__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  color: inherit;
}
.newscard__inner:hover .newscard__title {
  opacity: 0.7;
}

.newscard__img {
  height: 248px;
  overflow: hidden;
}
.newscard__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.newscard__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 0 20px;
}

.newscard__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  color: #000000;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.newscard__desc {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newscard__desc * {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}
.newscard__desc img,
.newscard__desc figure,
.newscard__desc table,
.newscard__desc iframe,
.newscard__desc video {
  display: none;
}

.ecta--blue .ecta__inner {
  padding: 130px 0;
}

.ecta--navy .ecta__bg {
  background: #0b4877;
}
.ecta--navy .hsec-head__en {
  color: #0b4877;
}
.ecta--navy .ecta__btn {
  color: #0b4877;
}

@media screen and (max-width: 768px) {
  .pt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 28px;
    padding: 24px 0 32px;
  }
  .pt__body {
    display: contents;
  }
  .pt__head,
  .pt__btns,
  .pt__badges {
    position: relative;
    z-index: 1;
  }
  .pt__head {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    gap: 16px;
    padding: 0 16px;
  }
  .pt__en {
    font-size: 24px;
  }
  .pt__title {
    font-size: 28px;
  }
  .pt__lead {
    font-size: 15px;
  }
  .pt__btns {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    padding: 0 16px;
  }
  .pt__btn {
    width: 150px;
    height: 150px;
    padding: 16px 0;
    font-size: 15px;
  }
  .pt__btn img {
    width: 40px;
  }
  .pt__photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    height: 260px;
    border-radius: 40px 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .intro {
    gap: 32px;
    padding: 40px 0 60px;
    scroll-margin-top: 80px;
  }
  .intro__head {
    gap: 10px;
    padding: 0 16px;
  }
  .intro__leaf {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40px;
  }
  .intro__title {
    font-size: 22px;
  }
  .intro__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .intro__photos {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    width: 100%;
    height: auto;
  }
  .intro__photo,
  .intro__photo--back,
  .intro__photo--front {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
  }
  .intro__text {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100%;
    gap: 24px;
  }
  .intro__en {
    font-size: 18px;
  }
  .intro__jp {
    font-size: 22px;
  }
  .intro__body p {
    font-size: 15px;
  }
  .intro__license {
    font-size: 14px;
  }
  .intro__illust {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ecta__inner {
    gap: 24px;
    padding: 32px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .ecta--blue .ecta__inner {
    padding: 32px 16px;
  }
  .ecta__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 28px;
    width: 100%;
  }
  .ecta__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    min-height: 0;
    gap: 20px;
  }
  .ecta__col--bordered {
    border-right: 0;
    border-bottom: 1px solid #fefefe;
    padding-bottom: 28px;
  }
  .ecta__col-body {
    width: 100%;
  }
  .ecta__icon {
    padding: 18px;
  }
  .ecta__icon img {
    width: 44px;
  }
  .ecta__tel b {
    font-size: 32px;
  }
  .ecta__btn {
    min-height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .support {
    padding: 60px 0;
  }
  .support__inner {
    gap: 24px;
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .support__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    width: 100%;
  }
  .scard {
    width: 100%;
    max-width: 370px;
  }
  .scard__photo {
    height: 200px;
  }
  .scard__title {
    font-size: 18px;
  }
  .scard__desc {
    font-size: 15px;
  }
  .news {
    gap: 24px;
    padding: 60px 0;
  }
  .news__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .newscard {
    width: 100%;
    max-width: 362px;
  }
  .news--slider .news__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    gap: 16px;
    scroll-padding-left: 16px;
  }
  .news--slider .news__list[style*="--news-tail"]::after {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
  .news--slider .newscard {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: none;
    scroll-snap-align: start;
  }
  .news--slider .news__dots--pc {
    display: none;
  }
  .news--slider .news__dots--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {  .industries {
    gap: 24px;
    padding: 60px 0;
  }
  .industries__grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .indcard {
    width: 100%;
    max-width: 380px;
    padding: 20px;
  }
  .indcard__title {
    font-size: 20px;
  }
  .indcard__desc {
    font-size: 15px;
  }
  .industries__note {
    padding: 0 16px;
  }
  .steps {
    padding: 60px 16px;
  }
  .steps__box {
    gap: 24px;
    padding: 40px 16px;
  }
  .steps__grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    width: 100%;
  }
  .stepcard {
    width: 100%;
  }
  .rank {
    gap: 24px;
    padding: 60px 0;
  }
  .rank__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .rankcard {
    width: 100%;
    max-width: 343px;
    min-height: 0;
  }
  .rank__note {
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.pt--orange .pt__en {
  color: #f3983a;
}
.pt--orange .pt__body {
  z-index: 2;
  padding: 0 40px 80px 80px;
}
.pt--orange .pt__lead {
  white-space: nowrap;
}

.pt__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  gap: 16px;
}

.pt__badge {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 180px;
  height: 179px;
}
.pt__badge img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pt__badge-txt {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  color: #fefefe;
  text-align: center;
  white-space: nowrap;
}

.intro--cleaning {
  padding: 120px 0;
}
.intro--cleaning .intro__en {
  color: #f3983a;
}

.quals {
  position: relative;
  z-index: 1;
  width: 1200px;
  max-width: 100%;
  padding-top: 25px;
}

.quals__label {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  width: 384px;
  max-width: 80%;
  padding: 5px 0;
  border-radius: 60px;
  background: #f3983a;
  color: #fefefe;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
}

.quals__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  padding: 55px 20px 40px;
  border: 2px solid #f3983a;
  border-radius: 20px;
}

.quals__box p {
  width: 340px;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #46403b;
}
.quals__box p:not(:nth-child(3n)) {
  border-right: 1px solid #f3983a;
}

.hsec-head--orange .hsec-head__en {
  color: #f3983a;
}

.svc {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 120px 60px;
  background: rgba(243, 152, 58, 0.1);
}

.svc__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
  z-index: 0;
  pointer-events: none;
}

.svc__box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 60px;
  border-radius: 30px;
  background: rgba(254, 254, 254, 0.8);
}

.svc__lead {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #46403b;
  text-align: center;
}

.svc__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: 1200px;
  max-width: 100%;
}

.svcitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 380px;
  padding: 20px;
  border-radius: 20px;
  background: #fefefe;
}

.svcitem__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.svcitem__icon img {
  width: 80px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.svcitem__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}

.svcitem__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
}

.svcitem__desc {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

.svc__note {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #f3983a;
  text-align: center;
}

.cases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 120px 0;
  background: #fefefe;
}

.cases__lead {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #46403b;
  text-align: center;
}

.cases__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: 1200px;
  max-width: 100%;
}

.cases .indcard {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 40px;
  -webkit-box-shadow: inset 0 0 0 1px #f3983a;
          box-shadow: inset 0 0 0 1px #f3983a;
  text-align: left;
}

.cases .indcard__title {
  font-size: 20px;
  color: #f3983a;
  text-align: center;
}

.why {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 120px 60px;
  background: rgba(243, 152, 58, 0.1);
}

.why__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
  z-index: 0;
  pointer-events: none;
}

.why__box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  padding: 60px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.8);
}

.why__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 1200px;
  max-width: 100%;
}

.whyitem {
  width: 267px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.whyitem__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
}
.whyitem__icon img {
  height: 100px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.whyitem__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
}

.whyitem__title {
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  color: #000000;
  text-align: center;
}

.whyitem__desc {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

.flow {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 120px 60px;
  background: rgba(243, 152, 58, 0.1);
}

.flow__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
}

.flow__box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 60px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.4);
}

.flow__lead {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #46403b;
  text-align: center;
}

.flow__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: 1200px;
  max-width: 100%;
}

.flow .stepcard {
  width: 380px;
  padding-top: 77px;
}

.flow .stepcard__num {
  color: #f3983a;
}

.flow .stepcard__title {
  color: #000000;
}

.flow .stepcard__img {
  height: 150px;
}
.flow .stepcard__img img {
  height: 150px;
}

.flow__free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
  padding: 40px 20px;
  border: 1px solid #f3983a;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
}

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

.flow__free-main {
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4;
  color: #46403b;
}
.flow__free-main b,
.flow__free-main strong {
  font-size: 40px;
  color: #f3983a;
}

.flow__free-sub {
  margin: 8px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #46403b;
}

.flow__free-illust {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 150px;
  height: auto;
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 120px 0;
  background: #fefefe;
}

.price__lead {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #46403b;
  text-align: center;
}

.price__subhead {
  width: 900px;
  max-width: 100%;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #f3983a;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  color: #f3983a;
  text-align: center;
}

.price__note {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #46403b;
  text-align: center;
}

.price__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 20px;
}

.price__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.price__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  background: #f3983a;
  color: #fefefe;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.price__value {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 456px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  background: #fefefe;
  -webkit-box-shadow: inset 0 0 0 1px #f3983a;
          box-shadow: inset 0 0 0 1px #f3983a;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.price__pay-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 900px;
  max-width: 100%;
}

.price__pays {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 20px;
}

.price__pays p {
  margin: 0;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  border-radius: 60px;
  background: #efe987;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 120px 0;
  background: #fefefe;
}

.area__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}

.area__map {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 450px;
}
.area__map img {
  width: 100%;
  height: auto;
}

.area__map-tex {
  position: absolute;
  inset: 0;
  mix-blend-mode: color-burn;
  pointer-events: none;
}

.area__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 504px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.area__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.area__en {
  margin: 0;
  font-family: "Nothing You Could Do", cursive;
  font-size: 24px;
  line-height: 1.2;
  color: #f3983a;
}

.area__jp {
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
  color: #46403b;
}

.area__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
}
.area__body p {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #46403b;
}

.ecta--orange .ecta__bg {
  background: #f3983a;
}
.ecta--orange .ecta__bg img {
  top: 4%;
  left: 0;
  width: 100%;
  height: 101.69%;
  -o-object-position: center top;
     object-position: center top;
}
.ecta--orange .hsec-head__en {
  color: #f3983a;
}
.ecta--orange .ecta__btn {
  color: #f3983a;
}
.ecta--orange .ecta__inner {
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .pt--orange .pt__lead {
    white-space: normal;
  }
  .pt__badges {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
    padding: 0 4px;
  }
  .pt__badge {
    width: 88px;
    height: 87px;
  }
  .pt__badge-txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .svc,
  .why,
  .flow {
    padding: 60px 16px;
  }
  .cases__grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .ecta--orange .ecta__inner {
    padding: 32px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .svc__box,
  .why__box,
  .flow__box {
    width: 100%;
    padding: 28px 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .svc__grid,
  .why__grid,
  .flow__grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    width: 100%;
  }
  .svc__lead,
  .flow__lead,
  .svc__note {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 15px;
  }
  .svcitem {
    width: 100%;
    max-width: 380px;
  }
  .svcitem__desc {
    font-size: 15px;
  }
  .whyitem {
    width: 100%;
    max-width: 320px;
  }
  .whyitem__desc {
    font-size: 15px;
  }
  .flow .stepcard {
    width: 100%;
  }
  .flow__free {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .flow__free-text {
    width: 100%;
  }
  .price__table {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .price__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 6px;
    width: 100%;
  }
  .price__label {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .price__value {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .price__pays {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .price__pays p {
    width: 100%;
    max-width: 280px;
    min-height: 48px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .area__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .area__map,
  .area__map-tex {
    width: 100%;
    max-width: 450px;
    height: auto;
  }
  .area__text {
    width: 100%;
  }
}
.pt--pink .pt__en {
  color: #eb6f8a;
}
.pt--pink .pt__body {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 40px 0 60px;
}
.pt--pink .pt__title {
  white-space: nowrap;
}
.pt--pink .pt__lead {
  white-space: nowrap;
}

.pt__license {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0;
  padding: 10px 20px;
  border: 1px solid #eb6f8a;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #eb6f8a;
}

.worry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 120px 0;
  background: #fefefe;
}

.worry__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  padding-bottom: 80px;
}

.worry__mark {
  height: 62px;
  width: auto;
}
.worry__mark--r {
  height: 51px;
}

.worry__title {
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
  color: #46403b;
  white-space: nowrap;
}
.worry__title b,
.worry__title strong {
  font-weight: 500;
  font-size: 46px;
}

.worry__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 1200px;
  max-width: 100%;
}

.worrycard {
  width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.worrycard--offset {
  padding-top: 40px;
}

.worrycard__bubble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  padding: 15px 20px;
  border-radius: 60px;
  background: #efe987;
  text-align: center;
}
.worrycard__bubble span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #46403b;
}

.worrycard__person img {
  width: 140px;
  height: auto;
}

.worry__triangle {
  width: 140px;
  height: auto;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.worry__concl {
  margin: 0;
  padding-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #46403b;
  text-align: center;
}
.worry__concl b,
.worry__concl strong {
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-size: 28px;
  color: #eb6f8a;
}

.hsec-head--pink .hsec-head__en {
  color: #eb6f8a;
}

.icases {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 120px 60px;
  background: #fefefe;
}

.icases__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
  z-index: 0;
  pointer-events: none;
}

.icases__box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 60px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.8);
}

.icases__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: 1200px;
  max-width: 100%;
}

.icases .indcard {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 20px;
  -webkit-box-shadow: inset 0 0 0 1px #eb6f8a;
          box-shadow: inset 0 0 0 1px #eb6f8a;
  text-align: left;
}

.icases .indcard__title {
  color: #eb6f8a;
  text-align: center;
}

.ireason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 120px 0;
  background: #fefefe;
}

.ireason__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 1000px;
  max-width: 100%;
}

.ireason .whyitem {
  width: 320px;
}

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

.ireason__note {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  color: #eb6f8a;
  text-align: center;
}

.iflow {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 120px 60px;
  background: rgba(235, 111, 138, 0.1);
}

.iflow__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
}

.iflow__box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 60px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.8);
}

.iflow__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: 1200px;
  max-width: 100%;
}

.iflow .stepcard {
  width: 380px;
  padding-top: 73px;
}

.iflow .stepcard__num {
  color: #eb6f8a;
}

.iflow .stepcard__title {
  color: #000000;
}

.iflow .stepcard__img {
  height: 150px;
}
.iflow .stepcard__img img {
  height: 150px;
}

.investigation .area__en {
  color: #eb6f8a;
}

.faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 120px 0;
  background: #fefefe;
}

.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 900px;
  max-width: 100%;
}

.faq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.faq__q {
  margin: 0;
  padding: 15px 20px;
  border-radius: 10px;
  background: rgba(235, 111, 138, 0.1);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
}

.faq__q-mark {
  color: #eb6f8a;
  margin-right: 12px;
}

.faq__a {
  margin: 0;
  padding: 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
}

.faq__a-mark {
  color: #f9c770;
  font-weight: 700;
  margin-right: 12px;
}

.ecta--pink .ecta__bg {
  background: #eb6f8a;
}
.ecta--pink .ecta__bg img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ecta--pink .hsec-head__en {
  color: #eb6f8a;
}
.ecta--pink .ecta__btn {
  color: #eb6f8a;
}
.ecta--pink .ecta__inner {
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .pt--pink .pt__body {
    padding: 0 16px 32px;
  }
  .pt--pink .pt__title,
  .pt--pink .pt__lead {
    white-space: normal;
  }
}
@media screen and (max-width: 768px) {
  .ireason .whyitem__desc {
    text-align: left;
  }
  .ireason .whyitem__desc br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ecta--pink .ecta__inner {
    padding: 32px 16px;
  }
}
@media screen and (max-width: 768px) {
  .worry {
    padding: 60px 0;
  }
  .worry__head {
    gap: 10px;
    padding: 0 16px;
  }
  .worry__mark {
    height: 34px;
  }
  .worry__mark--r {
    height: 28px;
  }
  .worry__title {
    font-size: 18px;
    white-space: normal;
  }
  .worry__title b,
  .worry__title strong {
    font-size: 26px;
  }
  .worry__cards {
    gap: 16px;
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .worrycard {
    width: 100%;
    max-width: 360px;
  }
  .worrycard--offset {
    padding-top: 0;
  }
  .worry__concl {
    padding: 32px 16px 0;
  }
  .icases,
  .iflow {
    padding: 60px 16px;
  }
  .icases__box,
  .iflow__box {
    width: 100%;
    padding: 28px 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .icases__grid,
  .iflow__grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    width: 100%;
  }
  .iflow .stepcard {
    width: 100%;
  }
  .faq {
    padding: 60px 0;
  }
  .faq__list {
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.cpt {
  position: relative;
  height: 600px;
  overflow: hidden;
  background: #fefefe;
}

.cpt__bg {
  position: absolute;
  left: -160px;
  top: 77px;
  width: 1318px;
  height: 508px;
  max-width: none;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cpt__head {
  position: absolute;
  left: 106px;
  top: 360px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.cpt__en {
  margin: 0;
  font-family: "Nothing You Could Do", cursive;
  font-size: 34px;
  line-height: 1.2;
  color: #167fa6;
}

.cpt__title {
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.5;
  color: #000000;
}

.cintro {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  padding: 120px 0;
  background: #fefefe;
}

.cintro__bg {
  position: absolute;
  left: 0.08%;
  top: 43.4%;
  width: 99.67%;
  height: 55.12%;
  z-index: 0;
  opacity: 0.6;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cintro__block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  width: 1200px;
  max-width: 100%;
}

.cintro__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}

.cintro__photo {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 470px;
  height: 575px;
  margin: 0;
  overflow: hidden;
  border-radius: 0 60px 0 60px;
}
.cintro__photo img {
  position: absolute;
  left: -0.14%;
  top: -9.95%;
  width: 102.72%;
  height: 138.29%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.cintro__main {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.cintro__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.cintro__en {
  margin: 0;
  font-family: "Nothing You Could Do", cursive;
  font-size: 24px;
  line-height: 1.2;
  color: #167fa6;
}

.cintro__title {
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
  color: #46403b;
}

.cintro__catch {
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.5;
  color: #46403b;
}

.cintro__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #46403b;
}
.cintro__text p {
  margin: 0 0 12px;
}
.cintro__text p:last-child {
  margin-bottom: 0;
}

.cintro__text--wide {
  width: 100%;
}

.cbox {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 1000px;
  max-width: 100%;
  padding: 60px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.8);
}

.cbox__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 0;
  border-bottom: 1px solid #167fa6;
}

.cbox__title {
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  color: #167fa6;
}

.cbox__career {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  color: #46403b;
  white-space: normal;
}
.cbox__career > p {
  margin: 0;
}
.cbox__career .cms-hanging {
  display: block;
  padding-left: 119.14px;
  text-indent: -119.14px;
}

.cbox__body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #46403b;
}
.cbox__body p {
  margin: 0 0 24px;
}
.cbox__body p:last-child {
  margin-bottom: 0;
}

.cbox__lead {
  font-family: "Kaisei Decol", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
}

.creed {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 120px 0;
  background: #fefefe;
}

.creed__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 105.74%;
  z-index: 0;
  opacity: 0.6;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.creed__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding-bottom: 40px;
}

.creed__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-align: center;
}

.creed__en {
  margin: 0;
  font-family: "Nothing You Could Do", cursive;
  font-size: 24px;
  line-height: 1.2;
  color: #106bb0;
}

.creed__title {
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
  color: #333333;
}

.creed__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.8);
}

.creed__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.creed__items h3 {
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.5;
  color: #106bb0;
}

.creed__items p {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}

.creed__wish-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 0;
  border-bottom: 1px solid #106bb0;
}

.creed__wish-title {
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #333333;
}

.creed__wish-body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}

.cstaff {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 120px 0;
  background: #fefefe;
}

.cstaff__illust {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.cstaff__illust--house {
  right: 4.38%;
  top: 131px;
  width: 315px;
  height: 238px;
}
.cstaff__illust--flower {
  left: 10%;
  top: 194px;
  width: 126px;
  height: 122px;
}

.cstaff__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  width: 1014px;
  max-width: 100%;
}

.cstaff__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-align: center;
}

.cstaff__en {
  margin: 0;
  font-family: "Nothing You Could Do", cursive;
  font-size: 24px;
  line-height: 1.2;
  color: #167fa6;
}

.cstaff__title {
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
  color: #46403b;
}

.cstaff__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  width: 100%;
}

.cstaff__photo {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 450px;
  height: 500px;
  margin: 0;
  overflow: hidden;
  border-radius: 0 60px 0 60px;
}
.cstaff__photo img {
  position: absolute;
  left: 6px;
  top: -42px;
  width: 438px;
  height: 585px;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.cstaff__main {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 504px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.cstaff__catch {
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.5;
  color: #46403b;
}

.cstaff__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #46403b;
}
.cstaff__text p {
  margin: 0 0 24px;
}
.cstaff__text p:last-child {
  margin-bottom: 0;
}

.chist {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 120px 0;
  background: #fefefe;
}

.chist__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  opacity: 0.6;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chist__card {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 60px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.8);
}

.chist__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-align: center;
}

.chist__en {
  margin: 0;
  font-family: "Nothing You Could Do", cursive;
  font-size: 24px;
  line-height: 1.2;
  background-image: linear-gradient(120.2deg, #1aa19d 22.136%, #178ba4 50.965%, #1375ab 75.904%, #106bb0 101.68%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.chist__title {
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
  color: #46403b;
}

.chist__frame {
  padding: 40px;
  border-radius: 20px;
}

.chist__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 900px;
  max-width: 100%;
  margin: 0;
  padding: 10px 20px;
}

.chist__list dl {
  display: grid;
  grid-template-columns: 10px 125px 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  margin: 0;
}

.chist__list dt {
  position: relative;
  grid-column: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #106bb0;
}
.chist__list dt::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -30px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #106bb0;
}
.chist__list dt::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: -28px;
  top: 0;
  bottom: -20px;
  width: 6px;
  background: #eee;
}
.chist__list dt:first-of-type::after {
  top: 50%;
}
.chist__list dt:last-of-type::after {
  bottom: 50%;
}

.chist__list dd {
  grid-column: 3;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

.covw {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 120px 0;
  background: #fefefe;
}

.covw__leaf {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.covw__leaf--tl {
  left: 0;
  top: 0;
  width: 44.42%;
  height: 25.12%;
}
.covw__leaf--br {
  right: 0;
  bottom: 0;
  width: 42.13%;
  height: 31.27%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.covw__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.covw__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-align: center;
}

.covw__en {
  margin: 0;
  font-family: "Nothing You Could Do", cursive;
  font-size: 24px;
  line-height: 1.2;
  color: #167fa6;
}

.covw__title {
  margin: 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
  color: #46403b;
}

.cinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 1000px;
  max-width: 100%;
  margin: 0;
}

.cinfo dl {
  display: grid;
  grid-template-columns: 180px 1fr;
  row-gap: 10px;
  margin: 0;
}

.cinfo dt,
.cinfo dd {
  margin: 0;
  padding: 25px 20px;
  box-shadow: inset 0 -1px 0 #aaa;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.cinfo dt {
  font-weight: 700;
  color: #333333;
  text-align: center;
}

.cinfo dd {
  padding-left: 30px;
  font-weight: 400;
  color: #000000;
}

.cinfo__tel {
  color: inherit;
  text-decoration: underline;
  text-underline-position: from-font;
}

.covw__maps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}

.covw__map-label {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #333333;
}

.covw__map {
  width: 1000px;
  max-width: 100%;
  height: 501px;
  margin: 0;
  overflow: hidden;
}
.covw__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.covw__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company + .footer {
  border-top: 1px solid #ccc;
}

.cpt__title > p,
.cintro__title > p,
.cintro__catch > p,
.cbox__title > p,
.cbox__lead > p,
.creed__title > p,
.creed__wish-title > p,
.creed__wish-body > p,
.cstaff__title > p,
.cstaff__catch > p,
.chist__title > p,
.covw__title > p,
.covw__map-label > p {
  display: inline;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .cpt {
    height: auto;
    aspect-ratio: 375/220;
    overflow: hidden;
  }
  .cpt__bg {
    left: 50%;
    top: 50%;
    width: 130%;
    height: auto;
    aspect-ratio: 1318/508;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .cpt__head {
    left: 16px;
    right: 16px;
    top: 50%;
    gap: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cpt__en {
    font-size: 24px;
  }
  .cpt__title {
    font-size: 28px;
  }
  .cintro {
    gap: 32px;
    padding: 60px 0;
  }
  .cintro__block {
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cintro__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    width: 100%;
  }
  .cintro__photo {
    width: 100%;
    max-width: 300px;
    height: auto;
    aspect-ratio: 470/575;
    margin: 0;
  }
  .cintro__main {
    width: 100%;
  }
  .cintro__title {
    font-size: 26px;
  }
  .cintro__catch {
    font-size: 20px;
  }
  .cintro__text p {
    font-size: 15px;
  }
  .cintro__text--wide {
    width: 100%;
  }
  .cstaff {
    padding: 60px 0;
  }
  .cstaff__inner {
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cstaff__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    width: 100%;
  }
  .cstaff__photo {
    width: 100%;
    max-width: 300px;
    height: auto;
    aspect-ratio: 450/500;
    margin: 0;
  }
  .cstaff__photo img {
    left: 1.333%;
    top: -8.4%;
    width: 97.333%;
    height: 117%;
  }
  .cstaff__main {
    width: 100%;
  }
  .cstaff__text p {
    font-size: 15px;
  }
  .cstaff__illust {
    display: none;
  }
  .chist {
    padding: 60px 0;
  }
  .chist__card {
    width: 100%;
    max-width: 100%;
    padding: 32px 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .chist__frame {
    width: 100%;
    padding: 20px 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .chist__list {
    width: 100%;
  }
  .chist__list dl {
    grid-template-columns: 10px 1fr;
  }
  .chist__list dt {
    grid-column: 2;
  }
  .chist__list dd {
    grid-column: 1/-1;
    padding-left: 22px;
  }
  .chist__list dd {
    position: relative;
  }
  .chist__list dd::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 2px;
    top: -20px;
    bottom: -20px;
    width: 6px;
    background: #eee;
  }
  .chist__list dd:last-of-type::before {
    content: none;
  }
  .cbox__career .cms-hanging {
    padding-left: 1em;
    text-indent: -1em;
  }
  .covw {
    padding: 60px 0;
  }
  .covw__inner {
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cinfo {
    width: 100%;
  }
  .cinfo dl {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
  .cinfo dt {
    padding: 25px 20px 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: center;
  }
  .cinfo dd {
    margin-top: 4px;
    padding: 10px 20px 25px;
  }
  .cinfo dt:not(:first-of-type) {
    margin-top: 10px;
  }
  .covw__maps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    width: 100%;
  }
  .covw__map {
    width: 100%;
  }
  .covw__map iframe {
    width: 100%;
  }
}
.pt--contact {
  height: 636px;
  padding: 0 0 40px;
}
.pt--contact .pt__en {
  color: #167fa6;
}
.pt--contact .pt__body {
  min-height: 0;
  padding: 0 60px 120px;
}
.pt--contact .pt__photo {
  height: 488px;
}

.cform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 120px 0;
  background: #fefefe;
}

.cform__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}

.cform__lead {
  width: 900px;
  max-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #46403b;
  text-align: center;
}
.cform__lead p {
  margin: 0 0 24px;
}
.cform__lead p:last-child {
  margin-bottom: 0;
}

.cform__tels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  height: 199px;
  padding-bottom: 4px;
}

.telcard {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 510px;
  padding: 60px 0 40px;
  border: 1px solid #167fa6;
  border-radius: 30px;
  background: #fefefe;
}

.telcard__label {
  position: absolute;
  left: 50%;
  top: -14px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  margin: 0;
  padding: 8px 0;
  border-radius: 30px;
  background: #167fa6;
  font-family: "Kaisei Decol", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #fefefe;
  text-align: center;
}

.telcard__num {
  margin: 0;
}
.telcard__num a,
.telcard__num .tel-plain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.telcard__num a:hover,
.telcard__num .tel-plain:hover {
  opacity: 0.7;
}
.telcard__num span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #000000;
}

.telcard__icon {
  width: 40px;
  height: 33px;
}

.telcard__note {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #46403b;
  text-align: center;
}

.cform__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 800px;
  max-width: 100%;
  border-radius: 30px;
  background: #ffffff;
}

.cform__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 599px;
  max-width: 100%;
}

.cform__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
}

.cform__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.cform__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #252d3e;
}

.cform__req {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34px;
  height: 22px;
  border-radius: 5px;
  background: #167fa6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #fefefe;
}

.cform__input {
  width: 100%;
  height: 52px;
  padding: 0 20px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  background: #f4f4f5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #252d3e;
}
.cform__input::-webkit-input-placeholder {
  color: #a8a8a8;
}
.cform__input::-moz-placeholder {
  color: #a8a8a8;
}
.cform__input:-ms-input-placeholder {
  color: #a8a8a8;
}
.cform__input::-ms-input-placeholder {
  color: #a8a8a8;
}
.cform__input::placeholder {
  color: #a8a8a8;
}
.cform__input:focus {
  outline: 2px solid rgba(22, 127, 166, 0.5);
  outline-offset: 1px;
}

.cform__input--area {
  height: 200px;
  padding: 17px 20px;
  line-height: 1.5;
  resize: vertical;
}

.cform__field--radio {
  gap: 0;
}

.cform__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 338px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 0;
}

.cform__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 30px;
}
.cform__radio input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin: 0;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  background: #f4f4f5;
  cursor: pointer;
}
.cform__radio input[type=radio]:checked {
  border-color: #167fa6;
  background: #167fa6;
}
.cform__radio input[type=radio]:focus-visible {
  outline: 2px solid rgba(22, 127, 166, 0.5);
  outline-offset: 2px;
}
.cform__radio label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #252d3e;
  cursor: pointer;
  white-space: nowrap;
}

.cform__privacy {
  margin: 24px 0 40px;
  padding: 5px 0;
  border-bottom: 1px solid #b8b6b6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #46403b;
  text-align: center;
}

.cform__submit {
  padding: 10px 24px;
  border: none;
  border-radius: 100px;
  background: #167fa6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #fefefe;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.cform__submit:hover {
  opacity: 0.85;
}

.cform__box .form-design-pattern-2 dl dt:not(.pattern-exclusion) span.required::before {
  background: #167fa6;
}
.cform__box .form-design-pattern-2 .submit-btn {
  background: #167fa6;
  border-color: #167fa6;
}
.cform__box .form-design-pattern-2 :not(.pattern-exclusion) button:hover {
  color: #167fa6;
}
@media screen and (min-width: 769px) {
  .cform__box .form-contents :not(.pattern-exclusion) button {
    width: 300px;
  }
}
.cform__box .form-design-pattern-2 dd:not(.pattern-exclusion) .textarea:focus,
.cform__box .form-design-pattern-2 dd:not(.pattern-exclusion) .textarea-select:focus,
.cform__box .form-design-pattern-2 dd:not(.pattern-exclusion) .textarea-datetimepicker:focus {
  outline: 2px solid rgba(22, 127, 166, 0.5);
  outline-offset: 1px;
}
.cform__box .form-design-pattern-2 .form-thanks-msg {
  -webkit-box-shadow: 0 0 0 6px rgba(22, 127, 166, 0.15);
  box-shadow: 0 0 0 6px rgba(22, 127, 166, 0.15);
}
.cform__box .form-design-pattern-2 .form-thanks-msg .back-home-btn a:hover {
  background: #167fa6;
  border-color: #167fa6;
  color: #fefefe;
}
.cform__box .form-design-pattern-2 dd:not(.pattern-exclusion) .upload-area {
  border-color: #167fa6;
  background: rgba(22, 127, 166, 0.08);
}
.cform__box .form-design-pattern-2 dd:not(.pattern-exclusion) .upload-msg button,
.cform__box .form-design-pattern-2 dd:not(.pattern-exclusion) .upload-area .upload-msg p {
  color: #167fa6;
}
.cform__box .form-design-pattern-2 dd:not(.pattern-exclusion) .input-file-clear {
  background: #167fa6;
  border-color: #167fa6;
}
.cform__box .form-design-pattern-2 dd:not(.pattern-exclusion) .upload-msg button::before {
  background-color: #167fa6;
}
.cform__box .form-design-pattern-2 .submit-btn:hover::before {
  background-color: #167fa6;
}
.cform__box .form-design-pattern-2 dl dt:not(.pattern-exclusion) span.required::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 34px;
  height: 22px;
  padding: 0;
  margin-right: 10px;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
  top: 0;
}
.cform__box .form-design-pattern-2 dd:not(.pattern-exclusion) .textarea {
  padding: 0 20px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  background: #f4f4f5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #252d3e;
}
.cform__box .form-design-pattern-2 dd:not(.pattern-exclusion) .textarea::-webkit-input-placeholder {
  color: #a8a8a8;
}
.cform__box .form-design-pattern-2 dd:not(.pattern-exclusion) .textarea::-moz-placeholder {
  color: #a8a8a8;
}
.cform__box .form-design-pattern-2 dd:not(.pattern-exclusion) .textarea:-ms-input-placeholder {
  color: #a8a8a8;
}
.cform__box .form-design-pattern-2 dd:not(.pattern-exclusion) .textarea::-ms-input-placeholder {
  color: #a8a8a8;
}
.cform__box .form-design-pattern-2 dd:not(.pattern-exclusion) .textarea::placeholder {
  color: #a8a8a8;
}
.cform__box .form-design-pattern-2 dd:not(.pattern-exclusion) input.textarea {
  height: 52px;
}
.cform__box .form-design-pattern-2 dd:not(.pattern-exclusion) textarea.textarea {
  height: 200px;
  padding: 17px 20px;
  line-height: 1.5;
  resize: vertical;
}
.cform__box .form-design-pattern-2 dl dd:not(.pattern-exclusion):has(label) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 0;
  padding-left: 0;
  max-width: 338px;
}
.cform__box .form-design-pattern-2 dd:not(.pattern-exclusion) label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #252d3e;
  cursor: pointer;
  white-space: nowrap;
}
.cform__box .form-design-pattern-2 dd:not(.pattern-exclusion) input.radio {
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin: 0;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  background: #f4f4f5;
  cursor: pointer;
}
.cform__box .form-design-pattern-2 dd:not(.pattern-exclusion) input.radio:checked {
  border-color: #167fa6;
  background: #167fa6;
}
.cform__box .form-design-pattern-2 dd:not(.pattern-exclusion) input.radio:focus-visible {
  outline: 2px solid rgba(22, 127, 166, 0.5);
  outline-offset: 2px;
}
.cform__box .form-design-pattern-2 dl dd:not(.pattern-exclusion) {
  border-bottom: 0;
}

.cform__box .form-contents form dl dt:not(.pattern-exclusion) {
  float: none;
  width: auto;
  margin-right: 0;
  margin-bottom: 5px;
  padding-top: 0;
  font-weight: 700;
  font-size: 16px;
  color: #252d3e;
}
.cform__box .form-contents form dl dd:not(.pattern-exclusion) {
  width: auto;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 20px;
}
.cform__box .form-contents {
  width: 100%;
  max-width: 659px;
}

.cform__unavailable {
  margin: 40px 20px 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #46403b;
  text-align: center;
}

.cform__unavailable-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin: 0 20px 16px;
  text-align: center;
}
.cform__unavailable-tel:last-child {
  margin-bottom: 40px;
}
.cform__unavailable-tel a,
.cform__unavailable-tel .tel-plain {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #167fa6;
}
.cform__unavailable-tel span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: #46403b;
}

.contact + .footer {
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .pt--contact {
    height: auto;
  }
  .pt--contact .pt__photo {
    height: 220px;
  }
  .cform {
    padding: 60px 0;
  }
  .cform__inner {
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cform__lead {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 15px;
  }
  .cform__tels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    width: 100%;
    height: auto;
    padding-top: 14px;
    padding-bottom: 0;
  }
  .telcard {
    width: 100%;
    max-width: 510px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .telcard__num span {
    font-size: 28px;
  }
  .cform__box {
    width: 100%;
    padding: 24px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cform__form,
  .cform__fields,
  .cform__field,
  .cform__label {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cform__input {
    width: 100%;
    min-height: 48px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cform__input--area {
    min-height: 140px;
  }
  .cform__radios {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .cform__radio {
    min-height: 44px;
  }
  .cform__box .form-contents {
    padding: 24px 0;
  }
  .cform__box .form-contents :not(.pattern-exclusion) button {
    width: 100%;
    max-width: 360px;
    min-height: 52px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.privacy__sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fefefe;
}

.privacy__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  width: 1200px;
  max-width: 100%;
  padding: 60px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.8);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #46403b;
}

.privacy__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  padding: 10px 0;
  border-bottom: 1px solid #167fa6;
}

.privacy__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  color: #167fa6;
}

.privacy__lead {
  margin-bottom: 40px;
}

.privacy__box h2 {
  margin: 40px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  color: #46403b;
}

.privacy__box h2:first-of-type {
  margin-top: 0;
}

.privacy__box p {
  margin: 0;
  line-height: 2;
}

.privacy__box p:empty {
  height: 32px;
}

.privacy__box a {
  color: inherit;
  text-decoration: underline;
  text-underline-position: from-font;
}

.privacy__box dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
  gap: 5px 0;
  width: 100%;
  margin: 0;
}

.privacy__box dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #eef2f5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  color: #46403b;
  text-align: center;
}

.privacy__box dd {
  min-width: 1px;
  margin: 0;
  padding: 5px 20px;
  border: 1px solid #eef2f5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #46403b;
}

.privacy__box dd p {
  line-height: 1.5;
}

.entry {
  background: #fefefe;
}

.entry__inner {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.entry__head {
  padding: 60px 0 40px;
}

.entry__crumbs {
  margin: 0 0 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #46403b;
}
.entry__crumbs a {
  color: #0b4877;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
.entry__crumbs a:hover {
  opacity: 0.7;
}

.entry__body {
  padding: 0 0 100px;
}

.entry__back {
  margin: 60px 0 0;
  text-align: center;
}

.entry__back-btn {
  display: inline-block;
  min-width: 280px;
  padding: 16px 32px;
  border-radius: 999px;
  background: #0b4877;
  color: #fefefe;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  transition: opacity 0.2s ease;
}
.entry__back-btn:hover {
  opacity: 0.8;
}

.entry-cms > div[id^=cms-blog-],
.news__list > div[id^=cms-blog-] {
  display: contents;
}

.entry-cms {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #46403b;
}

.entry-meta-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.entry-date {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #46403b;
}

.entry-tag {
  padding: 4px 12px;
  border-radius: 5px;
  background: #eef2f5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  color: #0b4877;
}

.entry-title {
  margin: 0 0 32px;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  color: #0b4877;
}

.eyecatch {
  margin-bottom: 36px;
}
.eyecatch img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 20px;
}

.article-body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #46403b;
}
.article-body h1,
.article-body h2 {
  margin: 48px 0 20px;
  padding-left: 16px;
  border-left: 5px solid #0b4877;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  color: #0b4877;
}
.article-body h3 {
  margin: 40px 0 16px;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  color: #0b4877;
}
.article-body > :first-child {
  margin-top: 0;
}
.article-body p {
  margin: 0 0 24px;
}
.article-body a {
  color: #106bb0;
  text-decoration: underline;
}
.article-body a:hover {
  opacity: 0.7;
}
.article-body img {
  margin: 0 auto 24px;
  border-radius: 20px;
}
.article-body ul,
.article-body ol {
  margin: 0 0 24px;
  padding-left: 1.4em;
  list-style: disc;
}
.article-body ol {
  list-style: decimal;
}
.article-body li {
  margin-bottom: 8px;
}
.article-body blockquote {
  margin: 0 0 24px;
  padding: 20px 24px;
  border-left: 4px solid #eef2f5;
  background: #eef2f5;
}
.article-body table {
  width: 100%;
  margin: 0 0 24px;
  border-collapse: collapse;
}
.article-body th,
.article-body td {
  padding: 12px 16px;
  border: 1px solid #eef2f5;
  text-align: left;
}
.article-body th {
  background: #eef2f5;
  font-weight: 700;
}

.entry-unavailable {
  margin: 0;
  padding: 60px 20px 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #46403b;
  text-align: center;
}

.entry-unavailable-back {
  margin: 0;
  padding-bottom: 40px;
  text-align: center;
}
.entry-unavailable-back a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #0b4877;
  text-decoration: underline;
}
.entry-unavailable-back a:hover {
  opacity: 0.7;
}
.cms-placeholder {
  padding: 40px 20px;
  border: 1px dashed #0b4877;
  border-radius: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 2;
  color: #0b4877;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .entry__inner {
    width: 100%;
    padding: 0 16px;
  }
  .entry__head {
    padding: 32px 0 24px;
  }
  .entry__crumbs {
    margin: 0 0 24px;
    font-size: 13px;
  }
  .entry__body {
    padding: 0 0 60px;
  }
  .entry__back {
    margin: 40px 0 0;
  }
  .entry__back-btn {
    display: block;
    min-width: 0;
    padding: 14px 24px;
  }
  .entry-title {
    margin: 0 0 24px;
    font-size: 24px;
  }
  .eyecatch {
    margin-bottom: 24px;
  }
  .entry-cms,
  .article-body {
    font-size: 15px;
  }
  .entry-cms h1,
  .entry-cms h2,
  .article-body h1,
  .article-body h2 {
    margin: 32px 0 16px;
    font-size: 22px;
  }
  .entry-cms h3,
  .article-body h3 {
    margin: 28px 0 12px;
    font-size: 18px;
  }
}

.entry--orange .entry__crumbs a,
.entry--orange .entry-title,
.entry--orange .article-body h3,
.entry--orange .article-body a {
  color: #f3983a;
}
.entry--orange .entry__back-btn {
  background: #f3983a;
}
.entry--orange .entry-tag {
  background: rgba(243, 152, 58, 0.1);
  color: #f3983a;
}
.entry--orange .article-body h1,
.entry--orange .article-body h2 {
  border-left-color: #f3983a;
  color: #f3983a;
}

.cms-preview-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  padding: 10px 16px;
  background: rgba(11, 72, 119, 0.94);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #fefefe;
  text-align: center;
}

.cms-preview-bar__label {
  font-weight: 700;
}

.cms-preview-bar__note {
  opacity: 0.85;
}

.cms-preview-bar__exit {
  padding: 4px 14px;
  border: 1px solid rgba(254, 254, 254, 0.7);
  border-radius: 999px;
  color: #fefefe;
  font-weight: 700;
  transition: opacity 0.2s ease;
}
.cms-preview-bar__exit:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .cms-preview-bar {
    gap: 4px 12px;
    padding: 8px 12px;
    font-size: 12px;
  }
  .cms-preview-bar__note {
    display: none;
  }
}
