@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body, html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.8px;
  word-break: normal;
  word-wrap: break-word;
}

article, aside, blockquote, body, code, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, img, input, legend, li, menu, nav, ol, p, pre, section, summary, td, textarea, th, ul {
  border: 0;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

li, ol, ul {
  list-style: none;
}

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, mark, strong, th, time, var {
  font-style: normal;
  font-weight: 400;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

q:after, q:before {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

mark {
  background: #fff;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, keygen, select, textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

body a {
  opacity: 1;
  transition: 0.35s ease-in-out;
}

body a:hover {
  opacity: 0.6;
}

small {
  font-size: 10px;
}

a {
  text-decoration: none;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

body {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ffffff;
  color: #2c2c2c;
  font-size: 1.6rem;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.pc-block {
  display: block;
}

.sp-block {
  display: none;
}

@media screen and (max-width: 430px) {
  .sp-block {
    display: block;
  }
  .pc-block {
    display: none;
  }
}
h2 {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 5vw;
  font-weight: 600;
  color: #e7380d;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 430px) {
  h2 {
    font-size: 16vw;
    text-align: center;
  }
}
h3 {
  font-size: 1.2vw;
  letter-spacing: 0.1em;
  color: #e7380d;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1025px) {
  h3 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 430px) {
  h3 {
    font-size: 4.5vw;
    text-align: center;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*------header-------------------------------------*/
.header {
  width: 100%;
  margin: 0 auto;
  padding: 4rem 7.5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__inner__logo {
  width: 14vw;
}
.header__inner__nav {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__inner__nav .openBtn {
  display: none;
}
.header__inner__nav .navContent {
  display: none;
}
.header__inner__nav .headerContact {
  padding: 0.5em 2.3em;
  color: #ffffff;
  font-size: 1.1vw;
  font-weight: 500;
  border: #ffffff 2px solid;
  border-radius: 50px;
}
.header__inner__nav .headerContact a {
  color: #ffffff;
}
.header__inner__nav .headerContact:hover {
  color: #e7380d;
  border: #e7380d 2px solid;
}
.header__inner__nav #color {
  color: #ffffff;
}

@media screen and (max-width: 1052px) {
  .header {
    padding: 2rem 4rem;
  }
  .header__inner__logo {
    width: 20vw;
  }
  .header__inner__nav .headerContact {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 430px) {
  .header {
    padding: 1rem 2rem;
  }
  .header__inner__logo {
    width: 14.5rem;
  }
  .header__inner__nav {
    width: 5rem;
  }
  .header__inner__nav .openBtn {
    width: 4rem;
    height: 4rem;
    display: block;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 2rem;
    cursor: pointer;
  }
  .header__inner__nav .openBtn__area {
    transition: all 0.4s;
  }
  .header__inner__nav .openBtn span {
    width: 75%;
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    border-radius: 2px;
    background: #fff;
  }
  .header__inner__nav .openBtn span:nth-of-type(1) {
    top: 12px;
  }
  .header__inner__nav .openBtn span:nth-of-type(2) {
    top: 22px;
  }
  .header__inner__nav .openBtn span:nth-of-type(3) {
    top: 32px;
  }
  .header__inner__nav .openBtn.active span:nth-of-type(1) {
    transform: translate(-13px, 10px) rotate(-150deg);
    width: 65%;
    background-color: #2c2c2c;
  }
  .header__inner__nav .openBtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header__inner__nav .openBtn.active span:nth-of-type(3) {
    transform: translate(-13px, -10px) rotate(150deg);
    width: 65%;
    background-color: #2c2c2c;
  }
  .header__inner__nav #g-nav {
    position: fixed;
    z-index: 999;
    top: -200vh;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.6s;
    overflow-y: auto;
  }
  .header__inner__nav #g-nav .navContent {
    width: 90%;
    padding: 8rem 0;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
  }
  .header__inner__nav #g-nav .navContent .navButton {
    width: 30rem;
    margin: 0 auto 2rem;
    background-color: #e7380d;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
  }
  .header__inner__nav #g-nav .navContent .navButton a {
    padding: 1.5rem 0;
    color: #ffffff;
    display: block;
  }
  .header__inner__nav #g-nav .navContent li {
    padding: 1rem 0;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
    border-bottom: 1px solid #2c2c2c;
  }
  .header__inner__nav #g-nav .navContent li a {
    color: #2c2c2c;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  .header__inner__nav #g-nav.panelactive {
    top: 0;
  }
  .header__inner__nav .headerContact {
    display: none;
  }
}
/*------mv-------------------------------------*/
.mv {
  height: 64vw;
  position: relative;
  overflow: hidden;
  background-color: #333333;
  /* 動画読み込み中の背景色 */
}
.mv__video {
  aspect-ratio: 16/9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.mv__video iframe {
  aspect-ratio: 16/9;
  width: 100vw;
  height: 55vw;
  min-width: 177.77vh;
  min-height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) scale(1.1);
  pointer-events: none;
  overflow: hidden;
}
.mv__inner {
  margin: 0 auto;
  padding-top: 1vw;
  padding-bottom: 22.5vw;
  color: #ffffff;
  position: relative;
  /* z-indexを有効にするため */
  z-index: 2;
  /* 背景動画（z-index: 1）より手前に配置 */
  display: flex;
  /* flexboxで中の要素を天地中央揃え */
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.mv__inner__text {
  margin: 10vw auto 2.6vw 7%;
  font-size: 2.5vw;
  font-weight: 500;
  text-shadow: 0 0 0.1vw #7c7c7c;
}
.mv__inner__title {
  margin: 0 auto 2.6vw 7%;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 7.5vw;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0 0 0.1vw #7c7c7c;
  text-align: left;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.mv__inner__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 4.687vw;
  height: 4.687vw;
  background-image: url(../images/mv_bird@2x.webp);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 3.385vw;
  right: 9vw;
}
.mv__inner__sub {
  width: 100%;
  padding: 0.2rem 0 0.5rem 7%;
  font-size: 1.8vw;
  font-weight: 600;
  letter-spacing: 0.5rem;
  color: #ffffff;
  background-image: url(../images/mv_ribbon@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.mv__bottom {
  width: 100%;
  position: absolute;
  bottom: -0.5vw;
  left: 0;
  z-index: 1;
}
.mv__advisor {
  width: 35%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0;
  text-align: center;
  position: absolute;
  bottom: 1vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.mv__advisor img {
  width: 16vw;
}
.mv__advisor__text {
  margin: 0 -3vw;
  padding-bottom: 6vw;
  color: #2c2c2c;
  font-size: 1.2vw;
  font-weight: 500;
  text-wrap: nowrap;
}

@media screen and (max-width: 430px) {
  .mv {
    height: 168vw;
  }
  .mv__inner {
    padding-top: 50vw;
    padding-bottom: 65vw;
  }
  .mv__inner__text {
    margin: 3vw auto 2.6vw 5%;
    font-size: 6vw;
  }
  .mv__inner__title {
    margin: 0 auto 2.6vw 5%;
    font-size: 12vw;
    color: #ffffff;
    text-shadow: 0 0 0.1vw #7c7c7c;
  }
  .mv__inner__title::after {
    width: 10vw;
    height: 10vw;
    bottom: 3.385vw;
    right: 12vw;
  }
  .mv__inner__sub {
    width: 100%;
    padding: 0.2em 0 0.3em 5%;
    font-size: 5vw;
    font-weight: 600;
    letter-spacing: 0.5rem;
    color: #ffffff;
    background-image: url(../images/mv_ribbon@2x.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left -28vw center;
  }
  .mv__bottom {
    width: 100%;
    position: absolute;
    bottom: -0.5vw;
    left: 0;
    z-index: 1;
  }
  .mv__advisor {
    width: 85%;
    bottom: 10vw;
  }
  .mv__advisor__text {
    margin: 0 auto;
  }
  .mv__advisor img {
    width: 75%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 380px) {
  .mv__inner {
    padding-top: 43vw;
  }
}
/*------hope-------------------------------------*/
.hope {
  color: #2c2c2c;
}
.hope__inner {
  width: 75%;
  margin: 0 auto;
}
.hope__inner h3 {
  padding: 2vw 0 2.5vw;
  text-align: center;
  background-image: url(../images/hope_bublle@2x.webp);
  background-position: center;
  position: relative;
  bottom: 3.5vw;
}
.hope__inner__contents {
  margin: -2vw auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3vw;
}
.hope__inner__contents__item {
  width: 20vw;
  padding: 2vw 1.5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  position: relative;
}
.hope__inner__contents__item h4 {
  width: 8vw;
  padding: 2.5vw 0;
  font-size: 1.1vw;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  background-image: url(../images/hope_list@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.hope__inner__contents__item p {
  font-size: 0.8vw;
  line-height: 1.5;
  text-align: left;
}
.hope__inner__contents .hope01 {
  position: relative;
}
.hope__inner__contents .hope01::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7.5vw;
  height: 6.5vw;
  background-image: url(../images/hope_image01@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  top: 3vw;
  right: 1vw;
}
.hope__inner__contents .hope02 {
  position: relative;
}
.hope__inner__contents .hope02::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7vw;
  height: 7vw;
  background-image: url(../images/hope_image02@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  top: 2.5vw;
  right: 1vw;
}
.hope__inner__contents .hope03 {
  position: relative;
}
.hope__inner__contents .hope03::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7vw;
  height: 7vw;
  background-image: url(../images/hope_image03@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  top: 3vw;
  right: 0.7vw;
}
.hope__message {
  margin: 4vw auto 0;
  font-size: 1.8vw;
  font-weight: 700;
  text-align: right;
  line-height: 1.8;
}
.hope__message .message01 {
  padding: 0 16vw 0 0;
  position: relative;
}
.hope__message .message01::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 34.5vw;
  height: 1rem;
  background-image: url(../images/message01@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -0.5vw;
  right: 0;
}
.hope__message .message02 {
  padding: 0 13vw 0 0;
  position: relative;
}
.hope__message .message02::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 28vw;
  height: 1rem;
  background-image: url(../images/message02@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -0.5vw;
  right: 0;
}

@media screen and (max-width: 1025px) {
  .hope__inner {
    width: 80%;
  }
  .hope__inner h3 {
    padding: 3vw 0 4vw;
    bottom: 1.5vw;
  }
  .hope__inner__contents {
    margin: 0 auto;
    gap: 3vw;
  }
  .hope__inner__contents__item {
    width: 22vw;
    padding: 2vw 1vw;
  }
  .hope__inner__contents__item h4 {
    width: 14vw;
    padding: 4.5vw 0;
    font-size: 2vw;
  }
  .hope__inner__contents__item p {
    font-size: 1.4vw;
  }
  .hope__inner__contents .hope01::after {
    width: 8.5vw;
    height: 8.5vw;
    top: 7vw;
    right: 0.5vw;
  }
  .hope__inner__contents .hope02::after {
    width: 8vw;
    height: 9vw;
    top: 6.5vw;
    right: 0.5vw;
  }
  .hope__inner__contents .hope03::after {
    width: 9vw;
    height: 8vw;
    top: 8vw;
    right: -0.5vw;
  }
  .hope__message {
    font-size: 2.4vw;
  }
  .hope__message .message01::after {
    width: 41.5vw;
    height: 1rem;
    bottom: -1vw;
    right: 0;
  }
  .hope__message .message02 {
    padding: 0 13vw 0 0;
    position: relative;
  }
  .hope__message .message02::after {
    width: 34vw;
    height: 1rem;
    bottom: -1vw;
    right: 0;
  }
}
@media screen and (max-width: 430px) {
  .hope {
    margin-top: 3vw;
    padding-bottom: 15vw;
  }
  .hope__inner {
    width: 90%;
    margin: 0 auto;
  }
  .hope__inner h3 {
    padding: 7.5vw 0 9vw;
  }
  .hope__inner__contents {
    margin: -2vw auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 6vw;
  }
  .hope__inner__contents__item {
    width: 100%;
    padding: 2vw 1.5vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    position: relative;
  }
  .hope__inner__contents__item h4 {
    width: 40%;
    padding: 11vw 0;
    font-size: 5vw;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    background-image: url(../images/hope_list@2x.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .hope__inner__contents__item p {
    width: 60%;
    font-size: 4.2vw;
    line-height: 1.5;
    text-align: left;
  }
  .hope__inner__contents .hope01::after {
    width: 20vw;
    height: 20vw;
    top: 20vw;
    right: 52vw;
  }
  .hope__inner__contents .hope02::after {
    width: 20vw;
    height: 20vw;
    top: 20vw;
    right: 52vw;
  }
  .hope__inner__contents .hope03::after {
    width: 20vw;
    height: 20vw;
    top: 20vw;
    right: 52vw;
  }
  .hope__message {
    margin: 10vw auto 0;
    font-size: 6.5vw;
  }
  .hope__message .message01 {
    padding: 0 22vw 0 0;
  }
  .hope__message .message01::after {
    width: 90vw;
    height: 1rem;
    bottom: -2.5vw;
  }
  .hope__message .message02 {
    padding: 0 26vw 0 0;
  }
  .hope__message .message02::after {
    width: 84vw;
    height: 0.8rem;
    bottom: -2.5vw;
    right: 0;
  }
}
/*------charm-------------------------------------*/
.charm {
  position: relative;
}
.charm::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/charm_line01@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  top: 4vw;
  left: 0;
  z-index: -1;
}
.charm::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/charm_line02@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -71.5vw;
  left: 0;
  z-index: -1;
}
.charm h2 {
  margin: 0 0 0 13vw;
}
.charm h3 {
  margin-top: 4vw;
  padding: 1.5vw 0 2vw 20vw;
  background-image: url(../images/charm_bubble@2x.webp);
  background-position: left 17vw center;
  position: relative;
  bottom: 3.5vw;
}
.charm h3::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5.7vw;
  height: 5.8vw;
  background-image: url(../images/charm_bird@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 0;
  left: 42.2vw;
}
.charm .charmNO {
  width: 4.16vw;
}
.charm h4 {
  margin: 0.5vw auto;
  font-size: 1.8vw;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
.charm p {
  font-size: 1vw;
  font-weight: 400;
  line-height: 2;
}
.charm__list01 {
  padding-left: 19vw;
  display: flex;
  justify-content: flex-start;
  gap: 6vw;
  position: relative;
  bottom: 2vw;
}
.charm__list01__text {
  width: 27vw;
}
.charm__list01__text .charmText01 {
  width: 80%;
  position: relative;
}
.charm__list01__text .charmText01::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15.7vw;
  height: 9.5vw;
  background-image: url(../images/charm_deco01@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  right: -19vw;
  bottom: -2.5vw;
}
.charm__list01 img {
  width: 36.1vw;
}
.charm__list02 {
  margin: 7vw auto 5vw;
  padding-right: 15.62vw;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  gap: 4vw;
  position: relative;
}
.charm__list02::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 35.1vw;
  height: 10.85vw;
  background-image: url(../images/charm_deco02@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: -11vw;
}
.charm__list02__text {
  width: 25vw;
}
.charm__list02__text .charmText02 {
  width: 80%;
}
.charm__list02 img {
  width: 48.5vw;
}
.charm__list03 {
  padding-left: 19vw;
  display: flex;
  justify-content: flex-start;
  gap: 6vw;
  position: relative;
}
.charm__list03::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 34.2vw;
  height: 10.85vw;
  background-image: url(../images/charm_deco03@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  bottom: -2vw;
}
.charm__list03__text {
  width: 22vw;
}
.charm__list03__text .charmText03 {
  width: 90%;
}
.charm__list03 img {
  width: 40.4vw;
}

@media screen and (max-width: 1025px) {
  .charm h2 {
    margin: 0 0 0 10vw;
  }
  .charm h3 {
    padding: 2vw 0 2.5vw 15vw;
    background-position: left 12vw center;
  }
  .charm .charmNO {
    width: 6vw;
  }
  .charm h4 {
    font-size: 2.2vw;
  }
  .charm p {
    font-size: 1.4vw;
    font-weight: 400;
    line-height: 1.9;
  }
  .charm__list01 {
    padding-left: 16vw;
    display: flex;
    justify-content: flex-start;
    gap: 6vw;
    position: relative;
    bottom: 2vw;
  }
  .charm__list01__text {
    width: 33vw;
  }
  .charm__list01__text .charmText01 {
    width: 100%;
  }
  .charm__list01 img {
    width: 40vw;
  }
  .charm__list02 {
    margin: 7vw auto 5vw;
    padding-right: 3vw;
    gap: 2vw;
  }
  .charm__list02__text {
    width: 40vw;
  }
  .charm__list02__text .charmText02 {
    width: 80%;
  }
  .charm__list02 img {
    width: 52vw;
  }
  .charm__list03 {
    padding-left: 13vw;
    gap: 2vw;
  }
  .charm__list03__text {
    width: 35vw;
  }
  .charm__list03__text .charmText03 {
    width: 90%;
  }
  .charm__list03 img {
    width: 44vw;
  }
}
@media screen and (max-width: 430px) {
  .charm {
    margin: 5vw auto;
    padding-top: 10vw;
    margin-top: -10vw;
  }
  .charm::before {
    background-image: none;
  }
  .charm::after {
    background-image: none;
  }
  .charm h2 {
    margin: 0 auto;
  }
  .charm h3 {
    margin-top: 4vw;
    padding: 4.5vw 0 7vw 0;
    background-image: url(../images/charm_bubble@2x.webp);
    background-position: center;
    position: relative;
    bottom: 5.5vw;
  }
  .charm h3::after {
    background-image: none;
  }
  .charm .charmNO {
    width: 19.5vw;
  }
  .charm h4 {
    margin: 0.5vw auto;
    font-size: 6vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.6;
  }
  .charm p {
    margin: 1rem auro;
    font-size: 4.5vw;
    font-weight: 400;
    line-height: 1.8;
  }
  .charm__list01 {
    margin: 0 auto;
    padding-left: 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    position: relative;
    bottom: 2vw;
  }
  .charm__list01__text {
    width: 90%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .charm__list01__text h4 {
    width: 70%;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .charm__list01__text .charmText01 {
    width: 100%;
    position: relative;
  }
  .charm__list01__text .charmText01::after {
    background-image: none;
  }
  .charm__list01__image {
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    bottom: 1vw;
  }
  .charm__list01__image::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100vw;
    height: 42vw;
    background-image: url(../images/charm_deco01_sp@2x.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 0;
    top: -9rem;
    z-index: -1;
  }
  .charm__list01__image img {
    width: 100%;
  }
  .charm__list02 {
    width: 100%;
    margin: 5vw auto;
    padding-right: 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    gap: 0;
    position: relative;
  }
  .charm__list02::after {
    background-image: none;
  }
  .charm__list02__text {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .charm__list02__text h4 {
    width: 70%;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .charm__list02__text .charmText02 {
    width: 100%;
  }
  .charm__list02__image {
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    bottom: 1vw;
  }
  .charm__list02__image::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 25vw;
    height: 25vw;
    background-image: url(../images/charm_deco02_sp@2x.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 0;
    bottom: -2rem;
    z-index: 0;
  }
  .charm__list02__image img {
    width: 100%;
  }
  .charm__list03 {
    margin: 0 auto;
    padding-left: 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    bottom: 2vw;
  }
  .charm__list03::after {
    background-image: none;
  }
  .charm__list03__text {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .charm__list03__text h4 {
    width: 70%;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .charm__list03__text .charmText03 {
    width: 100%;
  }
  .charm__list03__image {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  .charm__list03__image::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20vw;
    height: 20vw;
    background-image: url(../images/charm_deco03_sp@2x.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 1rem;
    top: -2rem;
    z-index: 0;
  }
  .charm__list03__image img {
    width: 100%;
  }
}
/*------mind-------------------------------------*/
.mind {
  margin: 10vw auto;
  background-image: url(../images/mind_bkimage@2x.webp);
  background-position: top 4vw center;
  background-repeat: no-repeat;
  background-size: contain;
}
.mind h2 {
  text-align: center;
  position: relative;
}
.mind h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5vw;
  height: 4.8vw;
  background-image: url(../images/mind_bird@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 0;
  left: 35.4vw;
}
.mind h3 {
  padding: 1.5vw 0 2vw;
  text-align: center;
  background-image: url(../images/mind_bubble@2x.webp);
  background-position: center;
  bottom: 3.5vw;
}
.mind__item {
  margin: 2.5vw auto;
  display: flex;
  justify-content: center;
  gap: 6.2vw;
}
.mind__item p {
  width: 9.3vw;
  height: 9.3vw;
  font-size: 1.1vw;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-image: url(../images/mind_list@2x.webp);
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mind__message {
  margin: 4vw auto 0;
  font-size: 1.8vw;
  font-weight: 700;
  text-align: right;
  line-height: 1.8;
}
.mind__message .message01 {
  padding: 0 16vw 0 0;
  position: relative;
}
.mind__message .message01::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 37vw;
  height: 1rem;
  background-image: url(../images/message01@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -0.5vw;
  right: 0;
}
.mind__message .message02 {
  padding: 0 13vw 0 0;
  position: relative;
}
.mind__message .message02::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 28vw;
  height: 1rem;
  background-image: url(../images/message02@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -0.5vw;
  right: 0;
}

@media screen and (max-width: 1025px) {
  .mind {
    margin: 10vw auto 3vw;
    background-image: url(../images/mind_bkimage@2x.webp);
    background-position: top 4vw center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .mind h3 {
    padding: 2.2vw 0 2.6vw;
    bottom: 3.5vw;
  }
  .mind__item {
    margin: 2.5vw auto;
    display: flex;
    justify-content: center;
    gap: 4vw;
  }
  .mind__item p {
    width: 13vw;
    height: 13vw;
    font-size: 1.55vw;
  }
  .mind__message {
    margin: 4vw auto 0;
    font-size: 2.4vw;
  }
  .mind__message .message01::after {
    width: 45vw;
    height: 1rem;
    bottom: -1vw;
    right: 0;
  }
  .mind__message .message02::after {
    width: 34vw;
    height: 1rem;
    bottom: -1vw;
    right: 0;
  }
}
@media screen and (max-width: 430px) {
  .mind {
    margin: 10vw auto;
    background-image: url(../images/mind_bkimage_sp@2x.webp);
    background-position: bottom 26vw center;
    background-size: 100%;
  }
  .mind h2 {
    text-align: center;
    position: relative;
  }
  .mind h2::after {
    background-image: none;
  }
  .mind h3 {
    padding: 6vw 0 7vw;
    background-image: url(../images/mind_bubble@2x.webp);
    bottom: 3.5vw;
  }
  .mind__item {
    margin: 2.5vw auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4vw;
  }
  .mind__item p {
    width: 35vw;
    height: 35vw;
    font-size: 4.2vw;
  }
  .mind__message {
    margin: 54vw auto 0;
    font-size: 6.5vw;
  }
  .mind__message .message01 {
    padding: 0 11vw 0 0;
  }
  .mind__message .message01::after {
    width: 88vw;
    height: 1rem;
    bottom: -2.5vw;
    right: 0;
  }
  .mind__message .message02 {
    padding: 0 21vw 0 0;
  }
  .mind__message .message02::after {
    width: 78vw;
    height: 1rem;
    bottom: -2.5vw;
    right: 0;
  }
}
/*------pickup-------------------------------------*/
.pickup h2 {
  margin: 0 5vw 0 13vw;
  text-align: center;
  display: inline-block;
}
.pickup h3 {
  padding: 3.5vw 3.5vw 4vw;
  text-align: center;
  background-image: url(../images/pickup_bubble@2x.webp);
  background-position: center;
  display: inline-block;
}
.pickup__list {
  margin: 1vw auto 5vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2.6vw;
}
.pickup__list__text {
  width: 26.5vw;
}
.pickup__list__text .pickupName {
  width: 15vw;
  padding-left: 1.5vw;
  position: relative;
}
.pickup__list__text .pickupName h4 {
  font-size: 1.3vw;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.pickup__list__text .pickupName__roman {
  font-size: 0.8vw;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 600;
  color: #e7380d;
}
.pickup__list__text .pickupName__sub {
  margin-top: 0.3vw;
  font-size: 1vw;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.pickup__list__text .pickupName::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1vw;
  height: 5vw;
  background-image: url(../images/pickup_line@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}
.pickup__list__text .pickupPre {
  margin: 2vw auto;
  font-size: 1vw;
  font-weight: 400;
}
.pickup__list__text .pickupPre span {
  margin-right: 1vw;
  padding: 0.8vw;
  font-weight: 600;
  color: #ffffff;
  background-image: url(../images/pickup_pre@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.pickup__list__text .pickupContent {
  font-size: 0.9vw;
  font-weight: 400;
  line-height: 2;
}
.pickup__list__text .pickupContent__head {
  color: #e7380d;
  font-weight: 600;
}
.pickup__list__text .pickupMore {
  margin-top: 2vw;
}
.pickup__list__text .pickupMore img {
  width: 13vw;
}
.pickup__list__image img {
  width: 40.8vw;
}
.pickup .list01 {
  margin-left: 18.2vw;
  position: relative;
}
.pickup .list01::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 32.4vw;
  height: 21.8vw;
  background-image: url(../images/pickup_deco01@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -12vw;
  right: 0;
}
.pickup .list02 {
  margin-right: 18.2vw;
  flex-direction: row-reverse;
  position: relative;
}
.pickup .list02::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 28.6vw;
  height: 9.8vw;
  background-image: url(../images/pickup_deco02@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  top: 5vw;
  left: 0;
  z-index: -1;
}
.pickup .list03 {
  margin-left: 18.2vw;
  position: relative;
}
.pickup .list03::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 23.2vw;
  height: 8.1vw;
  background-image: url(../images/pickup_deco03@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  top: 3vw;
  right: 0;
  z-index: -1;
}
.pickup .list03::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 37.5vw;
  height: 12.4vw;
  background-image: url(../images/pickup_deco04@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -7vw;
  right: 19vw;
}

@media screen and (max-width: 1025px) {
  .pickup h2 {
    margin: 0 5vw 0 10vw;
    text-align: center;
    display: inline-block;
  }
  .pickup h3 {
    padding: 3vw 3vw 3.5vw;
  }
  .pickup__list {
    margin: 1vw auto 5vw;
    gap: 2vw;
  }
  .pickup__list__text {
    width: 32vw;
  }
  .pickup__list__text .pickupName {
    width: 15vw;
    padding-left: 2vw;
  }
  .pickup__list__text .pickupName h4 {
    font-size: 1.8vw;
  }
  .pickup__list__text .pickupName__roman {
    font-size: 1vw;
  }
  .pickup__list__text .pickupName__sub {
    margin-top: 0.3vw;
    font-size: 1.4vw;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .pickup__list__text .pickupName::before {
    width: 1vw;
    height: 7vw;
  }
  .pickup__list__text .pickupPre {
    margin: 2vw auto;
    font-size: 1.4vw;
  }
  .pickup__list__text .pickupPre span {
    margin-right: 1vw;
    padding: 1.2vw;
  }
  .pickup__list__text .pickupContent {
    font-size: 1.4vw;
    line-height: 1.8;
  }
  .pickup__list__text .pickupContent__head {
    color: #e7380d;
    font-weight: 600;
  }
  .pickup__list__text .pickupMore {
    margin-top: 2vw;
  }
  .pickup__list__text .pickupMore img {
    width: 20vw;
  }
  .pickup__list__image img {
    width: 43vw;
  }
  .pickup .list01 {
    margin-left: 15vw;
  }
  .pickup .list02 {
    margin-right: 10vw;
  }
  .pickup .list02 .pickup__list__text {
    width: 45%;
  }
  .pickup .list03 {
    margin-left: 14vw;
  }
}
@media screen and (max-width: 430px) {
  .pickup {
    padding-top: 10vw;
    margin-top: -10vw;
  }
  .pickup h2 {
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .pickup h3 {
    padding: 5.5vw 0 7vw;
    display: block;
  }
  .pickup__list {
    margin: 1vw auto 5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .pickup__list__text {
    width: 90%;
  }
  .pickup__list__text .pickupName {
    width: 100%;
    padding-left: 4rem;
  }
  .pickup__list__text .pickupName h4 {
    text-align: left;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .pickup__list__text .pickupName__roman {
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 600;
    color: #e7380d;
  }
  .pickup__list__text .pickupName__sub {
    margin-top: 0.3vw;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .pickup__list__text .pickupName::before {
    width: 2rem;
    height: 7.5rem;
    left: 1rem;
  }
  .pickup__list__text .pickupPre {
    margin: 2rem auto;
    font-size: 1.6rem;
  }
  .pickup__list__text .pickupPre span {
    margin-right: 1vw;
    padding: 1rem;
    font-weight: 600;
  }
  .pickup__list__text .pickupContent {
    padding: 0.5rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.7;
  }
  .pickup__list__text .pickupContent__head {
    color: #e7380d;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .pickup__list__text .pickupMore {
    margin: 2rem auto;
    display: block;
    text-align: center;
  }
  .pickup__list__text .pickupMore img {
    width: 25rem;
  }
  .pickup__list__image {
    width: 95%;
  }
  .pickup__list__image img {
    width: 100%;
  }
  .pickup .list01,
  .pickup .list02,
  .pickup .list03 {
    margin-left: 0;
    flex-direction: column-reverse;
  }
  .pickup .list01::after,
  .pickup .list02::after,
  .pickup .list03::after {
    background-image: none;
  }
  .pickup .list02 {
    margin: 0 auto;
  }
  .pickup .list02 .pickup__list__text {
    width: 90%;
  }
  .pickup .list03::before {
    background-image: none;
  }
}
/* --- モーダル用のスタイル --- */
.modal {
  display: none;
  /* ①：初期状態では非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s ease;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  padding: 10vh 2vw;
}
.modal__inner {
  margin: 0 auto;
  max-height: 90vh;
  overflow-y: auto;
  background-color: #fff;
  padding: 3vw;
  border-radius: 1rem;
  width: 70%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 0 2vw;
}
.modal__inner__close {
  /* 右上の「×」閉じるボタン */
  position: absolute;
  top: 1vw;
  right: 1.5vw;
  font-size: 2vw;
  font-weight: bold;
  color: #2c2c2c;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
}
.modal__inner__close:hover {
  color: #000;
}
.modal__inner__l {
  width: 45%;
}
.modal__inner__l .modalName {
  width: 15vw;
  padding-left: 1.5vw;
  position: relative;
}
.modal__inner__l .modalName h4 {
  font-size: 1.3vw;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.modal__inner__l .modalName__roman {
  font-size: 0.8vw;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 600;
  color: #e7380d;
}
.modal__inner__l .modalName__sub {
  margin-top: 0.3vw;
  font-size: 1vw;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.modal__inner__l .modalName::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1vw;
  height: 5vw;
  background-image: url(../images/pickup_line@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}
.modal__inner__l .modalPre {
  margin: 2vw auto;
  font-size: 1vw;
  font-weight: 400;
}
.modal__inner__l .modalPre span {
  margin-right: 1vw;
  padding: 0.8vw;
  font-weight: 600;
  color: #ffffff;
  background-image: url(../images/pickup_pre@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.modal__inner__l .modalContent {
  font-size: 0.9vw;
  font-weight: 400;
  line-height: 2;
}
.modal__inner__l .modalContent__head {
  color: #e7380d;
  font-weight: 600;
}
.modal__inner__l .modalMore {
  margin-top: 2vw;
}
.modal__inner__l .modalMore img {
  width: 13vw;
}
.modal__inner__r {
  width: 45%;
  margin-top: 1vw;
}
.modal__inner__r .modalBox {
  margin: 1vw auto;
  line-height: 1.8;
}
.modal__inner__r .modalBox__head {
  color: #e7380d;
  font-size: 1vw;
  font-weight: 600;
}
.modal__inner__r .modalBox__text {
  font-size: 0.9vw;
  font-weight: 500;
}
.modal__inner__closeBtn {
  width: 13vw;
  display: block;
  margin: 1vw auto 0;
  font-size: 16px;
  cursor: pointer;
}
.modal__inner__closeBtn:hover {
  opacity: 0.8;
}

/* モーダル表示時のスタイル */
.modal.is-open {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1025px) {
  .modal {
    padding: 5vh 1vw;
  }
  .modal__inner {
    padding: 3vw;
    width: 85%;
    gap: 0 2vw;
  }
  .modal__inner__l {
    width: 45%;
  }
  .modal__inner__l .modalName {
    width: 15vw;
    padding-left: 1.5vw;
  }
  .modal__inner__l .modalName h4 {
    font-size: 1.8vw;
  }
  .modal__inner__l .modalName__roman {
    font-size: 1vw;
  }
  .modal__inner__l .modalName__sub {
    margin-top: 0.3vw;
    font-size: 1.4vw;
  }
  .modal__inner__l .modalName::before {
    width: 1vw;
    height: 7vw;
  }
  .modal__inner__l .modalPre {
    margin: 2.5vw auto;
    font-size: 1.4vw;
  }
  .modal__inner__l .modalPre span {
    margin-right: 1vw;
    padding: 1.2vw;
  }
  .modal__inner__l .modalContent {
    font-size: 1.4vw;
    line-height: 1.8;
  }
  .modal__inner__l .modalMore {
    margin-top: 2vw;
  }
  .modal__inner__l .modalMore img {
    width: 20vw;
  }
  .modal__inner__r {
    width: 45%;
    margin-top: 1vw;
  }
  .modal__inner__r .modalBox {
    margin: 1vw auto;
    line-height: 1.8;
  }
  .modal__inner__r .modalBox__head {
    font-size: 1.6vw;
  }
  .modal__inner__r .modalBox__text {
    font-size: 1.4vw;
  }
  .modal__inner__closeBtn {
    width: 20vw;
  }
}
@media screen and (max-width: 430px) {
  .modal {
    padding: 5vh 2vw;
  }
  .modal__inner {
    margin: 0;
    max-height: 90vh;
    padding: 3vw;
    width: 90%;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0;
  }
  .modal__inner__close {
    top: 1rem;
    right: 1.5rem;
    font-size: 3rem;
  }
  .modal__inner__l {
    width: 100%;
  }
  .modal__inner__l .modalName {
    width: 100%;
    padding-left: 3rem;
  }
  .modal__inner__l .modalName h4 {
    font-size: 2rem;
  }
  .modal__inner__l .modalName__roman {
    font-size: 1.4rem;
  }
  .modal__inner__l .modalName__sub {
    margin-top: 0.3vw;
    font-size: 1.6rem;
  }
  .modal__inner__l .modalName::before {
    width: 2rem;
    height: 7.5rem;
    left: 1rem;
  }
  .modal__inner__l .modalPre {
    margin: 2rem auto;
    font-size: 1.4rem;
  }
  .modal__inner__l .modalPre span {
    margin-right: 1vw;
    padding: 1rem;
  }
  .modal__inner__l .modalContent {
    font-size: 1.6;
    font-weight: 500;
    line-height: 1.7;
  }
  .modal__inner__l .modalContent__head {
    font-size: 1.8rem;
  }
  .modal__inner__r {
    width: 100%;
    margin-top: 1rem;
  }
  .modal__inner__r .modalBox {
    margin: 1rem auto;
    line-height: 1.8;
  }
  .modal__inner__r .modalBox__head {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .modal__inner__r .modalBox__text {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .modal__inner__closeBtn {
    width: 25rem;
  }
  .modal__inner__closeBtn:hover {
    opacity: 0.8;
  }
  .modal.is-open {
    align-items: flex-start;
  }
}
/*------interview-------------------------------------*/
.interview {
  margin: 9vw auto 2vw;
  padding: 0 0 2vw 0;
  background-image: url(../images/interiew_line03@2x.webp);
  background-position: bottom right;
  background-size: 92vw;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.interview h2 {
  text-align: center;
  position: relative;
}
.interview h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5.5vw;
  height: 5.5vw;
  background-image: url(../images/interiew_bird@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 19.5vw;
  bottom: -2vw;
}
.interview h3 {
  padding: 2vw 3vw 2.5vw;
  background-image: url(../images/interiew_bubble@2x.webp);
  background-position: left center;
  display: inline-block;
  position: relative;
  left: 55.5vw;
}
.interview h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 51.5vw;
  height: 0.6rem;
  background-image: url(../images/interiew_line01@2x.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  top: 48%;
  left: -55.5vw;
}
.interview h3::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 14vw;
  height: 0.6rem;
  background-image: url(../images/interiew_line02@2x.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  top: 48%;
  right: -17.5vw;
}

@media screen and (max-width: 430px) {
  .interview {
    margin: 7vw auto 3vw;
    padding: 20vw 0 3vw;
    background-image: url(../images/interview_line_sp@2x.webp);
    background-position: bottom center;
    background-size: 85%;
  }
  .interview h2 {
    font-size: 5rem;
    text-align: center;
  }
  .interview h2::after {
    width: 85%;
    height: 1rem;
    background-image: url(../images/interview_line_sp@2x.webp);
    background-position: center;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .interview h3 {
    margin-bottom: -12vw;
    padding: 4rem 5rem 4.5rem;
    background-position: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2rem;
  }
  .interview h3::before {
    background-image: none;
  }
  .interview h3::after {
    background-image: none;
  }
}
/*------slider-------------------------------------*/
.splide {
  padding: 2vw 0 2vw;
  position: relative;
}

.splide__track {
  padding-left: 17vw;
  /* PC時の左の余白 */
  padding-right: 0vw;
  /* PC時の右の余白 */
}

.slide {
  width: 100%;
}

/*
.slide-text {
  padding: 1vw;
  font-size: 1.2vw;
  color: #2c2c2c;
}
*/
.splide__arrow > svg {
  display: none;
}

.splide__arrows {
  display: none;
}

.splide__pagination {
  display: none;
}

/* 自作矢印の基本スタイル */
.interview-arrows {
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
}

.interview-arrow--prev,
.interview-arrow--next {
  display: block;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
  top: 0;
  pointer-events: auto;
  position: absolute;
  pointer-events: auto;
}

.interview-arrow--prev {
  left: 3vw;
  background-image: url(../images/slider@2x.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.interview-arrow--next {
  right: 3vw;
  background-image: url(../images/slider@2x.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}

/* 矢印の無効化スタイル */
.interview-arrow:disabled {
  opacity: 0.5;
  /* 無効時は半透明に */
  cursor: not-allowed;
}

.slide-img {
  position: relative;
  width: 100%;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 1em;
}

.slide-img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1025px) {
  .splide__track {
    padding-left: 10vw;
    padding-right: 0vw;
  }
  .slide-text {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 430px) {
  .splide {
    padding: 10vw 0;
  }
  .splide__track {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .slide-text {
    padding: 0.5em;
    font-size: 1.6rem;
  }
  .interview-arrow--prev {
    left: 2vw;
    background-image: url(../images/slider_sp@2x.webp);
  }
  .interview-arrow--next {
    right: 2vw;
    background-image: url(../images/slider_sp@2x.webp);
  }
}
/*------flow-------------------------------------*/
.flow {
  margin: 3vw auto 0;
}
.flow h2 {
  text-align: center;
}
.flow h3 {
  padding: 1.5vw 0 2vw;
  text-align: center;
  background-image: url(../images/flow_bubble@2x.webp);
  background-position: center;
  position: relative;
  bottom: 1vw;
}
.flow__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  color: #ffffff;
  font-size: 1vw;
  font-weight: 500;
  text-align: center;
}
.flow__list h4 {
  padding: 2vw;
  font-size: 1vw;
  font-weight: 500;
  background-image: url(../images/flow_head@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.flow__list .listItem00 {
  position: relative;
  bottom: 11vw;
  right: 1vw;
}
.flow__list .listItem01 {
  position: relative;
  bottom: 4vw;
  right: 5vw;
}
.flow__list .listItem02 {
  position: relative;
  right: 5vw;
}
.flow__list .listItem03 {
  position: relative;
  right: 3vw;
}
.flow__list .listItem04 {
  position: relative;
  bottom: 2vw;
  right: 2.5vw;
}
.flow__list__item {
  width: 11.6vw;
}
.flow__list__item .flowItem01 {
  width: 85%;
  position: relative;
  top: 2vw;
  z-index: -1;
}
.flow__list__item .flowItem02 {
  width: 92%;
  position: relative;
  top: 0.8vw;
  z-index: -1;
}
.flow__list__item .flowItem03 {
  width: 80%;
  position: relative;
  top: 2.2vw;
  z-index: -1;
}
.flow__list__item .flowItem04 {
  width: 88%;
  position: relative;
  top: -0.3vw;
  z-index: -1;
}
.flow__list__item p {
  padding: 1vw 0;
  background-image: url(../images/flow_list@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.flow__day {
  width: 100%;
  padding: 26vw 0 17vw;
  background-image: url(../images/step_bg@2x.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  position: relative;
  top: -14vw;
}
.flow__day h4 {
  color: #ffffff;
  font-size: 1.4vw;
  text-align: center;
}
.flow__day__step {
  padding: 0 5vw;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 0 2vw;
}
.flow__day__step__item {
  width: 35%;
}
.flow__day__step__item .stepImg {
  width: 19vw;
}
.flow__day__step__item .stepText__no {
  width: 6vw;
}
.flow__day__step__item .stepText__box {
  text-align: left;
  color: #ffffff;
}
.flow__day__step__item .stepText__box__head {
  margin: 0.5vw 0;
  font-size: 1.5vw;
  font-weight: 600;
}
.flow__day__step__item .stepText__box__text {
  font-size: 0.9vw;
  font-weight: 500;
  line-height: 1.7;
}
.flow__day__step .step01 {
  position: relative;
  bottom: 5vw;
  left: 3vw;
}
.flow__day__step .step01 .stepText {
  text-align: left;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.flow__day__step .step01 .stepText .stepText__no {
  position: relative;
  right: 3.5vw;
  bottom: 2.2vw;
}
.flow__day__step .step01 .stepText .stepText__box {
  margin-left: 6vw;
  width: 50%;
}
.flow__day__step .step02 {
  position: relative;
  right: 2vw;
  top: 3vw;
}
.flow__day__step .step02 .stepImg {
  margin-right: 3vw;
}
.flow__day__step .step02 .stepText {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: left;
}
.flow__day__step .step02 .stepText .stepText__no {
  position: relative;
  left: 2vw;
  bottom: 1vw;
}
.flow__day__step .step02 .stepText .stepText__box {
  margin-right: 4vw;
  width: 60%;
}
.flow__day__step .step03 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1vw;
  position: relative;
  bottom: 9vw;
}
.flow__day__step .step03 .stepText {
  width: 35%;
}
.flow__day__step .step03 .stepText__no {
  position: relative;
  top: 15vw;
  left: 27vw;
}
.flow__day__step .step04 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.flow__day__step .step04 .stepText {
  width: 36%;
}
.flow__day__step .step04 .stepText__no {
  position: relative;
  right: 5vw;
  top: 1vw;
}
.flow__day__step .step05,
.flow__day__step .step06,
.flow__day__step .step07,
.flow__day__step .step08 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.flow__day__step .step05 .stepText,
.flow__day__step .step06 .stepText,
.flow__day__step .step07 .stepText,
.flow__day__step .step08 .stepText {
  width: 70%;
  display: flex;
}
.flow__day__step .step05 .stepText__no,
.flow__day__step .step06 .stepText__no,
.flow__day__step .step07 .stepText__no,
.flow__day__step .step08 .stepText__no {
  position: relative;
  right: 1vw;
  bottom: 1vw;
}
.flow__day__step .step05 .stepText__box,
.flow__day__step .step06 .stepText__box,
.flow__day__step .step07 .stepText__box,
.flow__day__step .step08 .stepText__box {
  width: 70%;
}
.flow__day__step .step05 {
  bottom: 3vw;
  left: 2vw;
}
.flow__day__step .step06 {
  top: 3vw;
  right: 2vw;
}
.flow__day__step .step07 {
  bottom: 3vw;
  left: 5.5vw;
}
.flow__day__step .step08 {
  top: 5vw;
  right: 1vw;
}

@media screen and (max-width: 1025px) {
  .flow {
    margin: 5vw auto 0;
  }
  .flow h3 {
    padding: 2vw 0 2.5vw;
  }
  .flow__list {
    gap: 1.5vw;
    font-size: 1.6vw;
  }
  .flow__list h4 {
    padding: 3vw;
    font-size: 1.6vw;
  }
  .flow__list__item {
    width: 11.6vw;
  }
  .flow__day {
    width: 100%;
    padding: 26vw 0 0;
    background-image: url(../images/step_bg@2x.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    position: relative;
    top: -14vw;
  }
  .flow__day h4 {
    color: #ffffff;
    font-size: 1.8vw;
    text-align: center;
  }
  .flow__day__step {
    padding: 0 5vw;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 0 2vw;
  }
  .flow__day__step__item {
    width: 40%;
  }
  .flow__day__step__item .stepImg {
    width: 22vw;
  }
  .flow__day__step__item .stepText__no {
    width: 8vw;
  }
  .flow__day__step__item .stepText__box {
    text-align: left;
    color: #ffffff;
  }
  .flow__day__step__item .stepText__box__head {
    margin: 0.5vw 0;
    font-size: 1.6vw;
  }
  .flow__day__step__item .stepText__box__text {
    font-size: 1.4vw;
  }
  .flow__day__step .step01 {
    bottom: 8vw;
    left: 3vw;
  }
  .flow__day__step .step01 .stepText .stepText__no {
    right: 2vw;
    bottom: 2vw;
  }
  .flow__day__step .step01 .stepText .stepText__box {
    margin-left: 7vw;
    width: 50%;
  }
  .flow__day__step .step02 {
    right: 0;
    top: -3vw;
  }
  .flow__day__step .step02 .stepImg {
    margin-right: 0;
  }
  .flow__day__step .step02 .stepText .stepText__no {
    left: 2vw;
    bottom: 3vw;
  }
  .flow__day__step .step02 .stepText .stepText__box {
    margin-right: 0;
    width: 70%;
  }
  .flow__day__step .step03 {
    gap: 0.8vw;
    bottom: 20vw;
  }
  .flow__day__step .step03 .stepText__no {
    top: 20vw;
    left: 30vw;
  }
  .flow__day__step .step04 {
    position: relative;
    bottom: 16vw;
  }
  .flow__day__step .step04 .stepText {
    width: 36%;
  }
  .flow__day__step .step04 .stepText__no {
    right: 9vw;
    top: 11vw;
  }
  .flow__day__step .step05 .stepText,
  .flow__day__step .step06 .stepText,
  .flow__day__step .step07 .stepText,
  .flow__day__step .step08 .stepText {
    width: 90%;
    margin-right: -3vw;
  }
  .flow__day__step .step05 .stepText__no,
  .flow__day__step .step06 .stepText__no,
  .flow__day__step .step07 .stepText__no,
  .flow__day__step .step08 .stepText__no {
    right: 2vw;
    bottom: 3vw;
  }
  .flow__day__step .step05 .stepText__box,
  .flow__day__step .step06 .stepText__box,
  .flow__day__step .step07 .stepText__box,
  .flow__day__step .step08 .stepText__box {
    width: 70%;
  }
  .flow__day__step .step05 {
    bottom: 18vw;
    left: 2vw;
  }
  .flow__day__step .step06 {
    top: -14vw;
    right: 0vw;
  }
  .flow__day__step .step07 {
    bottom: 19vw;
    left: 4.5vw;
  }
  .flow__day__step .step08 {
    top: -15vw;
    right: 1vw;
  }
}
@media screen and (max-width: 430px) {
  .flow {
    margin: 7vw auto 0;
    padding-top: 10vw;
  }
  .flow h3 {
    padding: 2.5rem 0 3rem;
  }
  .flow__list {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0;
    font-size: 2rem;
  }
  .flow__list h4 {
    width: 100%;
    padding: 4.5rem;
    font-size: 2rem;
  }
  .flow__list .listItem00 {
    bottom: 0;
    right: 0;
  }
  .flow__list .listItem01 {
    bottom: 2rem;
    right: 0;
  }
  .flow__list .listItem02 {
    bottom: 2rem;
    right: 0;
  }
  .flow__list .listItem03 {
    bottom: 3rem;
    right: 0;
  }
  .flow__list .listItem04 {
    bottom: 3rem;
    right: 0;
  }
  .flow__list__item {
    width: 45%;
  }
  .flow__day {
    width: 100%;
    padding: 32vw 0 50vw;
    background-image: url(../images/step_bg_sp@2x.webp);
    top: -10vw;
  }
  .flow__day h4 {
    font-size: 2.2rem;
  }
  .flow__day__step {
    padding: 9vw 5% 10vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0 2vw;
  }
  .flow__day__step__item {
    width: 100%;
    padding-left: 20%;
  }
  .flow__day__step__item .stepImg {
    width: 100%;
  }
  .flow__day__step__item .stepText__no {
    width: 26vw;
  }
  .flow__day__step__item .stepText__box__head {
    margin: 5.5vw 0 2.5vw;
    font-size: 7.5vw;
  }
  .flow__day__step__item .stepText__box__text {
    font-size: 4vw;
    line-height: 1.7;
  }
  .flow__day__step .step01 {
    bottom: 0;
    left: 0;
  }
  .flow__day__step .step01 .stepText {
    flex-direction: row;
  }
  .flow__day__step .step01 .stepText .stepText__no {
    right: 3.5vw;
    bottom: 14vw;
  }
  .flow__day__step .step01 .stepText .stepText__box {
    margin-left: 0;
    width: 70%;
  }
  .flow__day__step .step01 .stepText .stepText__box__text {
    margin-left: -24vw;
  }
  .flow__day__step .step02 {
    right: 0;
    top: 4vw;
  }
  .flow__day__step .step02 .stepImg {
    margin-right: 0;
  }
  .flow__day__step .step02 .stepText .stepText__no {
    left: -3.5vw;
    bottom: 14vw;
  }
  .flow__day__step .step02 .stepText .stepText__box {
    margin-right: 0;
    width: 70%;
  }
  .flow__day__step .step02 .stepText .stepText__box__text {
    margin-left: -10rem;
  }
  .flow__day__step .step03 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    position: relative;
    bottom: -10vw;
  }
  .flow__day__step .step03 .stepText {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  .flow__day__step .step03 .stepText .stepText__no {
    left: -3.5vw;
    bottom: 14vw;
  }
  .flow__day__step .step03 .stepText .stepText__box {
    width: 70%;
  }
  .flow__day__step .step03 .stepText .stepText__box__text {
    margin-left: -10rem;
  }
  .flow__day__step .step03 .stepText__no {
    top: -14vw;
    left: -3vw;
  }
  .flow__day__step .step03 .stepText__box__head {
    margin: 1rem 0;
    line-height: 1;
  }
  .flow__day__step .step03 .stepText__box__head span {
    font-size: 2.4rem;
  }
  .flow__day__step .step04 {
    flex-direction: column;
    align-items: center;
    bottom: -15vw;
  }
  .flow__day__step .step04 .stepText {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  .flow__day__step .step04 .stepText__no {
    right: 2vw;
    top: -13.5vw;
  }
  .flow__day__step .step04 .stepText__box {
    width: 70%;
  }
  .flow__day__step .step04 .stepText__box__text {
    margin-left: -10rem;
  }
  .flow__day__step .step05 .stepText,
  .flow__day__step .step06 .stepText,
  .flow__day__step .step07 .stepText,
  .flow__day__step .step08 .stepText {
    width: 100%;
  }
  .flow__day__step .step05 .stepText__no,
  .flow__day__step .step06 .stepText__no,
  .flow__day__step .step07 .stepText__no,
  .flow__day__step .step08 .stepText__no {
    right: 3vw;
    bottom: 13.5vw;
  }
  .flow__day__step .step05 .stepText__box,
  .flow__day__step .step06 .stepText__box,
  .flow__day__step .step07 .stepText__box,
  .flow__day__step .step08 .stepText__box {
    width: 70%;
  }
  .flow__day__step .step05 .stepText__box__text,
  .flow__day__step .step06 .stepText__box__text,
  .flow__day__step .step07 .stepText__box__text,
  .flow__day__step .step08 .stepText__box__text {
    margin-left: -10rem;
  }
  .flow__day__step .step05 {
    bottom: -18vw;
    left: 0;
  }
  .flow__day__step .step06 {
    top: 24vw;
    right: 0;
  }
  .flow__day__step .step07 {
    bottom: -28vw;
    left: 0;
  }
  .flow__day__step .step08 {
    top: 38vw;
    right: 0;
  }
}
/*------hiring-------------------------------------*/
.hiring {
  margin-top: -14vw;
}
.hiring h2 {
  margin: 0 1.5vw 0 13vw;
  text-align: center;
  display: inline-block;
}
.hiring h3 {
  padding: 2vw 3vw 2.5vw;
  text-align: center;
  background-image: url(../images/hiring_bubble@2x.webp);
  background-position: center;
  display: inline-block;
  position: relative;
  bottom: 1vw;
}
.hiring h3::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6vw;
  height: 6vw;
  background-image: url(../images/hiring_bird@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: -2vw;
  right: -7vw;
}
.hiring__table {
  margin: 3vw auto 0;
  width: 52.6vw;
}
.hiring__table tr {
  border-bottom: black 1px solid;
}
.hiring__table tr:first-child {
  border-top: black 1px solid;
}
.hiring__table__item {
  width: 15%;
  padding: 1em;
  font-size: 1vw;
  font-weight: 600;
  text-align: center;
  vertical-align: top;
}
.hiring__table__content {
  padding: 1em;
  font-size: 0.9vw;
  font-weight: 400;
}

@media screen and (max-width: 1025px) {
  .hiring {
    margin-top: -20vw;
  }
  .hiring h2 {
    margin: 0 1.5vw 0 10vw;
  }
  .hiring__table {
    margin: 3vw auto 0;
    width: 70vw;
  }
  .hiring__table__item {
    font-size: 1.4vw;
  }
  .hiring__table__content {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 430px) {
  .hiring {
    margin-top: -15vw;
    padding-top: 10vw;
  }
  .hiring h2 {
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .hiring h3 {
    padding: 3rem 0 4rem;
    text-align: center;
    display: block;
  }
  .hiring h3::after {
    background-image: none;
  }
  .hiring__table {
    margin: 3vw auto 0;
    width: 90%;
  }
  .hiring__table tr {
    display: flex;
    flex-direction: column;
  }
  .hiring__table__item {
    width: 100%;
    padding: 1.5rem 5% 0.5rem;
    font-size: 1.6rem;
    text-align: left;
  }
  .hiring__table__content {
    padding: 0.2rem 5% 1.5rem;
    font-size: 1.6rem;
    font-weight: 400;
  }
}
/*------faq-------------------------------------*/
.faq {
  margin: 3vw auto 0;
  padding: 5vw 13vw 3vw;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.faq__title h2 {
  margin-left: 1vw;
}
.faq__title h3 {
  padding: 1.2vw 2vw 2vw;
  background-image: url(../images/faq_bubble@2x.webp);
}
.faq__title__img {
  width: 19.7vw;
  position: relative;
  right: 3vw;
}
.faq__content {
  width: 48vw;
}
.faq__content .faqItem {
  width: 100%;
  margin: 1vw auto;
  padding: 1.5em;
  font-size: 1.1vw;
  border: 1px solid black;
  border-radius: 1rem;
  position: relative;
}
.faq__content .faqItem::before {
  width: 3vw;
  height: 2vw;
  position: absolute;
  display: inline-block;
  content: "Q";
  font-family: "Montserrat", sans-serif;
  font-size: 2.6vw;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #e7380d;
  top: 0.4em;
  left: 0.4em;
}
.faq__content .faqItem .question {
  font-weight: 600;
  padding: 0 2em 0 3em;
  position: relative;
}
.faq__content .faqItem .question::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1vw;
  height: 0.2vw;
  background-color: #e7380d;
  border-radius: 2px;
  right: 0;
  top: 0.5em;
}
.faq__content .faqItem .question::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.2vw;
  height: 1vw;
  background-color: #e7380d;
  border-radius: 2px;
  right: 0.35em;
  top: 0.15em;
}
.faq__content .faqItem .question.open::after {
  opacity: 0;
}
.faq__content .faqItem .answer {
  font-weight: 500;
  margin-top: 2em;
  padding: 0 4em 0 3em;
  position: relative;
}
.faq__content .faqItem .answer::before {
  width: 3vw;
  height: 2vw;
  position: absolute;
  display: inline-block;
  content: "A";
  font-family: "Montserrat", sans-serif;
  font-size: 2.6vw;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #2c2c2c;
  top: 0em;
  left: -0.2em;
}
.faq__content .faqItem .answer::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 94%;
  height: 5px;
  background-image: url(../images/faq_line@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  top: -1em;
  right: 0;
}

@media screen and (max-width: 1025px) {
  .faq {
    margin: 3vw auto;
    padding: 5vw 10vw;
  }
  .faq__title h2 {
    margin-left: 0vw;
  }
  .faq__title h3 {
    padding: 2vw 2.5vw 2.5vw;
    position: relative;
    right: 4vw;
  }
  .faq__content {
    width: 50vw;
  }
  .faq__content .faqItem {
    font-size: 1.4vw;
  }
  .faq__content .faqItem::before {
    width: 3vw;
    height: 2vw;
    font-size: 3vw;
    top: 0.6em;
    left: 0.6em;
  }
  .faq__content .faqItem .question::before {
    width: 1.2vw;
    height: 0.3vw;
    right: 0;
    top: 0.5em;
  }
  .faq__content .faqItem .question::after {
    width: 0.3vw;
    height: 1.2vw;
    right: 0.35em;
    top: 0.15em;
  }
  .faq__content .faqItem .question.open::after {
    opacity: 0;
  }
  .faq__content .faqItem .answer {
    font-weight: 500;
    margin-top: 2em;
    padding: 0 4em 0 3em;
    position: relative;
  }
  .faq__content .faqItem .answer::before {
    width: 3vw;
    height: 2vw;
    font-size: 3vw;
    top: 0em;
    left: -0.1em;
  }
  .faq__content .faqItem .answer::after {
    width: 92%;
    height: 5px;
    top: -1em;
    right: 0;
  }
}
@media screen and (max-width: 430px) {
  .faq {
    margin: 0 auto;
    padding: 10vw 5% 0;
    display: flex;
    flex-direction: column;
  }
  .faq__title {
    margin: 0 auto;
  }
  .faq__title h2 {
    margin: 0 auto;
  }
  .faq__title h3 {
    margin: 1vw auto 3vw;
    padding: 3.5rem 6rem 4.5rem;
  }
  .faq__content {
    width: 100%;
  }
  .faq__content .faqItem {
    width: 100%;
    margin: 2vw auto;
    padding: 1em;
    font-size: 1.6rem;
  }
  .faq__content .faqItem::before {
    width: 3rem;
    height: 3rem;
    font-size: 3rem;
    top: 1.3rem;
    left: 2rem;
  }
  .faq__content .faqItem .question {
    font-weight: 600;
    padding: 0 2rem 0 5rem;
    position: relative;
  }
  .faq__content .faqItem .question::before {
    width: 1.5rem;
    height: 0.3rem;
    right: 0;
    top: 1rem;
  }
  .faq__content .faqItem .question::after {
    width: 0.3rem;
    height: 1.5rem;
    right: 0.6rem;
    top: 0.4rem;
  }
  .faq__content .faqItem .answer {
    font-weight: 500;
    margin-top: 2em;
    padding: 0 1rem 0 5rem;
    position: relative;
  }
  .faq__content .faqItem .answer::before {
    width: 3rem;
    height: 3rem;
    font-size: 3rem;
    top: 0;
    left: 0.5rem;
  }
  .faq__content .faqItem .answer::after {
    width: 100%;
    height: 5px;
    background-image: url(../images/faq_line_sp@2x.webp);
    top: -1em;
    right: 0;
  }
}
/*------company-------------------------------------*/
.company__inner {
  padding: 6vw 0 4vw;
  display: grid;
  grid-template-columns: 40% auto;
  grid-template-rows: 1fr auto;
  background-image: url(../images/company_line@2x.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}
.company__inner__title {
  margin-top: 2vw;
  padding-right: 17vw;
  text-align: right;
  grid-column-start: 2;
  grid-row-start: 1;
}
.company__inner__title h3 {
  padding: 1.5vw 5vw 2vw 2vw;
  background-image: url(../images/company_bubble@2x.webp);
  background-position: right 1.8vw center;
}
.company__inner__image {
  grid-row: span 2/span 2;
  grid-column-start: 1;
  grid-row-start: 1;
  order: 0;
}
.company__inner__image__name {
  margin: 2vw 0 0 13vw;
  width: 15vw;
  padding-left: 1.5vw;
  position: relative;
}
.company__inner__image__name .titleName {
  margin-top: 0.3vw;
  font-size: 1vw;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.company__inner__image__name .repreName {
  font-size: 1.3vw;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.company__inner__image__name .repreRoman {
  font-size: 0.8vw;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 600;
  color: #e7380d;
}
.company__inner__image__name::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1vw;
  height: 5vw;
  background-image: url(../images/pickup_line@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}
.company__inner__message {
  padding: 2vw 13vw 0 8vw;
  grid-column-start: 2;
}
.company__inner__message h4 {
  margin: 1vw auto;
  font-size: 1.4vw;
  font-weight: 500;
}
.company__inner__message p {
  font-size: 0.9vw;
  font-weight: 400;
  line-height: 1.7;
}
.company__map {
  width: 100%;
  height: 41.6vw;
  position: relative;
  overflow: hidden;
}
.company__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1025px) {
  .company {
    padding-top: 10vw;
    margin-top: -10vw;
  }
  .company__inner__title h3 {
    padding: 2vw 5vw 3vw 2vw;
    background-position: right 0.8vw center;
  }
  .company__inner__image__name {
    padding-left: 2vw;
  }
  .company__inner__image__name .titleName {
    margin-top: 0.3vw;
    font-size: 1.4vw;
  }
  .company__inner__image__name .repreName {
    font-size: 1.8vw;
  }
  .company__inner__image__name .repreRoman {
    font-size: 1.2vw;
  }
  .company__inner__image__name::before {
    width: 1vw;
    height: 7vw;
    top: 0;
    left: 0;
  }
  .company__inner__message {
    padding: 2vw 10vw 0 5vw;
  }
  .company__inner__message h4 {
    font-size: 1.6vw;
  }
  .company__inner__message p {
    font-size: 1.4vw;
  }
  .company__map {
    height: 40vw;
  }
}
@media screen and (max-width: 430px) {
  .company__inner {
    padding: 6vw 0 4vw;
    display: flex;
    flex-direction: column;
    background-image: none;
    grid-template-columns: none;
    grid-template-rows: none;
  }
  .company__inner__title {
    margin-top: 2vw;
    padding-right: 0;
    text-align: center;
    order: 0;
  }
  .company__inner__title h2 {
    font-size: 5.5rem;
  }
  .company__inner__title h3 {
    padding: 2.5rem 0 3rem;
    background-position: center center;
  }
  .company__inner__image {
    order: 1;
  }
  .company__inner__image__name {
    margin: 0 0 0 3rem;
    width: 100%;
    padding-left: 4rem;
  }
  .company__inner__image__name .titleName {
    margin-top: 0;
    font-size: 1.6rem;
    font-weight: 400;
  }
  .company__inner__image__name .repreName {
    font-size: 2rem;
  }
  .company__inner__image__name .repreRoman {
    font-size: 1.4rem;
  }
  .company__inner__image__name::before {
    width: 2rem;
    height: 7.5rem;
    left: 1rem;
  }
  .company__inner__message {
    padding: 1rem 5%;
    order: 2;
  }
  .company__inner__message h4 {
    margin: 1vw auto;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .company__inner__message p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7;
  }
  .company__map {
    width: 100%;
    height: 80vw;
  }
}
/*------cta----------------------------------------*/
.cta {
  padding: 5vw 0;
  text-align: center;
  background-image: url(../images/cta_deco@2x.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
}
.cta h3 {
  margin: 0 auto 3vw;
  padding: 2.3vw 0 2vw;
  background-image: url(../images/cta_bubble@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.cta__button {
  margin: 0 auto;
  width: 26vw;
  font-size: 1.2vw;
  font-weight: 600;
}
.cta__button a {
  padding: 1.5em;
  color: #ffffff;
  background-color: #e7380d;
  border-radius: 1rem;
  display: block;
}

@media screen and (max-width: 1025px) {
  .cta {
    padding: 5vw 0;
    text-align: center;
    background-image: url(../images/cta_deco@2x.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
  }
  .cta h3 {
    margin: 0 auto 2vw;
    padding: 3.8vw 0 3.5vw;
  }
  .cta__button {
    width: 30vw;
    font-size: 1.6vw;
  }
  .cta__button a {
    padding: 1.6em;
  }
}
@media screen and (max-width: 430px) {
  .cta {
    padding: 8vw 0 40vw;
    text-align: center;
    background-image: url(../images/cta_deco_sp@2x.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
  }
  .cta h3 {
    margin: 0 auto 3vw;
    padding: 4.1rem 0 4.3rem;
    background-image: url(../images/cta_bubble_sp@2x.webp);
  }
  .cta__button {
    width: 30rem;
    font-size: 2rem;
  }
  .cta__button a {
    padding: 1.5em 0;
    color: #ffffff;
    background-color: #e7380d;
    border-radius: 1rem;
    display: block;
  }
}
/*-----footer---------------------------------*/
.footer {
  padding: 3vw 13vw;
  text-align: center;
}
.footer__inner {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.footer__inner__name {
  text-align: left;
  line-height: 1.8;
}
.footer__inner__name .logo {
  width: 15.62vw;
  margin-bottom: 2vw;
}
.footer__inner__name .text01 {
  font-size: 1.2vw;
  font-weight: 500;
}
.footer__inner__name .text02 {
  font-size: 1vw;
  font-weight: 400;
}
.footer__inner__link {
  width: 45%;
  font-size: 1vw;
  font-weight: 400;
  text-align: left;
}
.footer__inner__link a {
  color: #2c2c2c;
}
.footer__inner__link .home {
  margin-bottom: 2vw;
}
.footer__inner__link__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__inner__link__list li {
  width: 33.3333333333%;
  padding: 0.6vw 0;
}
.footer .copyright {
  padding: 5vw 0 1vw;
}
.footer .copyright small {
  font-size: 0.9vw;
  font-weight: 400;
}

@media screen and (max-width: 1025px) {
  .footer {
    padding: 3vw 5vw;
  }
  .footer__inner__name .logo {
    width: 20vw;
  }
  .footer__inner__name .text01 {
    font-size: 1.8vw;
  }
  .footer__inner__name .text02 {
    font-size: 1.3vw;
  }
  .footer__inner__link {
    width: 50%;
    font-size: 1.2vw;
  }
  .footer .copyright {
    padding: 3vw 0 1vw;
  }
  .footer .copyright small {
    font-size: 1.2rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 430px) {
  .footer {
    padding: 5vw 5% 3vw;
    text-align: center;
  }
  .footer__inner__name {
    width: 100%;
    text-align: center;
    line-height: 1.8;
  }
  .footer__inner__name .logo {
    width: 25rem;
    margin-bottom: 5vw;
  }
  .footer__inner__name .text01 {
    font-size: 2rem;
    font-weight: 500;
  }
  .footer__inner__name .text02 {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .footer__inner__link {
    display: none;
  }
  .footer .copyright {
    padding: 5vw 0 1vw;
  }
  .footer .copyright small {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */