@charset "UTF-8";
/* CSS Document */
.sano-purple {
  color: #A00082; }

.sano-blue {
  color: #4160CE; }

.sano-blue {
  color: #E8AC35; }

p, dd, th, td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75; }

a {
  color: #333333; }
  a:hover {
    text-decoration: none; }
  a:active {
    color: #333333; }
  a:focus {
    outline: none;
    text-decoration: none; }

h2 {
  font-family: "Cabin", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
  color: #A00082;
  letter-spacing: 10px;
  margin: 0 0 5rem; }
  @media screen and (max-width: 1199px) {
    h2 {
      font-size: 45px;
      font-size: 4.5rem;
      letter-spacing: 5px;
      margin: 0 0 4rem; } }
  @media screen and (max-width: 991px) {
    h2 {
      margin: 5rem 0 4rem; } }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 40px;
      font-size: 4rem; } }
  @media screen and (max-width: 575px) {
    h2 {
      margin: 5rem 0 3rem; } }
  h2 span {
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 1px;
    color: #333;
    margin-top: 1rem; }
    @media screen and (max-width: 1199px) {
      h2 span {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 575px) {
      h2 span {
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: 0.5rem; } }

section {
  position: relative; }

.anchor {
  padding: 10rem 0; }
  @media screen and (max-width: 991px) {
    .anchor {
      padding: 5rem 0;
      margin-top: -5rem; } }

#wrapper {
  padding-top: 96px; }
  @media screen and (max-width: 991px) {
    #wrapper {
      padding-top: 70px; } }
  @media screen and (max-width: 575px) {
    #wrapper {
      padding-top: 65px; } }

header {
  position: fixed;
  z-index: 2;
  width: 100%;
  top: 0; }
  header .d-flex {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    header .d-flex h1 {
      margin: 0;
      padding: 2rem 3rem; }
      @media screen and (max-width: 991px) {
        header .d-flex h1 {
          padding: 1rem; } }
      @media screen and (max-width: 575px) {
        header .d-flex h1 img {
          width: 100%; } }
    header .d-flex .header-link {
      display: flex;
      align-items: center; }
      header .d-flex .header-link .link-button:nth-child(1) {
        display: flex;
        align-items: center;
        border: 1px solid #A00082;
        background-color: #fff;
        color: #A00082;
        border-radius: 3rem;
        padding: 1rem 2rem;
        margin: 0 1rem;
        transition: 0.3s;
        position: relative; }
        @media screen and (max-width: 991px) {
          header .d-flex .header-link .link-button:nth-child(1) {
            padding: 0.5rem 1.5rem;
            margin: 0 0.5rem; } }
        @media screen and (max-width: 767px) {
          header .d-flex .header-link .link-button:nth-child(1) {
            margin: 0;
            position: fixed;
            bottom: 0;
            left: 0;
            border-radius: 0;
            width: 50%; } }
        header .d-flex .header-link .link-button:nth-child(1)::after {
          content: '';
          background-image: url("../img/arrow-01.svg");
          background-repeat: no-repeat;
          background-size: contain;
          width: 22px;
          height: 8px;
          margin-left: 2rem; }
        header .d-flex .header-link .link-button:nth-child(1):hover {
          border: 1px solid #4160CE;
          background-color: #4160CE;
          color: #fff; }
          header .d-flex .header-link .link-button:nth-child(1):hover::after {
            content: '';
            background-image: url("../img/arrow-02.svg"); }
      header .d-flex .header-link .link-button:nth-child(2) {
        display: flex;
        align-items: center;
        border: 1px solid #A00082;
        background-color: #A00082;
        color: #fff;
        border-radius: 3rem;
        padding: 1rem 2rem;
        margin: 0 1rem;
        transition: 0.3s;
        position: relative; }
        @media screen and (max-width: 991px) {
          header .d-flex .header-link .link-button:nth-child(2) {
            padding: 0.5rem 1.5rem;
            margin: 0 0.5rem; } }
        @media screen and (max-width: 767px) {
          header .d-flex .header-link .link-button:nth-child(2) {
            margin: 0;
            position: fixed;
            bottom: 0;
            right: 0;
            border-radius: 0;
            width: 50%; } }
        header .d-flex .header-link .link-button:nth-child(2)::after {
          content: '';
          background-image: url("../img/arrow-02.svg");
          background-repeat: no-repeat;
          background-size: contain;
          width: 22px;
          height: 8px;
          margin-left: 2rem; }
        header .d-flex .header-link .link-button:nth-child(2):hover {
          border: 1px solid #4160CE;
          background-color: #4160CE;
          color: #fff; }
      header .d-flex .header-link .menu-wrapper {
        position: relative;
        padding: 2rem;
        margin-left: 2rem;
        background-color: #A00082;
        height: 96px;
        width: 96px; }
        @media screen and (max-width: 991px) {
          header .d-flex .header-link .menu-wrapper {
            height: 70px;
            width: 70px; } }
        @media screen and (max-width: 575px) {
          header .d-flex .header-link .menu-wrapper {
            height: 65px;
            width: 65px; } }
        header .d-flex .header-link .menu-wrapper .menu-icon {
          width: 50px;
          height: 40px;
          top: 2rem;
          right: 2.3rem;
          position: fixed;
          cursor: pointer;
          z-index: 5;
          display: inline-block; }
          @media screen and (max-width: 991px) {
            header .d-flex .header-link .menu-wrapper .menu-icon {
              width: 40px;
              height: 40px;
              top: 1rem;
              right: 1.5rem; } }
          @media screen and (max-width: 575px) {
            header .d-flex .header-link .menu-wrapper .menu-icon {
              top: 0.7rem;
              right: 1.2rem; } }
          header .d-flex .header-link .menu-wrapper .menu-icon span {
            display: block;
            height: 2px;
            margin: 1rem 0 1.3rem;
            background: #fff;
            border-radius: 2px;
            transition: 0.4s; }

/* ハンバーガーがXに変形 */
#menu-toggle:checked + .menu-icon span:nth-child(1) {
  transform: translateY(15px) rotate(45deg); }

#menu-toggle:checked + .menu-icon span:nth-child(2) {
  opacity: 0; }

#menu-toggle:checked + .menu-icon span:nth-child(3) {
  transform: translateY(-15px) rotate(-45deg); }

/* オーバーレイ背景 */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  z-index: 3; }

#menu-toggle:checked ~ .overlay {
  opacity: 1;
  pointer-events: auto; }

/* メニュー本体（左から出す） */
.menu {
  position: fixed;
  top: 0;
  right: -250px;
  /* ← 初期位置を左へ */
  width: 250px;
  height: 100%;
  background: #A00082;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
  transition: right 0.4s ease;
  z-index: 4; }
  .menu ul {
    list-style: none;
    padding: 100px 0; }
    @media screen and (max-width: 767px) {
      .menu ul {
        padding: 70px 0; } }
    .menu ul li a {
      display: block;
      padding: 1rem 2rem;
      text-decoration: none;
      color: #fff;
      font-size: 18px;
      font-size: 1.8rem;
      transition: 0.3s; }
      .menu ul li a:hover {
        background-color: #E8AC35;
        color: #A00082; }

#menu-toggle:checked ~ .menu {
  right: 0;
  /* ← 開いたときは左0へ */ }

