@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1067px) {
  html {
    font-size: 1.4995313964vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* Android */
}

*:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* Android */
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* Android */
}

body {
  font-family: "Noto Sans JP";
  color: #333;
  width: 100%;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../webfonts/NotoSansJP-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../webfonts/NotoSansJP-Medium.woff") format("woff");
  font-weight: medium;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../webfonts/NotoSansJP-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../webfonts/NotoSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans";
  src: url("../webfonts/NotoSans-Bold.woff") format("woff");
}
/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

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

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

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

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a,
button,
input[type=button],
input[type=submit] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* Android */
  -webkit-focus-ring-color: transparent; /* Android */
  outline: none; /* その他のブラウザ */
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1027px;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 23.4375rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.wrap {
  overflow: hidden;
}

.wrap.is-scrollLock {
  overflow: auto;
  scrollbar-gutter: stable;
}

body.fixed {
  width: 100%;
  overflow: hidden;
}

body.is-scrollLock {
  position: fixed;
  left: 0;
  width: 100%;
}

/* ボタン共通設定 */
.btn {
  /*影の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: transparent;
  outline: none;
  /*アニメーションの指定*/
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 1rem;
  }
}

.btn__inner {
  position: relative;
  z-index: 2; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  /*テキストの形状*/
  display: block;
  padding: 2.6875rem 4.3125rem;
  background: #F45F5F;
  color: #fff;
  /*アニメーションの指定*/
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #333;
  letter-spacing: 2.4px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .btn__inner {
    padding: 1.4375rem 2.6875rem;
    letter-spacing: 0;
    font-size: 1rem;
  }
}

/*hoverをした後のボタンの形状*/
/*== 右下に押し込まれる（立体が平面に） */
/*影の設定*/
.pushright:before {
  content: "";
  /*絶対配置で影の位置を決める*/
  position: absolute;
  z-index: 1;
  top: 0.75rem;
  right: 0.75rem;
  /*影の形状*/
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0.0625rem solid #333;
}

/*hoverの際にX・Y軸に4pxずらす*/
@media screen and (min-width: 768px) {
  .pushright:hover span {
    -webkit-transform: translate(-0.75rem, 0.75rem);
            transform: translate(-0.75rem, 0.75rem);
  }
}

.arrow {
  position: relative;
  padding-left: 1.875rem;
}

.arrow::before { /* くの字の表示設定 */
  content: "";
  position: absolute;
  top: 3.125rem; /* 要素の下からの距離 */
  right: 3rem;
  width: 0.875rem;
  height: 0.875rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 2;
}

.arrow::after { /* 棒の表示設定 */
  content: "";
  position: absolute;
  top: 3.6875rem; /* 要素の下からの距離 */
  right: 2.8125rem;
  width: 1.5625rem;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg); /* 棒の角度調整 */
  z-index: 2;
}

.arrow2 {
  position: relative;
  padding-left: 1.875rem;
}

.arrow2::before { /* くの字の表示設定 */
  content: "";
  position: absolute;
  top: 3.125rem; /* 要素の下からの距離 */
  right: 2.375rem;
  width: 0.875rem;
  height: 0.875rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .arrow2::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.625rem;
    height: 0.625rem;
    right: 1.5625rem;
  }
}

.arrow2::after { /* 棒の表示設定 */
  content: "";
  position: absolute;
  top: 3.6875rem; /* 要素の下からの距離 */
  right: 2.1875rem;
  width: 1.5625rem;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg); /* 棒の角度調整 */
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .arrow2::after {
    top: calc(50% + 0.0625rem);
    width: 0.9375rem;
    right: 1.5625rem;
  }
}

.btn-white span {
  background: #fff;
  color: #F45F5F;
}

.arrow-pink {
  position: relative;
  padding-left: 1.875rem;
}

.arrow-pink::before { /* くの字の表示設定 */
  content: "";
  position: absolute;
  top: 3.125rem; /* 要素の下からの距離 */
  right: 3rem;
  width: 0.875rem;
  height: 0.875rem;
  border-top: 2px solid #F45F5F;
  border-right: 2px solid #F45F5F;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .arrow-pink::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.625rem;
    height: 0.625rem;
    right: 3.125rem;
  }
}

.arrow-pink::after { /* 棒の表示設定 */
  content: "";
  position: absolute;
  top: 3.6875rem; /* 要素の下からの距離 */
  right: 2.8125rem;
  width: 1.5625rem;
  height: 2px;
  background: #F45F5F;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg); /* 棒の角度調整 */
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .arrow-pink::after {
    top: calc(50% + 0.0625rem);
    width: 0.9375rem;
    right: 3.125rem;
  }
}

.submit__arrow {
  position: relative;
  padding-left: 1.875rem;
}

.submit__arrow::before { /* くの字の表示設定 */
  content: "";
  position: absolute;
  top: 6.25rem; /* 要素の下からの距離 */
  right: 3rem;
  width: 0.875rem;
  height: 0.875rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .submit__arrow::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.625rem;
    height: 0.625rem;
    right: 3.125rem;
  }
}

.submit__arrow::after { /* 棒の表示設定 */
  content: "";
  position: absolute;
  top: 3.6875rem; /* 要素の下からの距離 */
  right: 2.8125rem;
  width: 1.5625rem;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg); /* 棒の角度調整 */
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .submit__arrow::after {
    top: calc(50% + 0.0625rem);
    width: 0.9375rem;
    right: 3.125rem;
  }
}

.section-title {
  font-size: 6.25rem;
  color: #F45F5F;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 2.5rem 2.5rem 1.25rem 0;
  text-transform: capitalize;
  z-index: 1;
  letter-spacing: 0.625rem;
}
.section-title::first-letter {
  color: #fff;
}
.section-title::before {
  position: absolute;
  content: "";
  background: #F45F5F;
  width: 9.0625rem;
  height: 9.0625rem;
  border-radius: 50%;
  top: 50%;
  left: -8%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 3.75rem;
  }
}

.title-white {
  font-size: 6.25rem;
  color: #F45F5F;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 2.5rem 2.5rem 1.25rem 0;
  text-transform: capitalize;
  letter-spacing: 0.625rem;
}
.title-white::before {
  position: absolute;
  content: "";
  width: 9.0625rem;
  height: 9.0625rem;
  border-radius: 50%;
  border: 1px solid #F45F5F;
  top: 50%;
  left: -15%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .title-white {
    font-size: 3.75rem;
  }
}

.sub-section-title {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sub-section-title {
    font-size: max(1.125rem, 18px);
  }
}
.sub-section-title::before {
  position: absolute;
  content: "";
  background: #F45F5F;
  width: 0.8125rem;
  height: 0.8125rem;
  top: 50%;
  margin-left: -1.25rem;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .sub-section-title::before {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.sub-section-title span {
  font-size: 0.875rem;
}

.sub-section-title__2 {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sub-section-title__2 {
    font-size: max(1.125rem, 18px);
  }
}
.sub-section-title__2::before {
  position: absolute;
  content: "";
  background: #F45F5F;
  width: 0.8125rem;
  height: 0.8125rem;
  top: -0.625rem;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}
@media screen and (max-width: 767px) {
  .sub-section-title__2::before {
    top: 50%;
    margin-left: -1.25rem;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 0;
  }
}
.sub-section-title__2 span {
  font-size: 0.875rem;
}

.business {
  padding: 5rem 0 11.25rem;
  background: #F4F4F4;
  position: relative;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .business {
    padding: 3.125rem 0;
  }
}
.business::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../images/business-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 9.6875rem;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .business::before {
    background-repeat: no-repeat;
    background-size: contain;
    top: 8.75rem;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.business::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 62.5rem;
  left: 0;
  background: url(../images/business-bg2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .business::after {
    background-repeat: no-repeat;
    background-size: contain;
    top: 60%;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.l-business {
  max-width: 65.625rem;
}
@media screen and (max-width: 767px) {
  .l-business {
    width: 23.4375rem;
  }
}

.business__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .business__titles {
    display: block;
    margin-left: 0.625rem;
  }
}

.business__title h2 {
  font-size: 6.25rem;
  color: #F45F5F;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 2.5rem 2.5rem 1.25rem 0;
  text-transform: capitalize;
  z-index: 1;
  letter-spacing: 0.625rem;
}
.business__title h2::first-letter {
  color: #fff;
}
.business__title h2::before {
  position: absolute;
  content: "";
  background: #F45F5F;
  width: 8.125rem;
  height: 8.125rem;
  border-radius: 50%;
  top: 7.1875rem;
  left: -2.5rem;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .business__title h2::before {
    width: 5.25rem;
    height: 5.25rem;
    top: 60%;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    left: -1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .business__title h2 {
    letter-spacing: 0.375rem;
    font-size: 3.75rem;
    padding: 2.5rem 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .business__title {
    text-align: center;
  }
}

.business__sub-title {
  margin-left: 5rem;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .business__sub-title {
    margin-left: 0.9375rem;
    margin-top: 0.625rem;
  }
}

.business__contents {
  margin-top: 3.25rem;
}
@media screen and (max-width: 767px) {
  .business__contents {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .business__content {
    display: grid;
    grid-template-rows: 190px 140px;
    grid-template-columns: 150px 1fr;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .business__content:not(:first-child) {
    margin-top: 4.625rem;
  }
  .business__content:nth-child(3) {
    margin-top: 4.5rem;
  }
}

@media screen and (max-width: 767px) {
  .business__content2 {
    margin-top: 5.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .business__content3 {
    margin-top: 4.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .business-item__title {
    grid-row: 1/2;
    grid-column: 2/3;
    padding-top: 9.375rem;
    margin-left: 23.75rem;
  }
}
@media screen and (max-width: 767px) {
  .business-item__title {
    padding-top: 0;
    margin-left: 1.25rem;
    margin: 2.5rem 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .business-item__title h3 {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .business-item__title h3::before {
    width: 0.8125rem;
    height: 0.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .business-item__title2 {
    margin-left: -7.8125rem;
    padding-top: 8.75rem;
    margin-bottom: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .business-item__title3 {
    margin-left: 24.375rem;
    margin-bottom: 1.25rem;
  }
}

.business__img {
  width: 27.8125rem;
  aspect-ratio: 445/334;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .business__img {
    grid-row: 1/3;
    grid-column: 1/2;
  }
}
@media screen and (max-width: 767px) {
  .business__img {
    width: 21.4375rem;
  }
}
.business__img img {
  width: 100%;
  height: 100%;
  border-radius: 0 6.25rem 0 0;
}

@media screen and (min-width: 768px) {
  .business__img2 {
    margin-left: 36.25rem;
    margin-top: 0.625rem;
  }
}
.business__img2 img {
  border-radius: 6.25rem 0 0 0;
}

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

.business__text {
  line-height: 1.75;
  margin-left: 21.875rem;
}
@media screen and (min-width: 768px) {
  .business__text {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .business__text {
    margin-left: 0;
    margin-top: 2.5rem;
    line-height: 1.75;
    font-size: 1rem;
  }
}

.business__text1 {
  margin-top: 2.375rem;
}

@media screen and (min-width: 768px) {
  .business__text2 {
    margin-left: -9.375rem;
    margin-right: 6.25rem;
    margin-top: 1.5625rem;
    width: 31.875rem;
    max-width: 100%;
  }
}

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

.color {
  margin: 0 auto;
  padding: 0 2.5rem 10rem;
}
@media screen and (min-width: 768px) {
  .color {
    width: 1027px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .color {
    padding-bottom: 5rem;
    padding: 3.75rem 1rem 0;
  }
}

.color__title {
  margin-left: 2.5rem;
}
.color__title h2 {
  font-size: 6.25rem;
  color: #F45F5F;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 2.5rem 2.5rem 0 0;
  text-transform: capitalize;
  letter-spacing: 0.625rem;
}
.color__title h2::before {
  position: absolute;
  content: "";
  width: 8.3125rem;
  height: 8.3125rem;
  border-radius: 50%;
  border: 1px solid #F45F5F;
  top: 3.4375rem;
  left: -2.5rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .color__title h2::before {
    width: 5.25rem;
    height: 5.25rem;
    top: 50%;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
    left: -1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .color__title h2 {
    letter-spacing: 0.375rem;
    font-size: 3.75rem;
    padding: 2.5rem 0rem 0rem 0;
    margin-left: 0;
  }
}

.color__sub-title {
  margin: 0.625rem 0 0 1.125rem;
}

.color__contents {
  display: grid;
}
@media screen and (min-width: 768px) {
  .color__contents {
    grid-template-rows: repeat(20, 91px);
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
  }
}

.content1, .content2 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .content1, .content2 {
    width: 29.5625rem;
    padding-right: 3.125rem;
  }
}
.content1::after, .content2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.0625rem;
  width: 30.8125rem;
  max-width: calc(100% - 2.5rem);
  background: #F45F5F;
}
@media screen and (max-width: 767px) {
  .content1::after, .content2::after {
    width: 21.4375rem;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .content1 {
    grid-row: 1/9;
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .content1 {
    padding-top: 2.1875rem;
    padding-bottom: 3.9375rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 768px) {
  .content2 {
    grid-row: 9/17;
    padding-bottom: 2.5rem;
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .content2 {
    padding-top: 3.4375rem;
    padding-bottom: 3.9375rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.content3,
.content4,
.content5 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .content3,
  .content4,
  .content5 {
    width: 29.5625rem;
    padding-left: 3.125rem;
  }
}
.content3::after,
.content4::after,
.content5::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 0.0625rem;
  width: 30.8125rem;
  max-width: calc(100% - 2.5rem);
  background: #F45F5F;
}
@media screen and (max-width: 767px) {
  .content3::after,
  .content4::after,
  .content5::after {
    width: 21.4375rem;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .content3 {
    grid-row: 1/5;
    padding-bottom: 3.75rem;
    padding-top: 5rem;
    border-left: 0.0625rem solid #F45F5F;
  }
  .content3::after {
    left: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .content3 {
    padding-top: 3.4375rem;
    padding-bottom: 3.9375rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (min-width: 768px) {
  .content4 {
    grid-row: 5/13;
    padding-top: 3.125rem;
    border-left: 0.0625rem solid #F45F5F;
  }
  .content4::after {
    left: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .content4 {
    padding-top: 3.125rem;
    padding-bottom: 3.9375rem;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

@media screen and (min-width: 768px) {
  .content5 {
    grid-row: 13/16;
    padding-left: 3.125rem;
    border-left: 0.0625rem solid #F45F5F;
    padding-top: 3.4375rem;
    padding-bottom: 3.75rem;
  }
  .content5::after {
    left: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .content5 {
    padding-top: 3.75rem;
    padding-bottom: 3.9375rem;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media screen and (min-width: 768px) {
  .content6 {
    grid-row: 16/20;
    padding-left: 3.125rem;
    padding-top: 4.6875rem;
    padding-bottom: 3.75rem;
    border-left: 0.0625rem solid #F45F5F;
    width: 29.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .content6 {
    padding-top: 3.4375rem;
    padding-bottom: 3.9375rem;
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .content6 h3::before {
    top: 30%;
  }
}

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

.content__title {
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .content__title h3 {
    font-size: max(1.5rem, 24px);
    width: 19.4375rem;
  }
}

.content__img {
  aspect-ratio: 473/354;
  width: 29.5625rem;
  margin-top: 2.375rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .content__img {
    width: 21.4375rem;
  }
}
.content__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0 23%;
}

.content__text {
  line-height: 1.75;
  margin-top: 2.5rem;
}

.color__btn {
  text-align: center;
  margin-top: -2.1875rem;
}
@media screen and (max-width: 767px) {
  .color__btn {
    margin-top: 1.25rem;
  }
}
.color__btn a {
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .color__btn a {
    width: 14.8125rem;
  }
}

.company {
  margin: 6.875rem 0 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company {
    margin: 2.5rem 0 3.125rem;
  }
}
.company::before {
  content: "";
  position: absolute;
  top: -10%;
  background: url(../images/company-bg.svg);
  background-repeat: no-repeat;
  left: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .company::before {
    top: -10%;
    background-repeat: no-repeat;
    right: 0;
  }
}

.company__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .company__titles {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .company__title {
    text-align: center;
  }
}
.company__title h2 {
  font-size: 6.25rem;
  color: #F45F5F;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 2.5rem 2.5rem 1.25rem 0;
  text-transform: capitalize;
  z-index: 1;
  letter-spacing: 0.625rem;
}
.company__title h2::first-letter {
  color: #fff;
}
.company__title h2::before {
  position: absolute;
  content: "";
  background: #F45F5F;
  width: 8.125rem;
  height: 8.125rem;
  border-radius: 50%;
  top: 3.125rem;
  left: -2.5rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .company__title h2::before {
    width: 5.25rem;
    height: 5.25rem;
    top: 50%;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
    left: -1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .company__title h2 {
    letter-spacing: 0.375rem;
    font-size: 3.75rem;
    padding: 2.5rem 0rem 0rem 0;
  }
}

.company__sub-title {
  margin-left: 4.1875rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .company__sub-title {
    margin-left: 1.875rem;
  }
}

.company__table {
  margin-top: 3.125rem !important;
}
@media screen and (max-width: 767px) {
  .company__table {
    margin-top: 2.5rem !important;
  }
}

.row_sp {
  padding-bottom: 1.875rem !important;
}

.company__table__item {
  margin-left: 2.1875rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .company__table__item {
    margin-left: 1.25rem;
    font-size: 0.8125rem;
  }
}

.company__table__row {
  margin-top: 2.1875rem !important;
}
@media screen and (max-width: 767px) {
  .company__table__row {
    margin-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}

.entry {
  margin: 0 auto;
  padding: 5rem 0 4.375rem;
  background-image: url(../images/entry-bg.svg);
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .entry {
    padding: 5rem 0;
    background-size: 1.5625rem 1.5625rem;
    background-image: url(../images/entry-bg.svg);
    background-size: cover;
  }
}

.l-entry {
  margin: 6.25rem auto 10rem;
  padding: 6.25rem 10.6875rem;
  background: #fff;
  border-radius: 0 100px 0 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-entry {
    padding: 3.4375rem 0 5rem;
    margin: 0 auto;
    width: 21.4375rem;
    max-width: 100%;
  }
}
.l-entry::after {
  position: absolute;
  content: "";
  background-image: url(../images/img-logo.svg);
  background-size: contain;
  bottom: -6.25rem;
  right: -5rem;
  width: 9.1875rem;
  height: 8rem;
  -webkit-transform: rotate(15deg) translate3d(0, 0, 0);
          transform: rotate(15deg) translate3d(0, 0, 0);
  background-repeat: no-repeat;
}
@media screen and (max-width: 1300px) {
  .l-entry::after {
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .l-entry::after {
    display: none;
  }
}

.entry__titles {
  margin-left: -3.125rem;
}
@media screen and (max-width: 767px) {
  .entry__titles {
    margin-left: 2.5rem;
  }
}

.entry__title h2 {
  font-size: 6.25rem;
  color: #F45F5F;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 2.5rem 2.5rem 0 0;
  text-transform: capitalize;
  letter-spacing: 0.625rem;
}
.entry__title h2::before {
  position: absolute;
  content: "";
  width: 8.3125rem;
  height: 8.3125rem;
  border-radius: 50%;
  border: 1px solid #F45F5F;
  top: 3.4375rem;
  left: -2.5rem;
}
@media screen and (max-width: 767px) {
  .entry__title h2::before {
    width: 5.25rem;
    height: 5.25rem;
    top: 50%;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
    left: -0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .entry__title h2 {
    font-size: 3.75rem;
  }
}

.entry__form {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .entry__form {
    margin-top: 3.125rem;
  }
}

.entry__form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .entry__form__row {
    width: 18.9375rem;
    margin: auto;
    display: block;
  }
}
.entry__form__row:not(:first-child) {
  margin-top: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .entry__form__row:not(:first-child) {
    margin-top: 2.8125rem;
  }
}

.entry__form__label {
  font-weight: 700;
  max-width: 100%;
  width: calc(100% - 29.1875rem);
}
@media screen and (max-width: 767px) {
  .entry__form__label {
    width: 100%;
    font-size: 0.8125rem;
  }
}

.entry-requireLabel {
  color: #F45F5F;
  margin-left: 1.25rem;
}

@media screen and (max-width: 767px) {
  .entry__form__input {
    margin: 0.9375rem auto 0;
  }
}
.entry__form__input input {
  max-width: 100%;
  width: 29.1875rem;
  height: 2.5rem;
  border-radius: 4px;
  border: 1px solid #333333;
}

.address-big {
  margin-top: 0;
}
.address-big textarea {
  height: 7.5rem;
}

.input__ex {
  font-size: max(0.8125rem, 13px);
  line-height: 1.3846153846;
  color: #9B9B9B;
  margin-top: 0.625rem;
}

textarea {
  max-width: 100%;
  width: 29.1875rem;
  border-radius: 4px;
  resize: none;
  height: 15rem;
  border: 1px solid #333333;
}

.entry__attention {
  margin: 5rem auto 0;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP";
}
@media screen and (min-width: 768px) {
  .entry__attention {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .entry__attention {
    margin-top: 1.875rem;
    width: 18.875rem;
    max-width: 100%;
  }
}
.entry__attention span {
  border-bottom: 1px solid #333333;
  cursor: pointer;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, .5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* スクロールバーのツマミ部分 */
}
.modal-container ::-webkit-scrollbar {
  width: 20px; /* スクロールバーの幅 */
  background: #D9D9D9;
}
.modal-container ::-webkit-scrollbar-thumb {
  background-color: #F45F5F; /* ツマミの色を変更 */
  border-radius: 10px; /* 角を丸くする */
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
  z-index: 1001;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1014px;
  width: 90%;
}

.ScrollContent {
  overflow-y: scroll; /* コンテンツ量が多くなってもスクロールできるようになります */
  height: 611px; /* ウィンドウ内部のコンテンツの高さ */
  width: 100%;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: left;
  padding: 30px;
}

.entry__submit {
  margin-top: 4.375rem;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .entry__submit:hover button {
    -webkit-transform: translate(-0.75rem, 0.75rem);
            transform: translate(-0.75rem, 0.75rem);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

button {
  cursor: pointer;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  button {
    width: 14.8125rem;
  }
}

.CheckboxInput {
  padding: 12px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin: 1.875rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .CheckboxInput {
    margin-top: 1.25rem;
  }
}

.CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}

.CheckboxInput:hover > .CheckboxInput-DummyInput {
  background: #ffffff !important;
  border: solid 1px #333333;
}

.CheckboxInput-Input:focus + .CheckboxInput-DummyInput {
  background: #ffffff !important;
  border: solid 1px #333333;
}

.CheckboxInput-Input:checked + .CheckboxInput-DummyInput {
  border: solid 1px #333333;
  background: #FFFFFF;
}

.CheckboxInput-Input:checked + .CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==") no-repeat center;
  background-size: contain;
}

.CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border: solid 1px #333333;
  background: #FFFFFF;
  border-radius: 3px;
}

.CheckboxInput-LabelText {
  margin-left: 12px;
  display: block;
  line-height: 1.375;
}
@media screen and (max-width: 767px) {
  .CheckboxInput-LabelText {
    font-size: 0.8125rem;
  }
}

.address-min input {
  width: 12.9375rem;
}
.address-min p {
  margin-bottom: 1.25rem;
}

.faq {
  background: #F4F4F4;
  padding: 2.5rem 2.5rem 10rem;
  border-radius: 0 0 100px 100px;
}
@media screen and (max-width: 767px) {
  .faq {
    border-radius: 0 0 50px 50px;
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .faq__inner {
    width: 100%;
  }
}

.faq__title {
  margin-left: 0.9375rem;
}
.faq__title h2 {
  font-size: 6.25rem;
  color: #F45F5F;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 2.5rem 2.5rem 1.25rem 0;
  text-transform: capitalize;
  z-index: 1;
  letter-spacing: 0.625rem;
}
.faq__title h2::before {
  position: absolute;
  content: "";
  width: 8.125rem;
  height: 8.125rem;
  border-radius: 50%;
  top: 50%;
  left: -2.5rem;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #F45F5F;
}
@media screen and (max-width: 767px) {
  .faq__title h2::before {
    width: 5.25rem;
    height: 5.25rem;
    top: 50%;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
    left: -1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .faq__title h2 {
    letter-spacing: 0.375rem;
    font-size: 3.75rem;
    padding: 2.5rem 0rem 0rem 0;
  }
}

.faq__sub-title {
  margin-top: -0.625rem;
}
@media screen and (max-width: 767px) {
  .faq__sub-title {
    margin-top: 1.25rem;
  }
}

.accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.6875rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .accordion {
    margin-top: 2.5rem;
  }
}

.accordion-title {
  margin-left: -1.25rem;
  color: #333;
  cursor: pointer;
  padding-bottom: 0.5rem;
  background-image: linear-gradient(to right, #CECDCD 6px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: right bottom;
  font-weight: normal;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .accordion-title {
    font-size: max(0.8125rem, 13px);
    margin-left: 0;
  }
}
.accordion-title::before {
  content: "Q、";
  color: #F45F5F;
  font-family: "Noto Sans";
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .accordion-title::before {
    font-size: 1rem;
  }
}

.accordion-item:not(:first-child) {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .accordion-item:not(:first-child) {
    margin-top: 2.375rem;
  }
}

.accordion-content {
  display: none;
  padding: 39px 20px 10px;
  background-image: linear-gradient(to right, #CECDCD 6px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: right bottom;
  margin-left: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .accordion-content {
    padding: 1.25rem 0 0.625rem;
    margin-left: 0;
  }
}

.accordion-content p {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .accordion-content p {
    font-size: max(0.8125rem, 13px);
  }
}
.accordion-content p a {
  border-bottom: 1px solid #333;
}
.accordion-content p::before {
  content: "A、";
  color: #F45F5F;
  font-family: "Noto Sans";
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .accordion-content p::before {
    font-size: 1rem;
  }
}

.flow {
  margin-top: 12.5rem;
  padding-bottom: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow {
    margin-top: 3.125rem;
    padding-bottom: 18.75rem;
  }
}
.flow::before {
  content: "";
  position: absolute;
  top: 9.375rem;
  left: 0;
  background: url(../images/flow_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.flow::after {
  content: "";
  position: absolute;
  background: url(../images/img-flow-irasuto-PC@2x.png);
  top: 53.125rem;
  right: 8.125rem;
  background-repeat: no-repeat;
  background-size: contain;
  width: 19.75rem;
  height: 15.0625rem;
}
@media screen and (max-width: 1300px) {
  .flow::after {
    top: 80%;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .flow::after {
    top: 80%;
    right: 10%;
  }
}

.flow__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .flow__inner {
    display: block;
  }
}

.flow__titles {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .flow__titles {
    display: block;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

@media screen and (max-width: 767px) {
  .flow__title {
    margin-left: 1.25rem;
  }
}
.flow__title h2 {
  font-size: 6.25rem;
  color: #F45F5F;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 2.5rem 1.5625rem 1.25rem 0;
  text-transform: capitalize;
  z-index: 1;
  letter-spacing: 0.625rem;
}
.flow__title h2::first-letter {
  color: #fff;
}
.flow__title h2::before {
  position: absolute;
  content: "";
  background: #F45F5F;
  width: 8.125rem;
  height: 8.125rem;
  border-radius: 50%;
  top: 15%;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .flow__title h2::before {
    width: 5.25rem;
    height: 5.25rem;
    top: 50%;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
    left: -1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .flow__title h2 {
    letter-spacing: 0.375rem;
    font-size: 3.75rem;
    padding: 2.5rem 0rem 0rem 0;
  }
}
@media screen and (max-width: 767px) {
  .flow__title h2 span {
    color: #fff;
  }
}

.flow__sub-title {
  margin-top: -8.125rem;
}
@media screen and (max-width: 767px) {
  .flow__sub-title {
    margin-left: 1.25rem;
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .flow__sub-title h3 {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 7px;
  }
}
@media screen and (max-width: 767px) {
  .flow__sub-title h3 {
    font-size: max(1.125rem, 18px);
  }
}
@media screen and (min-width: 768px) {
  .flow__sub-title h3::before {
    top: -1.25rem;
  }
}

.flow__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .flow__wrap {
    margin-top: 1.875rem;
  }
}

.flow__numbers {
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow__numbers {
    margin-left: 3.5625rem;
  }
}
.flow__numbers::after {
  position: absolute;
  content: "";
  width: 0.125rem;
  height: 68.625rem;
  background: #F45F5F;
  top: 0;
  left: 50%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .flow__numbers::after {
    height: 50.625rem;
  }
}

.flow__number {
  width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .flow__number {
    width: 2.875rem;
  }
}
.flow__number:not(:first-child) {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .flow__number:not(:first-child) {
    margin-top: 5.9375rem;
  }
}
.flow__number img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}

.flow__contents {
  margin-left: 6.875rem;
}
@media screen and (max-width: 767px) {
  .flow__contents {
    margin-left: 1.25rem;
  }
}

.flow__content:not(:first-child) {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .flow__content:not(:first-child) {
    margin-top: 2.5rem;
  }
}

.flow__content-title {
  font-size: 1.5rem;
  line-height: 1.375;
  font-weight: 700;
  padding-right: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .flow__content-title {
    font-size: max(1.125rem, 18px);
  }
}
.flow__content-title::after {
  display: inline-block;
  content: "";
  width: 2rem;
  height: 0.0625rem;
  background: #333;
  margin-left: 0.9375rem;
}

.flow__content-text {
  line-height: 1.75;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .flow__content-text {
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  footer {
    background: url(../images/img-footer-back-PC.png), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .2)), color-stop(37%, rgba(0, 0, 0, .2)), color-stop(37%, #F45F5F), to(#F45F5F));
    background: url(../images/img-footer-back-PC.png), linear-gradient(90deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .2) 37%, #F45F5F 37%, #F45F5F 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10.625rem;
    position: relative;
    height: 22.75rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

@media screen and (max-width: 767px) {
  .footer__content {
    background: url(../images/img-footer-back-01-SP@2x.png), #CECDCD;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 5rem 1rem 4.375rem;
  }
}

.footer__title {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer__title {
    width: 21.4375rem;
    margin: auto;
  }
}

.footer__address {
  line-height: 1.75;
  margin-top: 4.875rem;
}
@media screen and (max-width: 767px) {
  .footer__address {
    width: 21.4375rem;
    margin: 4.875rem auto 0;
  }
}

.footer__tel {
  line-height: 1.75;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .footer__tel {
    width: 21.4375rem;
    margin: 1rem auto 0;
  }
}

@media screen and (min-width: 768px) {
  .footer__btn {
    margin-top: -1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__btn {
    background: url(../images/img-footer-back-02-SP@2x.png), #F45F5F;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 2.5rem 1.125rem;
    text-align: center;
  }
}
.footer__btn a {
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .footer__btn a {
    width: 18.125rem;
  }
}

body {
  height: auto;
}

.clear {
  position: fixed;
  background-image: url(../images/top.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  color: #fff;
  bottom: 40px;
  right: 150px;
  cursor: pointer;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .clear {
    bottom: 0.25rem;
    right: 0.375rem;
  }
}

.header {
  width: 100%;
  height: 7.5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .header {
    height: 5.0625rem;
  }
}
.header__inner {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0.5rem 1rem;
  }
}

.drawer_icon {
  position: fixed;
  top: 2rem;
  right: 1rem;
  z-index: 2000;
  display: none;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .drawer_icon {
    display: block;
  }
}
.drawer_icon.is-active .drawer_icon_bar1 span:nth-of-type(1) {
  background: #fff;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.drawer_icon.is-active .drawer_icon_bar1 span:nth-of-type(2) {
  background: #fff;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.drawer_icon.is-active .drawer_icon_bar2 span:nth-of-type(1) {
  background: #fff;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.drawer_icon.is-active .drawer_icon_bar2 span:nth-of-type(2) {
  background: #fff;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.drawer_icon_bars {
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.drawer_icon_bar1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drawer_icon_bar1 span:nth-of-type(1) {
  display: block;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #F45F5F;
  border-radius: 50%;
  margin-right: 8px;
}
.drawer_icon_bar1 span:nth-of-type(2) {
  display: block;
  content: "";
  width: 42px;
  height: 4px;
  background: #F45F5F;
}

.drawer_icon_bar2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}
.drawer_icon_bar2 span:nth-of-type(1) {
  display: block;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #F45F5F;
  border-radius: 50%;
  margin-right: 8px;
}
.drawer_icon_bar2 span:nth-of-type(2) {
  display: block;
  content: "";
  width: 42px;
  height: 4px;
  background: #F45F5F;
}

.drawer_icon_content {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: #F45F5F;
  z-index: 200;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  overflow-y: scroll;
}
.drawer_icon_content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer_icon_content_items {
  margin: 2.75rem auto;
  /*ひとつずつ.05秒ずつずらして表示する*/
}
.drawer_icon_content_items .drawer_icon_content_item:nth-child(1) a::after {
  -webkit-transition-delay: 130ms;
          transition-delay: 130ms;
}
.drawer_icon_content_items .drawer_icon_content_item:nth-child(2) a::after {
  -webkit-transition-delay: 260ms;
          transition-delay: 260ms;
}
.drawer_icon_content_items .drawer_icon_content_item:nth-child(3) a::after {
  -webkit-transition-delay: 390ms;
          transition-delay: 390ms;
}
.drawer_icon_content_items .drawer_icon_content_item:nth-child(4) a::after {
  -webkit-transition-delay: 520ms;
          transition-delay: 520ms;
}
.drawer_icon_content_items .drawer_icon_content_item:nth-child(5) a::after {
  -webkit-transition-delay: 650ms;
          transition-delay: 650ms;
}
.drawer_icon_content_items .drawer_icon_content_item:nth-child(6) a::after {
  -webkit-transition-delay: 780ms;
          transition-delay: 780ms;
}
.drawer_icon_content_items .drawer_icon_content_item:nth-child(7) a::after {
  -webkit-transition-delay: 910ms;
          transition-delay: 910ms;
}
.drawer_icon_content_items .drawer_icon_content_item:nth-child(8) a::after {
  -webkit-transition-delay: 1040ms;
          transition-delay: 1040ms;
}

.drawer_icon_content_item {
  width: 21.5rem;
  margin: auto;
}
.drawer_icon_content_item a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 16px 16px 8px;
  position: relative;
  font-size: 1.5rem;
  line-height: 2.0416666667;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.drawer_icon_content_item a.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.drawer_icon_content_item a.is-active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.drawer_icon_content_item a::before {
  position: absolute;
  content: "";
  background: #fff;
  border-radius: 50%;
  left: 0px;
  top: 50%;
  width: 8px;
  height: 8px;
}
.drawer_icon_content_item a::after {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  width: 21.5rem;
  height: 1px;
  bottom: 0;
  left: -0.5rem;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.header__btn {
  margin-left: auto;
  width: 25rem;
  height: 100%;
}
.header__btn a {
  background: #F45F5F;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 2.4px;
  line-height: 1.375;
  padding: 2.6875rem 4.75rem;
  display: inline-block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .header__btn {
    display: none;
  }
}

.header__logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__logo {
    display: block;
    aspect-ratio: 75/64;
    width: 75px;
  }
  .header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.drawer__logo {
  aspect-ratio: 92/76;
  width: 5.75rem;
  margin: 18px 18px 50px auto;
}
.drawer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.fadeUp::after {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-time04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.job-info {
  padding: 8.75rem 0 17.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .job-info {
    padding: 7.5rem 0 18.75rem;
  }
}
.job-info::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/job-info-bg.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
.job-info::after {
  content: "";
  position: absolute;
  top: 38%;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/job-info-bg2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .job-info::after {
    z-index: -1;
  }
}

.job-info-bg {
  position: absolute;
  content: "";
  width: 51.375rem;
  height: 67.1875rem;
  max-width: 100%;
  top: 0;
  left: 0;
  background: #F4F4F4;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .job-info-bg {
    width: 16.5rem;
    height: 46.5625rem;
  }
}

.job-info__inner {
  position: relative;
}
.job-info__inner::after {
  position: absolute;
  content: "";
  background-image: url(../images/img-logo.svg);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -6.25rem;
  right: -5rem;
  width: 9.1875rem;
  height: 8rem;
  -webkit-transform: rotate(13deg) translate3d(0, 0, 0);
          transform: rotate(13deg) translate3d(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .job-info__inner::after {
    width: 9.1875rem;
    height: 8rem;
    bottom: -11.25rem;
    right: 1.25rem;
  }
}
@media screen and (max-width: 1300px) {
  .job-info__inner::after {
    right: 0.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .job-info__titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .job-info__titles {
    margin-left: 0.625rem;
  }
}

.job-info__title h2 {
  font-size: 6.25rem;
  color: #F45F5F;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 2.5rem 2.5rem 1.25rem 0;
  text-transform: capitalize;
  z-index: 1;
  letter-spacing: 0.625rem;
  margin-left: 0.625rem;
}
.job-info__title h2::before {
  position: absolute;
  content: "";
  background: #F45F5F;
  width: 8.125rem;
  height: 8.125rem;
  border-radius: 50%;
  top: 50%;
  left: -6%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .job-info__title h2::before {
    width: 5.25rem;
    height: 5.25rem;
    top: 60%;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
}
.job-info__title h2::after {
  position: absolute;
  content: "o";
  color: #F45F5F;
  font-size: 4.375rem;
  top: 58%;
  left: 16%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .job-info__title h2::after {
    font-size: 2.5rem;
    top: 70%;
    left: 18%;
  }
}
@media screen and (max-width: 767px) {
  .job-info__title h2 {
    letter-spacing: 0.375rem;
    font-size: 3.75rem;
    padding: 2.5rem 0rem 0rem 0;
  }
}
.job-info__title h2 span {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .job-info__sub-title {
    margin-left: 7.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .job-info__sub-title {
    margin-left: 0.9375rem;
    margin-top: 1.25rem;
  }
}

.job-info__table {
  margin-top: 5rem;
}

.table {
  margin: auto;
  margin-top: 2.6875rem;
  position: relative;
  width: 54.125rem;
  max-width: 100%;
}

.table__row {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2.6875rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .table__row {
    padding-bottom: 0.625rem;
  }
  .table__row:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.table__row::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 12.5rem;
  background-image: linear-gradient(to right, #F45F5F 6px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: right bottom;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .table__row::before {
    width: 5rem;
  }
}
.table__row::after {
  content: "";
  position: absolute;
  left: 12.5rem;
  bottom: -0.0625rem;
  height: 2px;
  width: calc(100% - 12.5rem);
  background-image: linear-gradient(to right, #CECDCD 5px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: right bottom;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .table__row::after {
    left: 5rem;
    width: calc(100% - 5rem);
  }
}

.table__row__min {
  padding-bottom: 2.375rem;
}
@media screen and (max-width: 767px) {
  .table__row__min {
    padding-bottom: 1.25rem;
  }
}

.table__title {
  font-weight: 700;
  line-height: 1.75;
  width: 12.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .table__title {
    width: 5rem;
    padding-left: 0;
    font-size: max(0.8125rem, 13px);
  }
}

.table__item {
  line-height: 1.75;
  width: calc(100% - 12.5rem);
  margin-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .table__item {
    width: calc(100% - 6.25rem);
    font-size: max(0.8125rem, 13px);
    margin-left: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .table__sp {
    line-height: 1.36;
    width: 11.75rem;
  }
}

.message {
  padding: 15rem 2.5rem;
  position: relative;
  max-width: 68.75rem;
}
@media screen and (max-width: 767px) {
  .message {
    padding: 4.0625rem 1rem 4.6875rem;
    width: 21.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .message__titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    position: absolute;
    z-index: 2;
    top: 13.75rem;
    right: 2.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.message__title {
  text-align: center;
}
.message__title h2 {
  font-size: 6.25rem;
  color: #F45F5F;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 2.5rem 0rem 1.25rem 0;
  text-transform: capitalize;
  z-index: 1;
  letter-spacing: 0.625rem;
}
@media screen and (max-width: 767px) {
  .message__title h2 {
    letter-spacing: 0.375rem;
    font-size: 3.75rem;
    padding: 2.5rem 0 0 0;
  }
}
.message__title h2::first-letter {
  color: #fff;
}
.message__title h2::before {
  position: absolute;
  content: "";
  background: #F45F5F;
  width: 8.125rem;
  height: 8.125rem;
  border-radius: 50%;
  top: 7.1875rem;
  left: -1rem;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .message__title h2::before {
    width: 5.25rem;
    height: 5.25rem;
    top: 50%;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
}

.message__sub-title {
  margin-left: 9.6875rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .message__sub-title {
    margin-left: 1.875rem;
  }
}

.message__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: bottom;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .message__contents {
    margin-top: 3.75rem;
    display: block;
  }
}

.message__img {
  width: 44.5rem;
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .message__img {
    width: 20.6875rem;
    margin-left: 1.25rem;
  }
}
.message__img::before {
  content: "";
  /*絶対配置で影の位置を決める*/
  position: absolute;
  z-index: -1;
  /*影の形状*/
  width: 100%;
  height: 100%;
  background-color: #CECDCD;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  bottom: 0.3125rem;
  left: -1.0625rem;
  border-radius: 0 6.25rem 0 0;
}
@media screen and (max-width: 767px) {
  .message__img::before {
    bottom: 0;
    left: -0.625rem;
  }
}
.message__img img {
  aspect-ratio: 712/445;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 0 100px 0 0;
}

.message__text {
  margin-left: 3.4375rem;
  width: 16.875rem;
  margin-top: auto;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .message__text {
    margin-left: 0;
    margin-top: 3.125rem;
    width: 100%;
    line-height: 1.75;
  }
}

.mv {
  z-index: 1;
  width: 100%;
  min-height: 40.3125rem;
}
@media screen and (max-width: 767px) {
  .mv {
    min-height: 36.5625rem;
  }
}

.swiper {
  overflow: visible;
}

.swiper-wrapper1 {
  position: relative;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  width: calc(100% - 10.625rem);
  margin-left: auto;
  aspect-ratio: 1196/645;
}
@media screen and (max-width: 767px) {
  .swiper-wrapper1 {
    aspect-ratio: 375/585;
    width: 100%;
  }
}

.swiper-slide1 {
  width: 100%;
}

.swiper-img1 {
  width: 100%;
  margin-left: auto;
}
.swiper-img1 img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

picture {
  height: 100%;
  width: 100%;
}

.mv__logo {
  aspect-ratio: 120/104;
  width: 7.5rem;
  margin-left: 0.625rem;
  margin-top: 0.625rem;
}
.mv__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .mv__logo {
    display: none;
  }
}

.mv__main {
  position: absolute;
  color: #F45F5F;
  font-size: 9vw;
  z-index: 2;
  top: 0;
  left: 0;
  font-weight: bold;
  line-height: 1.0866666667;
  letter-spacing: 10px;
  aspect-ratio: 700/645;
  width: 43.75rem;
  max-width: 100%;
  min-height: 40.3125rem;
}
@media screen and (max-width: 1300px) {
  .mv__main {
    font-size: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .mv__main {
    font-size: 25vw;
    line-height: 1.35;
    letter-spacing: 21.3px;
    text-align: right;
    min-height: 36.5625rem;
    top: 0.625rem;
  }
}
@media screen and (max-width: 325px) {
  .mv__main {
    font-size: 20vw;
  }
}

.mv__title1 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-top: -0.625rem;
}
@media screen and (max-width: 767px) {
  .mv__title1 {
    margin-top: 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.mv__title2 {
  margin-top: -0.625rem;
  white-space: nowrap;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .mv__title2 {
    margin-top: 1.875rem;
    margin-left: 0;
    line-height: 2.5;
  }
}

.mv__text {
  position: absolute;
  font-size: 0.8125rem;
  line-height: 1.3846153846;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 34.375rem;
  left: -1.25rem;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .mv__text {
    top: 25rem;
  }
}
@media screen and (max-width: 767px) {
  .mv__text {
    left: -3.75rem;
    top: 34.375rem;
    z-index: 3;
  }
}
@media screen and (max-width: 325px) {
  .mv__text {
    top: 30%;
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction,
.swiper-pagination, .swiper-pagination-clickable, .swiper-pagination-bullets, .swiper-pagination-horizontal {
  text-align: left;
  left: 3.125rem;
  width: 13px;
}
@media screen and (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction,
  .swiper-pagination, .swiper-pagination-clickable, .swiper-pagination-bullets, .swiper-pagination-horizontal {
    text-align: center;
    left: 0;
    width: 100%;
    bottom: -1.875rem;
  }
}

.swiper-pagination-bullet {
  background: #F45F5F;
  border-radius: 50%;
  height: 0.8125rem;
  width: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    margin-bottom: 1.875rem;
  }
}

.arrow-container {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .arrow-container {
    left: -2.3125rem;
  }
}

.arrow-2 {
  width: 1.875rem;
  height: 1.875rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0.625rem;
  left: 2.875rem;
  z-index: 1;
  display: table;
}
@media screen and (max-width: 767px) {
  .arrow-2 {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.arrow-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Custom Animate.css */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
    transform: scale3d(0.4, 0.4, 0.4);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
    transform: scale3d(0.4, 0.4, 0.4);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.p-test {
  color: red;
  font-size: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-test {
    font-size: 1.5625rem;
  }
}

.pickup {
  padding: 11.25rem 0 8.125rem;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pickup {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    width: 76.625rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pickup {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
  }
}
.pickup::before {
  position: absolute;
  content: "";
  top: 3.9375rem;
  right: -1.25rem;
  background: url(../images/border1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18.75rem;
  height: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .pickup::before {
    width: 9.375rem;
    height: 0.6875rem;
  }
}
.pickup::after {
  position: absolute;
  content: "";
  bottom: 1.5625rem;
  left: 0;
  background: url(../images/border2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18.75rem;
  height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .pickup::after {
    width: 9.375rem;
    height: 0.6875rem;
  }
}

.pickup__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.625rem;
}
@media screen and (max-width: 767px) {
  .pickup__wrap {
    display: block;
    margin-left: 0;
  }
}
.pickup__wrap::after {
  position: absolute;
  content: "";
  background-image: url(../images/img-logo.svg);
  background-size: contain;
  bottom: 11.25rem;
  right: 0.625rem;
  width: 9.1875rem;
  height: 8rem;
  -webkit-transform: rotate(-23deg) translate3d(0, 0, 0);
          transform: rotate(-23deg) translate3d(0, 0, 0);
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .pickup__wrap::after {
    width: 4.0625rem;
    height: 3.5rem;
    bottom: -3.75rem;
    right: 0.625rem;
  }
}

.pickup__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4.375rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .pickup__titles {
    display: block;
    margin-left: 3.125rem;
    margin-right: 0;
  }
}

.pickup__title {
  margin-right: 0.625rem;
}
.pickup__title h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 6.25rem;
  color: #F45F5F;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 2.5rem 0 0;
  text-transform: capitalize;
  z-index: 1;
  letter-spacing: 0.625rem;
}
@media screen and (max-width: 767px) {
  .pickup__title h2 {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.pickup__title h2::first-letter {
  color: #fff;
}
.pickup__title h2::before {
  position: absolute;
  content: "";
  background: #F45F5F;
  width: 8.125rem;
  height: 8.125rem;
  border-radius: 50%;
  top: -0.3125rem;
  left: 0.8125rem;
  z-index: -1;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}
@media screen and (max-width: 767px) {
  .pickup__title h2::before {
    width: 5.25rem;
    height: 5.25rem;
    top: 60%;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    left: -1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .pickup__title h2 {
    letter-spacing: 0.375rem;
    font-size: 3.75rem;
    padding: 2.5rem 0rem 0rem 0;
  }
}

.pickup__sub-title {
  margin-top: 17.5rem;
}
@media screen and (max-width: 767px) {
  .pickup__sub-title {
    margin-left: -0.3125rem;
    margin-top: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .pickup__sub-title h3 {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 1rem;
    letter-spacing: 7px;
    line-height: 1.2;
  }
  .pickup__sub-title h3::before {
    top: -1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .pickup__sub-title h3 {
    font-size: 1.125rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .pickup__sub-title h3::before {
    width: 0.625rem;
    height: 0.625rem;
  }
}

.pickup__move {
  margin-left: 5%;
  margin-top: 0.625rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pickup__move {
    width: 50rem;
  }
}
@media screen and (max-width: 767px) {
  .pickup__move {
    width: 21.4375rem;
    margin-top: 2.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.pickup__move iframe {
  aspect-ratio: 800/494;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .pickup__move iframe {
    aspect-ratio: 343/212;
  }
}

.pickup__btn {
  text-align: center;
  margin-top: 4.6875rem;
  margin-right: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .pickup__btn {
    margin-top: 2.5rem;
    margin-right: 0;
  }
}
.pickup__btn a {
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .pickup__btn a {
    width: 14.8125rem;
  }
}

.senior-voice {
  position: relative;
  z-index: 3;
}

.senior-voice_inner {
  background: #F4F4F4;
  position: relative;
  z-index: -1;
  padding: 0 0 4.25rem;
}
@media screen and (max-width: 767px) {
  .senior-voice_inner {
    padding-bottom: 0.625rem;
  }
}
.senior-voice_inner::before {
  position: absolute;
  content: "";
  background: url(../images/img-voice-title-PC@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25.125rem;
  height: 13.1875rem;
  top: -15%;
  left: 12%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .senior-voice_inner::before {
    width: 14rem;
    height: 7.375rem;
    top: -11%;
    left: 7%;
  }
}

.senior-voice__title {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .senior-voice__title {
    padding-top: 1.25rem;
  }
}
.senior-voice__title h2 {
  font-size: 7.5rem;
  font-weight: bold;
  letter-spacing: 12px;
  line-height: 1.3583333333;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .senior-voice__title h2 {
    font-size: 3.125rem;
    letter-spacing: 5px;
    line-height: 1.44;
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .senior-voice__title2 {
    display: none;
  }
}
.senior-voice__title2 h2 {
  font-size: 7.5rem;
  font-weight: bold;
  letter-spacing: 12px;
  line-height: 1.3583333333;
  color: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .senior-voice__title2 h2 {
    font-size: 3.125rem;
    letter-spacing: 5px;
    line-height: 1.44;
    white-space: nowrap;
  }
}

/* スライドの動き等速 */
.swiper-wrapper2 {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
@media screen and (min-width: 768px) {
  .swiper-wrapper2 {
    aspect-ratio: 1552/521;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .swiper-slide2 {
    margin: 0 auto;
  }
}

/* 画像のサイズ調整 */
.swiper-slide2 img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .swiper-slide2 img {
    width: 17.9375rem;
    aspect-ratio: 287/349;
    margin: 0 auto;
  }
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.5rem;
  margin: auto;
  width: 1.5rem;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../images/arrow_prev.png);
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../images/arrow_next.png);
}

.senior__btn {
  text-align: center;
  margin-top: 8.125rem;
}
@media screen and (max-width: 767px) {
  .senior__btn {
    margin-top: 5rem;
  }
}
.senior__btn a {
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .senior__btn a {
    width: 14.8125rem;
  }
}

.thanks {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  color: #333333;
  padding: 5rem 0;
  margin: 12.5rem auto 0;
  text-align: left;
}
.thanks a {
  display: block;
  aspect-ratio: 72/63;
  width: 4.5rem;
  margin: 4rem auto 0;
}
.thanks a img {
  width: 100%;
  height: 100%;
}

.br {
  padding: 0.625rem;
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
