@charset "UTF-8";
@import "flatpickr/dist/flatpickr.min.css";
body {
  font-family: "Noto Sans JP";
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 750px) {
  html {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.6vw;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.5;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  font: inherit;
}

button {
  border: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

@media screen and (min-width: 768px) {
  .app-form {
    margin-top: 5.625rem;
  }
}

.app-form__inner {
  padding: 0 25px;
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .app-form__inner {
    max-width: 53.125rem;
  }
}

.app-form__items {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .app-form__items {
    margin-top: 4.8125rem;
  }
}

.app-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 615px;
  max-width: 38.4375rem;
  width: 100%;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .app-form__item {
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.375rem;
  }
}

@media screen and (min-width: 768px) {
  .app-form__item:last-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .app-form__item:last-child label {
    padding-top: 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .app-form__item:first-child {
    margin-top: 0rem;
  }
}

.app-form__label {
  width: 100%;
  font-size: clamp(12px, 4.848px + 2.24vw, 16px);
  font-size: clamp(12px, 0.303rem + 2.24vw, 16px);
  font-weight: bold;
  letter-spacing: 0.21em;
}
@media screen and (min-width: 768px) {
  .app-form__label {
    font-size: 1.125rem;
    width: 38%;
    text-align: left;
  }
}

.app-form__label span {
  color: #ff0000;
  margin-left: 5px;
  margin-left: 0.3125rem;
}

.app-form__text,
.flatpickr-input {
  width: 100%;
  height: 58px;
  height: 3.625rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
  border: 1px solid #82b6cb;
}
@media screen and (min-width: 768px) {
  .app-form__text,
.flatpickr-input {
    margin-top: 0;
    width: 62%;
  }
}

.app-form__textarea {
  width: 100%;
  height: 198px;
  height: 12.375rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
  border: 1px solid #82b6cb;
}
@media screen and (min-width: 768px) {
  .app-form__textarea {
    width: 62%;
    margin-top: 0;
    padding-top: 0.625rem;
  }
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.13em;
  color: #82b6cb;
  padding-left: 7px;
  padding-left: 0.4375rem;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.13em;
  color: #82b6cb;
  padding-left: 7px;
  padding-left: 0.4375rem;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.13em;
  color: #82b6cb;
  padding-left: 7px;
  padding-left: 0.4375rem;
}

input::placeholder,
textarea::placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.13em;
  color: #82b6cb;
  padding-left: 7px;
  padding-left: 0.4375rem;
}

.app-form__textarea::-webkit-input-placeholder {
  padding-top: 0;
}

.app-form__textarea::-moz-placeholder {
  padding-top: 0;
}

.app-form__textarea::-ms-input-placeholder {
  padding-top: 0;
}

.app-form__textarea::placeholder {
  padding-top: 0;
}

.application {
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
}
.application__title {
  font-size: 34px;
  font-size: 2.125rem;
  letter-spacing: 0.21em;
  text-align: center;
}

.breadcrumb {
  margin-top: 95px;
  margin-top: 5.9375rem;
  letter-spacing: 0.05em;
  padding-left: 15px;
  padding-left: 0.9375rem;
  list-style: none;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    padding-left: 0rem;
  }
}

.breadcrumb li {
  display: inline;
  /*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after {
  /* >を表示*/
  content: "/";
  padding-right: 2px;
  color: #000;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a {
  text-decoration: none;
  color: #000;
  /*色*/
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb--about {
  margin-left: -25px;
  margin-left: -1.5625rem;
}

.breadcrumb--pl {
  padding-left: 0;
}

.btn-wrapper {
  max-width: 435px;
  max-width: 27.1875rem;
  width: 100%;
  margin: auto;
}
.btn-wrapper--thanks {
  margin-top: 90px;
  margin-top: 5.625rem;
}

.btn-wrapper-product {
  max-width: 300px;
  max-width: 18.75rem;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .btn-wrapper-product {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

.btn-wrapper-product:nth-child(2) {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
.btn-wrapper-recruit {
  max-width: 360px;
  max-width: 22.5rem;
  width: 100%;
  margin: auto;
}

.btn-wrapper-product-sec {
  max-width: 300px;
  max-width: 18.75rem;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .btn-wrapper-product-sec {
    width: 18.75rem;
  }
}

.btn {
  display: block;
  margin: auto;
  text-align: center;
  padding: 20px;
  padding: 1.25rem;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: bold;
  letter-spacing: 0.21em;
  line-height: 1;
  background-color: #e8f66e;
  border-radius: 33px;
  max-width: 431px;
  max-width: 26.9375rem;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 1.375rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.btn::after {
  content: "";
  width: 68px;
  width: 4.25rem;
  height: 2px;
  height: 0.125rem;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -34px;
  right: -2.125rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .btn::after {
    width: 7rem;
    right: -3.3125rem;
  }
}

.btn--blue {
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #0e3b73;
  color: #fff;
  border-radius: 33px;
}

.btn--blue::after {
  content: "";
  width: 35px;
  width: 2.1875rem;
  height: 2px;
  height: 0.125rem;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -16px;
  right: -1rem;
}

.btn--yes {
  width: 170px;
  width: 10.625rem;
  padding: 24px 20px;
  padding: 1.5rem 1.25rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}

.btn--no {
  width: 170px;
  width: 10.625rem;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 24px 20px;
  padding: 1.5rem 1.25rem;
  margin-left: 108px;
  margin-left: 6.75rem;
  background-color: transparent;
  border: 1px solid #0e3b73;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .btn--no {
    margin-left: 3rem;
  }
}

.btn--no::after {
  width: 43px;
  width: 2.6875rem;
  background: #0e3b73;
  right: -23px;
  right: -1.4375rem;
}

.btn--yes::after {
  width: 43px;
  width: 2.6875rem;
  right: -23px;
  right: -1.4375rem;
}

.btn--fz22 {
  font-size: 18px;
  font-size: 1.125rem;
}

.business__bg {
  background-image: url(../images/common/business_bg_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  width: 100%;
  padding-top: 96px;
  padding-top: 6rem;
  padding-bottom: 136px;
  padding-bottom: 8.5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .business__bg {
    background-image: url(../images/common/top_business.jpg);
    font-size: 1.078125rem;
    line-height: 1.5072;
    padding-top: 7.75rem;
    padding-bottom: 6.5rem;
    height: 800px;
  }
}

.business__title {
  position: relative;
}

.business__body {
  color: #fff;
  line-height: 1.9404;
  margin-top: 44px;
  margin-top: 2.75rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .business__body {
    margin-top: -0.25rem;
  }
}

.business__copy-title {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.21em;
}
@media screen and (min-width: 768px) {
  .business__copy-title {
    font-size: 1.6875rem;
    margin-top: 2.9375rem;
  }
}

.business__text-block {
  padding-left: 80px;
  padding-left: 5rem;
}

.business__text {
  color: #fff;
  font-size: clamp(12px, 4.848px + 2.24vw, 16px);
  font-size: clamp(12px, 0.303rem + 2.24vw, 16px);
  letter-spacing: 0.21em;
  line-height: 1.7619;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .business__text {
    font-size: 1.125rem;
    line-height: 1.6818;
    margin-top: 1.875rem;
  }
}

.business__btn {
  margin-top: 68px;
  margin-top: 4.25rem;
}
@media screen and (min-width: 768px) {
  .business__btn {
    margin-top: 5.1875rem;
  }
}

.business-line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .business-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.business__title::before {
  content: "";
  display: block;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  background-color: #fff;
  position: absolute;
  margin-top: 112px;
  margin-top: 7rem;
  left: 78%;
}
@media screen and (min-width: 768px) {
  .business__title::before {
    top: auto;
    top: initial;
    left: 89%;
    margin-top: 0.9375rem;
  }
}

@media screen and (max-width: 425px) {
  .business-line::before {
    content: "";
    display: block;
    width: 0.9375rem;
    height: 0.9375rem;
    background-color: #fff;
    position: absolute;
    left: 88%;
    margin-top: 7rem;
  }
}
.business-line:after {
  content: "";
  display: block;
  width: calc(100vw - 100% - 3.75rem);
  height: 2px;
  background-color: #fff;
  position: absolute;
  margin-top: 112px;
  margin-top: 7rem;
  left: 88%;
  right: auto;
}
@media screen and (min-width: 768px) {
  .business-line:after {
    top: auto;
    top: initial;
    margin-top: 0.875rem;
  }
}

@media screen and (min-width: 325px) {
  .business-line:after {
    width: calc(100vw - 100% - 3.125rem);
  }
}
@media screen and (min-width: 426px) {
  .business-line:after {
    width: calc(100vw - 100% + 0.9375rem);
    left: 80%;
  }
}
@media screen and (min-width: 522px) {
  .business-line:after {
    width: calc(100vw - 100% + 1.4375rem);
    left: 80%;
  }
}
@media screen and (min-width: 645px) {
  .business-line:after {
    width: calc(20% + 5.125rem);
  }
}
@media screen and (min-width: 768px) {
  .business-line:after {
    content: "";
    display: block;
    width: calc(100vw - 100% + 3.75rem);
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 90%;
    right: auto;
  }
}
@media screen and (min-width: 1000px) {
  .business-line:after {
    width: calc(10% + 25px + 50vw - 500px);
  }
}
@-moz-document url-prefix() {
  .business-line::before {
    content: "";
    display: block;
    width: 0.9375rem;
    height: 0.9375rem;
    background-color: #fff;
    position: absolute;
    margin-top: 5rem;
    left: 78%;
  }
  @media screen and (min-width: 768px) {
    .business-line::before {
      top: auto;
      top: initial;
      left: 89%;
      margin-top: -9px;
    }
  }
}
@-moz-document url-prefix() {
  @media screen and (max-width: 425px) {
    .business-line::before {
      content: "";
      display: block;
      width: 0.9375rem;
      height: 0.9375rem;
      background-color: #fff;
      position: absolute;
      margin-top: 5rem;
      left: 87%;
    }
  }
}
@-moz-document url-prefix() {
  .business-line:after {
    content: "";
    display: block;
    width: calc(100vw - 100% - 3.75rem);
    height: 2px;
    background-color: #fff;
    position: absolute;
    margin-top: 5rem;
    right: auto;
  }
}
@-moz-document url-prefix() {
  @media screen and (min-width: 325px) {
    .business-line:after {
      content: "";
      display: block;
      width: calc(100vw - 100% - 3.125rem);
      height: 2px;
      background-color: #fff;
      position: absolute;
      margin-top: 5rem;
      right: auto;
    }
  }
  @media screen and (min-width: 325px) and (min-width: 768px) {
    .business-line:after {
      top: auto;
      top: initial;
      left: 89%;
      margin-top: -0.625rem;
    }
  }
}
@-moz-document url-prefix() {
  @media screen and (min-width: 426px) {
    .business-line:after {
      content: "";
      display: block;
      width: calc(100vw - 100% + 0.9375rem);
      height: 2px;
      background-color: #fff;
      position: absolute;
      margin-top: 5rem;
      right: auto;
    }
  }
  @media screen and (min-width: 426px) and (min-width: 768px) {
    .business-line:after {
      top: auto;
      top: initial;
      left: 89%;
      margin-top: -0.625rem;
    }
  }
}
@-moz-document url-prefix() {
  @media screen and (min-width: 645px) {
    .business-line:after {
      content: "";
      display: block;
      width: calc(20% + 5.125rem);
      height: 2px;
      background-color: #fff;
      position: absolute;
      margin-top: 5rem;
      right: auto;
    }
  }
  @media screen and (min-width: 645px) and (min-width: 768px) {
    .business-line:after {
      top: auto;
      top: initial;
      left: 89%;
      margin-top: -0.625rem;
    }
  }
}
@-moz-document url-prefix() {
  .business-line {
    display: flex;
    align-items: center;
  }
  @media screen and (min-width: 768px) {
    .business-line:after {
      content: "";
      display: block;
      width: calc(100vw - 100% + 3.75rem);
      height: 2px;
      background-color: #fff;
      position: absolute;
      left: 90%;
      right: auto;
    }
  }
  @media screen and (min-width: 1000px) {
    .business-line:after {
      width: calc(10% + 25px + 50vw - 500px);
    }
  }
}
.win .business__title::before {
  content: "";
  display: block;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  background-color: #fff;
  position: absolute;
  margin-top: 80px;
  margin-top: 5rem;
  left: 78%;
}
@media screen and (min-width: 768px) {
  .win .business__title::before {
    top: auto;
    top: initial;
    left: 89%;
    margin-top: -0.5625rem;
  }
}
@media screen and (max-width: 425px) {
  .win .business-line::before {
    content: "";
    display: block;
    width: 0.9375rem;
    height: 0.9375rem;
    background-color: #fff;
    position: absolute;
    left: 88%;
    margin-top: 5rem;
  }
}
.win .business-line:after {
  content: "";
  display: block;
  width: calc(100vw - 100% - 3.75rem);
  height: 2px;
  background-color: #fff;
  position: absolute;
  margin-top: 80px;
  margin-top: 5rem;
  left: 88%;
  right: auto;
}
@media screen and (min-width: 768px) {
  .win .business-line:after {
    top: auto;
    top: initial;
    margin-top: -0.5625rem;
  }
}
@media screen and (min-width: 325px) {
  .win .business-line:after {
    width: calc(100vw - 100% - 3.125rem);
  }
}
@media screen and (min-width: 426px) {
  .win .business-line:after {
    width: calc(100vw - 100% + 0.9375rem);
    left: 80%;
  }
}
@media screen and (min-width: 522px) {
  .win .business-line:after {
    width: calc(100vw - 100% + 1.4375rem);
    left: 80%;
  }
}
@media screen and (min-width: 645px) {
  .win .business-line:after {
    width: calc(20% + 5.125rem);
  }
}
@media screen and (min-width: 768px) {
  .win .business-line:after {
    content: "";
    display: block;
    width: calc(100vw - 100% + 3.75rem);
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 90%;
    right: auto;
  }
}
@media screen and (min-width: 1000px) {
  .win .business-line:after {
    width: calc(10% + 25px + 50vw - 500px);
  }
}

.check {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .check {
    max-width: 50rem;
    width: 100%;
    margin-top: 0rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.check--policy {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.check__item label {
  display: inline-block;
  font-size: clamp(12px, 4.848px + 2.24vw, 16px);
  font-size: clamp(12px, 0.303rem + 2.24vw, 16px);
  letter-spacing: 0.13em;
  margin-left: 26px;
  margin-left: 1.625rem;
}
@media screen and (min-width: 768px) {
  .check__item label {
    font-size: 1.125rem;
  }
}

.check__item:nth-child(2) {
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .check__item:nth-child(2) {
    margin-top: 0;
    margin-left: 6.25rem;
  }
}

/*リセット */
input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

/* チェックボックスデザイン */
input[type=checkbox] {
  cursor: pointer;
  height: 15px;
  height: 0.9375rem;
  padding-left: 30px;
  padding-left: 1.875rem; /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
}

input[type=checkbox]::before,
input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}

input[type=checkbox]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #666464;
  width: 32px;
  width: 2rem; /*チェックボックスの横幅*/
  height: 32px;
  height: 2rem; /*チェックボックスの縦幅*/
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  top: 50%;
  left: 5px;
  left: 0.3125rem;
}

input[type=checkbox]::after {
  border-bottom: 2px solid #666464; /*チェックの太さ*/
  border-left: 2px solid #666464; /*チェックの太さ*/
  opacity: 0; /*チェック前は非表示*/
  height: 14px;
  height: 0.875rem; /*チェックの高さ*/
  width: 24px;
  width: 1.5rem; /*チェックの横幅*/
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -45%; /*チェック時の位置調整*/
  left: 10px;
  left: 0.625rem; /*チェック時の位置調整*/
}
input[type=checkbox]:checked::after {
  opacity: 1; /*チェック後表示*/
}

.company {
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
}
@media screen and (min-width: 768px) {
  .company__inner {
    max-width: 69.0625rem;
    width: 100%;
    padding-left: 1.875rem;
    padding-right: 0;
    margin: auto;
  }
}

.company__info {
  margin-top: 69px;
  margin-top: 4.3125rem;
}
@media screen and (min-width: 768px) {
  .company__info {
    margin-top: 5.625rem;
  }
}

.company__items {
  font-family: "Noto Sans JP";
  color: #0e3b73;
}
@media screen and (min-width: 768px) {
  .company__items {
    width: 100%;
  }
}

.company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 15px;
  margin-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .company__item {
    margin-top: 0.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.company__term {
  width: 28%;
  font-size: clamp(12px, 4.848px + 2.24vw, 16px);
  font-size: clamp(12px, 0.303rem + 2.24vw, 16px);
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.2em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .company__term {
    font-size: 1.125rem;
    width: 17%;
    line-height: 1.5;
    letter-spacing: 0.0625em;
  }
}

.company__term::before {
  content: "";
  display: block;
  width: 14px;
  width: 0.875rem;
  height: 4px;
  background-color: #e8f66e;
  position: absolute;
  top: 47%;
  left: -20px;
}

.company__description {
  font-size: clamp(12px, 4.848px + 2.24vw, 16px);
  font-size: clamp(12px, 0.303rem + 2.24vw, 16px);
  width: 72%;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .company__description {
    width: 83%;
    line-height: 1.5;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .company__description span {
    margin-left: 10px;
  }
}

.company__description span.bank {
  font-size: clamp(12px, 4.848px + 2.24vw, 16px);
  font-size: clamp(12px, 0.303rem + 2.24vw, 16px);
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .company__description span.bank {
    font-size: 1rem;
    margin-left: 20px;
  }
}

.company__title-wrapper {
  position: relative;
}

.company__title-wrapper::before {
  content: "";
  display: block;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  background-color: #e8f66e;
  position: absolute;
  top: 44%;
  left: 58%;
}
@media screen and (min-width: 768px) {
  .company__title-wrapper::before {
    top: 46%;
    left: 36.2%;
  }
}

@media screen and (max-width: 440px) {
  .company__title-wrapper::before {
    top: 44%;
    left: 62%;
  }
}
.company__title-wrapper:after {
  content: "";
  display: block;
  width: calc(51% + 25px);
  height: 2px;
  background-color: #e8f66e;
  position: absolute;
  top: 53%;
  left: 58%;
}

@media screen and (max-width: 440px) {
  .company__title-wrapper::after {
    width: calc(51% + 13px);
    left: 63%;
  }
}
@media screen and (min-width: 768px) {
  .company__title-wrapper:after {
    content: "";
    display: block;
    width: calc(62% + 25px);
    height: 1px;
    height: 3px;
    background-color: #e8f66e;
    position: absolute;
    top: 56%;
    left: 37%;
  }
}
@media screen and (min-width: 1000px) {
  .company__title-wrapper:after {
    width: calc(62% + 25px + 50vw - 500px);
  }
}
@-moz-document url-prefix() {
  .company__title-wrapper::before {
    content: "";
    display: block;
    width: 0.9375rem;
    height: 0.9375rem;
    background-color: #e8f66e;
    position: absolute;
    top: 37%;
    left: 58%;
  }
  @media screen and (min-width: 768px) {
    .company__title-wrapper::before {
      top: 38%;
      left: 36.2%;
    }
  }
  @media screen and (max-width: 440px) {
    .company__title-wrapper::before {
      position: absolute;
      top: 39%;
      left: 63%;
    }
  }
}
@-moz-document url-prefix() {
  .company__title-wrapper:after {
    content: "";
    display: block;
    width: calc(51% + 25px);
    height: 2px;
    background-color: #e8f66e;
    position: absolute;
    top: 45%;
    left: 58%;
  }
  @media screen and (max-width: 440px) {
    .company__title-wrapper:after {
      content: "";
      display: block;
      width: calc(51% + 15px);
      height: 2px;
      background-color: #e8f66e;
      position: absolute;
      top: 46%;
      left: 63%;
    }
  }
}
@-moz-document url-prefix() {
  @media screen and (min-width: 768px) {
    .company__title-wrapper:after {
      content: "";
      display: block;
      width: calc(62% + 25px);
      height: 1px;
      height: 3px;
      background-color: #e8f66e;
      position: absolute;
      top: 47%;
      left: 37%;
    }
  }
  @media screen and (min-width: 1000px) {
    .company__title-wrapper:after {
      width: calc(62% + 25px + 50vw - 500px);
    }
  }
}
.win .company__title-wrapper::before {
  content: "";
  display: block;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  background-color: #e8f66e;
  position: absolute;
  top: 37%;
  left: 58%;
}
@media screen and (min-width: 768px) {
  .win .company__title-wrapper::before {
    top: 38%;
    left: 36.2%;
  }
}
@media screen and (max-width: 440px) {
  .win .company__title-wrapper::before {
    position: absolute;
    top: 34%;
    left: 63%;
  }
}
.win .company__title-wrapper:after {
  content: "";
  display: block;
  width: calc(51% + 25px);
  height: 2px;
  background-color: #e8f66e;
  position: absolute;
  top: 45%;
  left: 58%;
}
@media screen and (max-width: 440px) {
  .win .company__title-wrapper:after {
    content: "";
    display: block;
    width: calc(51% + 15px);
    height: 2px;
    background-color: #e8f66e;
    position: absolute;
    top: 43%;
    left: 63%;
  }
}
@media screen and (min-width: 768px) {
  .win .company__title-wrapper:after {
    content: "";
    display: block;
    width: calc(62% + 25px);
    height: 1px;
    height: 3px;
    background-color: #e8f66e;
    position: absolute;
    top: 47%;
    left: 37%;
  }
}
@media screen and (min-width: 1000px) {
  .win .company__title-wrapper:after {
    width: calc(62% + 25px + 50vw - 500px);
  }
}

.contact {
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
}

.contact__inner {
  max-width: 690px;
  max-width: 43.125rem;
  width: 100%;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    max-width: 65.625rem;
  }
}

.contact__img {
  height: 100%;
}

.contact__img source,
.contact__img img {
  height: inherit;
}

.contact-form__inner {
  padding: 0 25px;
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .contact-form__inner {
    max-width: 53.125rem;
  }
}

@media screen and (min-width: 768px) {
  .contact-form__items {
    margin-top: 1.875rem;
  }
}

.contact-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: clamp(12px, 4.848px + 2.24vw, 16px);
  font-size: clamp(12px, 0.303rem + 2.24vw, 16px);
}
.contact-form__item:not(:nth-child(1)) {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .contact-form__item:not(:nth-child(1)) {
    margin-top: 2.3125rem;
  }
}

.contact-form__item:not(:last-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .contact-form__item:not(:last-child) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contact-form__label {
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.21em;
  padding-left: 9px;
  padding-left: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .contact-form__label {
    font-size: 1.125rem;
    width: 36%;
    margin-top: 0;
    text-align: left;
    padding-left: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .contact-form__item:last-child .contact-form__label {
    margin-top: 0.9375rem;
  }
}

.contact-form__label span {
  color: #ff0000;
  margin-left: 15px;
  margin-left: 0.9375rem;
}

.contact-form__text {
  width: 96%;
  height: 58px;
  height: 3.625rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  padding-left: 12px;
  padding-left: 0.75rem;
  border: 1px solid #82b6cb;
}
@media screen and (min-width: 768px) {
  .contact-form__text {
    width: 62%;
    margin-top: 0;
  }
}

.contact-form__textarea {
  width: 96%;
  height: 210px;
  height: 13.125rem;
  margin-top: 22px;
  margin-top: 1.375rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  padding-left: 12px;
  padding-left: 0.75rem;
  border: 1px solid #82b6cb;
}
@media screen and (min-width: 768px) {
  .contact-form__textarea {
    height: 13.125rem;
    margin-top: 0rem;
    padding-top: 0.9375rem;
    width: 62%;
  }
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.13em;
  color: #82b6cb;
  padding-left: 7px;
  padding-left: 0.4375rem;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.13em;
  color: #82b6cb;
  padding-left: 7px;
  padding-left: 0.4375rem;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.13em;
  color: #82b6cb;
  padding-left: 7px;
  padding-left: 0.4375rem;
}

input::placeholder,
textarea::placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.13em;
  color: #82b6cb;
  padding-left: 7px;
  padding-left: 0.4375rem;
}

.contact-form__textarea::-webkit-input-placeholder {
  padding-top: 0px;
  padding-top: 0rem;
}

.contact-form__textarea::-moz-placeholder {
  padding-top: 0px;
  padding-top: 0rem;
}

.contact-form__textarea::-ms-input-placeholder {
  padding-top: 0px;
  padding-top: 0rem;
}

.contact-form__textarea::placeholder {
  padding-top: 0px;
  padding-top: 0rem;
}

/* 日曜日：赤 */
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7n+1),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n+1) {
  color: #f00;
}

/* 土曜日：青 */
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n) {
  color: #25bdcf;
}

/* 祝日 */
.flatpickr-day.is-holiday {
  background: #ffcccc !important;
}

/* 入力欄の文字列を選択させないようにしておく  */
.flatpickr-calendar .numInput {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flatpickr-input {
  width: 100%;
}
.flatpickr-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .flatpickr-wrapper {
    width: 62%;
  }
}

.footer {
  width: 100%;
  background-color: #eaeaea;
  position: relative; /* スクロールトップボタン用*/
}

@media screen and (min-width: 768px) {
  .footer__body {
    max-width: 65.625rem;
    width: 100%;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    margin: auto;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 45px 10px 80px 80px;
  padding: 2.8125rem 0.625rem 5rem 5rem;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    width: 59.375rem;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.5rem 0rem;
  }
}

.footer__logo {
  max-width: 226px;
  max-width: 14.125rem;
  width: 100%;
  height: 41px;
  height: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-left: -0.3125rem;
  }
}

.footer__nav {
  width: 100%;
  margin-top: 63px;
  margin-top: 3.9375rem;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    margin-top: 0.5rem;
    margin-left: 4.9375rem;
  }
}

.footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -27px;
  margin-left: -1.6875rem;
}
@media screen and (min-width: 768px) {
  .footer__items {
    margin-left: -2.3125rem;
  }
}

.footer__item a {
  display: inline-block;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 27px;
  padding-right: 1.6875rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic";
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .footer__item a {
    font-size: 1.3125rem;
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }
}

.fv-about {
  width: 100%;
  z-index: -1;
}

.fv-about__img img,
.fv-about__img source {
  aspect-ratio: 750/682;
}
@media screen and (min-width: 768px) {
  .fv-about__img img,
.fv-about__img source {
    aspect-ratio: 1400/687;
  }
}

.fv-low-sec {
  width: 100%;
  aspect-ratio: 750/572;
}
@media screen and (min-width: 768px) {
  .fv-low-sec {
    aspect-ratio: 1400/687;
  }
}

.fv-low-sec__img {
  width: 100%;
  height: 100%;
}

.fv-low-sec img,
.fv-low-sec source {
  aspect-ratio: 750/572;
  height: auto;
}
@media screen and (min-width: 768px) {
  .fv-low-sec img,
.fv-low-sec source {
    aspect-ratio: 1400/687;
  }
}

.fv-lower {
  width: 100%;
  aspect-ratio: 750/746;
}
@media screen and (min-width: 768px) {
  .fv-lower {
    aspect-ratio: 1400/687;
  }
}

.fv-lower__img {
  width: 100%;
  height: 100%;
}

.fv-lower__img img,
.fv-lower__img source {
  aspect-ratio: 750/746;
}
@media screen and (min-width: 768px) {
  .fv-lower__img img,
.fv-lower__img source {
    aspect-ratio: 1400/687;
  }
}

.fv {
  width: 100%;
  aspect-ratio: 750/746;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv {
    aspect-ratio: 1400/866;
    z-index: 901;
  }
}

.fv__img {
  width: 100%;
  height: 100%;
}

.fv__img img {
  height: auto;
  min-height: 750px;
  min-height: 46.875rem;
}
@media screen and (min-width: 768px) {
  .fv__img img {
    aspect-ratio: 1400/866;
  }
}

.fv__btn-wrapper {
  max-width: 216px;
  max-width: 13.5rem;
  width: 100%;
  background-color: #e8f66e;
  border-radius: 2.0625rem;
  position: absolute;
  bottom: 21%;
  left: 49%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .fv__btn-wrapper {
    max-width: 15.5rem;
    bottom: 24.8%;
    left: 50%;
  }
}

.fv__btn-wrapper::after {
  content: "";
  width: 32px;
  width: 2rem;
  height: 2px;
  height: 0.125rem;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -17px;
  right: -1.0625rem;
}

.fv__btn {
  display: block;
  font-size: 19px;
  font-size: 1.1875rem;
  color: #0e3b73;
  text-align: center;
  padding: 15px 46px;
  padding: 0.9375rem 2.875rem;
  letter-spacing: 0.21em;
}
@media screen and (min-width: 768px) {
  .fv__btn {
    font-size: 1.375rem;
  }
}

.fv__title-block {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .fv__title-block {
    max-width: 100rem;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 45%;
  }
}

.fv__title {
  font-size: 100px;
  font-size: 6.25rem;
  font-family: "itc-avant-garde-gothic-pro";
  color: #fff;
  line-height: 0.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .fv__title {
    font-size: 6.7888662593vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1470px) {
  .fv__title {
    font-size: 6.25rem;
  }
}
.fv__title-left {
  position: relative;
  letter-spacing: 0.03em;
  font-family: "ITCAvantGardeStd Demi";
}

.fv__title-left:before {
  content: "";
  display: block;
  width: 75vw;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 2%;
  left: 29.35vw;
}
@media screen and (min-width: 768px) {
  .fv__title-left:before {
    top: 0;
    left: 30.35vw;
  }
}

@media screen and (min-width: 1430px) {
  .fv__title-left:before {
    width: 75vw;
    background-color: #fff;
    left: 25.3125rem;
  }
}
.fv__title-right {
  color: #e8f66e;
  position: relative;
  text-align: right;
}
.fv__title-right::before {
  content: "";
  display: block;
  position: absolute;
  width: 75vw;
  height: 2px;
  background-color: #fff;
  bottom: 2%;
  left: -12vw;
}
@media screen and (min-width: 768px) {
  .fv__title-right::before {
    bottom: 2%;
    left: -74.35vw;
  }
}

.fv__copy {
  max-width: 472px;
  max-width: 29.5rem;
  width: 100%;
  position: absolute;
  top: 66%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .fv__copy {
    max-width: none;
    max-width: initial;
    top: 57%;
  }
}

.fv__text {
  font-size: 24.07px;
  font-size: 1.504375rem;
  color: #fff;
  letter-spacing: 0.35em;
  text-align: center;
  position: relative;
}

.fv__text span {
  color: #e8f66e;
}

.globalmenu-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .globalmenu-pc {
    display: block;
    height: inherit;
  }
}

@media screen and (min-width: 768px) {
  .globalmenu-pc__items {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .globalmenu-pc__item {
    height: inherit;
  }
}

.globalmenu-pc__item--blue {
  color: #0e3b73;
}

@media screen and (min-width: 768px) {
  .globalmenu-pc__item a {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 2.125rem;
    padding-left: 2.125rem;
    font-size: 1.125rem;
    font-family: "Zen Maru Gothic";
    line-height: 1.142;
    letter-spacing: 0.05em;
    text-decoration: none;
    opacity: 1;
    position: relative;
  }
}

.globalmenu-pc__item--black a {
  color: #000;
}

@media screen and (min-width: 768px) {
  .globalmenu-pc__item a::after {
    content: "";
    width: 70%;
    height: 3px;
    background: #e8f66e;
    position: absolute;
    bottom: 1.5rem;
    left: 17%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

@media screen and (min-width: 768px) {
  .globalmenu-pc__item a:hover::after {
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.globalmenu-sp {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 900;
  max-width: 85%;
  width: 100%;
  height: 90vh;
  background: -webkit-gradient(linear, right top, left top, color-stop(69%, #fff), color-stop(31%, #e8f66e));
  background: linear-gradient(to left, #fff 69%, #e8f66e 31%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}
@media screen and (min-width: 768px) {
  .globalmenu-sp {
    display: none;
  }
}

.globalmenu-sp__items {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: 100%;
}

.globalmenu-sp__item {
  width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
}

.globalmenu-sp__item a {
  display: block;
  color: #0e3b73;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.4481;
  padding-top: 17px;
  padding-top: 1.0625rem;
  padding-bottom: 17px;
  padding-bottom: 1.0625rem;
}

.globalmenu-sp__items :nth-child(3) a {
  padding-right: 35px;
  padding-right: 2.1875rem;
}

.globalmenu-sp__items :nth-child(4) a {
  padding-right: 20px;
  padding-right: 1.25rem;
}

/* ハンバーガーメニュー押してactiveクラスを付いたら表示する */
.globalmenu-sp.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header {
  height: 90px;
  height: 5.625rem;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.header__inner {
  height: inherit;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 34px 25px 18px;
  padding: 2.125rem 25px 1.125rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.25rem 2.1875rem 1.25rem 2.5rem;
  }
}

.header__logo {
  width: 226px;
  width: 14.125rem;
  height: 41px;
  height: 2.5625rem;
  margin-bottom: auto;
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .header__logo {
    margin-bottom: 0;
  }
}

.js-header.header-color {
  background-color: rgba(252, 252, 252, .46);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.js-header-black.header-black {
  background-color: rgba(120, 120, 120, .46);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hamburger {
  display: block;
  position: relative;
  z-index: 999;
  width: 42px;
  width: 2.625rem;
  height: 30px;
  height: 1.875rem;
  cursor: pointer;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  display: block;
  width: inherit;
  position: absolute;
  right: 10px;
  right: 0.625rem;
  height: 4px;
  height: 0.25rem;
  background: #e8f66e;
  border-radius: 0.125rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 0px;
  top: 0rem;
}

.hamburger span:nth-child(2) {
  top: 13px;
  top: 0.8125rem;
}

.hamburger span:nth-child(3) {
  bottom: 0px;
  bottom: 0rem;
}

/* ナビ開いてる時のバツボタン */
.js-hamburger.active span:nth-child(1) {
  top: 17px;
  top: 1.0625rem;
  right: 4px;
  right: 0.25rem;
  background: #0e3b73;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.js-hamburger.active span:nth-child(2),
.js-hamburger.active span:nth-child(3) {
  top: 17px;
  top: 1.0625rem;
  right: 5px;
  right: 0.3125rem;
  background: #0e3b73;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.inner {
  max-width: 640px;
  max-width: 40rem;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1000px;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (min-width: 768px) {
  .inner--news {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

.inner--form {
  max-width: 680px;
  max-width: 42.5rem;
  width: 100%;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .inner--form {
    max-width: 65.625rem;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.line {
  width: 9%;
  height: 56vh;
  position: absolute;
  top: 0;
  left: 12%;
}

.line span:first-child {
  display: inline-block;
  width: 3px;
  width: 0.1875rem;
  height: 100%;
  background-color: #0e3b73;
  position: relative;
}

.line span::after {
  content: "";
  display: inline-block;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  background-color: #0e3b73;
  position: absolute;
  bottom: 0;
  left: -6px;
  left: -0.375rem;
}

@media screen and (min-width: 768px) {
  .map {
    padding-bottom: 2.5625rem;
    margin-top: -0.625rem;
  }
}

.map__inner {
  max-width: 640px;
  max-width: 40rem;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .map__inner {
    max-width: 58.75rem;
  }
}

.map__content {
  margin-top: 65px;
  margin-top: 4.0625rem;
  position: relative;
  padding-top: 78%;
}
@media screen and (min-width: 768px) {
  .map__content {
    margin: 5rem auto 0;
    padding-top: 52%;
  }
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mask {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.mask.active {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .77);
  visibility: visible;
  opacity: 1;
}

.message {
  position: relative;
  margin-top: -74px;
  margin-top: -4.625rem;
  padding-top: 42px;
  padding-top: 2.625rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  z-index: 0;
}

.message:after {
  position: absolute;
  top: 0;
  left: 25px;
  left: 1.5625rem;
  content: "";
  display: block;
  height: 100%;
  width: calc(100% - 1.5625rem);
  background-image: url(../images/common/message_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (min-width: 1000px) {
  .message:after {
    left: 50%;
    -webkit-transform: translateX(-585px);
            transform: translateX(-585px);
    width: calc(100% - 50vw + 585px);
  }
}
.message__wrapper {
  position: relative;
  width: 640px;
  width: 40rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .message__wrapper {
    width: 59.375rem;
  }
}

.message__title-wrapper {
  text-align: right;
  margin-top: 16px;
  margin-top: 1rem;
  padding-right: 0px;
  padding-right: 0rem;
}
@media screen and (min-width: 768px) {
  .message__title-wrapper {
    text-align: left;
    margin-top: 3.4375rem;
    margin-left: -0.4375rem;
  }
}

.message__block {
  margin-top: 75px;
  margin-top: 4.6875rem;
}

.message__text {
  font-size: clamp(12px, 4.848px + 2.24vw, 16px);
  font-size: clamp(12px, 0.303rem + 2.24vw, 16px);
  color: #fff;
  font-family: "Noto Sans JP";
  line-height: 1.8522;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .message__text {
    padding-left: 0.4375rem;
    font-size: 1.125rem;
  }
}

.message__text span {
  color: #e8f66e;
}

.message__sign {
  font-size: clamp(10px, 7.136px + 0.89vw, 14px);
  font-size: clamp(10px, 0.446rem + 0.89vw, 14px);
  color: #fff;
  letter-spacing: 0.05em;
  font-family: "itc-avant-garde-gothic-pro";
  text-align: right;
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .message__sign {
    font-size: 1rem;
    margin-top: 5.375rem;
    padding-right: 0.125rem;
    letter-spacing: 0.15em;
  }
}

/* モーダルCSSここから */
.modal {
  /* displayではなくvisibility */
  position: fixed;
  z-index: 999;
  /* サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.modal__wrapper {
  max-width: 590px;
  max-width: 36.875rem;
  width: 100%;
  padding: 71px 35px 54px 65px;
  padding: 4.4375rem 2.1875rem 3.375rem 4.0625rem;
  background-color: #eaeaea;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 1.25rem;
}
@media screen and (min-width: 768px) {
  .modal__wrapper {
    max-width: 61.25rem;
    padding-bottom: 5.8125rem;
  }
}

.modal__text,
.modal__question {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 2.0833;
  letter-spacing: 0.21em;
  color: #0e3b73;
}

.modal__question {
  text-align: center;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.modal__btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 430px;
  width: 26.875rem;
}
@media screen and (min-width: 768px) {
  .modal__btn-block {
    width: 26.875rem;
    margin: auto;
  }
}

.modal__btn-wrapper {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(28, 27, 27, .869);
}

.is-show {
  /* モーダル表示用クラス */
  visibility: visible;
  opacity: 1;
}

.news__wrapper {
  padding-top: 88px;
  padding-top: 5.5rem;
  padding-bottom: 125px;
  padding-bottom: 7.8125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news__wrapper {
    padding-top: 9.25rem;
    padding-bottom: 9.625rem;
  }
}

.news__bg {
  position: absolute;
  background-color: #e8f66e;
  top: 0;
  bottom: 0;
  right: 50%;
  left: calc(50% - 50vw);
  -webkit-transform: translateX(-13.75rem);
          transform: translateX(-13.75rem);
}
@media screen and (min-width: 768px) {
  .news__bg {
    -webkit-transform: translateX(-17.5625rem);
            transform: translateX(-17.5625rem);
  }
}

.news__title {
  position: relative;
  margin-top: -5px;
  margin-top: -0.3125rem;
}

.news__title::before {
  content: "";
  display: block;
  width: 3px;
  width: 0.1875rem;
  height: 560px;
  height: 35rem;
  background-color: #0e3b73;
  position: absolute;
  top: 45%;
  left: -6.55%;
}
@media screen and (min-width: 768px) {
  .news__title::before {
    top: 47%;
    left: -6.43%;
    height: 36.25rem;
  }
}

.news__title::after {
  content: "";
  display: block;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  background-color: #0e3b73;
  position: absolute;
  top: 43%;
  left: -7.5%;
}
@media screen and (min-width: 768px) {
  .news__title::after {
    top: 46%;
    left: -7%;
  }
}

.news__block {
  max-width: 505px;
  max-width: 31.5625rem;
  width: 100%;
  margin-top: 33px;
  margin-top: 2.0625rem;
  margin-left: 114px;
  margin-left: 7.125rem;
  overflow-y: auto;
  height: 333px;
  height: 20.8125rem;
}
@media screen and (min-width: 768px) {
  .news__block {
    max-width: 48.4375rem;
    width: 100%;
    height: 20.8125rem;
    margin-left: 11.25rem;
  }
}

@media screen and (min-width: 1040px) {
  .news__block {
    margin-left: 12.5rem;
  }
}
.news__block::-webkit-scrollbar {
  width: 13px;
  width: 0.8125rem;
}

.news__block::-webkit-scrollbar-track {
  background: #eaeaea;
  border-radius: 0.4375rem;
}

.news__block::-webkit-scrollbar-thumb {
  background: #0e3b73;
  border-radius: 0.4375rem;
}

.news__content {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-left: 8px;
  padding-left: 0.5rem;
  padding-right: 9px;
  padding-right: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .news__content {
    margin-top: 3.0625rem;
    padding-left: 1.75rem;
    padding-right: 1.25rem;
  }
}

.news__content:nth-child(n+2) {
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .news__content:nth-child(n+2) {
    margin-top: 1.5625rem;
  }
}

.news__sub-title {
  color: #135e8d;
  font-size: clamp(12px, 4.848px + 2.24vw, 16px);
  font-size: clamp(12px, 0.303rem + 2.24vw, 16px);
  line-height: 1.4285;
  letter-spacing: 0.21em;
  padding-right: 68px;
  padding-right: 4.25rem;
}
@media screen and (min-width: 768px) {
  .news__sub-title {
    font-size: 1.078125rem;
    line-height: 1.5072;
  }
}

.news__date {
  font-size: clamp(12px, 4.848px + 2.24vw, 16px);
  font-size: clamp(12px, 0.303rem + 2.24vw, 16px);
  line-height: 1.4285;
  letter-spacing: 0.21em;
}
@media screen and (min-width: 768px) {
  .news__date {
    font-size: 1.078125rem;
    line-height: 1.5072;
  }
}

.news__text {
  font-size: clamp(12px, 4.848px + 2.24vw, 16px);
  font-size: clamp(12px, 0.303rem + 2.24vw, 16px);
  line-height: 1.6666;
  letter-spacing: 0.21em;
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .news__text {
    font-size: 0.9375rem;
    line-height: 1.7333;
  }
}

@-moz-document url-prefix() {
  .news__title::before {
    content: "";
    display: block;
    width: 0.1875rem;
    height: 35rem;
    background-color: #0e3b73;
    position: absolute;
    top: 38%;
    left: -6.55%;
  }
  @media screen and (min-width: 768px) {
    .news__title::before {
      top: 38%;
      left: -6.43%;
      height: 37.5rem;
    }
  }
  .news__title::after {
    content: "";
    display: block;
    width: 0.9375rem;
    height: 0.9375rem;
    background-color: #0e3b73;
    position: absolute;
    top: 34%;
    left: -7.5%;
  }
  @media screen and (min-width: 768px) {
    .news__title::after {
      top: 35%;
      left: -7%;
    }
  }
}
.win .news__title::before {
  content: "";
  display: block;
  width: 3px;
  width: 0.1875rem;
  height: 560px;
  height: 35rem;
  background-color: #0e3b73;
  position: absolute;
  top: 38%;
  left: -6.55%;
}
@media screen and (min-width: 768px) {
  .win .news__title::before {
    top: 38%;
    left: -6.43%;
    height: 37.5rem;
  }
}
.win .news__title::after {
  content: "";
  display: block;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  background-color: #0e3b73;
  position: absolute;
  top: 34%;
  left: -7.5%;
}
@media screen and (min-width: 768px) {
  .win .news__title::after {
    top: 35%;
    left: -7%;
  }
}

.page-top {
  position: fixed;
  right: 32px;
  right: 2rem;
  bottom: 32px;
  bottom: 2rem;
  z-index: 800;
}

.page-top a {
  display: inline-block;
  width: 68px;
  width: 4.25rem;
  height: 68px;
  height: 4.25rem;
  border-radius: 50%;
  background-color: #0e3b73;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-top a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 5px solid #fff;
  border-top: 0.3125rem solid #fff;
  border-right: 5px solid #fff;
  border-right: 0.3125rem solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 21px;
  width: 1.3125rem;
  height: 21px;
  height: 1.3125rem;
}

.page-top a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 3px;
  top: 0.1875rem;
  bottom: 0;
  left: 32px;
  left: 2rem;
  width: 5px;
  width: 0.3125rem; /* 棒の長さ */
  height: 21px;
  height: 1.3125rem; /* 棒の太さ */
  background: #fff; /* 棒の色 */
}

.pdf {
  display: inline-block;
  background-color: #0e3b73;
  color: #fff;
  margin-top: 11px;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .pdf {
    margin-left: 1rem;
    margin-top: 0rem;
  }
}

.pdf a {
  font-size: 20px;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP";
  padding: 0px 18px;
  padding: 0rem 1.125rem;
}
@media screen and (min-width: 768px) {
  .pdf a {
    font-size: 0.875rem;
  }
}

.policy {
  text-align: center;
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .policy {
    margin-top: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .policy--contact {
    margin-top: 3.4375rem;
  }
}

.privacy {
  width: 96%;
  height: 400px;
  height: 25rem;
  border: 1px solid #82b6cb;
  margin-top: 79px;
  margin-top: 4.9375rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .privacy {
    width: 100%;
    margin-top: 6.625rem;
    margin-left: 0;
  }
}

.privacy__content {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.privacy__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
  color: #484848;
  letter-spacing: 0.13em;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .privacy__title {
    font-size: 1.125rem;
  }
}

.privacy__text {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .privacy__text {
    font-size: 1rem;
  }
}

.privacy::-webkit-scrollbar {
  width: 13px;
  width: 0.8125rem;
}

.privacy::-webkit-scrollbar-track {
  background: #eaeaea;
  border-radius: 0.4375rem;
}

.privacy::-webkit-scrollbar-thumb {
  background: #82b6cb;
  border-radius: 0.4375rem;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  padding-left: 20px;
  padding-left: 1.25rem;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  padding-left: 20px;
  padding-left: 1.25rem;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  padding-left: 20px;
  padding-left: 1.25rem;
}

input::placeholder,
textarea::placeholder {
  padding-left: 20px;
  padding-left: 1.25rem;
}

textarea::-webkit-input-placeholder {
  padding-top: 15px;
  padding-top: 0.9375rem;
}

textarea::-moz-placeholder {
  padding-top: 15px;
  padding-top: 0.9375rem;
}

textarea::-ms-input-placeholder {
  padding-top: 15px;
  padding-top: 0.9375rem;
}

textarea::placeholder {
  padding-top: 15px;
  padding-top: 0.9375rem;
}

.product-sec__title-wrapper {
  margin-top: -7px;
  margin-top: -0.4375rem;
}
@media screen and (min-width: 768px) {
  .product-sec__title-wrapper {
    margin-top: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}

.product-sec {
  position: relative;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  padding-top: 96px;
  padding-top: 6rem;
}
@media screen and (min-width: 768px) {
  .product-sec {
    height: 55rem;
  }
}

.product-sec::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 65px;
  left: 4.0625rem;
  height: 100%;
  width: calc(100% - 4.0625rem);
  background-image: url(../images/common/products_2.jpg);
  background-color: #e8f66e;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -345px 245px;
  background-position: -21.5625rem 15.3125rem;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .product-sec::after {
    left: 7.5rem;
    width: calc(100% - 7.5rem);
    background-position: -9.375rem;
  }
}
@media screen and (min-width: 1000px) {
  .product-sec::after {
    left: 50%;
    -webkit-transform: translateX(-415px);
            transform: translateX(-415px);
    width: calc(100% - 50vw + 415px);
    background-position: 3.75rem;
  }
}
.product-sec__block {
  margin: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .product-sec__block {
    margin-top: 4.375rem;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
}

.product-sec__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 115px;
  margin-top: 7.1875rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .product-sec__flex {
    padding-left: 1.875rem;
    padding-right: 0;
    padding-right: initial;
    margin-top: 0;
    margin-top: initial;
  }
}

.product-sec__info {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .product-sec__info {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 2.75rem;
  }
}

.product-sec__img-box {
  aspect-ratio: 320/448;
  width: 50%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product-sec__img-box {
    aspect-ratio: 320/448;
    width: 35%;
  }
}

.product-sec__img-box:before,
.product-sec__img-box:after {
  content: "";
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  position: absolute;
  display: inline-block;
}

.product-sec__img-box:before {
  border-right: solid 1px #0e3b73;
  border-top: solid 1px #0e3b73;
  top: 2px;
  top: 0.125rem;
  right: -2px;
  right: -0.125rem;
}
@media screen and (min-width: 768px) {
  .product-sec__img-box:before {
    top: -0.0625rem;
    right: -0.375rem;
  }
}

.product-sec__img-box:after {
  border-left: solid 1px #0e3b73;
  border-top: solid 1px #0e3b73;
  top: 2px;
  top: 0.125rem;
  left: 11px;
  left: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .product-sec__img-box:after {
    top: -0.0625rem;
    left: -0.375rem;
  }
}

.product-sec__img {
  aspect-ratio: 320/448;
  position: relative;
  padding: 12px 5px;
  padding: 0.75rem 0.3125rem;
  margin-left: 15px;
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .product-sec__img {
    padding: 0.375rem 0;
    margin-left: 0rem;
  }
}

.product-sec__img:before,
.product-sec__img:after {
  content: "";
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  position: absolute;
  display: inline-block;
}

.product-sec__img:before {
  border-left: solid 1px #0e3b73;
  border-bottom: solid 1px #0e3b73;
  bottom: 2px;
  bottom: 0.125rem;
  left: -3px;
  left: -0.1875rem;
}
@media screen and (min-width: 768px) {
  .product-sec__img:before {
    bottom: 0rem;
    left: -0.375rem;
  }
}

.product-sec__img:after {
  border-right: solid 1px #0e3b73;
  border-bottom: solid 1px #0e3b73;
  bottom: 2px;
  bottom: 0.125rem;
  right: -2px;
  right: -0.125rem;
}
@media screen and (min-width: 768px) {
  .product-sec__img:after {
    bottom: 0rem;
    right: -0.375rem;
  }
}

.product-sec__img p {
  margin: 0;
  padding: 0;
}

.product-sec__img img {
  aspect-ratio: 320/448;
}
@media screen and (min-width: 768px) {
  .product-sec__img img {
    aspect-ratio: 315/448;
  }
}

.product-sec__text {
  font-size: clamp(12px, 4.848px + 2.24vw, 16px);
  font-size: clamp(12px, 0.303rem + 2.24vw, 16px);
  margin-top: 14px;
  margin-top: 0.875rem;
  margin-left: 39px;
  margin-left: 2.4375rem;
  color: #0e3b73;
  line-height: 1.942;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .product-sec__text {
    font-size: 1.125rem;
    margin-top: 0.625rem;
    margin-left: 0;
    padding-left: 1.25rem;
  }
}

.product-sec__text span {
  font-weight: bold;
}

.product-sec__text:nth-child(2) {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.product-sec__btn {
  margin-top: 59px;
  margin-top: 3.6875rem;
}
@media screen and (min-width: 768px) {
  .product-sec__btn {
    margin-top: 5.375rem;
    margin-left: auto;
  }
}

.product-sec__btn :nth-child(2) {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.product__wrapper {
  width: 100vw;
  margin-right: calc(50% - 50vw);
}

.product__bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: sticky;
  padding-top: 65px;
  padding-top: 4.0625rem;
  padding-bottom: 68px;
  padding-bottom: 4.25rem;
  margin-top: -180px;
  margin-top: -11.25rem;
}
@media screen and (min-width: 768px) {
  .product__bg {
    margin-top: -5.9375rem;
  }
}

.product__bg::before {
  content: "";
  background-color: #e8f66e;
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(16.25rem);
          transform: translateX(16.25rem);
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .product__bg::before {
    -webkit-transform: translateX(21.875rem);
            transform: translateX(21.875rem);
  }
}

.product__inner {
  position: relative;
  max-width: 690px;
  max-width: 43.125rem;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .product__inner {
    max-width: 65.625rem;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.product__leg-img {
  position: absolute;
  width: 800px;
  width: 50rem;
  top: -2.8%;
  left: 50%;
  -webkit-transform: translateX(-109%);
          transform: translateX(-109%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .product__leg-img {
    -webkit-transform: translateX(-130%);
            transform: translateX(-130%);
  }
}

.product__leg-img img {
  aspect-ratio: 860/1400;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__content {
  margin: calc(50% - 50vw);
  padding: 57px 56px 20px;
  padding: 3.5625rem 3.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .product__content {
    margin: 3.125rem calc(50% - 50vw) 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.product__title-wrapper {
  margin-top: -7px;
  margin-top: -0.4375rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .product__title-wrapper {
    padding-left: 0rem;
  }
}

.product__img {
  aspect-ratio: 700/890;
}
@media screen and (min-width: 768px) {
  .product__img {
    max-width: 60.5rem;
    width: 100%;
    height: 39.875rem;
  }
}

.product__img source,
.product__img img {
  aspect-ratio: 700/890;
  height: 100%;
  -webkit-transform: translate(5px, -53px);
          transform: translate(5px, -53px);
}
@media screen and (min-width: 768px) {
  .product__img source,
.product__img img {
    -webkit-transform: translate(-15px, -128px);
            transform: translate(-15px, -128px);
  }
}

@media screen and (max-width: 420px) {
  .product__img source,
.product__img img {
    -webkit-transform: translate(-15px, -23px);
            transform: translate(-15px, -23px);
  }
}
.product__info {
  margin-top: 66px;
  margin-top: 4.125rem;
}
@media screen and (min-width: 768px) {
  .product__info {
    max-width: 25.625rem;
    width: 100%;
    margin-top: -4.9375rem;
    margin-left: auto;
  }
}

.product__text {
  font-size: clamp(12px, 4.848px + 2.24vw, 16px);
  font-size: clamp(12px, 0.303rem + 2.24vw, 16px);
  font-weight: bold;
  color: #0e3b73;
  line-height: 1.9;
  letter-spacing: 0.21em;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .product__text {
    font-size: 1.125rem;
    text-align: left;
  }
}

.product__text:nth-child(2) {
  margin-top: 38px;
  margin-top: 2.375rem;
}
.product__video-box {
  padding: 0 25px;
  padding: 0 1.5625rem;
}
@media screen and (min-width: 768px) {
  .product__video-box {
    max-width: 53.125rem;
    width: 100%;
    margin: auto;
  }
}

.product__video {
  aspect-ratio: 590/330;
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .product__video {
    aspect-ratio: 800/445;
    margin-top: 7.375rem;
  }
}

.product__video iframe {
  aspect-ratio: 590/330;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .product__video iframe {
    aspect-ratio: 800/445;
  }
}

.product__btn {
  margin-top: 77px;
  margin-top: 4.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .product__btn {
    margin: 5.25rem auto 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.product__video-box {
  position: relative;
}

.product__video-box:before,
.product__video-box:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  display: inline-block;
}

.product__video-box:before {
  border-right: solid 1px #0e3b73;
  border-top: solid 1px #0e3b73;
  top: -5px;
  top: -0.3125rem;
  right: 19px;
  right: 1.1875rem;
}

.product__video-box:after {
  border-left: solid 1px #0e3b73;
  border-bottom: solid 1px #0e3b73;
  bottom: -8px;
  bottom: -0.5rem;
  left: 16px;
  left: 1rem;
}

.product__video {
  position: relative;
  padding: 4px 16px;
  padding: 0.25rem 1rem;
}

.product__video:before,
.product__video:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  display: inline-block;
}

.product__video:before {
  border-left: solid 1px #0e3b73;
  border-top: solid 1px #0e3b73;
  top: -6px;
  top: -0.375rem;
  left: -6px;
  left: -0.375rem;
}

.product__video:after {
  border-right: solid 1px #0e3b73;
  border-bottom: solid 1px #0e3b73;
  bottom: -10px;
  bottom: -0.625rem;
  right: -8px;
  right: -0.5rem;
}

@media screen and (min-width: 768px) {
  .recruit__inner {
    max-width: 65.625rem;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.recruit {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .recruit {
    padding-bottom: 0.75rem;
  }
}

.recruit__img {
  height: 100%;
}

.recruit__img source,
.recruit__img img {
  height: inherit;
}

.recruit__title {
  font-size: 34px;
  font-size: 2.125rem;
  color: #000;
  font-weight: normal;
  letter-spacing: 0.21em;
  text-align: center;
}

.recruit__subtitle {
  font-size: clamp(12px, 4.848px + 2.24vw, 16px);
  font-size: clamp(12px, 0.303rem + 2.24vw, 16px);
  letter-spacing: 0.21em;
  font-weight: normal;
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-left: 25px;
  margin-left: 1.5625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .recruit__subtitle {
    font-size: 1.6875rem;
    margin-top: 7.5625rem;
    margin-left: 1.5625rem;
  }
}

.recruit__subtitle::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-width: 0.75rem 0 0.75rem 1.125rem;
  border-color: transparent transparent transparent #e8f66e;
  position: absolute;
  top: 20%;
  left: -4.5%;
}
@media screen and (min-width: 768px) {
  .recruit__subtitle::before {
    top: 20%;
    left: -2.5%;
  }
}

.recruit__items {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .recruit__items {
    margin-top: 4rem;
  }
}

.recruit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 18px;
  margin-top: 1.125rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  border-bottom: 2px solid #ccdae0;
  font-size: clamp(12px, 4.848px + 2.24vw, 16px);
  font-size: clamp(12px, 0.303rem + 2.24vw, 16px);
  line-height: 1.59;
  letter-spacing: 0.13em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .recruit__item {
    font-size: 1.125rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.recruit__items :first-child {
  margin-top: 0;
}

.recruit__term {
  width: 38%;
}
@media screen and (min-width: 768px) {
  .recruit__term {
    width: 23%;
  }
}

.recruit__description {
  width: 60%;
}
@media screen and (min-width: 768px) {
  .recruit__description {
    width: 77%;
    font-size: 1.125rem;
  }
}

.recruit__btn {
  margin-top: 83px;
  margin-top: 5.1875rem;
}
@media screen and (min-width: 768px) {
  .recruit__btn {
    margin-top: 4.4375rem;
  }
}

.scroll-down {
  position: absolute;
  left: 51.5%;
  bottom: 62px;
  bottom: 3.875rem;
  /*テキストの形状*/
  color: #e8f66e;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  font-family: "itc-avant-garde-gothic-pro";
}
@media screen and (min-width: 768px) {
  .scroll-down {
    font-size: 1.25rem;
    left: 51%;
    bottom: 3.5625rem;
  }
}

.scroll-down span {
  margin-left: 5px;
  margin-left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .scroll-down span {
    margin-left: 0.125rem;
  }
}

/* 矢印の描写 */
.scroll-down:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: -28px;
  bottom: -1.75rem;
  right: 100px;
  right: 6.25rem;
  /*矢印の形状*/
  width: 3px;
  height: 21px;
  height: 1.3125rem;
  background: #e8f66e;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
}
@media screen and (min-width: 768px) {
  .scroll-down:before {
    right: 5.0625rem;
    bottom: -2.875rem;
    height: 1.875rem;
  }
}

.scroll-down:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: -28px;
  bottom: -1.75rem;
  left: -13px;
  left: -0.8125rem;
  /*矢印の形状*/
  width: 2px;
  height: 90px;
  height: 5.625rem;
  background: #e8f66e;
}
@media screen and (min-width: 768px) {
  .scroll-down:after {
    bottom: -2.9375rem;
    height: 7.875rem;
  }
}

.section-title {
  font-size: 60px;
  font-size: 3.75rem;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.1429;
  font-weight: normal;
  font-family: "itc-avant-garde-gothic-pro";
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 3.8125rem;
  }
}

.section-title--about {
  position: relative;
  display: inline-block;
}

.section-title--about::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -10%;
  -webkit-transform: translateY(-19%);
          transform: translateY(-19%);
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  background-color: #e8f66e;
}

.section-title--about::after {
  content: "";
  display: block;
  width: 100vw;
  height: 2px;
  background-color: #e8f66e;
  position: absolute;
  top: 54.5%;
  right: 110%;
}
.section-title--blue {
  color: #0e3b73;
}

.section-title--textal {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-title--textal {
    text-align: right;
  }
}

.section-title--left {
  position: relative;
}

.section-title--left::before {
  content: "";
  display: block;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  background-color: #0e3b73;
  position: absolute;
  top: 10%;
  left: -6%;
}
@media screen and (min-width: 768px) {
  .section-title--left::before {
    top: 19%;
    left: -5%;
  }
}

.section-title--left::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0e3b73;
  position: absolute;
  top: 12%;
  left: -104%;
}
@media screen and (min-width: 768px) {
  .section-title--left::after {
    top: 24%;
    left: -104%;
  }
}

.section-title--sec {
  position: relative;
}
@media screen and (min-width: 768px) {
  .section-title--sec {
    display: inline-block;
  }
}

.section-title--sec span {
  display: inline-block;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  background-color: #0e3b73;
  vertical-align: middle;
  -webkit-transform: translate(-178%, -30%);
          transform: translate(-178%, -30%);
}

.section-title--sec span::before {
  content: "";
  display: block;
  width: 1000px;
  height: 2px;
  background-color: #0e3b73;
  position: absolute;
  top: 6.5px;
  top: 0.40625rem;
  right: 0;
}

@-moz-document url-prefix() {
  .section-title--about::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 33%;
    left: -10%;
    transform: translateY(-19%);
    width: 0.9375rem;
    height: 0.9375rem;
    background-color: #e8f66e;
  }
}
@-moz-document url-prefix() {
  .section-title--about::after {
    content: "";
    display: block;
    width: 100vw;
    height: 2px;
    background-color: #e8f66e;
    position: absolute;
    top: 38.5%;
    right: 110%;
  }
}
@-moz-document url-prefix() {
  .section-title--left::before {
    content: "";
    display: block;
    width: 0.9375rem;
    height: 0.9375rem;
    background-color: #0e3b73;
    position: absolute;
    top: 7%;
    left: -6%;
  }
  @media screen and (min-width: 768px) {
    .section-title--left::before {
      top: 15%;
      left: -5%;
    }
  }
}
@-moz-document url-prefix() {
  .section-title--left::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #0e3b73;
    position: absolute;
    top: 9%;
    left: -104%;
  }
  @media screen and (min-width: 768px) {
    .section-title--left::after {
      top: 19%;
      left: -104%;
    }
  }
}
.win .section-title--about::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 35%;
  left: -10%;
  -webkit-transform: translateY(-19%);
          transform: translateY(-19%);
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  background-color: #e8f66e;
}
.win .section-title--about::after {
  content: "";
  display: block;
  width: 100vw;
  height: 2px;
  background-color: #e8f66e;
  position: absolute;
  top: 37.5%;
  right: 110%;
}
.win .section-title--left::before {
  content: "";
  display: block;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  background-color: #0e3b73;
  position: absolute;
  top: 7%;
  left: -6%;
}
@media screen and (min-width: 768px) {
  .win .section-title--left::before {
    top: 15%;
    left: -5%;
  }
}
.win .section-title--left::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0e3b73;
  position: absolute;
  top: 9%;
  left: -104%;
}
@media screen and (min-width: 768px) {
  .win .section-title--left::after {
    top: 19%;
    left: -104%;
  }
}

.sub-title {
  font-size: 34px;
  font-size: 2.125rem;
  color: #0e3b73;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.6594;
}

.submit {
  width: 400px;
  width: 25rem;
  margin-top: 54px;
  margin-top: 3.375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .submit {
    margin-top: 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .submit--contact {
    margin-top: 5.5rem;
  }
}

.submit__btn {
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  font-size: 22px;
  font-size: 1.375rem;
  color: #0e3b73;
  letter-spacing: 0.21em;
  background-color: #e8f66e;
  border: none;
  border-radius: 33px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .submit__btn {
    padding: 1rem 2rem;
  }
}

.submit__wrapper {
  position: relative;
}

.submit__wrapper::after {
  content: "";
  display: block;
  width: 55px;
  width: 3.4375rem;
  height: 2px;
  height: 0.125rem;
  background: #0e3b73;
  position: absolute;
  top: 50%;
  right: -25px;
  right: -1.5625rem;
}
@media screen and (min-width: 768px) {
  .submit__wrapper::after {
    width: 7.25rem;
    right: -3.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .submit__btn:hover {
    opacity: 0.5;
  }
}

.submit__btn:disabled {
  background: rgba(143, 143, 143, .591);
}

.thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

.thanks__title {
  margin-top: 400px;
  margin-top: 25rem;
  position: relative;
}

.thanks__text {
  font-size: 22px;
  font-size: 1.375rem;
  color: #0e3b73;
  line-height: 2.2727;
  letter-spacing: 0.21em;
  text-align: center;
  margin-top: 160px;
  margin-top: 10rem;
}

.title-lower--thanks {
  line-height: 1;
}

.title-lower {
  font-size: 110px;
  font-size: 6.875rem;
  letter-spacing: 0.03em;
  color: #0e3b73;
  line-height: 1;
  font-family: "itc-avant-garde-gothic-pro";
  font-weight: bold;
}
.title-lower--white {
  color: #fff;
}

.title-lower--thanks {
  font-size: 100px;
  font-size: 6.25rem;
}

.title-lower-about {
  display: inline-block;
  position: relative;
}

.title-lower-about::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #0e3b73;
  position: absolute;
  top: 12px;
  top: 0.75rem;
  left: -70%;
}

.title-lower-about::after {
  content: "";
  display: block;
  width: calc(109vw - 100%);
  height: 1px;
  background-color: #0e3b73;
  position: absolute;
  bottom: 12px;
  bottom: 0.75rem;
  left: calc(100% - 7.5rem);
}
@media screen and (min-width: 768px) {
  .title-lower-about::after {
    width: calc(100vw - 100% - 8.5625rem);
    left: 80%;
  }
}

.title-wrapper-about {
  position: relative;
}

.title-wrapper-about::before {
  content: "";
  display: block;
  width: 1px;
  height: 50vh;
  background-color: #0e3b73;
  position: absolute;
  top: -45px;
  top: -2.8125rem;
  left: 94px;
  left: 5.875rem;
}
@media screen and (min-width: 768px) {
  .title-wrapper-about::before {
    top: -47.25rem;
    height: 52.875rem;
  }
}

.title-lower-product {
  position: relative;
  display: inline-block;
}

.title-lower-product::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 13px;
  top: 0.8125rem;
  left: -50%;
}

.title-lower-product::after {
  content: "";
  display: block;
  width: calc(100vw - 100% + 2.5rem);
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 12px;
  bottom: 0.75rem;
  left: 82%;
}
@media screen and (min-width: 768px) {
  .title-lower-product::after {
    width: calc(100vw - 100% - 9.1875rem);
  }
}

.title-lower--contact {
  position: relative;
}

.title-lower--contact::before {
  content: "";
  display: block;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  background-color: #0e3b73;
  position: absolute;
  bottom: 39%;
  left: -7%;
}

.title-lower--contact::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0e3b73;
  position: absolute;
  bottom: 45%;
  right: 106%;
}

.title-lower--recruit {
  position: relative;
}

.title-lower--recruit::before {
  content: "";
  display: block;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  background-color: #0e3b73;
  position: absolute;
  bottom: 39%;
  left: -7%;
}

.title-lower--recruit::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0e3b73;
  position: absolute;
  bottom: 45%;
  right: 106%;
}

.title-wrap {
  position: relative;
}

.title-wrap::before {
  content: "";
  display: block;
  width: 1px;
  height: 50vh;
  background-color: #fff;
  position: absolute;
  top: -60px;
  top: -3.75rem;
  left: 6px;
  left: 0.375rem;
}
@media screen and (min-width: 768px) {
  .title-wrap::before {
    display: none;
  }
}

.title-wrapper {
  position: absolute;
  top: 41%;
  left: 50px;
  left: 3.125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .title-wrapper {
    width: 70%;
    left: 14.8125rem;
  }
}

.title-wrapper--thanks {
  width: 100%;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .title-wrapper--thanks {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.title {
  display: inline-block;
  font-family: "itc-avant-garde-gothic-pro";
  font-weight: bold;
  font-size: 90px;
  font-size: 5.625rem;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .title {
    font-size: 6.875rem;
  }
}

.title-after {
  position: relative;
}

.title-after::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  top: 72%;
  left: 77%;
}
@media screen and (min-width: 768px) {
  .title-after::before {
    top: 52%;
    left: 108.5%;
  }
}

.title-vision {
  position: relative;
  margin-top: 38px;
  margin-top: 2.375rem;
  padding-left: 4px;
  padding-left: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .title-vision {
    padding-bottom: 1.5625rem;
    margin-top: 0.75rem;
  }
}

.title-vision::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  width: 25vw;
  height: 2px;
  right: 104%;
}
@media screen and (min-width: 768px) {
  .title-vision::before {
    width: 50vw;
  }
}

.title-vision::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  right: 104%;
}
.title--blue {
  color: #0e3b73;
}

/*========= 1文字ずつ出現させるためのCSS ===============*/
.js-text-anime span {
  opacity: 0;
}

.js-text-anime.appeartext span {
  -webkit-animation: text_anime_on 1s ease-out forwards;
          animation: text_anime_on 1s ease-out forwards;
}

@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-document url-prefix() {
  .title-vision::before {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    width: 25vw;
    height: 2px;
    right: 104%;
    margin-bottom: 1.0625rem;
  }
  @media screen and (min-width: 768px) {
    .title-vision::before {
      width: 50vw;
    }
  }
}
@-moz-document url-prefix() {
  .title-vision::after {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    width: 0.9375rem;
    height: 0.9375rem;
    margin-bottom: 1.0625rem;
    right: 104%;
  }
}
@-moz-document url-prefix() {
  .title-vision::after {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    width: 0.9375rem;
    height: 0.9375rem;
    margin-bottom: 1.0625rem;
    right: 104%;
  }
}
.win .title-vision::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  width: 25vw;
  height: 2px;
  right: 104%;
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .win .title-vision::before {
    width: 50vw;
  }
}
.win .title-vision::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
  right: 104%;
}
.win .title-vision::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
  right: 104%;
}
.vision__bg {
  background-image: url(../images/common/vision_bg-sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding-top: 88px;
  padding-top: 5.5rem;
  padding-bottom: 196px;
  padding-bottom: 12.25rem;
}
@media screen and (min-width: 768px) {
  .vision__bg {
    background-image: url(../images/common/top_vision.jpg);
    padding-top: 11.875rem;
    padding-bottom: 14.1875rem;
  }
}

.vision {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .vision__img img {
    width: 18.75rem;
    height: 62.5rem;
    aspect-ratio: 300/1000;
    position: absolute;
    top: -9%;
    left: 50%;
    -webkit-transform: translateX(90%);
            transform: translateX(90%);
    z-index: 1;
  }
}

.vision__title {
  margin-top: 80px;
  margin-top: 5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .vision__title {
    margin-top: 0.75rem;
  }
}

.vision__body {
  color: #fff;
  line-height: 1.9404;
  margin-top: 115px;
  margin-top: 7.1875rem;
}
@media screen and (min-width: 768px) {
  .vision__body {
    font-size: 1.125rem;
    line-height: 1.852;
    letter-spacing: 0.21em;
    margin-top: 4.6875rem;
  }
}

.vision__copy-title {
  font-size: clamp(12px, 4.848px + 2.24vw, 16px);
  font-size: clamp(12px, 0.303rem + 2.24vw, 16px);
}
@media screen and (min-width: 768px) {
  .vision__copy-title {
    padding-left: 0.3125rem;
  }
}

.vision__copy-title span {
  margin-left: -5px;
  margin-left: -0.3125rem;
}
@media screen and (min-width: 768px) {
  .vision__copy-title span {
    margin-left: -0.5rem;
  }
}

.vision__text-block {
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .vision__text-block {
    margin-top: -0.25rem;
    padding-left: 11.25rem;
  }
}

.vision__text {
  color: #fff;
  font-size: clamp(12px, 4.848px + 2.24vw, 16px);
  font-size: clamp(12px, 0.303rem + 2.24vw, 16px);
  line-height: 1.9404;
  position: relative;
}
@media screen and (min-width: 768px) {
  .vision__text {
    font-size: 1.125rem;
  }
}

.vision__text::before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  margin-right: 3px;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-width: 0.625rem 0 0.625rem 1rem;
  border-color: transparent transparent transparent #e8f66e;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
}
@media screen and (min-width: 768px) {
  .vision__text::before {
    margin-right: 10px;
  }
}

.vision__btn {
  margin-top: 73px;
  margin-top: 4.5625rem;
}
@media screen and (min-width: 768px) {
  .vision__btn {
    margin-top: 4.5rem;
  }
}

.top-application {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .top-application {
    margin-top: 11rem;
  }
}

.top-bredcrumb {
  margin-top: 89px;
  margin-top: 5.5625rem;
}

.top-company {
  margin-top: 93px;
  margin-top: 5.8125rem;
}
@media screen and (min-width: 768px) {
  .top-company {
    margin-top: 8.0625rem;
  }
}

.top-contact {
  margin-top: 85px;
  margin-top: 5.3125rem;
}
@media screen and (min-width: 768px) {
  .top-contact {
    margin-top: 9.0625rem;
  }
}

.top-product-sec {
  margin-top: 106px;
  margin-top: 6.625rem;
}

.top-recruit {
  margin-top: 63px;
  margin-top: 3.9375rem;
}
@media screen and (min-width: 768px) {
  .top-recruit {
    margin-top: 6.4375rem;
  }
}
/*# sourceMappingURL=styles.css.map */