#title-slide {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  #title-slide .swiper-slide img {
    width: 100%; }
  #title-slide .swiper-slide .slidexs1, #title-slide .swiper-slide .slidexs2, #title-slide .swiper-slide .slidexs3 {
    display: none; }
    @media screen and (max-width: 575px) {
      #title-slide .swiper-slide .slidexs1, #title-slide .swiper-slide .slidexs2, #title-slide .swiper-slide .slidexs3 {
        display: block; } }
  @media screen and (max-width: 575px) {
    #title-slide .swiper-slide .slide1, #title-slide .swiper-slide .slide2, #title-slide .swiper-slide .slide3 {
      display: none; } }
  #title-slide .swiper-pagination {
    position: absolute;
    z-index: 1 !important; }
    #title-slide .swiper-pagination .swiper-pagination-bullet {
      width: 145px;
      height: 4px;
      background: #fff;
      border-radius: 0; }
      @media screen and (max-width: 991px) {
        #title-slide .swiper-pagination .swiper-pagination-bullet {
          width: 100px;
          height: 3px; } }
      @media screen and (max-width: 767px) {
        #title-slide .swiper-pagination .swiper-pagination-bullet {
          width: 70px; } }
    #title-slide .swiper-pagination .swiper-pagination-bullet-active {
      background: #A00082; }
  #title-slide p {
    position: absolute;
    right: 8rem;
    margin: 0;
    font-size: 70px;
    font-size: 7rem;
    font-weight: bold;
    text-align: right;
    line-height: 1.3;
    letter-spacing: 5px;
    z-index: 1; }
    @media screen and (max-width: 1199px) {
      #title-slide p {
        font-size: 50px;
        font-size: 5rem; } }
    @media screen and (max-width: 991px) {
      #title-slide p {
        font-size: 40px;
        font-size: 4rem;
        line-height: 1.2;
        right: 6rem; } }
    @media screen and (max-width: 767px) {
      #title-slide p {
        font-size: 25px;
        font-size: 2.5rem;
        letter-spacing: 2px;
        line-height: 1.3;
        right: 5rem; } }
    @media screen and (max-width: 575px) {
      #title-slide p {
        font-size: 30px;
        font-size: 3rem;
        right: 2rem;
        bottom: 5rem; } }
    #title-slide p span {
      display: inline-block;
      font-size: 100px;
      font-size: 10rem;
      color: #A00082; }
      @media screen and (max-width: 1199px) {
        #title-slide p span {
          font-size: 80px;
          font-size: 8rem; } }
      @media screen and (max-width: 991px) {
        #title-slide p span {
          font-size: 60px;
          font-size: 6rem; } }
      @media screen and (max-width: 767px) {
        #title-slide p span {
          font-size: 40px;
          font-size: 4rem; } }
      @media screen and (max-width: 575px) {
        #title-slide p span {
          font-size: 50px;
          font-size: 5rem; } }
    #title-slide p span.mini-font {
      font-size: 35px;
      font-size: 3.5rem;
      font-weight: normal;
      color: #333;
      letter-spacing: 12px; }
      @media screen and (max-width: 1199px) {
        #title-slide p span.mini-font {
          font-size: 20px;
          font-size: 2rem; } }
      @media screen and (max-width: 991px) {
        #title-slide p span.mini-font {
          font-size: 16px;
          font-size: 1.6rem;
          letter-spacing: 10px; } }
      @media screen and (max-width: 767px) {
        #title-slide p span.mini-font {
          font-size: 14px;
          font-size: 1.4rem;
          letter-spacing: 8px; } }

.message-container {
  background: url("../img/message-left.png"), url("../img/message-right.png"), linear-gradient(0deg, #edf0f1 0%, #f7f8f9 100%);
  background-repeat: no-repeat;
  background-size: auto,auto,cover;
  background-position: left top 5rem,right bottom 5rem,center; }
  @media screen and (max-width: 991px) {
    .message-container {
      background-size: 30%, 30%, cover;
      background-position: left top 2.5rem, right bottom 2.5rem, center; } }
  @media screen and (max-width: 767px) {
    .message-container {
      background: linear-gradient(0deg, #edf0f1 0%, #f7f8f9 100%); } }
  @media screen and (max-width: 991px) {
    .message-container #message {
      padding: 10rem 0; } }
  @media screen and (max-width: 767px) {
    .message-container #message {
      padding: 5rem 0; } }
  .message-container #message .message-box {
    width: 60%;
    margin: auto;
    background-color: #fff;
    padding: 8rem 0 4rem;
    text-align: center;
    border-radius: 5rem;
    position: relative; }
    @media screen and (max-width: 991px) {
      .message-container #message .message-box {
        width: 80%;
        padding: 6rem 0 3rem; } }
    @media screen and (max-width: 767px) {
      .message-container #message .message-box {
        width: 100%;
        background-color: inherit;
        padding: 0; } }
    .message-container #message .message-box::before {
      content: '';
      background-image: url("../img/car.svg");
      background-repeat: no-repeat;
      background-size: contain;
      width: 257px;
      height: 185px;
      position: absolute;
      top: -3rem;
      right: -12rem;
      z-index: 1; }
      @media screen and (max-width: 991px) {
        .message-container #message .message-box::before {
          width: 200px;
          height: 150px;
          top: -2rem;
          right: -6rem; } }
      @media screen and (max-width: 767px) {
        .message-container #message .message-box::before {
          width: 130px;
          height: 90px;
          top: -2rem;
          right: 0rem; } }
      @media screen and (max-width: 575px) {
        .message-container #message .message-box::before {
          display: none; } }
    .message-container #message .message-box::after {
      content: '';
      background-image: url("../img/human.svg");
      background-repeat: no-repeat;
      background-size: contain;
      width: 125px;
      height: 200px;
      position: absolute;
      bottom: -1rem;
      left: -16rem;
      z-index: 1; }
      @media screen and (max-width: 991px) {
        .message-container #message .message-box::after {
          width: 90px;
          height: 140px;
          bottom: 0rem;
          left: -5rem; } }
      @media screen and (max-width: 767px) {
        .message-container #message .message-box::after {
          width: 80px;
          height: 120px;
          bottom: auto;
          left: 3rem;
          top: -2rem; } }
      @media screen and (max-width: 575px) {
        .message-container #message .message-box::after {
          display: none; } }
    .message-container #message .message-box h2 {
      margin-bottom: 3rem; }
    @media screen and (max-width: 767px) {
      .message-container #message .message-box dl {
        margin-bottom: 0; } }
    .message-container #message .message-box dl dt {
      font-size: 25px;
      font-size: 2.5rem;
      line-height: 2;
      margin-bottom: 2rem; }
      @media screen and (max-width: 1199px) {
        .message-container #message .message-box dl dt {
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.75; } }
      @media screen and (max-width: 575px) {
        .message-container #message .message-box dl dt {
          text-align: justify; } }
      @media screen and (max-width: 575px) {
        .message-container #message .message-box dl dt br {
          display: none; } }
      .message-container #message .message-box dl dt span {
        color: #A00082; }
    .message-container #message .message-box dl dd {
      line-height: 2; }
      @media screen and (max-width: 1199px) {
        .message-container #message .message-box dl dd {
          line-height: 1.75; } }
      @media screen and (max-width: 767px) {
        .message-container #message .message-box dl dd {
          text-align: justify; } }
      @media screen and (max-width: 767px) {
        .message-container #message .message-box dl dd br {
          display: none; } }

