@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Roboto+Slab:wght@400;500&family=Manrope:wght@200;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
/* =============================================

基本設定

============================================= */
html {
  font-size: 0.625em;
}

body {
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #243663;
  padding-top: 8rem;
  position: relative;
}
body.scroll-stop {
  overflow: hidden;
}

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

.sp {
  display: none;
}

summary {
  list-style: none;
}

em {
  font-style: normal;
}

/* =============================================

ヘッダー

============================================= */
.header {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
}
.header__inner {
  height: 8rem;
  padding: 0 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  font-family: "Manrope", "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #0da480;
  letter-spacing: 0.1em;
}
.header__logo a {
  display: flex;
  align-items: center;
}
.header__logo img {
  width: 24.4rem;
  margin-right: 2rem;
}
.header-menu {
  display: block;
  width: 5rem;
  height: 5rem;
  white-space: nowrap;
  position: relative;
  z-index: 50;
  order: 4;
}
.header-menu__link {
  display: block;
  height: 100%;
  position: relative;
}
.header-menu__line {
  background: #000;
  display: block;
  width: 5rem;
  height: 0.2rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.5s;
}
.header-menu__line--01 {
  top: 0.8rem;
}
.header-menu__line--02 {
  top: 2.4rem;
}
.header-menu__line--03 {
  top: 4rem;
}
.header-menu__link.open .header-menu__line--01 {
  transform: translate(-50%, 1.6rem) rotate(-315deg);
}
.header-menu__link.open .header-menu__line--02 {
  opacity: 0;
}
.header-menu__link.open .header-menu__line--03 {
  transform: translate(-50%, -1.6rem) rotate(315deg);
}