.about-container #about {
  width: 60%;
  margin: auto; }
  @media screen and (max-width: 1199px) {
    .about-container #about {
      width: 70%; } }
  @media screen and (max-width: 991px) {
    .about-container #about {
      margin-top: -5rem;
      width: 80%; } }
  @media screen and (max-width: 767px) {
    .about-container #about {
      width: 100%; } }
  .about-container #about h2 {
    text-align: center; }
  .about-container #about p {
    text-align: justify;
    line-height: 2; }
    @media screen and (max-width: 1199px) {
      .about-container #about p {
        line-height: 1.75; } }
  .about-container #about h3 {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.5px;
    margin: 4rem 0 2rem; }
    @media screen and (max-width: 1199px) {
      .about-container #about h3 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.75; } }
    @media screen and (max-width: 767px) {
      .about-container #about h3 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.5; } }
    @media screen and (max-width: 575px) {
      .about-container #about h3 {
        text-align: justify; } }
    @media screen and (max-width: 575px) {
      .about-container #about h3 br {
        display: none; } }
    .about-container #about h3 span {
      color: #A00082; }
  .about-container #about ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.5rem 1.5rem; }
    @media screen and (max-width: 575px) {
      .about-container #about ul {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1rem; } }
    .about-container #about ul li figure {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: column;
      align-items: center;
      justify-content: space-around;
      padding: 1rem 2rem 2rem;
      min-height: 190px;
      border-radius: 2rem;
      text-align: center;
      background: linear-gradient(45deg, #edf0f1 0%, white 100%); }
      @media screen and (max-width: 991px) {
        .about-container #about ul li figure {
          padding: 1rem 1rem 1rem;
          min-height: 150px; } }
      @media screen and (max-width: 767px) {
        .about-container #about ul li figure {
          min-height: 140px; } }
      @media screen and (max-width: 575px) {
        .about-container #about ul li figure {
          min-height: 125px;
          border-radius: 1rem; } }
      .about-container #about ul li figure img {
        width: 90%; }
      .about-container #about ul li figure figcaption {
        margin-top: 0.5rem;
        width: 100%;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold; }
        @media screen and (max-width: 991px) {
          .about-container #about ul li figure figcaption {
            font-size: 16px;
            font-size: 1.6rem; } }
        @media screen and (max-width: 767px) {
          .about-container #about ul li figure figcaption {
            font-size: 14px;
            font-size: 1.4rem; } }

.policy-container {
  position: relative;
  background: linear-gradient(180deg, #4160CE 0%, white 100%); }
  .policy-container::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/noise.jpg");
    mix-blend-mode: screen;
    position: absolute;
    top: 0;
    left: 0; }
  .policy-container #policy {
    position: relative; }
    .policy-container #policy h2 {
      color: #fff; }
      .policy-container #policy h2 span {
        color: #fff; }
    .policy-container #policy .three-point {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 9rem 0; }
      @media screen and (max-width: 991px) {
        .policy-container #policy .three-point {
          margin: 4rem 0; } }
      @media screen and (max-width: 767px) {
        .policy-container #policy .three-point {
          flex-wrap: wrap; } }
      .policy-container #policy .three-point li {
        width: 30%;
        background-color: #fff;
        text-align: center;
        border-radius: 50%;
        height: 330px; }
        @media screen and (max-width: 1199px) {
          .policy-container #policy .three-point li {
            height: 282px; } }
        @media screen and (max-width: 991px) {
          .policy-container #policy .three-point li {
            width: 32%;
            height: 230px; } }
        @media screen and (max-width: 767px) {
          .policy-container #policy .three-point li {
            height: auto;
            width: 100%;
            border-radius: 2rem;
            margin-bottom: 2rem;
            padding: 2rem; } }
        @media screen and (max-width: 575px) {
          .policy-container #policy .three-point li {
            border-radius: 1rem;
            padding: 1rem; } }
        .policy-container #policy .three-point li dl {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          height: 100%; }
          @media screen and (max-width: 767px) {
            .policy-container #policy .three-point li dl {
              flex-direction: row;
              flex-wrap: wrap;
              margin: 0; } }
          .policy-container #policy .three-point li dl dt {
            font-family: "Cabin", sans-serif;
            color: #A00082;
            font-size: 20px;
            font-size: 2rem;
            font-weight: bold;
            padding-bottom: 2rem;
            position: relative;
            width: 100%;
            letter-spacing: 3px; }
            @media screen and (max-width: 1199px) {
              .policy-container #policy .three-point li dl dt {
                padding-bottom: 1rem; } }
            @media screen and (max-width: 991px) {
              .policy-container #policy .three-point li dl dt {
                padding-bottom: 0; } }
            @media screen and (max-width: 767px) {
              .policy-container #policy .three-point li dl dt {
                padding-bottom: 0;
                width: 35%;
                display: flex;
                align-items: center;
                justify-content: space-between; } }
            @media screen and (max-width: 575px) {
              .policy-container #policy .three-point li dl dt {
                width: 45%; } }
            .policy-container #policy .three-point li dl dt::after {
              content: '';
              display: block;
              width: 90px;
              height: 1px;
              background-color: #A7A7A7;
              margin: 2rem auto 1rem; }
              @media screen and (max-width: 991px) {
                .policy-container #policy .three-point li dl dt::after {
                  margin: 1rem auto 1rem; } }
              @media screen and (max-width: 767px) {
                .policy-container #policy .three-point li dl dt::after {
                  display: inline-block;
                  width: 1px;
                  height: 40px;
                  margin: 0 3rem 0 2rem; } }
              @media screen and (max-width: 575px) {
                .policy-container #policy .three-point li dl dt::after {
                  margin: 0 2rem 0 1rem; } }
          .policy-container #policy .three-point li dl dd {
            font-size: 18px;
            font-size: 1.8rem;
            font-weight: bold;
            width: 100%;
            line-height: 2; }
            @media screen and (max-width: 1199px) {
              .policy-container #policy .three-point li dl dd {
                font-size: 16px;
                font-size: 1.6rem;
                line-height: 1.75; } }
            @media screen and (max-width: 991px) {
              .policy-container #policy .three-point li dl dd {
                font-size: 14px;
                font-size: 1.4rem; } }
            @media screen and (max-width: 767px) {
              .policy-container #policy .three-point li dl dd {
                line-height: 1.5;
                text-align: left;
                width: 40%; } }
            @media screen and (max-width: 575px) {
              .policy-container #policy .three-point li dl dd {
                text-align: justify;
                width: 50%; } }
            @media screen and (max-width: 575px) {
              .policy-container #policy .three-point li dl dd br {
                display: none; } }
    .policy-container #policy h3 {
      font-size: 25px;
      font-size: 2.5rem;
      font-weight: bold;
      text-align: center;
      color: #fff;
      letter-spacing: 2px; }
      @media screen and (max-width: 1199px) {
        .policy-container #policy h3 {
          font-size: 20px;
          font-size: 2rem; } }
      @media screen and (max-width: 991px) {
        .policy-container #policy h3 {
          margin: 5rem 0 0; } }
      @media screen and (max-width: 575px) {
        .policy-container #policy h3 {
          line-height: 1.5;
          letter-spacing: 0;
          font-size: 18px;
          font-size: 1.8rem; } }
    .policy-container #policy .five-point {
      position: relative;
      display: flex;
      justify-content: space-between;
      margin-top: 4rem; }
      @media screen and (max-width: 991px) {
        .policy-container #policy .five-point {
          flex-wrap: wrap;
          justify-content: space-around;
          margin-top: 0; } }
      .policy-container #policy .five-point li {
        width: 18%;
        background: linear-gradient(0deg, #edf0f1 0%, white 100%);
        border-radius: 2rem;
        padding: 2.5rem 2rem 2rem;
        text-align: center; }
        @media screen and (max-width: 991px) {
          .policy-container #policy .five-point li {
            width: 30%;
            margin-top: 2rem; } }
        @media screen and (max-width: 767px) {
          .policy-container #policy .five-point li {
            width: 47%;
            margin-top: 1.5rem;
            padding: 1.5rem 2rem;
            border-radius: 1rem; } }
        @media screen and (max-width: 575px) {
          .policy-container #policy .five-point li {
            padding: 1.5rem; } }
        .policy-container #policy .five-point li img {
          width: 60%; }
        .policy-container #policy .five-point li h4 {
          font-size: 25px;
          font-size: 2.5rem;
          font-weight: bold;
          text-align: center;
          color: #A00082;
          margin: 2rem 0; }
          @media screen and (max-width: 1199px) {
            .policy-container #policy .five-point li h4 {
              font-size: 20px;
              font-size: 2rem; } }
          @media screen and (max-width: 767px) {
            .policy-container #policy .five-point li h4 {
              margin: 1.5rem 0 1rem; } }
          @media screen and (max-width: 575px) {
            .policy-container #policy .five-point li h4 {
              font-size: 18px;
              font-size: 1.8rem; } }
        .policy-container #policy .five-point li p {
          font-size: 16px;
          font-size: 1.6rem;
          color: #333;
          line-height: normal;
          text-align: justify; }
          @media screen and (max-width: 575px) {
            .policy-container #policy .five-point li p {
              font-size: 14px;
              font-size: 1.4rem; } }

.support-container .main-lg-img {
  display: none; }
  @media screen and (max-width: 991px) {
    .support-container .main-lg-img {
      display: block;
      margin: 0 calc(50% - 50vw); }
      .support-container .main-lg-img img {
        width: 100%; } }
.support-container #support {
  padding-top: 0; }
  @media screen and (max-width: 991px) {
    .support-container #support {
      padding-top: 15rem;
      margin-top: -10rem; } }
  @media screen and (max-width: 767px) {
    .support-container #support {
      padding-top: 5rem;
      margin-top: -5rem; } }
  .support-container #support .main-img {
    background-image: url("../img/support-main.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 380px;
    margin: 0 calc(50% - 50vw);
    padding: 10rem 0; }
    @media screen and (max-width: 1199px) {
      .support-container #support .main-img {
        background-position: 45px, top;
        background-size: cover;
        min-height: auto;
        padding: 7rem 0; } }
    @media screen and (max-width: 991px) {
      .support-container #support .main-img {
        background-image: none;
        padding: 0; } }
    @media screen and (max-width: 991px) {
      .support-container #support .main-img br {
        display: none; } }
    .support-container #support .main-img h3 {
      font-size: 35px;
      font-size: 3.5rem;
      font-weight: bold;
      margin-bottom: 3rem;
      line-height: 1.5; }
      @media screen and (max-width: 1199px) {
        .support-container #support .main-img h3 {
          font-size: 30px;
          font-size: 3rem;
          margin-bottom: 1.5rem; } }
      @media screen and (max-width: 767px) {
        .support-container #support .main-img h3 {
          font-size: 23px;
          font-size: 2.3rem;
          margin-bottom: 1rem; } }
      @media screen and (max-width: 575px) {
        .support-container #support .main-img h3 {
          font-size: 20px;
          font-size: 2rem; } }
    .support-container #support .main-img p {
      line-height: 2;
      text-shadow: 0px 0px 10px white; }
      @media screen and (max-width: 1199px) {
        .support-container #support .main-img p {
          line-height: 1.75; } }
      @media screen and (max-width: 991px) {
        .support-container #support .main-img p {
          text-align: justify;
          text-shadow: none; } }
      .support-container #support .main-img p span {
        font-size: 25px;
        font-size: 2.5rem;
        font-weight: bold;
        color: #A00082;
        line-height: 1.75;
        display: block;
        margin-top: 1.5rem; }
        @media screen and (max-width: 1199px) {
          .support-container #support .main-img p span {
            font-size: 20px;
            font-size: 2rem;
            line-height: 1.5; } }
        @media screen and (max-width: 767px) {
          .support-container #support .main-img p span {
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1.5; } }
  .support-container #support .duties {
    margin: 10rem 0; }
    @media screen and (max-width: 767px) {
      .support-container #support .duties {
        margin: 5rem 0; } }
    .support-container #support .duties div.d-flex {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 991px) {
        .support-container #support .duties div.d-flex {
          flex-wrap: wrap; } }
      .support-container #support .duties div.d-flex h3 {
        display: flex;
        align-items: center;
        font-size: 35px;
        font-size: 3.5rem;
        letter-spacing: 2px;
        font-weight: bold;
        position: relative;
        margin-right: 15rem; }
        @media screen and (max-width: 1199px) {
          .support-container #support .duties div.d-flex h3 {
            font-size: 30px;
            font-size: 3rem;
            margin-right: 0;
            width: 30%; } }
        @media screen and (max-width: 991px) {
          .support-container #support .duties div.d-flex h3 {
            width: 100%; } }
        .support-container #support .duties div.d-flex h3::before {
          content: '';
          display: inline-block;
          background-image: url("../img/circle.svg");
          background-repeat: no-repeat;
          background-size: contain;
          width: 42px;
          height: 42px;
          margin-right: 1.5rem; }
          @media screen and (max-width: 991px) {
            .support-container #support .duties div.d-flex h3::before {
              width: 35px;
              height: 35px;
              margin-right: 1rem; } }
      .support-container #support .duties div.d-flex p {
        line-height: 1.75;
        margin: 0; }
        @media screen and (max-width: 1199px) {
          .support-container #support .duties div.d-flex p {
            text-align: justify;
            width: 70%; } }
        @media screen and (max-width: 991px) {
          .support-container #support .duties div.d-flex p {
            width: 100%; } }
        @media screen and (max-width: 1199px) {
          .support-container #support .duties div.d-flex p br {
            display: none; } }
    .support-container #support .duties ul {
      margin: 8rem 0 0;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 4rem 2.5rem; }
      @media screen and (max-width: 1199px) {
        .support-container #support .duties ul {
          margin: 4rem 0 0; } }
      @media screen and (max-width: 991px) {
        .support-container #support .duties ul {
          margin: 3.5rem 0 0;
          gap: 2.5rem; } }
      @media screen and (max-width: 767px) {
        .support-container #support .duties ul {
          margin: 2rem 0 0;
          gap: 2rem 1rem; } }
      @media screen and (max-width: 575px) {
        .support-container #support .duties ul {
          grid-template-columns: 1fr 1fr; } }
      .support-container #support .duties ul li img {
        width: 100%;
        border-radius: 2rem; }
        @media screen and (max-width: 767px) {
          .support-container #support .duties ul li img {
            border-radius: 1rem; } }
      .support-container #support .duties ul li h4 {
        font-size: 18px;
        font-size: 1.8rem;
        text-align: center;
        margin: 2rem 0 0; }
        @media screen and (max-width: 991px) {
          .support-container #support .duties ul li h4 {
            font-size: 16px;
            font-size: 1.6rem;
            margin: 1rem 0 0; } }
        @media screen and (max-width: 767px) {
          .support-container #support .duties ul li h4 {
            font-size: 14px;
            font-size: 1.4rem;
            margin: 0.5rem 0 0; } }
  .support-container #support .qualification div.d-flex {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 991px) {
      .support-container #support .qualification div.d-flex {
        flex-wrap: wrap; } }
    .support-container #support .qualification div.d-flex h3 {
      display: flex;
      align-items: center;
      font-size: 35px;
      font-size: 3.5rem;
      letter-spacing: 2px;
      font-weight: bold;
      position: relative;
      margin-right: 15rem; }
      @media screen and (max-width: 1199px) {
        .support-container #support .qualification div.d-flex h3 {
          font-size: 30px;
          font-size: 3rem;
          margin-right: 0;
          width: 30%; } }
      @media screen and (max-width: 991px) {
        .support-container #support .qualification div.d-flex h3 {
          width: 100%; } }
      .support-container #support .qualification div.d-flex h3::before {
        content: '';
        display: inline-block;
        background-image: url("../img/circle.svg");
        background-repeat: no-repeat;
        background-size: contain;
        width: 42px;
        height: 42px;
        margin-right: 1.5rem; }
        @media screen and (max-width: 991px) {
          .support-container #support .qualification div.d-flex h3::before {
            width: 35px;
            height: 35px;
            margin-right: 1rem; } }
    .support-container #support .qualification div.d-flex p {
      line-height: 1.75;
      margin: 0; }
      @media screen and (max-width: 1199px) {
        .support-container #support .qualification div.d-flex p {
          text-align: justify;
          width: 70%; } }
      @media screen and (max-width: 991px) {
        .support-container #support .qualification div.d-flex p {
          width: 100%; } }
      @media screen and (max-width: 1199px) {
        .support-container #support .qualification div.d-flex p br {
          display: none; } }
  .support-container #support .qualification ul {
    margin: 3rem 0 8rem;
    border: 1px solid #A00082;
    border-radius: 2rem;
    padding: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .support-container #support .qualification ul {
        margin: 2rem 0 5rem;
        border-radius: 1rem;
        padding: 1rem;
        justify-content: flex-start; } }
    .support-container #support .qualification ul li {
      position: relative;
      font-size: 18px;
      font-size: 1.8rem;
      margin-right: 4rem;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 991px) {
        .support-container #support .qualification ul li {
          font-size: 16px;
          font-size: 1.6rem;
          margin-right: 1rem; } }
      @media screen and (max-width: 767px) {
        .support-container #support .qualification ul li {
          margin-right: 1.5rem; } }
      @media screen and (max-width: 575px) {
        .support-container #support .qualification ul li {
          margin: 0;
          width: 50%; } }
      .support-container #support .qualification ul li::before {
        content: '●';
        margin-right: 0.5rem;
        font-size: 40px;
        font-size: 4rem;
        color: #A00082; }
        @media screen and (max-width: 991px) {
          .support-container #support .qualification ul li::before {
            margin-right: 0;
            font-size: 35px;
            font-size: 3.5rem; } }
        @media screen and (max-width: 767px) {
          .support-container #support .qualification ul li::before {
            font-size: 25px;
            font-size: 2.5rem;
            line-height: 1; } }
  .support-container #support .about-point {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.5rem 1.5rem; }
    @media screen and (max-width: 991px) {
      .support-container #support .about-point {
        grid-template-columns: 1fr 1fr 1fr; } }
    @media screen and (max-width: 575px) {
      .support-container #support .about-point {
        grid-template-columns: 1fr 1fr; } }
    .support-container #support .about-point li {
      background: linear-gradient(180deg, #edf0f1 0%, white 100%);
      border-radius: 2rem;
      padding: 3rem 2rem 0; }
      @media screen and (max-width: 991px) {
        .support-container #support .about-point li {
          padding: 2rem 1rem 0; } }
      .support-container #support .about-point li dl {
        text-align: center; }
        @media screen and (max-width: 767px) {
          .support-container #support .about-point li dl {
            margin-bottom: 0; } }
        .support-container #support .about-point li dl dt {
          font-size: 18px;
          font-size: 1.8rem;
          color: #A00082; }
          @media screen and (max-width: 991px) {
            .support-container #support .about-point li dl dt {
              font-size: 16px;
              font-size: 1.6rem; } }
        .support-container #support .about-point li dl dd {
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: bold; }
          @media screen and (max-width: 991px) {
            .support-container #support .about-point li dl dd {
              font-size: 16px;
              font-size: 1.6rem; } }
          .support-container #support .about-point li dl dd span {
            font-size: 70px;
            font-size: 7rem;
            line-height: normal;
            letter-spacing: 5px; }
            @media screen and (max-width: 1199px) {
              .support-container #support .about-point li dl dd span {
                font-size: 65px;
                font-size: 6.5rem; } }
            @media screen and (max-width: 991px) {
              .support-container #support .about-point li dl dd span {
                font-size: 60px;
                font-size: 6rem;
                letter-spacing: 3px; } }
            @media screen and (max-width: 767px) {
              .support-container #support .about-point li dl dd span {
                font-size: 50px;
                font-size: 5rem; } }
        .support-container #support .about-point li dl dd.d-flex {
          display: flex;
          align-items: center;
          justify-content: space-around; }
          .support-container #support .about-point li dl dd.d-flex dt {
            font-size: 14px;
            font-size: 1.4rem;
            font-weight: normal;
            color: #333; }
          .support-container #support .about-point li dl dd.d-flex dd span {
            font-size: 50px;
            font-size: 5rem;
            line-height: 1;
            letter-spacing: 3px; }
            @media screen and (max-width: 991px) {
              .support-container #support .about-point li dl dd.d-flex dd span {
                font-size: 40px;
                font-size: 4rem;
                letter-spacing: 1px; } }
            @media screen and (max-width: 767px) {
              .support-container #support .about-point li dl dd.d-flex dd span {
                font-size: 30px;
                font-size: 3rem; } }
        .support-container #support .about-point li dl + p {
          font-size: 14px;
          font-size: 1.4rem;
          text-align: center; }
          @media screen and (max-width: 1199px) {
            .support-container #support .about-point li dl + p {
              font-size: 13px;
              font-size: 1.3rem; } }
          @media screen and (max-width: 767px) {
            .support-container #support .about-point li dl + p {
              font-size: 10px;
              font-size: 1rem; } }
      .support-container #support .about-point li p {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.75;
        font-weight: bold;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .support-container #support .about-point li p {
            font-size: 16px;
            font-size: 1.6rem; } }
        .support-container #support .about-point li p span {
          color: #A00082; }
      .support-container #support .about-point li:nth-child(7) dd {
        font-size: 35px;
        font-size: 3.5rem;
        margin-top: 1.5rem; }
        @media screen and (max-width: 1199px) {
          .support-container #support .about-point li:nth-child(7) dd {
            font-size: 30px;
            font-size: 3rem; } }
        @media screen and (max-width: 767px) {
          .support-container #support .about-point li:nth-child(7) dd {
            font-size: 20px;
            font-size: 2rem; } }
      .support-container #support .about-point li:nth-child(8) dd span {
        font-size: 50px;
        font-size: 5rem; }
        @media screen and (max-width: 767px) {
          .support-container #support .about-point li:nth-child(8) dd span {
            font-size: 40px;
            font-size: 4rem; } }