.gnavi {
  background: #14b188;
  width: 50rem;
  height: calc(100vh - 8rem);
  padding: 8rem;
  position: fixed;
  top: 8rem;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.gnavi.open {
  opacity: 1;
  visibility: visible;
}
.gnavi-list__item {
  margin-bottom: 4rem;
}
.gnavi-list__item a {
  display: block;
}
.gnavi-list__txtEN {
  font-family: "Manrope";
  font-size: 1rem;
  font-weight: 400;
  color: #a8f4de;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 1rem;
}
.gnavi-list__txtJA {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}

/* =============================================

共通パーツ

============================================= */
.brand-color {
  color: #243663;
}

.heading-01 {
  font-size: 3.4rem;
  line-height: 1.2941176471;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6rem;
  position: relative;
}
.heading-01::after {
  content: "";
  background: #243663;
  width: 6rem;
  height: 0.6rem;
  position: absolute;
  left: 50%;
  bottom: -2rem;
  transform: translateX(-50%);
}

.heading-02 {
  font-size: 3.8rem;
  line-height: 1.0526315789;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  position: relative;
}
.heading-02__underline {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #ffe16e;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.heading-02__emphasis {
  font-size: 6.6rem;
  color: #243663;
}

.heading-03 {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 3rem;
}

.heading-04 {
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 500;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  margin-bottom: 2rem;
  border-left: 0.6rem solid #14b188;
}

.txt-01 {
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
}

.txt-02 {
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.03em;
  text-align: justify;
}

.btn-01 {
  font-size: 2.4rem;
  line-height: 1.1666666667;
  font-weight: 700;
  text-align: center;
  width: 37rem;
}
.btn-01__link {
  color: #fff;
  background: #14b188;
  height: 8rem;
  padding-left: 2rem;
  padding-right: 9rem;
  border-radius: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: background 0.5s;
}
.btn-01__link::before {
  content: "";
  background: #fff;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
}
.btn-01__link::after {
  content: "\e5cc";
  font-family: "Material Symbols Outlined";
  font-size: 2.4rem;
  color: #243663;
  position: absolute;
  right: 4.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.btn-01__link--anchor::after {
  content: "\e5cf";
}
.btn-01__link:hover {
  color: #fff;
  background: #468dd3;
}

.btn-02 {
  font-size: 1.8rem;
  line-height: 1.1666666667;
  font-weight: 500;
  width: 30rem;
  position: relative;
  z-index: 1;
}
.btn-02::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: 2.5rem;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.btn-02--official {
  width: 100%;
}
.btn-02--official::before {
  background-image: url("../img/common/icon-btn-homepage.svg");
}
.btn-02--instagram::before {
  background-image: url("../img/common/icon-btn-instagram.svg");
}
.btn-02--twitter::before {
  background-image: url("../img/common/icon-btn-twitter.svg");
}
.btn-02__link {
  color: #fff;
  background: #14b188;
  height: 8rem;
  padding-left: 9rem;
  padding-right: 9rem;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  position: relative;
  transition: opacity 0.5s;
}
.btn-02__link::before {
  content: "";
  background: #fff;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.btn-02__link::after {
  content: "\e5cc";
  font-family: "Material Symbols Outlined";
  font-size: 2.4rem;
  color: #243663;
  position: absolute;
  right: 2.3rem;
  top: 50%;
  transform: translateY(-50%);
}
.btn-02__link--anchor::after {
  content: "\e5cf";
}
.btn-02__link:hover {
  opacity: 0.8;
}

.btn-map {
  font-family: "Manrope", "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  width: 17rem;
  position: relative;
}
.btn-map__link {
  color: #fff;
  background: #14b188;
  height: 4rem;
  padding-left: 4rem;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  position: relative;
  transition: opacity 0.5s;
  overflow: hidden;
}
.btn-map__link::before {
  content: "location_on";
  font-family: "Material Symbols Outlined";
  font-size: 2.4rem;
  color: #fff;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
}
.btn-map__link:hover {
  opacity: 0.8;
}

/* =============================================

コンテンツ

============================================= */
.contents {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.contents--block-job::before {
  content: "";
  background: #f1f8f1;
  width: 100%;
  height: 44rem;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.contents--block-company {
  background: #f6f6f6;
}
.contents--block-interview {
  background: #fff;
}
.contents--block-interview .contents__inner {
  padding-bottom: 0;
}
.contents--block-business {
  padding: 12rem 0;
}
.contents--block-welfare {
  background: #f3faff;
}
.contents--block-guideline {
  background: #fff;
}
.contents--block-workarea {
  background: #f1f8f1;
}
.contents--form {
  background: #fff;
}
.contents__inner {
  max-width: 126rem;
  padding: 10rem 3rem;
  margin-left: auto;
  margin-right: auto;
}
.contents__inner--w1000 {
  max-width: 106rem;
}
.contents__inner--w1310 {
  max-width: 137rem;
}
.contents__inner--w1400 {
  max-width: 146rem;
}

/* =============================================

タイトル

============================================= */
.title {
  color: #243663;
  text-align: center;
  margin-bottom: 6rem;
}
.title__en {
  font-family: "Manrope", "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #14b188;
  letter-spacing: 0.1em;
}
.title__heading {
  font-size: 4rem;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  margin-bottom: 2.5rem;
}
.title__heading em {
  font-size: 7rem;
  font-weight: 700;
  font-style: normal;
}

.subtitle {
  color: #243663;
  text-align: center;
  position: relative;
  z-index: 0;
}
.subtitle__heading {
  font-size: 6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 2.5rem;
}
.subtitle__en {
  font-family: "Manrope";
  font-size: 3.2rem;
  font-weight: 200;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 0 4rem;
  position: relative;
}
.subtitle__en::before, .subtitle__en::after {
  content: "";
  width: 7rem;
  height: 1px;
  border-bottom: 1px dotted #243663;
  position: absolute;
  top: 50%;
}
.subtitle__en::before {
  right: 100%;
}
.subtitle__en::after {
  left: 100%;
}

.fixed {
  background: rgba(255, 206, 8, 0.9);
  width: 36rem;
  padding: 2rem;
  position: fixed;
  right: 2rem;
  bottom: 0;
  z-index: 10;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.fixed.scrolled {
  opacity: 1;
  visibility: visible;
}
.fixed__txt {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
}
.fixed-list {
  font-size: 1.8rem;
  line-height: 1.1666666667;
  font-weight: 700;
  text-align: center;
}
.fixed-list__item {
  margin-bottom: 2rem;
}
.fixed-list__item:last-child {
  margin-bottom: 0;
}
.fixed-list__link {
  color: #fff;
  background: #14b188;
  height: 8rem;
  padding-left: 2rem;
  padding-right: 6rem;
  border-radius: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.5s;
}
.fixed-list__link::before {
  content: "";
  background: #fff;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.fixed-list__link::after {
  content: "\e5cc";
  font-family: "Material Symbols Outlined";
  font-size: 2.4rem;
  color: #243663;
  position: absolute;
  right: 2.3rem;
  top: 50%;
  transform: translateY(-50%);
}
.fixed-list__link--anchor::after {
  content: "\e5cf";
}
.fixed-list__link:hover {
  opacity: 0.8;
}

.copyright {
  font-family: "Manrope", "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  background: #243663;
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
  padding: 1rem;
}

.accentColor {
  color: #14b188;
}

.bottom-border {
  background: linear-gradient(90deg, rgb(20, 177, 136) 0%, rgb(20, 177, 139) 30.56%, rgb(21, 176, 147) 48.94%, rgb(21, 175, 161) 64.05%, rgb(22, 174, 177) 74.96%, rgb(26, 162, 182) 81.65%, rgb(36, 129, 197) 93.81%, rgb(42, 110, 205) 100%);
  width: 100%;
  height: 1rem;
}

@media only screen and (min-width: 0px) and (max-width: 1260px) {
  html {
    font-size: 0.7936507937vw;
  }
}
@media only screen and (min-width: 0px) and (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
  body {
    padding-top: 10rem;
  }
  body.is-fixed {
    padding-bottom: 21.8rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* =============================================

  ヘッダー

  ============================================= */
  .header__inner {
    height: 10rem;
  }
  .header__logo {
    font-size: 2rem;
  }
  .gnavi {
    width: 100%;
    height: calc(100vh - 10rem);
    padding: 5rem 10rem;
    top: 10rem;
  }
  .gnavi-list__item {
    margin-bottom: 6rem;
  }
  .gnavi-list__txtEN {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
  .gnavi-list__txtJA {
    font-size: 3rem;
  }
  /* =============================================

  共通パーツ

  ============================================= */
  .heading-01 {
    font-size: 4.4rem;
    margin-bottom: 12rem;
  }
  .heading-01::after {
    width: 9rem;
    height: 0.8rem;
    bottom: -4rem;
  }
  .heading-02 {
    font-size: 4.8rem;
  }
  .heading-02__emphasis {
    font-size: 8.6rem;
  }
  .heading-03 {
    font-size: 5.2rem;
    margin-bottom: 6rem;
  }
  .txt-01 {
    font-size: 2.8rem;
    text-align: left;
  }
  .txt-02 {
    font-size: 2.8rem;
    line-height: 2.1428571429;
    letter-spacing: normal;
  }
  .btn-01 {
    font-size: 3rem;
    width: 100%;
  }
  .btn-01__link {
    height: 11rem;
    padding-left: 2rem;
    padding-right: 9rem;
  }
  .btn-01__link::before {
    width: 4rem;
    height: 4rem;
    right: 3rem;
  }
  .btn-01__link::after {
    font-size: 3rem;
    right: 3.5rem;
  }
  .btn-02 {
    font-size: 3rem;
    width: 100%;
  }
  .btn-02::before {
    width: 5.6rem;
    height: 5.6rem;
    left: 4rem;
  }
  .btn-02__link {
    height: 11rem;
    padding-left: 13rem;
  }
  .btn-02__link::before {
    width: 4rem;
    height: 4rem;
    right: 3rem;
  }
  .btn-02__link::after {
    font-size: 3rem;
    right: 3.5rem;
  }
  .btn-map {
    font-size: 2.4rem;
    width: 27rem;
  }
  .btn-map__link {
    height: 8rem;
    padding-left: 8rem;
  }
  .btn-map__link::before {
    font-size: 3.6rem;
    left: 3rem;
  }
  /* =============================================

  コンテンツ

  ============================================= */
  .contents--block-intro::before {
    height: 48rem;
    transform: skewY(-32.6192430712deg) translateY(-24rem);
  }
  .contents--block-intro::after {
    height: 66rem;
    top: 26rem;
  }
  .contents--block-job::before {
    height: 66rem;
    top: 50%;
    transform: skewY(-28.261deg) translateY(-50%);
  }
  .contents--block-company {
    background: #ededed;
  }
  .contents--block-company::before {
    content: "";
    background: #f5f5f5;
    width: 100%;
    height: 41.25vw;
    position: absolute;
    left: 0;
    top: -25.625vw;
    z-index: -1;
    transform: skewY(28.261deg);
    transform-origin: left;
  }
  .contents__inner {
    width: 65rem;
    padding: 0;
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .contents__inner--w1400 {
    width: 69rem;
  }
  /* =============================================

  タイトル

  ============================================= */
  .title {
    margin-bottom: 7.5rem;
  }
  .title__en {
    font-size: 2.2rem;
  }
  .title__heading {
    font-size: 4.4rem;
  }
  .fixed {
    width: 100%;
    padding: 3rem 5rem;
    border-radius: 0;
    right: 0;
    box-shadow: none;
  }
  .fixed__txt {
    font-size: 2.8rem;
  }
  .fixed-list {
    font-size: 3rem;
  }
  .fixed-list__link {
    height: 11rem;
    padding: 2rem;
  }
  .fixed-list__link::before {
    width: 4rem;
    height: 4rem;
    right: 3rem;
  }
  .fixed-list__link::after {
    font-size: 3rem;
    right: 3.5rem;
  }
  .copyright {
    font-size: 2.4rem;
    padding: 2rem;
  }
}
/* =============================================

メインビジュアル

============================================= */
.mainvisual {
  position: relative;
}
.mainvisual__txt {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

/* =============================================

とりまつ畳について

============================================= */
.about {
  width: 100rem;
  margin-right: auto;
  margin-left: auto;
}

/* =============================================

スタッフ

============================================= */
.staff {
  overflow: hidden;
  display: flex;
}
.staff__img {
  width: auto;
  height: 56rem;
  flex-shrink: 0;
}
.staff__img--01 {
  animation: loop 50s -25s linear infinite;
}
.staff__img--02 {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/* =============================================

代表メッセージ

============================================= */
.message {
  background: #f1f8f1;
}
.message__inner {
  max-width: 126rem;
  padding: 13rem 3rem 19rem;
  margin-right: auto;
  margin-left: auto;
}
.message-flex {
  display: flex;
  justify-content: space-between;
}
.message-flex__left {
  width: 60rem;
}
.message-flex__right {
  width: 47rem;
}
.message__title {
  text-align: left;
}
.message-copy__heading {
  font-size: 2.8rem;
  line-height: 1.7857142857;
  font-weight: 500;
  margin-bottom: 3rem;
}
.message-copy__txt {
  font-size: 2rem;
  line-height: 2;
  text-align: justify;
}

.president {
  font-size: 2.6rem;
  font-weight: 500;
  text-align: right;
}
.president__txt-small {
  font-size: 1.6rem;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 1rem;
}
.president img {
  margin-bottom: 2rem;
  border-radius: 1rem;
}

/* =============================================

ポイント

============================================= */
.workPoints {
  margin: 0% 0% -2.5% 0%;
  display: flex;
  flex-wrap: wrap;
}
.workPoints__item {
  background: #f9f7f3;
  text-align: center;
  width: 31.6666666667%;
  padding: 5rem 5rem 8rem 5rem;
  margin: 0% 2.5% 2.5% 0%;
  border-radius: 0.8rem;
}
.workPoints__item:nth-child(3n) {
  margin-right: 0;
}
.workPoints__icon {
  width: 27rem;
  margin-top: -10rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}
.workPoints__title {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  font-weight: 700;
  margin-bottom: 2rem;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #ffe16e;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.workPoints__txt {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.workPoints-wrap {
  margin-bottom: 6rem;
}

/* =============================================

アンカーボタン

============================================= */
.anchor-btn {
  display: flex;
  justify-content: center;
}
.anchor-btn > * {
  margin-left: 5rem;
  margin-right: 5rem;
}

/* =============================================

職種紹介

============================================= */
.job {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.job__item {
  width: 30%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.job-media {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  overflow: hidden;
}
.job-detail {
  font-size: 1.6rem;
  line-height: 1.875;
  background: #fff;
  text-align: justify;
  border-left: 4px solid #14b188;
  border-right: 4px solid #14b188;
  border-bottom: 4px solid #14b188;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  position: relative;
  z-index: 1;
  flex-grow: 1;
}
.job-detail__title {
  font-size: 2.4rem;
  line-height: 1.5384615385;
  color: #fff;
  background: #14b188;
  text-align: center;
  padding: 1.2rem;
}
.job-detail__txt {
  padding: 2rem 3.2rem;
}

/* =============================================

スライダー

============================================= */
.slider__item img {
  border-radius: 1rem;
}

.slider-controls__prev, .slider-controls__next {
  background: url("../img/top/img-slider-controls.svg") no-repeat center center/cover;
  width: 8rem;
  height: 8rem;
  margin: 0;
  transform: translateY(-50%);
}
.slider-controls__prev::after, .slider-controls__next::after {
  content: none;
}
.slider-controls__prev {
  left: 16.25vw;
}
.slider-controls__next {
  transform: scaleX(-1) translateY(-50%);
  right: 16.25vw;
}

/* =============================================

会社の特徴

============================================= */
.character {
  margin-bottom: 13rem;
}
.character__item {
  background: #fff;
  padding: 5rem;
  border-radius: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.character-detail__title {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 3rem;
}
.character-detail__txt {
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: justify;
}
.character-media {
  width: 45rem;
  margin-right: 5rem;
  flex-shrink: 0;
}

/* =============================================

数字で見る

============================================= */
.data {
  margin-bottom: 8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.data__item {
  width: 38.6rem;
  margin-bottom: 2rem;
}

/* =============================================

会社概要

============================================= */
.outline {
  margin: 0% 0% -3.0534351145% 0%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.outline__item {
  background: #fff;
  width: 48.3333333333%;
  padding: 5rem;
  margin: 0% 0% 3.3333333333% 0%;
  border-radius: 0.8rem;
}

.company-info {
  font-size: 1.6rem;
  line-height: 1.875;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.company-info__heading {
  color: #14b188;
  font-weight: 500;
  padding-bottom: 0.5rem;
}
.company-info__txt {
  padding-bottom: 0.5rem;
}

/* =============================================

各種運営HPボタン（Mix）

============================================= */
.website-btn {
  width: 62rem;
  margin-top: 6rem;
  margin-bottom: -2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.website-btn > * {
  margin-bottom: 2rem;
}

/* =============================================

インタビュー

============================================= */
.interview {
  width: 100rem;
  margin-right: auto;
  margin-bottom: 6rem;
  margin-left: auto;
}
.interview:last-of-type {
  margin-bottom: 0;
}
.interview-media {
  width: 64rem;
  margin-left: auto;
  margin-right: -10rem;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
.interview-title {
  color: #fff;
  width: 46rem;
  padding: 8rem 0;
  margin-top: -32.5rem;
  margin-bottom: 7rem;
  position: relative;
}
.interview-title::before {
  content: "";
  background: linear-gradient(60deg, rgb(20, 177, 136) 0%, rgb(20, 177, 139) 30.56%, rgb(21, 176, 147) 48.94%, rgb(21, 175, 161) 64.05%, rgb(22, 174, 177) 74.96%, rgb(26, 162, 182) 81.65%, rgb(36, 129, 197) 93.81%, rgb(42, 110, 205) 100%);
  width: calc(50vw + 28rem);
  height: 100%;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  position: absolute;
  top: 0;
  right: -28rem;
  z-index: -1;
}
.interview-title__join {
  font-size: 1.6rem;
  line-height: 1.75;
}
.interview-comment {
  margin-bottom: 4rem;
}
.interview-comment__heading {
  font-size: 2.2rem;
  line-height: 1.7272727273;
  font-weight: 500;
  margin-bottom: 2rem;
}
.interview-comment__txt {
  font-size: 3.2rem;
  line-height: 1.625;
  font-weight: 500;
}
.interview-detail__title {
  font-size: 2.2rem;
  line-height: 1.3636363636;
  font-weight: 500;
  padding-left: 5rem;
  margin-bottom: 2rem;
  position: relative;
}
.interview-detail__title::before {
  content: "Q";
  font-family: "Manrope";
  font-size: 1.8rem;
  font-weight: 200;
  color: #fff;
  background: #14b188;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0.1em;
}
.interview-detail__txt {
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: justify;
  padding-bottom: 3rem;
  padding-left: 5rem;
  margin-bottom: 3rem;
  border-bottom: 1px dotted #baa215;
  position: relative;
}
.interview-detail__txt::before {
  content: "A";
  font-family: "Manrope";
  font-size: 1.8rem;
  font-weight: 200;
  color: #14b188;
  background: #fff;
  width: 3rem;
  height: 3rem;
  border: 1px solid #14b188;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0.1em;
}
.interview-detail__txt:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.flow {
  padding: 9rem 0;
  position: relative;
}
.flow::before {
  content: "";
  background: #f1f8f1;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.flow__inner {
  width: 100rem;
  margin-right: auto;
  margin-left: auto;
}
.flow__title {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 4rem;
}
.flow-timeline {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: space-between;
  width: 112rem;
  margin-bottom: 7rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.flow-timeline::before {
  content: "";
  background: #243663;
  width: 96rem;
  height: 1px;
  position: absolute;
  top: 0.4rem;
  left: 50%;
  transform: translateX(-50%);
}
.flow-timeline__item {
  padding-top: 3rem;
  position: relative;
}
.flow-timeline__item::before {
  content: "";
  background: #243663;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.flow-timeline--col7 .flow-timeline__item {
  width: 16rem;
  flex-shrink: 0;
}
.flow-timeline--col8 .flow-timeline__item {
  width: 14rem;
  flex-shrink: 0;
}
.flow-photo {
  width: 89rem;
  margin-right: auto;
  margin-bottom: 10rem;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}
.flow-photo__item {
  width: 27rem;
  border-radius: 1rem;
  overflow: hidden;
}

.off {
  background: #fff;
  padding: 6rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
}
.off__img {
  width: 44rem;
  margin-right: 5rem;
  flex-shrink: 0;
}
.off-detail__heading {
  font-size: 3rem;
  line-height: 1.4666666667;
  font-weight: 500;
  margin-bottom: 3rem;
}
.off-detail__txt {
  font-size: 1.6rem;
  line-height: 1.875;
}

/* =============================================

事業紹介

============================================= */
.business__heading {
  font-size: 3.4rem;
  font-weight: 700;
  padding-left: 3rem;
  margin-bottom: 4rem;
  position: relative;
}
.business__heading::before {
  content: "";
  background: #243663;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.business__img {
  margin-bottom: 4rem;
  border-radius: 1rem;
  overflow: hidden;
}
.business-job {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.business-job-detail {
  width: 45rem;
  padding-top: 1.5rem;
  margin-bottom: 10rem;
  border-top: 1px solid #cdeafc;
}
.business-job-detail--full {
  width: 100%;
}
.business-job-detail__heading {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.business-job-detail__txt {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: justify;
}

/* =============================================

Call to Action

============================================= */
.cta {
  /*background: url("../img/top/bg-contact.webp") no-repeat center center / cover;*/
  width: 100%;
  height: 43rem;
  position: relative;
}
.cta__inner {
  max-width: 120rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cta__txt {
  font-size: 4.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 4rem;
}
.cta-btn {
  width: 50rem;
}
.cta-btn__link:hover {
  background: #ff802c;
}
.cta__movie {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.cta__movie video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta__movie::before {
  content: "";
  background: #808080;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}

/* =============================================

募集要項

============================================= */
.guideline-group {
  background: #f6f6f6;
  padding: 3rem;
  position: relative;
  display: flex;
  align-items: center;
}
.guideline-group__heading {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  width: 17rem;
  margin-right: 3rem;
  flex-shrink: 0;
}
.guideline-group__heading img {
  width: 4.4rem;
  margin-bottom: 1rem;
}
.guideline-group__label {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.recruit-anchor + .guideline-group__label {
  margin-top: 3rem;
}

.recruit-anchor {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: -1rem;
  display: flex;
  flex-wrap: wrap;
}
.recruit-anchor__item {
  width: 12rem;
  height: 4rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
}
.recruit-anchor__link {
  color: #243663;
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 999.9rem;
  border: 1px solid #c3c3c3;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.3s, background 0.3s;
}
.recruit-anchor__link--current, .recruit-anchor__link:hover {
  color: #fff;
  background: #14b188;
  border: 1px solid #14b188;
}
.recruit-anchor__link--current::after, .recruit-anchor__link:hover::after {
  color: #fff;
}

.recruit-detail {
  margin-top: 6rem;
}
.recruit-detail__item {
  background: #fff;
}
.recruit-detail-btn {
  margin-right: auto;
  margin-left: auto;
}
.recruit-detail .swiper-wrapper {
  margin-bottom: 6rem;
}

.recruit-table {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit-table__heading {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  font-weight: 700;
  width: 23rem;
  padding: 3rem 0;
  border-top: 1px solid #14b188;
}
.recruit-table__heading:last-of-type {
  border-bottom: 1px solid #14b188;
}
.recruit-table__txt {
  font-size: 1.6rem;
  line-height: 1.875;
  padding: 3rem 0;
  width: calc(100% - 25rem);
  border-top: 1px solid #c3c3c3;
}
.recruit-table__txt:last-of-type {
  border-bottom: 1px solid #c3c3c3;
}
.recruit-table__btn {
  margin-top: 1.5rem;
}

/* =============================================

勤務地

============================================= */
.area {
  display: flex;
  flex-wrap: wrap;
}
.area__item {
  background: #fff;
  width: 32.2033898305%;
  padding: 3rem 4rem;
  margin: 0% 1.6949152542% 1.6949152542% 0%;
  border-radius: 1rem;
}
.area__item:nth-child(3n) {
  margin-right: 0;
}
.area-media {
  margin-bottom: 2rem;
}
.area__title {
  font-size: 1.8rem;
  line-height: 1.8571428571;
  font-weight: 500;
  padding: 1rem 0;
}
.area__txt {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  margin-bottom: 2rem;
}
.area__map {
  width: 14rem;
}

@media only screen and (min-width: 0px) and (max-width: 750px) {
  /* =============================================

  とりまつ畳について

  ============================================= */
  .about {
    width: 100%;
  }
  /* =============================================

  スタッフ

  ============================================= */
  .staff__img {
    height: 32rem;
  }
  /* =============================================

  代表メッセージ

  ============================================= */
  .message__inner {
    padding: 15rem 6rem 15rem;
  }
  .message-flex {
    display: block;
  }
  .message-flex__left {
    width: 100%;
    margin-bottom: 10rem;
  }
  .message-flex__right {
    width: 100%;
  }
  .message__title {
    text-align: center;
  }
  .message-copy__heading {
    font-size: 5.2rem;
    line-height: 1.5384615385;
    margin-bottom: 4rem;
  }
  .message-copy__txt {
    font-size: 2.8rem;
    line-height: 2.1428571429;
  }
  .president {
    font-size: 3.8rem;
  }
  .president__txt-small {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .president img {
    margin-bottom: 3rem;
  }
  /* =============================================

  ポイント

  ============================================= */
  .workPoints {
    width: 57rem;
    margin: 0 auto;
    display: block;
  }
  .workPoints__item {
    width: 100%;
    padding: 6rem 6rem 9rem 6rem;
    margin: 0 0 14rem;
    border-radius: 0.8rem;
  }
  .workPoints__item:last-child {
    margin-bottom: 0;
  }
  .workPoints__icon {
    width: 40rem;
    margin-top: -13rem;
    margin-bottom: 6rem;
  }
  .workPoints__title {
    font-size: 4.2rem;
    margin-bottom: 3rem;
  }
  .workPoints__txt {
    font-size: 2.8rem;
  }
  .workPoints-wrap {
    margin-bottom: 10rem;
  }
  /* =============================================

  アンカーボタン

  ============================================= */
  .anchor-btn {
    display: block;
  }
  .anchor-btn > * {
    margin: 0 auto 3rem;
  }
  .anchor-btn > *:last-child {
    margin: 0;
  }
  /* =============================================

  職種紹介

  ============================================= */
  .job {
    width: 62rem;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .job__item {
    width: 100%;
    margin-bottom: 6rem;
  }
  .job__item:last-of-type {
    margin-bottom: 0;
  }
  .job-detail {
    font-size: 2.6rem;
    line-height: 2;
    border-left: 0.4rem solid #14b188;
    border-right: 0.4rem solid #14b188;
    border-bottom: 0.4rem solid #14b188;
  }
  .job-detail__title {
    font-size: 4rem;
    padding: 2rem;
  }
  .job-detail__txt {
    padding: 6rem;
  }
  /* =============================================

  スライダー

  ============================================= */
  .slider-controls__prev, .slider-controls__next {
    width: 6rem;
    height: 6rem;
  }
  .slider-controls__prev {
    left: 1.5rem;
  }
  .slider-controls__next {
    right: 1.5rem;
  }
  /* =============================================

  会社の特徴

  ============================================= */
  .character__item {
    padding: 6rem 5rem;
    margin-bottom: 6rem;
    display: flex;
    flex-direction: column-reverse;
  }
  .character__item > *:last-child {
    margin-bottom: 0;
  }
  .character-detail {
    margin-bottom: 5rem;
  }
  .character-detail__title {
    font-size: 5.2rem;
    margin-bottom: 3rem;
  }
  .character-detail__txt {
    font-size: 2.8rem;
    line-height: 1.7857142857;
  }
  .character-media {
    width: 100%;
    margin-top: 3rem;
    margin-left: 0;
    margin-right: 0;
  }
  /* =============================================

  数字で見る

  ============================================= */
  .data {
    width: 62rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 8rem;
    display: block;
  }
  .data__item {
    width: 100%;
    margin-bottom: 3.5rem;
  }
  .data__item:last-child {
    margin-bottom: 0;
  }
  /* =============================================

  会社概要

  ============================================= */
  .outline {
    margin: 0;
    display: block;
  }
  .outline__item {
    width: 100%;
    padding: 9rem 5rem;
    margin-bottom: 6rem;
  }
  .outline__item:last-child {
    margin-bottom: 0;
  }
  .company-info {
    font-size: 2.8rem;
    line-height: 1.7857142857;
  }
  .company-info__heading {
    padding-bottom: 0;
    display: block;
  }
  .company-info__txt {
    padding-bottom: 0;
    display: block;
  }
  .company-info__row {
    display: block;
    margin-bottom: 3rem;
  }
  .company-info__row:last-child {
    margin-bottom: 0;
  }
  /* =============================================

  インタビュー

  ============================================= */
  .interview {
    width: 63rem;
    margin-bottom: 8rem;
    display: flex;
    flex-direction: column;
  }
  .interview-media {
    width: 100%;
    margin-top: -17.5rem;
    margin-bottom: 8rem;
    margin-right: 0;
    order: 2;
  }
  .interview-title {
    width: 100vw;
    padding: 10rem 6rem 23rem;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -6rem;
    margin-left: -6rem;
    position: relative;
    order: 1;
  }
  .interview-title::before {
    width: 100vw;
    border-radius: 0;
    right: 0;
  }
  .interview-title__join {
    font-size: 2.4rem;
  }
  .interview-comment {
    margin-bottom: 4rem;
  }
  .interview-comment__heading {
    font-size: 3rem;
  }
  .interview-comment__txt {
    font-size: 3.8rem;
  }
  .interview-detail {
    order: 3;
  }
  .interview-detail__title {
    font-size: 3.4rem;
    min-height: 6rem;
    padding-left: 10rem;
  }
  .interview-detail__title::before {
    font-size: 3.6rem;
    width: 6rem;
    height: 6rem;
    top: -0.1em;
  }
  .interview-detail__txt {
    font-size: 2.8rem;
    line-height: 1.7857142857;
    padding-bottom: 5rem;
    padding-left: 10rem;
    margin-bottom: 6rem;
  }
  .interview-detail__txt::before {
    font-size: 3.6rem;
    width: 6rem;
    height: 6rem;
    top: -0.1em;
  }
  .interview-detail__txt:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .flow {
    padding: 8rem 0;
  }
  .flow__inner {
    width: 100%;
  }
  .flow__title {
    font-size: 4.4rem;
    margin-bottom: 9rem;
  }
  .flow-timeline {
    font-size: 2.8rem;
    font-weight: 500;
    text-align: left;
    display: block;
    width: 100%;
    margin-bottom: 7rem;
    position: relative;
    left: 0;
    transform: none;
  }
  .flow-timeline::before {
    width: 1px;
    height: calc(100% + 6rem);
    top: -3rem;
    left: 0.7rem;
    transform: none;
  }
  .flow-timeline__item {
    padding-top: 0;
    padding-left: 6rem;
    margin-bottom: 5rem;
  }
  .flow-timeline__item::before {
    width: 1.5rem;
    height: 1.5rem;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .flow-timeline--col7 .flow-timeline__item {
    width: 100%;
  }
  .flow-timeline--col8 .flow-timeline__item {
    width: 100%;
  }
  .flow-photo {
    width: 54rem;
    margin-bottom: 10rem;
    display: block;
  }
  .flow-photo__item {
    width: 100%;
    margin-bottom: 6rem;
  }
  .flow-photo__item:last-child {
    margin-bottom: 0;
  }
  .off {
    padding: 5rem;
    flex-direction: column-reverse;
  }
  .off__img {
    width: 100%;
    margin-right: 0;
  }
  .off-detail {
    margin-bottom: 5rem;
  }
  .off-detail__heading {
    font-size: 5.2rem;
    margin-bottom: 3rem;
  }
  .off-detail__txt {
    font-size: 2.6rem;
  }
  /* =============================================

  Call to Action

  ============================================= */
  .cta {
    /*background: url("../img/top/bg-contact-sp.jpg") no-repeat center center / cover;*/
    height: 57rem;
  }
  .cta__inner {
    width: 65rem;
    margin-left: auto;
    margin-right: auto;
  }
  .cta__txt {
    font-size: 6rem;
    line-height: 1.3;
    margin-bottom: 3rem;
  }
  .cta-btn {
    width: 100%;
  }
  /* =============================================

  募集要項

  ============================================= */
  .guideline-group {
    padding: 3rem;
    display: block;
  }
  .guideline-group__heading {
    font-size: 2.6rem;
    text-align: left;
    width: auto;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    margin-right: 0;
    border-bottom: 1px solid #c3c3c3;
    display: flex;
    align-items: center;
  }
  .guideline-group__heading img {
    width: 5rem;
    margin-bottom: 0;
    margin-right: 3rem;
  }
  .guideline-group__label {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .recruit-anchor + .guideline-group__label {
    margin-top: 4rem;
  }
  .recruit-anchor {
    font-size: 2.2rem;
    margin-bottom: -1rem;
  }
  .recruit-anchor__item {
    width: auto;
    height: auto;
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
  .recruit-anchor__link {
    padding: 2rem 3.5rem;
  }
  .recruit-detail {
    width: 100%;
  }
  .recruit-table {
    display: block;
  }
  .recruit-table__heading {
    font-size: 2.8rem;
    width: 100%;
    padding: 4rem 0 2rem;
  }
  .recruit-table__heading:last-of-type {
    border-bottom: none;
  }
  .recruit-table__txt {
    font-size: 2.6rem;
    padding: 0 0 5rem;
    width: 100%;
    border-top: none;
  }
  .recruit-table__txt:last-of-type {
    border-bottom: none;
  }
  /* =============================================

  勤務地

  ============================================= */
  .area {
    width: 62rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    display: block;
  }
  .area__item {
    width: 100%;
    padding: 2rem 4rem 4rem;
    margin: 0 0 4rem;
  }
  .area-media {
    margin-bottom: 3rem;
  }
  .area__title {
    font-size: 2.8rem;
    padding: 3rem 0;
  }
  .area__txt {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  .area__map {
    width: 26rem;
  }
}
/* =============================================

フォームパーツ

============================================= */
.form-table {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-table__heading {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  font-weight: 700;
  width: 18rem;
  padding: 2rem 0;
  border-top: 1px dotted #d7b31d;
}
.form-table__heading:last-of-type {
  border-bottom: 1px dotted #d7b31d;
}
.form-table__txt {
  font-size: 1.6rem;
  line-height: 1.875;
  padding: 2rem 0;
  width: calc(100% - 18rem);
  border-top: 1px dotted #d7b31d;
}
.form-table__txt:last-of-type {
  border-bottom: 1px dotted #d7b31d;
}
.form-table__btn {
  margin-top: 1.5rem;
}

.text-field {
  background: #fff;
  padding: 1.5rem 2rem;
  border: 1px solid #243663;
  border-radius: 0.4rem;
}
.text-field--size-large {
  width: 100%;
}
.text-field--size-medium {
  width: 50%;
}

.is-error .text-field {
  background: rgba(220, 0, 55, 0.1);
  border: 1px solid #dc0037;
}

.mwform-tel-field input[type=text],
.mwform-zip-field input[type=text] {
  width: 20%;
}

.mw_wp_form .error {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #dc0037;
  margin-top: 1rem;
}
.mw_wp_form .error::before {
  content: "\e5c9";
  font-family: "Material Symbols Outlined";
  font-size: 2.2rem;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.textarea {
  background: #fff;
  width: 100%;
  height: 30rem;
  padding: 1.5rem 2rem;
  border: 1px solid #243663;
  border-radius: 0.4rem;
}

.selectbox {
  background: #fff;
  width: 100%;
  padding: 1rem 8rem 1rem 2rem;
  border: 1px solid #243663;
  border-radius: 0.4rem;
}

.is-error .selectbox {
  background: rgba(220, 0, 55, 0.1);
  border: 1px solid #dc0037;
}

.selectbox-wrapper {
  display: inline-block;
  position: relative;
}
.selectbox-wrapper::after {
  content: "\e5cf";
  font-family: "Material Symbols Outlined";
  font-size: 4rem;
  color: #aaa;
  position: absolute;
  right: 1.5rem;
  top: -0.5rem;
  z-index: 2;
  pointer-events: none;
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 48;
}

.mw_wp_form_confirm .selectbox-wrapper {
  display: block;
}
.mw_wp_form_confirm .selectbox-wrapper::after {
  content: none;
}

.label-rule {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
}
.label-rule--required {
  color: #ff802c;
}

.mw_wp_form_confirm .label-rule {
  display: none;
}

.submit-control {
  display: flex;
  justify-content: center;
}

.submit {
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.8rem;
  line-height: 1.1666666667;
  color: #fff;
  font-weight: 500;
  background: #14b188;
  text-align: center;
  width: 42rem;
  height: 8rem;
  padding-left: 2rem;
  padding-right: 5rem;
  margin: 0 2rem;
  border-radius: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.5s;
}
.submit--modify {
  background: #666;
}
.submit::before {
  content: "";
  background: #fff;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.submit::after {
  content: "\e5cc";
  font-family: "Material Symbols Outlined";
  font-size: 2.4rem;
  color: #243663;
  position: absolute;
  right: 2.3rem;
  top: 50%;
  transform: translateY(-50%);
}
.submit--anchor::after {
  content: "\e5cf";
}
.submit:hover {
  opacity: 0.8;
}

.privacy-policy {
  width: 100%;
  height: 16rem;
  padding: 2rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #243663;
  border-radius: 0.4rem;
  overflow: auto;
}
.privacy-policy__heading {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}
.privacy-policy__txt {
  font-size: 1.4rem;
  line-height: 1.7;
}

.mw_wp_form_confirm .privacy-policy {
  display: none;
}

.privacy-policy-detail__heading {
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 700;
}
.privacy-policy-detail__txt {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 3rem;
}
.privacy-policy-detail__txt:last-of-type {
  margin-bottom: 0;
}

.privacy-policy-list {
  list-style-type: disc;
  margin-left: 3rem;
}

div.error {
  font-weight: 700;
  color: #c00;
  margin-top: 1rem;
}

@media only screen and (min-width: 0px) and (max-width: 750px) {
  /* =============================================

  フォームパーツ

  ============================================= */
  .form-table {
    display: block;
  }
  .form-table__heading {
    font-size: 2.6rem;
    width: 100%;
    padding: 4rem 0 2rem;
    border-top: 1px dotted #d7b31d;
  }
  .form-table__heading:last-of-type {
    border-bottom: none;
  }
  .form-table__txt {
    font-size: 2.6rem;
    width: 100%;
    padding: 0 0 4rem;
    border-top: none;
  }
  .form-table__btn {
    margin-top: 1.5rem;
  }
  .text-field--size-medium {
    width: 70%;
  }
  .mw_wp_form .error {
    font-size: 2.8rem;
    margin-top: 2rem;
  }
  .mw_wp_form .error::before {
    font-size: 4rem;
    margin-right: 1rem;
  }
  .selectbox-wrapper::after {
    top: 1rem;
  }
  .label-rule {
    font-size: 2.6rem;
  }
  .submit-control {
    flex-direction: column;
    align-items: center;
  }
  .submit-control > * {
    margin-bottom: 3rem;
  }
  .submit-control > *:last-child {
    margin-bottom: 0;
  }
  .submit {
    font-size: 3rem;
    width: 50rem;
    height: 11rem;
    padding-left: 2rem;
    padding-right: 9rem;
    border-radius: 0.8rem;
  }
  .submit::before {
    width: 4rem;
    height: 4rem;
    right: 3rem;
  }
  .submit::after {
    font-size: 3rem;
    right: 3.5rem;
  }
  .privacy-policy {
    width: 100%;
    height: 30rem;
    padding: 4rem;
  }
  .privacy-policy__heading {
    font-size: 2.4rem;
  }
  .privacy-policy__txt {
    font-size: 2rem;
  }
  .privacy-policy-detail__heading {
    font-size: 2.2rem;
  }
  .privacy-policy-detail__txt {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
  .privacy-policy-list {
    margin-left: 4rem;
  }
}
@media only screen and (min-width: 751px) {
  .mb0pc {
    margin-bottom: 0rem;
  }
  .mb5pc {
    margin-bottom: 0.5rem;
  }
  .mb10pc {
    margin-bottom: 1rem;
  }
  .mb15pc {
    margin-bottom: 1.5rem;
  }
  .mb20pc {
    margin-bottom: 2rem;
  }
  .mb25pc {
    margin-bottom: 2.5rem;
  }
  .mb30pc {
    margin-bottom: 3rem;
  }
  .mb35pc {
    margin-bottom: 3.5rem;
  }
  .mb40pc {
    margin-bottom: 4rem;
  }
  .mb45pc {
    margin-bottom: 4.5rem;
  }
  .mb50pc {
    margin-bottom: 5rem;
  }
  .mb55pc {
    margin-bottom: 5.5rem;
  }
  .mb60pc {
    margin-bottom: 6rem;
  }
  .mb65pc {
    margin-bottom: 6.5rem;
  }
  .mb70pc {
    margin-bottom: 7rem;
  }
  .mb75pc {
    margin-bottom: 7.5rem;
  }
  .mb80pc {
    margin-bottom: 8rem;
  }
  .mb85pc {
    margin-bottom: 8.5rem;
  }
  .mb90pc {
    margin-bottom: 9rem;
  }
  .mb95pc {
    margin-bottom: 9.5rem;
  }
  .mb100pc {
    margin-bottom: 10rem;
  }
  .mb105pc {
    margin-bottom: 10.5rem;
  }
  .mb110pc {
    margin-bottom: 11rem;
  }
  .mb115pc {
    margin-bottom: 11.5rem;
  }
  .mb120pc {
    margin-bottom: 12rem;
  }
  .mb125pc {
    margin-bottom: 12.5rem;
  }
  .mb130pc {
    margin-bottom: 13rem;
  }
  .mb135pc {
    margin-bottom: 13.5rem;
  }
  .mb140pc {
    margin-bottom: 14rem;
  }
  .mb145pc {
    margin-bottom: 14.5rem;
  }
  .mb150pc {
    margin-bottom: 15rem;
  }
  .mb155pc {
    margin-bottom: 15.5rem;
  }
  .mb160pc {
    margin-bottom: 16rem;
  }
  .mb165pc {
    margin-bottom: 16.5rem;
  }
  .mb170pc {
    margin-bottom: 17rem;
  }
  .mb175pc {
    margin-bottom: 17.5rem;
  }
  .mb180pc {
    margin-bottom: 18rem;
  }
  .mb185pc {
    margin-bottom: 18.5rem;
  }
  .mb190pc {
    margin-bottom: 19rem;
  }
  .mb195pc {
    margin-bottom: 19.5rem;
  }
  .mb200pc {
    margin-bottom: 20rem;
  }
}
@media only screen and (max-width: 750px) {
  .mb0sp {
    margin-bottom: 0rem;
  }
  .mb5sp {
    margin-bottom: 0.5rem;
  }
  .mb10sp {
    margin-bottom: 1rem;
  }
  .mb15sp {
    margin-bottom: 1.5rem;
  }
  .mb20sp {
    margin-bottom: 2rem;
  }
  .mb25sp {
    margin-bottom: 2.5rem;
  }
  .mb30sp {
    margin-bottom: 3rem;
  }
  .mb35sp {
    margin-bottom: 3.5rem;
  }
  .mb40sp {
    margin-bottom: 4rem;
  }
  .mb45sp {
    margin-bottom: 4.5rem;
  }
  .mb50sp {
    margin-bottom: 5rem;
  }
  .mb55sp {
    margin-bottom: 5.5rem;
  }
  .mb60sp {
    margin-bottom: 6rem;
  }
  .mb65sp {
    margin-bottom: 6.5rem;
  }
  .mb70sp {
    margin-bottom: 7rem;
  }
  .mb75sp {
    margin-bottom: 7.5rem;
  }
  .mb80sp {
    margin-bottom: 8rem;
  }
  .mb85sp {
    margin-bottom: 8.5rem;
  }
  .mb90sp {
    margin-bottom: 9rem;
  }
  .mb95sp {
    margin-bottom: 9.5rem;
  }
  .mb100sp {
    margin-bottom: 10rem;
  }
  .mb105sp {
    margin-bottom: 10.5rem;
  }
  .mb110sp {
    margin-bottom: 11rem;
  }
  .mb115sp {
    margin-bottom: 11.5rem;
  }
  .mb120sp {
    margin-bottom: 12rem;
  }
  .mb125sp {
    margin-bottom: 12.5rem;
  }
  .mb130sp {
    margin-bottom: 13rem;
  }
  .mb135sp {
    margin-bottom: 13.5rem;
  }
  .mb140sp {
    margin-bottom: 14rem;
  }
  .mb145sp {
    margin-bottom: 14.5rem;
  }
  .mb150sp {
    margin-bottom: 15rem;
  }
  .mb155sp {
    margin-bottom: 15.5rem;
  }
  .mb160sp {
    margin-bottom: 16rem;
  }
  .mb165sp {
    margin-bottom: 16.5rem;
  }
  .mb170sp {
    margin-bottom: 17rem;
  }
  .mb175sp {
    margin-bottom: 17.5rem;
  }
  .mb180sp {
    margin-bottom: 18rem;
  }
  .mb185sp {
    margin-bottom: 18.5rem;
  }
  .mb190sp {
    margin-bottom: 19rem;
  }
  .mb195sp {
    margin-bottom: 19.5rem;
  }
  .mb200sp {
    margin-bottom: 20rem;
  }
}/*# sourceMappingURL=style.css.map */