.requirements-container {
  position: relative;
  background: linear-gradient(180deg, #E8AC35 0%, white 100%); }
  .requirements-container::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/noise.jpg");
    mix-blend-mode: screen;
    position: absolute;
    top: 0;
    left: 0; }
  .requirements-container #requirements {
    position: relative; }
    .requirements-container #requirements h2 {
      text-align: center;
      color: #fff; }
      .requirements-container #requirements h2 span {
        color: #fff; }
    .requirements-container #requirements .table-container {
      width: 70%;
      margin: auto;
      background-color: #fff;
      border-radius: 3rem;
      padding: 5rem 4rem; }
      @media screen and (max-width: 991px) {
        .requirements-container #requirements .table-container {
          width: 100%; } }
      @media screen and (max-width: 575px) {
        .requirements-container #requirements .table-container {
          border-radius: 1rem;
          padding: 2rem 2rem; } }
      .requirements-container #requirements .table-container table {
        width: 100%; }
        .requirements-container #requirements .table-container table tr {
          border-top: 1px solid #ECECEB; }
          .requirements-container #requirements .table-container table tr:last-child {
            border-bottom: 1px solid #ECECEB; }
          .requirements-container #requirements .table-container table tr th {
            padding: 2rem 0;
            width: 25%;
            color: #A00082; }
            @media screen and (max-width: 575px) {
              .requirements-container #requirements .table-container table tr th {
                padding: 1rem 0;
                width: 30%;
                font-size: 14px;
                font-size: 1.4rem; } }
          .requirements-container #requirements .table-container table tr td {
            padding: 2rem 0;
            width: 75%;
            text-align: justify; }
            @media screen and (max-width: 575px) {
              .requirements-container #requirements .table-container table tr td {
                padding: 1rem 0;
                width: 70%;
                font-size: 14px;
                font-size: 1.4rem; } }
            .requirements-container #requirements .table-container table tr td span {
              font-size: 14px;
              font-size: 1.4rem;
              display: block;
              text-align: justify;
              margin-top: 1rem; }
              @media screen and (max-width: 575px) {
                .requirements-container #requirements .table-container table tr td span {
                  font-size: 12px;
                  font-size: 1.2rem;
                  line-height: 1.5; } }
              @media screen and (max-width: 1199px) {
                .requirements-container #requirements .table-container table tr td span br {
                  display: none; } }
            .requirements-container #requirements .table-container table tr td ul {
              margin: 0; }
              .requirements-container #requirements .table-container table tr td ul li {
                position: relative;
                text-indent: -1em;
                padding-right: 1em;
                text-align: justify; }
                .requirements-container #requirements .table-container table tr td ul li::before {
                  content: '・'; }
    .requirements-container #requirements .point-container ol {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 9rem 0; }
      @media screen and (max-width: 991px) {
        .requirements-container #requirements .point-container ol {
          margin: 5rem 0 10rem; } }
      @media screen and (max-width: 767px) {
        .requirements-container #requirements .point-container ol {
          margin: 5rem 0;
          flex-wrap: wrap; } }
      @media screen and (max-width: 575px) {
        .requirements-container #requirements .point-container ol {
          margin: 3rem 0; } }
      .requirements-container #requirements .point-container ol li {
        width: 30%;
        background-color: #fff;
        text-align: center;
        border-radius: 50%;
        height: 330px;
        position: relative; }
        @media screen and (max-width: 1199px) {
          .requirements-container #requirements .point-container ol li {
            height: 283px; } }
        @media screen and (max-width: 991px) {
          .requirements-container #requirements .point-container ol li {
            height: 230px;
            width: 32%; } }
        @media screen and (max-width: 767px) {
          .requirements-container #requirements .point-container ol li {
            height: auto;
            width: 100%;
            border-radius: 2rem;
            margin-bottom: 2rem; } }
        .requirements-container #requirements .point-container ol li dl {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          height: 100%;
          padding-bottom: 5rem; }
          @media screen and (max-width: 767px) {
            .requirements-container #requirements .point-container ol li dl {
              flex-direction: row;
              padding-bottom: 0;
              flex-wrap: wrap;
              padding: 1rem 3rem;
              margin: 0; } }
          @media screen and (max-width: 575px) {
            .requirements-container #requirements .point-container ol li dl {
              padding: 1rem 1.5rem; } }
          .requirements-container #requirements .point-container ol li dl dt {
            font-family: "Cabin", sans-serif;
            color: #A00082;
            font-size: 60px;
            font-size: 6rem;
            font-weight: bold;
            padding-bottom: 2rem;
            position: relative;
            width: 100%;
            letter-spacing: 10px; }
            @media screen and (max-width: 991px) {
              .requirements-container #requirements .point-container ol li dl dt {
                font-size: 50px;
                font-size: 5rem;
                letter-spacing: 5px;
                padding-bottom: 1rem; } }
            @media screen and (max-width: 767px) {
              .requirements-container #requirements .point-container ol li dl dt {
                font-size: 40px;
                font-size: 4rem;
                padding-bottom: 0;
                display: flex;
                align-items: center;
                width: 20%; } }
            @media screen and (max-width: 575px) {
              .requirements-container #requirements .point-container ol li dl dt {
                font-size: 30px;
                font-size: 3rem;
                letter-spacing: 0;
                display: flex;
                align-items: center;
                justify-content: space-between; } }
            .requirements-container #requirements .point-container ol li dl dt::after {
              content: '';
              display: block;
              width: 90px;
              height: 1px;
              background-color: #A7A7A7;
              margin: 0 auto 0; }
              @media screen and (max-width: 767px) {
                .requirements-container #requirements .point-container ol li dl dt::after {
                  display: inline-block;
                  width: 1px;
                  height: 50px;
                  margin: 0 1rem; } }
              @media screen and (max-width: 575px) {
                .requirements-container #requirements .point-container ol li dl dt::after {
                  height: 30px; } }
          .requirements-container #requirements .point-container ol li dl dd {
            font-size: 18px;
            font-size: 1.8rem;
            font-weight: bold;
            width: 100%;
            line-height: 2; }
            @media screen and (max-width: 1199px) {
              .requirements-container #requirements .point-container ol li dl dd {
                font-size: 16px;
                font-size: 1.6rem;
                line-height: 1.75; } }
            @media screen and (max-width: 991px) {
              .requirements-container #requirements .point-container ol li dl dd {
                font-size: 14px;
                font-size: 1.4rem; } }
            @media screen and (max-width: 767px) {
              .requirements-container #requirements .point-container ol li dl dd {
                line-height: 1.5;
                text-align: left;
                width: 80%; } }
            .requirements-container #requirements .point-container ol li dl dd span {
              color: #A00082; }
        .requirements-container #requirements .point-container ol li::after {
          content: '';
          background-image: url("../img/recruitment-icon-01.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          display: block;
          width: 195px;
          height: 150px;
          position: absolute;
          bottom: -6rem;
          left: 0;
          right: 0;
          margin: auto; }
          @media screen and (max-width: 1199px) {
            .requirements-container #requirements .point-container ol li::after {
              bottom: -7rem; } }
          @media screen and (max-width: 991px) {
            .requirements-container #requirements .point-container ol li::after {
              width: 180px;
              height: 140px; } }
          @media screen and (max-width: 767px) {
            .requirements-container #requirements .point-container ol li::after {
              width: 140px;
              height: 120px;
              margin: 0;
              left: auto;
              bottom: auto;
              z-index: 1;
              top: -3rem; } }
          @media screen and (max-width: 575px) {
            .requirements-container #requirements .point-container ol li::after {
              width: 85px;
              height: 85px;
              top: -1.5rem;
              right: -1rem; } }
        .requirements-container #requirements .point-container ol li:nth-child(2)::after {
          background-image: url("../img/recruitment-icon-02.svg"); }
        .requirements-container #requirements .point-container ol li:nth-child(3)::after {
          background-image: url("../img/recruitment-icon-03.svg"); }
    .requirements-container #requirements .point-container h3 {
      font-size: 35px;
      font-size: 3.5rem;
      font-weight: bold;
      text-align: center;
      line-height: 1.75;
      margin-bottom: 3rem;
      letter-spacing: 2px; }
      @media screen and (max-width: 1199px) {
        .requirements-container #requirements .point-container h3 {
          font-size: 30px;
          font-size: 3rem; } }
      @media screen and (max-width: 767px) {
        .requirements-container #requirements .point-container h3 {
          letter-spacing: 0;
          font-size: 23px;
          font-size: 2.3rem;
          margin-bottom: 2rem; } }
      @media screen and (max-width: 575px) {
        .requirements-container #requirements .point-container h3 {
          font-size: 20px;
          font-size: 2rem;
          text-align: justify;
          margin-bottom: 2rem; } }
      @media screen and (max-width: 575px) {
        .requirements-container #requirements .point-container h3 br {
          display: none; } }
    .requirements-container #requirements .point-container ul {
      width: 90%;
      margin: auto;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 1rem; }
      @media screen and (max-width: 1199px) {
        .requirements-container #requirements .point-container ul {
          width: 100%; } }
      @media screen and (max-width: 991px) {
        .requirements-container #requirements .point-container ul {
          grid-template-columns: 1fr 1fr; } }
      @media screen and (max-width: 767px) {
        .requirements-container #requirements .point-container ul {
          gap: 0.5rem; } }
      @media screen and (max-width: 575px) {
        .requirements-container #requirements .point-container ul {
          grid-template-columns: 1fr;
          width: 90%;
          margin: auto; } }
      .requirements-container #requirements .point-container ul li {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        position: relative;
        display: flex;
        align-items: center; }
        @media screen and (max-width: 1199px) {
          .requirements-container #requirements .point-container ul li {
            font-size: 15px;
            font-size: 1.5rem; } }
        @media screen and (max-width: 767px) {
          .requirements-container #requirements .point-container ul li {
            font-size: 14px;
            font-size: 1.4rem; } }
        @media screen and (max-width: 575px) {
          .requirements-container #requirements .point-container ul li {
            font-size: 15px;
            font-size: 1.5rem; } }
        .requirements-container #requirements .point-container ul li::before {
          content: '●';
          margin-right: 0.5rem;
          font-size: 40px;
          font-size: 4rem;
          color: #A00082;
          line-height: 0; }
          @media screen and (max-width: 1199px) {
            .requirements-container #requirements .point-container ul li::before {
              font-size: 30px;
              font-size: 3rem; } }
          @media screen and (max-width: 767px) {
            .requirements-container #requirements .point-container ul li::before {
              font-size: 25px;
              font-size: 2.5rem;
              margin-right: 0; } }
          @media screen and (max-width: 575px) {
            .requirements-container #requirements .point-container ul li::before {
              font-size: 30px;
              font-size: 3rem; } }

.entry-container h2 {
  text-align: center; }
  .entry-container h2 + p {
    text-align: center; }
    @media screen and (max-width: 575px) {
      .entry-container h2 + p {
        text-align: justify; } }
    @media screen and (max-width: 575px) {
      .entry-container h2 + p br {
        display: none; } }
    .entry-container h2 + p span {
      color: #A00082; }
    .entry-container h2 + p + p {
      text-align: center;
      font-size: 13px;
      font-size: 1.3rem; }
.entry-container dl.tel-container {
  background: linear-gradient(180deg, #E8AC35 0%, white 100%);
  border-radius: 2rem;
  padding: 2rem 2rem 0;
  width: 50%;
  margin: auto; }
  @media screen and (max-width: 1199px) {
    .entry-container dl.tel-container {
      width: 60%; } }
  @media screen and (max-width: 991px) {
    .entry-container dl.tel-container {
      width: 75%; } }
  @media screen and (max-width: 575px) {
    .entry-container dl.tel-container {
      width: 100%; } }
  .entry-container dl.tel-container dt {
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
    text-align: center; }
    @media screen and (max-width: 991px) {
      .entry-container dl.tel-container dt {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 575px) {
      .entry-container dl.tel-container dt {
        font-size: 16px;
        font-size: 1.6rem; } }
  .entry-container dl.tel-container dd {
    font-family: "Cabin", sans-serif;
    font-size: 50px;
    font-size: 5rem;
    font-weight: 700;
    text-align: center;
    line-height: normal;
    letter-spacing: 3px;
    position: relative; }
    @media screen and (max-width: 991px) {
      .entry-container dl.tel-container dd {
        font-size: 40px;
        font-size: 4rem;
        letter-spacing: 2px; } }
    @media screen and (max-width: 575px) {
      .entry-container dl.tel-container dd {
        font-size: 30px;
        font-size: 3rem; } }
    .entry-container dl.tel-container dd::before {
      font-family: "Font Awesome 5 Free";
      content: "\f87b";
      font-weight: 900;
      padding-right: 1rem; }
    .entry-container dl.tel-container dd span {
      display: block;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: normal;
      letter-spacing: 0; }
      @media screen and (max-width: 575px) {
        .entry-container dl.tel-container dd span {
          font-size: 14px;
          font-size: 1.4rem; } }
.entry-container .mail-form-container {
  width: 70%;
  margin: 8rem auto 0; }
  @media screen and (max-width: 991px) {
    .entry-container .mail-form-container {
      width: 75%;
      margin: 5rem auto 0; } }
  @media screen and (max-width: 767px) {
    .entry-container .mail-form-container {
      width: 100%; } }

form#mail_form {
  padding-top: 2rem; }
  form#mail_form dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 0;
    padding-top: 0;
    font-weight: 600; }
    @media screen and (max-width: 991px) {
      form#mail_form dl dt {
        font-size: 16px;
        font-size: 1.6rem; } }
    form#mail_form dl dt:first-child {
      border-top: none; }
    form#mail_form dl dt::before {
      display: inline-block;
      font-size: 90%;
      font-weight: normal;
      line-height: 1;
      margin-right: 1rem;
      padding: 0.4rem 0.5rem;
      border-radius: 3px; }
  form#mail_form dl dt.required::before {
    content: "必須";
    color: #fff;
    background-color: #A00082;
    border: 1px solid #A00082; }
  form#mail_form dl dt.optional::before {
    content: "任意";
    color: #A00082;
    background-color: #fff;
    border: 1px solid #A00082; }
  form#mail_form dl dd {
    margin: 0.5rem 0 2rem;
    border-bottom: 1px solid #ECECEB;
    padding-bottom: 2rem; }
    form#mail_form dl dd:nth-child(2) {
      padding-bottom: 1rem;
      margin: 1rem 0 3rem;
      display: flex;
      align-items: center; }
    form#mail_form dl dd:last-child {
      border-bottom: none;
      padding: 0 0 0 1rem;
      margin: 0; }
    form#mail_form dl dd span.error_blank,
    form#mail_form dl dd span.error_format,
    form#mail_form dl dd span.error_match {
      display: block;
      color: #ff0000;
      margin-top: 3px; }
  form#mail_form dl .text-area {
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem; }
  form#mail_form dl .d-flex {
    display: flex;
    align-items: baseline;
    justify-content: center; }
  form#mail_form input[type="text"],
  form#mail_form input[type="email"],
  form#mail_form input[type="tel"],
  form#mail_form textarea {
    width: 100%;
    padding: 0.5rem 1rem;
    border: 1px solid #b2b2b2;
    border-radius: 3px;
    background: #efefef;
    -webkit-appearance: none;
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 5px; }
    form#mail_form input[type="text"]:focus,
    form#mail_form input[type="email"]:focus,
    form#mail_form input[type="tel"]:focus,
    form#mail_form textarea:focus {
      border: 1px solid #b2b2b2;
      background-color: #efefef;
      outline: none; }
  form#mail_form input[type="radio"] {
    margin-right: 5px;
    margin-left: 0;
    accent-color: #A00082; }
  form#mail_form input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin: 0;
    accent-color: #A00082; }
  form#mail_form label {
    margin-right: 2em; }
  form#mail_form select {
    font-size: 100%;
    margin-top: 5px; }
  form#mail_form input#postal {
    width: 30%; }
    form#mail_form input#postal + a {
      display: inline-block;
      padding: 5px 15px;
      margin-left: 1rem;
      background: rgba(160, 0, 130, 0.1);
      border: 1px solid #A00082;
      border-radius: 3px;
      color: #A00082;
      font-family: inherit;
      text-decoration: none;
      transition: 0.3s; }
      form#mail_form input#postal + a:hover {
        cursor: pointer;
        background: #A00082;
        color: #fff; }
  form#mail_form p#form_submit {
    width: 90%;
    margin: 0 auto;
    padding-top: 3rem; }
  form#mail_form input[type="button"] {
    font-weight: 600;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
    padding: 2rem 5rem;
    vertical-align: middle;
    line-height: 1;
    border: 1px solid #A00082;
    background: #A00082;
    color: #fff;
    -webkit-appearance: none;
    border-radius: 6px;
    transition: 0.3s; }
    @media screen and (max-width: 575px) {
      form#mail_form input[type="button"] {
        letter-spacing: 0;
        padding: 1.4rem 3.5rem; } }
    form#mail_form input[type="button"]:hover {
      cursor: pointer;
      background: #fff;
      color: #A00082; }
  form#mail_form input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #efefef inset; }
  form#mail_form span.loading {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-top: 5px solid rgba(255, 255, 255, 0.2);
    border-right: 5px solid rgba(255, 255, 255, 0.2);
    border-bottom: 5px solid rgba(255, 255, 255, 0.2);
    border-left: 5px solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load-circle 1.0s linear infinite;
    animation: load-circle 1.0s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px; }
@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  form#mail_form .agree-check {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0; }
    form#mail_form .agree-check dt {
      margin: 0 1.5rem 0 0;
      padding: 0; }
    form#mail_form .agree-check dd {
      display: flex;
      align-items: center;
      margin: 0;
      padding: 0;
      border-bottom: none; }
      form#mail_form .agree-check dd label {
        display: flex;
        align-items: center;
        margin: 0;
        cursor: pointer; }
      form#mail_form .agree-check dd input[type="checkbox"] {
        margin-right: 0.8rem; }

.privacy-policy {
  border: 1px solid #c3c3c3;
  padding: 1.5rem 2rem;
  background-color: #fff;
  margin-bottom: 4rem; }
  @media screen and (max-width: 575px) {
    .privacy-policy {
      margin-bottom: 3rem; } }
  .privacy-policy h4 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 2rem; }
    @media screen and (max-width: 575px) {
      .privacy-policy h4 {
        font-size: 20px;
        font-size: 2rem; } }
  .privacy-policy p {
    text-align: justify;
    margin: 0; }

.thanks-box {
  padding-bottom: 10rem; }
  .thanks-box h3 {
    font-size: 2.5rem;
    font-size: 25px;
    margin-bottom: 4rem;
    padding: 0;
    border: none;
    margin-top: 4rem; }
    @media screen and (max-width: 1199px) {
      .thanks-box h3 {
        font-size: 20px;
        font-size: 2rem; } }
  .thanks-box p {
    margin-bottom: 5rem; }
  .thanks-box a {
    display: inline-block;
    font-weight: bold;
    padding: 1.4rem 6rem;
    vertical-align: middle;
    line-height: 1;
    border: 1px solid #A00082;
    border-radius: 5rem;
    background: #A00082;
    color: #fff;
    -webkit-appearance: none;
    transition: 0.3s; }
    .thanks-box a:hover {
      color: #A00082;
      background-color: #fff; }

.bottom-container {
  padding: 0 0 10rem;
  background: linear-gradient(180deg, #edf0f1 0%, white 100%); }
  @media screen and (max-width: 767px) {
    .bottom-container {
      padding: 0 0 5rem; } }
  .bottom-container .bottom-swiper {
    width: 100%;
    overflow: hidden; }
    .bottom-container .bottom-swiper img {
      width: 100%; }
  .bottom-container h3 {
    text-align: center;
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: bold;
    margin: 10rem 0 1rem;
    line-height: 1.5;
    margin-bottom: 4rem; }
    @media screen and (max-width: 1199px) {
      .bottom-container h3 {
        font-size: 30px;
        font-size: 3rem; } }
    @media screen and (max-width: 991px) {
      .bottom-container h3 {
        margin: 5rem 0 3rem; } }
    @media screen and (max-width: 767px) {
      .bottom-container h3 {
        margin: 4rem 0 2rem;
        font-size: 23px;
        font-size: 2.3rem; } }
    @media screen and (max-width: 575px) {
      .bottom-container h3 {
        font-size: 20px;
        font-size: 2rem;
        text-align: justify; } }
    @media screen and (max-width: 575px) {
      .bottom-container h3 br {
        display: none; } }
  .bottom-container p {
    text-align: center;
    line-height: 2; }
    @media screen and (max-width: 1199px) {
      .bottom-container p {
        line-height: 1.75; } }
    @media screen and (max-width: 991px) {
      .bottom-container p {
        text-align: justify; } }
    .bottom-container p span {
      color: #A00082;
      font-weight: bold; }
    @media screen and (max-width: 991px) {
      .bottom-container p br {
        display: none; } }

footer {
  padding: 5rem 0 3rem;
  background-color: #A00082; }
  @media screen and (max-width: 767px) {
    footer {
      padding: 0 0 3rem; } }
  footer .container {
    position: relative; }
  footer h2 {
    text-align: center;
    margin-bottom: 1rem; }
    footer h2 img {
      max-width: 340px; }
  footer .footer-container {
    width: 25%;
    margin: auto; }
    @media screen and (max-width: 1199px) {
      footer .footer-container {
        width: 30%; } }
    @media screen and (max-width: 991px) {
      footer .footer-container {
        width: 40%; } }
    @media screen and (max-width: 767px) {
      footer .footer-container {
        width: 50%; } }
    @media screen and (max-width: 575px) {
      footer .footer-container {
        width: 80%; } }
    footer .footer-container p {
      text-align: left;
      color: #fff; }
    footer .footer-container .tel-box {
      border: 1px solid #fff;
      border-radius: 5rem;
      padding: 1rem;
      font-family: "Cabin", sans-serif;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      text-align: center;
      line-height: normal;
      letter-spacing: 3px;
      color: #fff !important; }
    footer .footer-container ul {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 1.5rem 0 5rem; }
      footer .footer-container ul li {
        margin: 0 0.5rem; }
        footer .footer-container ul li img {
          width: 27px; }
    footer .footer-container .copyright {
      text-align: center;
      letter-spacing: 2px; }
      @media screen and (max-width: 575px) {
        footer .footer-container .copyright {
          font-size: 12px;
          font-size: 1.2rem; } }
  footer #page-top {
    position: absolute;
    bottom: 0;
    right: 0; }
    @media screen and (max-width: 1199px) {
      footer #page-top {
        right: 2rem; } }
    @media screen and (max-width: 575px) {
      footer #page-top {
        bottom: 3rem; } }
    footer #page-top a {
      background-color: #fff;
      background-image: url(../img/page-top-1.svg);
      background-repeat: no-repeat;
      background-size: 40%;
      background-position: center;
      display: block;
      width: 66px;
      height: 66px;
      border-radius: 50%;
      transition: 0.3s;
      border: 1px solid #A00082; }
      @media screen and (max-width: 767px) {
        footer #page-top a {
          width: 45px;
          height: 45px; } }
      footer #page-top a:hover {
        background-image: url(../img/page-top-2.svg);
        background-color: #A00082;
        border: 1px solid #fff; }
