@charset "UTF-8";

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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  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;
  margin: 0;
  padding: 0;
}

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

/* 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]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* 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;
}

/* Remove all animations and transitions 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;
  }
}

html {
  font-size: 16px;
}

@media (max-width: 1050px) {
  html {
    font-size: 1.5238095238vw;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.0533333333vw;
  }
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8125;
  letter-spacing: 0.075em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000;
  background: #fff;
}

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

img,
picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
    font-size: 4vw;
    line-height: 1.9333333333;
  }
}

.l-inner,
.l-inner-m,
.l-inner-l {
  width: 100%;
  margin-inline: auto;
  padding: 0 25px;
}

.l-inner {
  max-width: 1050px;
}

.l-inner-m {
  max-width: 1150px;
}

.l-inner-l {
  max-width: 1490px;
}

@media screen and (max-width: 768px) {

  .l-inner,
  .l-inner-m,
  .l-inner-l {
    width: 100%;
    max-width: 100%;
  }

  .l-inner,
  .l-inner-m {
    padding: 0 7.33vw;
  }

  .l-inner-l {
    padding: 0 2.67vw;
  }
}

.c-btn01 {
  width: 100%;
  max-width: 280px;
  margin-inline: auto;
}

.c-btn01 a {
  display: block;
  background: #0068B6;
  border-radius: 10px 10px 0 0;
  padding: 25.5px 20px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-btn01 a:hover {
  background: #f4a000;
}

.c-btn01 .link__text {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #fff;
  padding-left: 5px;
  padding-right: 22px;
}

.c-btn01 .link__text::before {
  content: "";
  width: 12px;
  height: 22px;
  position: absolute;
  top: calc(50% + 1px);
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #f4a000;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-btn01 a:hover .link__text::before {
  background: #0068B6;
}

.c-btn02 {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
}

.c-btn02 a {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#ffe45f), to(#f6b00a));
  background: -webkit-linear-gradient(left, #ffe45f, #f6b00a);
  background: linear-gradient(to right, #ffe45f, #f6b00a);
  border-radius: 35px;
  padding: 20.5px 20px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-btn02 a:hover {
  background: #0068B6;
}

.c-btn02 .link__text {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075em;
  padding-left: 5px;
  padding-right: 25px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-btn02 a:hover .link__text {
  color: #fff;
}

.c-btn02 .link__text::before {
  content: "";
  width: 12px;
  height: 22px;
  position: absolute;
  top: calc(50% + 1px);
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #0068B6;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-btn02 a:hover .link__text::before {
  background: #f4a000;
}

.c-btn02--green a {
  background: #5bb800;
}

.c-btn03 {
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
}

.c-btn03 a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #fff;
  background: #0068B6;
  border-radius: 35px;
  padding: 27px 20px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-btn03 a:hover {
  background: #f4a000;
}

.c-btn03--arrow .link__text {
  position: relative;
  display: inline-block;
}

.c-btn03--arrow .link__text::before {
  content: "";
  width: 12px;
  height: 22px;
  position: absolute;
  top: calc(50% + 1px);
  right: -50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #f4a000;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-btn03--arrow a:hover .link__text::before {
  background: #0068B6;
}

@media screen and (max-width: 768px) {
  .c-btn01 {
    max-width: 74.67vw;
  }

  .c-btn01 a {
    border-radius: 2.67vw 2.67vw 0 0;
    padding: 4.13vw 2.67vw;
  }

  .c-btn01 a:hover {
    background: #0068B6;
  }

  .c-btn01 .link__text {
    font-size: 4vw;
    padding-left: 1.33vw;
    padding-right: 5.33vw;
  }

  .c-btn01 .link__text::before {
    width: 2.93vw;
    height: 5.33vw;
    position: absolute;
    top: 50%;
    top: calc(50% + 0.27vw);
    right: 0;
  }

  .c-btn01 a:hover .link__text::before {
    background: #f4a000;
  }

  .c-btn01--arrow .link__text::before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }

  .c-btn02 {
    max-width: 80vw;
  }

  .c-btn02 a {
    border-radius: 9.33vw;
    padding: 5.47vw 5.33vw;
  }

  .c-btn02 a:hover {
    background: -webkit-gradient(linear, left top, right top, from(#ffe45f), to(#f6b00a));
    background: -webkit-linear-gradient(left, #ffe45f, #f6b00a);
    background: linear-gradient(to right, #ffe45f, #f6b00a);
  }

  .c-btn02 .link__text {
    font-size: 4.27vw;
    padding-left: 2.67vw;
    padding-right: 6.67vw;
  }

  .c-btn02 a:hover .link__text {
    color: #000;
  }

  .c-btn02 .link__text::before {
    width: 3.2vw;
    height: 5.87vw;
    top: calc(50% + 0.27vw);
  }

  .c-btn02 a:hover .link__text::before {
    background: #0068B6;
  }

  .c-btn02--green a:hover {
    background: #5bb800;
  }

  .c-btn03 {
    max-width: 80vw;
  }

  .c-btn03 a {
    font-size: 4.27vw;
    border-radius: 9.33vw;
    padding: 7.2vw 5.33vw;
  }

  .c-btn03 a:hover {
    background: #0068B6;
  }

  .c-btn03--arrow .link__text::before {
    width: 3.2vw;
    height: 5.87vw;
    top: calc(50% + 0.27vw);
    right: -13.33vw;
  }

  .c-btn03--arrow a:hover .link__text::before {
    background: #f4a000;
  }
}

.c-layout {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe45f), to(#f5aa00));
  background: -webkit-linear-gradient(top, #ffe45f, #f5aa00);
  background: linear-gradient(to bottom, #ffe45f, #f5aa00);
  padding: 150px 0 110px;
  overflow: hidden;
}

.c-layout::before {
  content: "";
  position: absolute;
  width: 715px;
  height: 708px;
  top: 130px;
  right: -380px;
  background-image: url("../images/common/sunflower01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-layout .title__wrap {
  text-align: center;
}

.c-layout .title__wrap .title__en {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: italic;
  font-size: 55px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #0068B6;
}

.c-layout .title__wrap .title__ja {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #0068B6;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .c-layout {
    padding-top: calc(70px + 8vw);
    padding-bottom: 13.33vw;
  }

  .c-layout::before {
    width: 89.07vw;
    height: 88vw;
    top: 29.33vw;
    right: -44vw;
  }

  .c-layout .title__wrap .title__en {
    font-size: 10.67vw;
  }

  .c-layout .title__wrap .title__ja {
    font-size: 4.8vw;
    margin-top: 2.67vw;
  }
}

.c-title {
  text-align: center;
}

.c-title__catch {
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.05em;
}

.c-title__en {
  position: relative;
  display: inline-block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: italic;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #0068B6;
  padding-bottom: 24px;
  margin-top: 18px;
}

.c-title__en .small {
  font-size: 36px;
}

.c-title__en--mt {
  margin-top: 0;
}

.c-title__en::before {
  content: "";
  width: 248px;
  height: 19px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../images/common/c-title-en-decoration.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-title__ja {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #0068B6;
  margin-top: 10px;
}

.c-title__text {
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .c-title__catch {
    font-size: 5.33vw;
    line-height: 1.5;
  }

  .c-title__en {
    font-size: 10.67vw;
    padding-bottom: 6.4vw;
    margin-top: 4.27vw;
  }

  .c-title__en .small {
    font-size: 8vw;
  }

  .c-title__en::before {
    width: 61.33vw;
    height: 4.8vw;
  }

  .c-title__ja {
    font-size: 4.8vw;
    margin-top: 2.67vw;
  }

  .c-title__text {
    font-size: 3.73vw;
    letter-spacing: 0.07em;
    margin-top: 6.4vw;
  }
}

.drawer {
  display: none;
}

@media screen and (max-width: 1240px) {
  .drawer {
    display: block;
  }

  .drawer .icon {
    position: fixed;
    width: 52px;
    height: 52px;
    top: 8.5px;
    right: 2.27vw;
    border-radius: 1.07vw;
    background: #0068B6;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 999;
  }

  .drawer .icon.is-active {
    background: #f5aa00;
  }

  .drawer .icon-bars {
    position: relative;
    display: block;
    width: 23px;
    height: 22px;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1000;
  }

  .drawer .icon-bar1,
  .drawer .icon-bar2,
  .drawer .icon-bar3 {
    position: absolute;
    width: 23px;
    height: 3px;
    top: 0;
    left: 0;
    background: #f5aa00;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
  }

  .drawer .icon-bar1 {
    top: 0;
  }

  .drawer .icon-bar2 {
    top: 9px;
  }

  .drawer .icon-bar3 {
    top: 18px;
  }

  .drawer .icon.is-active .icon-bar1 {
    width: 23px;
    top: calc(50% - 3px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .drawer .icon.is-active .icon-bar2 {
    display: none;
  }

  .drawer .icon.is-active .icon-bar3 {
    width: 23px;
    top: calc(50% - 3px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .drawer .icon.is-active .icon-bar1,
  .drawer .icon.is-active .icon-bar3 {
    background: #fff;
  }

  .drawer .contents {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    color: #fff;
    background: #0068B6;
    padding: 62px 77px;
    padding-top: 111px;
    cursor: auto;
    opacity: 0;
    pointer-events: none;
    overflow-y: scroll;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 250;
    z-index: -1;
  }

  .drawer .contents.is-active {
    opacity: 1;
    pointer-events: auto;
  }

  .drawer .box {
    width: 100%;
    max-width: 615px;
    margin-inline: auto;
  }

  .drawer .item:not(:first-of-type) {
    margin-top: 26.7px;
  }

  .drawer .item a {
    display: block;
    font-size: 32.8px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    border: 1px solid #fff;
    border-radius: 10.2px;
    padding: 43px 41px;
    text-align: center;
  }

  .drawer .contents__btn {
    margin-top: 30.7px;
  }

  .drawer .contents__btn a {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10.2px;
    font-size: 32.8px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff;
    background: #f5aa00;
    border-radius: 10.2px;
    padding: 25.6px 20.5px;
    text-align: center;
  }

  .drawer .contents__btn a::before {
    content: "";
    width: 22.5px;
    height: 41px;
    position: absolute;
    top: 50%;
    right: 22.5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #0068B6;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }

  .drawer .contents__btn .small {
    font-size: 28.6px;
  }

  .drawer .contents__instagram {
    margin-top: 24px;
  }

  .drawer .contents__instagram img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media screen and (max-width: 768px) {
  .drawer .icon {
    position: fixed;
    width: 52px;
    height: 52px;
    top: 8.5px;
    right: 2.27vw;
    border-radius: 1.07vw;
    background: #0068B6;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 999;
  }

  .drawer .icon.is-active {
    background: #f5aa00;
  }

  .drawer .icon-bars {
    position: relative;
    display: block;
    width: 23px;
    height: 22px;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1000;
  }

  .drawer .icon-bar1,
  .drawer .icon-bar2,
  .drawer .icon-bar3 {
    position: absolute;
    width: 23px;
    height: 3px;
    top: 0;
    left: 0;
    background: #f5aa00;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
  }

  .drawer .icon-bar1 {
    top: 0;
  }

  .drawer .icon-bar2 {
    top: 9px;
  }

  .drawer .icon-bar3 {
    top: 18px;
  }

  .drawer .icon.is-active .icon-bar1 {
    width: 23px;
    top: calc(50% - 3px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .drawer .icon.is-active .icon-bar2 {
    display: none;
  }

  .drawer .icon.is-active .icon-bar3 {
    width: 23px;
    top: calc(50% - 3px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .drawer .icon.is-active .icon-bar1,
  .drawer .icon.is-active .icon-bar3 {
    background: #fff;
  }

  .drawer .contents {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    color: #fff;
    background: #0068B6;
    padding: 8vw 10vw;
    padding-top: calc(70px + 5.33vw);
    cursor: auto;
    opacity: 0;
    pointer-events: none;
    overflow-y: scroll;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 250;
    z-index: -1;
  }

  .drawer .contents.is-active {
    opacity: 1;
    pointer-events: auto;
  }

  .drawer .item:not(:first-of-type) {
    margin-top: 3.47vw;
  }

  .drawer .item a {
    display: block;
    font-size: 4.27vw;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    border: 1px solid #fff;
    border-radius: 1.33vw;
    padding: 5.6vw 5.33vw;
    text-align: center;
  }

  .drawer .contents__btn {
    margin-top: 4vw;
  }

  .drawer .contents__btn a {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.33vw;
    font-size: 4.27vw;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff;
    background: #f5aa00;
    border-radius: 1.33vw;
    padding: 3.33vw 2.67vw;
    text-align: center;
  }

  .drawer .contents__btn a::before {
    content: "";
    width: 2.93vw;
    height: 5.33vw;
    position: absolute;
    top: 50%;
    right: 2.93vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #0068B6;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }

  .drawer .contents__btn .small {
    font-size: 3.73vw;
  }
}

#footer {
  padding: 70px 0;
}

#footer .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}

#footer .contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding-left: 5px;
  margin-top: -5px;
}

#footer .logo {
  width: 100%;
  max-width: 367px;
}

#footer .logo a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#footer .logo a:hover {
  opacity: 0.7;
}

#footer .text {
  letter-spacing: 0;
  margin-top: 10px;
}

#footer .nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 452px;
  flex: 0 0 452px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#footer .menus {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 20px;
}

#footer .menu a {
  position: relative;
  display: inline-block;
  letter-spacing: 0;
  padding-left: 13px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#footer .menu a:hover {
  opacity: 0.7;
}

#footer .menu a::before {
  content: "";
  width: 10px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #0068B6;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

#footer .banner__title {
  position: relative;
  letter-spacing: 0;
  left: -5px;
}

#footer .banner a {
  display: block;
  margin-top: 5px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#footer .banner a:hover {
  opacity: 0.7;
}

#footer .copyright {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #footer {
    padding: 6.67vw 0;
  }

  #footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  #footer .contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
  }

  #footer .logo {
    max-width: 69.6vw;
    margin-inline: auto;
  }

  #footer .logo a:hover {
    opacity: 1;
  }

  #footer .text {
    line-height: 1.8;
    margin-top: 5.33vw;
  }

  #footer .nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 5.87vw;
  }

  #footer .menus {
    gap: 0 5.33vw;
  }

  #footer .menu a {
    padding-left: 3.47vw;
  }

  #footer .menu a:hover {
    opacity: 1;
  }

  #footer .menu a::before {
    width: 2.67vw;
    height: 4vw;
  }

  #footer .banner {
    margin-top: 1.33vw;
  }

  #footer .banner__title {
    left: -1.33vw;
  }

  #footer .banner a {
    width: 100%;
    max-width: 80vw;
    margin-inline: auto;
    margin-top: 1.33vw;
  }

  #footer .banner a:hover {
    opacity: 1;
  }

  #footer .copyright {
    font-size: 3.2vw;
    margin-top: 8vw;
  }
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1000;
}

#header.active {
  background-color: rgba(255, 255, 255, 0.9);
}

#header .inner {
  max-width: 1520px;
  padding: 0 25px 0 35px;
}

#header .body {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 4.1%;
  padding: 22px 0 0;
}

#header .logo {
  position: relative;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  top: -10px;
  width: 20.5%;
}

#header .logo a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#header .logo a:hover {
  opacity: 0.7;
}

#header .logo .active {
  display: none;
}

#header.active .logo .default {
  display: none;
}

#header.active .logo .active {
  display: block;
}

#header .nav {
  width: 79.5%;
  min-width: 960px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
}

#header .menus {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 27.5px;
  padding-bottom: 15px;
  margin-top: 10px;
}

#header .menu a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: 28px;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#header.active .menu a {
  color: #0068B6;
}

#header .menu a:hover {
  color: #f4a000;
}

#header .menu a::before {
  content: "";
  width: 22px;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f4a000;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

#header .instagram {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  top: -10px;
}

#header .instagram a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#header .instagram a:hover {
  opacity: 0.7;
}

#header .instagram img {
  width: 40px;
  height: 40px;
}

#header .instagram .active {
  display: none;
}

#header.active .instagram .default {
  display: none;
}

#header.active .instagram .active {
  display: block;
}

#header .btn {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-left: auto;
  margin-right: 0;
}

.home .page #header .btn {
  display: none;
}

@media screen and (max-width: 1240px) {
  #header {
    min-width: 100%;
  }

  #header .inner {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  #header.is-active .inner {
    background: #0068B6;
  }

  #header .inner {
    max-width: 100%;
  }

  #header .body {
    padding: 16.5px 0;
  }

  #header .logo {
    top: 0;
    width: 100%;
    max-width: 200px;
    min-width: auto;
    z-index: 1000;
  }

  #header .logo a:hover {
    opacity: 1;
  }

  #header .nav {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #header .inner {
    padding: 0 2.67vw 0 5.33vw;
  }
}

.page-template-page-confirm .c-layout {
  padding: 150px 0 95px;
}

#confirm-contents {
  margin-top: 40px;
}

#confirm-contents .form__wrap {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  background: #fff;
  padding: 70px 40px 45px;
}

#confirm-contents .body {
  width: 100%;
  max-width: 555px;
  margin-inline: auto;
}

#confirm-contents .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}

#confirm-contents .items {
  margin-top: 80px;
}

#confirm-contents .item {
  border-bottom: 1px solid #000;
  padding: 31px 0;
}

#confirm-contents .item:first-of-type {
  padding: 0 0 31px;
}

#confirm-contents .item:last-of-type {
  border-bottom: none;
  padding: 40px 0 0;
}

#confirm-contents .item__title {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
}

#confirm-contents .required {
  position: relative;
  display: inline-block;
  right: -3px;
  color: #ec6e1e;
}

#confirm-contents .item__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.12em;
  margin-top: 15px;
}

#confirm-contents .btn__wrap {
  margin-top: 45px;
}

#confirm-contents .link {
  margin-top: 20px;
  text-align: center;
}

#confirm-contents .link a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  text-decoration: underline;
  padding-right: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#confirm-contents .link a:hover {
  opacity: 0.7;
}

#confirm-contents .link a::before,
#confirm-contents .link a::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  background: #000;
}

#confirm-contents .link a::before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  top: calc(50% - 2px);
}

#confirm-contents .link a::after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  top: calc(50% - 7px);
}

@media screen and (max-width: 768px) {
  .page-template-page-confirm .c-layout {
    padding-top: calc(70px + 8vw);
    padding-bottom: 14.67vw;
  }

  #confirm-contents {
    margin-top: 5.33vw;
  }

  #confirm-contents .form__wrap {
    max-width: 100%;
    padding: 5.33vw 6.67vw 8vw;
  }

  #confirm-contents .body {
    max-width: 100%;
  }

  #confirm-contents .title {
    font-size: 4.27vw;
    line-height: 2.125;
  }

  #confirm-contents .items {
    margin-top: 12vw;
  }

  #confirm-contents .item {
    border-bottom: 1px solid #000;
    padding: 5.33vw 0;
  }

  #confirm-contents .item:first-of-type {
    padding: 0 0 5.33vw;
  }

  #confirm-contents .item:last-of-type {
    padding: 5.33vw 0 0;
  }

  #confirm-contents .item__title {
    font-size: 4.27vw;
    letter-spacing: 0;
  }

  #confirm-contents .required {
    right: -0.8vw;
  }

  #confirm-contents .item__text {
    font-size: 4vw;
    line-height: 2;
    margin-top: 4vw;
  }

  #confirm-contents .btn__wrap {
    margin-top: 10.67vw;
  }

  #confirm-contents .link {
    margin-top: 4vw;
  }

  #confirm-contents .link a {
    font-size: 4.27vw;
    padding-right: 5.33vw;
  }

  #confirm-contents .link a:hover {
    opacity: 1;
  }

  #confirm-contents .link a::before,
  #confirm-contents .link a::after {
    width: 2px;
    height: 3.2vw;
    right: 3.2vw;
  }

  #confirm-contents .link a::before {
    top: calc(50% - 0.53vw);
  }

  #confirm-contents .link a::after {
    top: calc(50% - 1.87vw);
  }
}

.error404 .c-layout {
  padding: 150px 0 210px;
}

#error-contents .body {
  background: #fff;
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  padding: 50px 40px 55px;
  margin-top: 40px;
}

#error-contents .text {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.025em;
  text-align: center;
}

#error-contents .btns {
  width: 100%;
  max-width: 625px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .error404 .c-layout {
    padding-top: calc(70px + 8vw);
    padding-bottom: 14.67vw;
  }

  #error-contents {
    position: relative;
  }

  #error-contents .body {
    max-width: 100%;
    padding: 6.67vw 5.33vw 8vw;
    margin-top: 5.33vw;
  }

  #error-contents .text {
    font-size: 4.27vw;
  }

  #error-contents .btns {
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 4vw;
    margin-top: 5.33vw;
  }
}

#privacy-contents {
  position: relative;
}

#privacy-contents .body {
  background: #fff;
  padding: 46px 40px 60px;
  margin-top: 35px;
}

#privacy-contents .texts {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  letter-spacing: 0.04em;
  line-height: 2.1;
}

#privacy-contents .text--lh {
  line-height: 1.8125;
}

#privacy-contents .items {
  margin-top: 32px;
}

#privacy-contents .item:not(:first-of-type) {
  margin-top: 32px;
}

#privacy-contents .item__title {
  font-size: 18px;
  line-height: 1.9;
}

#privacy-contents .lists--mt {
  margin-top: 30px;
}

#privacy-contents .list {
  text-indent: -1em;
  padding-left: 1em;
}

#privacy-contents .box {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  #privacy-contents .body {
    padding: 5.33vw 5.33vw 8vw;
    margin-top: 5.33vw;
  }

  #privacy-contents .texts {
    max-width: 100%;
    letter-spacing: 0.12em;
    line-height: 2.2133333333;
  }

  #privacy-contents .items {
    margin-top: 8.53vw;
  }

  #privacy-contents .item:not(:first-of-type) {
    margin-top: 8.53vw;
  }

  #privacy-contents .item__title {
    font-size: 4vw;
  }

  #privacy-contents .list {
    font-size: 3.73vw;
    line-height: 1.8;
  }

  #privacy-contents .lists--mt {
    margin-top: 5.33vw;
  }

  #privacy-contents .box {
    margin-top: 9.33vw;
  }
}

.page-template-page-thanks .c-layout {
  padding: 150px 0;
}

#thanks-contents .body {
  background: #fff;
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  padding: 70px 40px 55px;
  margin-top: 40px;
}

#thanks-contents .title {
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}

#thanks-contents .text {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.025em;
  margin-top: 50px;
  text-align: center;
}

#thanks-contents .btn {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .page-template-page-thanks .c-layout {
    padding-top: calc(70px + 8vw);
    padding-bottom: 14.67vw;
  }

  #thanks-contents {
    position: relative;
  }

  #thanks-contents .body {
    max-width: 100%;
    padding: 8vw 5.33vw 9.33vw;
    margin-top: 5.33vw;
  }

  #thanks-contents .title {
    font-size: 5.87vw;
    line-height: 1.3636363636;
  }

  #thanks-contents .text {
    font-size: 4.27vw;
    margin-top: 4.8vw;
  }

  #thanks-contents .btn {
    margin-top: 8.53vw;
  }
}

.home .page {
  overflow: hidden;
}

#top-about {
  padding: 25px 0 150px;
}

#top-about .inner {
  position: relative;
  height: inherit;
}

#top-about .ribbon {
  position: absolute;
  width: 3000px;
  height: 2600px;
  top: -440px;
  right: -1960px;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: -1;
}

#top-about .items {
  margin-top: 80px;
}

#top-about .item {
  padding-left: 13%;
  padding-left: max(13%, (100vw - 1250px) / 2);
}

#top-about .item:not(:first-of-type) {
  margin-top: 50px;
}

#top-about .item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 13%;
  padding-right: max(13%, (100vw - 1250px) / 2);
}

#top-about .item:nth-of-type(3) {
  gap: 25px;
}

#top-about .contents {
  min-width: 450px;
  max-width: 550px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.1%;
  flex: 0 0 41.1%;
}

#top-about .item:nth-of-type(3) .contents {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41%;
  flex: 0 0 41%;
}

#top-about .row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 15px 0 0 20px;
}

#top-about .number {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: italic;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #0068B6;
  padding-right: 35px;
}

#top-about .title {
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6923076923;
  letter-spacing: 0.05em;
  padding-left: 28px;
  border-left: 2px solid #0068B6;
  color: #0068B6;
}

#top-about .text {
  line-height: 2;
  margin-top: 25px;
}

#top-about .image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 1401px) {
  #top-about .ribbon {
    width: 195vw;
    height: 169vw;
    top: -28.6vw;
    right: -127.3vw;
  }
}

@media screen and (max-width: 768px) {
  #top-about {
    padding: 6.93vw 0 13.33vw;
  }

  #top-about .ribbon {
    display: none;
  }

  #top-about .c-title__catch {
    padding-left: 2.67vw;
  }

  #top-about .items {
    margin-top: 10.13vw;
  }

  #top-about .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 7.47vw;
    padding-left: 0;
  }

  #top-about .item:not(:first-of-type) {
    margin-top: 8vw;
  }

  #top-about .item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
  }

  #top-about .item:nth-of-type(3) {
    gap: 8vw;
  }

  #top-about .contents {
    min-width: auto;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 8vw;
  }

  #top-about .item:nth-of-type(3) .contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  #top-about .row {
    padding: 0;
  }

  #top-about .number {
    font-size: 13.33vw;
    padding-right: 5.33vw;
  }

  #top-about .title {
    font-size: 5.33vw;
    line-height: 1.9;
    padding-left: 4.8vw;
    padding: 2.13vw 0 1.87vw 4.8vw;
  }

  #top-about .title--fz {
    font-size: 5.07vw;
  }

  #top-about .text {
    font-size: 4.27vw;
    letter-spacing: 0;
    letter-spacing: -0.009em;
    margin-top: 5.33vw;
  }

  #top-about .image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

#top-concept {
  padding: 210px 0 170px;
  background-image: url("../images/top/concept-bg.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

#top-concept .body {
  background: rgba(255, 255, 255, 0.9);
  padding: 60px 50px 115px;
}

#top-concept .logo {
  width: 100%;
  max-width: 200px;
  margin-inline: auto;
}

#top-concept .items {
  position: relative;
  margin-top: 50px;
}

#top-concept .items::before,
#top-concept .items::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #f4a000;
}

#top-concept .items::before {
  width: 40px;
  height: 11px;
}

#top-concept .items::after {
  width: 11px;
  height: 40px;
}

#top-concept .item:nth-of-type(2) {
  margin-top: 82px;
}

#top-concept .title {
  color: #0068B6;
  text-align: center;
}

#top-concept .en {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: italic;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.075;
  letter-spacing: 0.05em;
}

#top-concept .ja {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

#top-concept .catch {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8125;
  letter-spacing: 0.075em;
  margin-top: 20px;
  text-align: center;
}

#top-concept .text {
  font-size: 16px;
  line-height: 1.8125;
  letter-spacing: 0em;
  margin-top: 55px;
  text-align: center;
}

#top-concept .btn {
  position: relative;
  margin-top: 50px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #top-concept {
    position: relative;
    background-image: url("../images/top/concept-bg-sp.png");
    padding: 21.87vw 0;
    z-index: 1;
  }

  #top-concept .body {
    padding: 5.33vw 2.67vw 8vw;
  }

  #top-concept .logo {
    max-width: 34.67vw;
  }

  #top-concept .items {
    margin-top: 8vw;
  }

  #top-concept .items::before,
  #top-concept .items::after {
    top: 46%;
  }

  #top-concept .items::before {
    width: 8vw;
    height: 2.24vw;
  }

  #top-concept .items::after {
    width: 2.24vw;
    height: 8vw;
  }

  #top-concept .item:nth-of-type(2) {
    margin-top: 12vw;
  }

  #top-concept .en {
    font-size: 9.6vw;
    line-height: 1.1944444444;
  }

  #top-concept .ja {
    font-size: 4.27vw;
  }

  #top-concept .catch {
    font-size: 3.73vw;
    line-height: 2.0714285714;
    letter-spacing: -0.05em;
    margin-top: 2.67vw;
  }

  #top-concept .text {
    font-size: 4vw;
    line-height: 1.9333333333;
    letter-spacing: -0.1em;
    margin-top: 5.33vw;
  }

  #top-concept .btn {
    margin-top: 8.53vw;
  }
}

#top-contact {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe45f), to(#f5aa00));
  background: -webkit-linear-gradient(top, #ffe45f, #f5aa00);
  background: linear-gradient(to bottom, #ffe45f, #f5aa00);
  padding: 80px 0;
}

#top-contact::before,
#top-contact::after {
  content: "";
  position: absolute;
  background-image: url("../images/common/sunflower01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#top-contact::before {
  width: 715px;
  height: 708px;
  top: 40px;
  right: -260px;
}

#top-contact::after {
  width: 500px;
  height: 495px;
  bottom: 140px;
  left: -200px;
}

#top-contact .box {
  position: relative;
}

#top-contact .bubble {
  width: 100%;
  max-width: 700px;
  margin-inline: auto;
  text-align: center;
}

#top-contact .bubble--position {
  position: absolute;
  top: -110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#top-contact .bubble__text {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  background: #fff;
  border: 3px solid #0068b6;
  border-radius: 20px;
  padding: 20px 35px;
  margin-bottom: 20px;
}

#top-contact .bubble__text::before,
#top-contact .bubble__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

#top-contact .bubble__text::before {
  border-width: 32px 20px 0 20px;
  border-color: #0068b6 transparent transparent;
}

#top-contact .bubble__text::after {
  border-width: 26px 15px 0 15px;
  border-color: #ffffff transparent transparent;
}

#top-contact .title__wrap {
  text-align: center;
}

#top-contact .title__en {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: italic;
  font-size: 54px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #0068B6;
}

#top-contact .title__ja {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #0068B6;
  margin-top: 10px;
}

#top-contact .form__wrap {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  background: #fff;
  padding: 70px 40px 15px;
  margin-top: 40px;
}

#top-contact .body {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
}

#top-contact .label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
}

#top-contact .required {
  position: relative;
  display: inline-block;
  right: -3px;
  color: #ec6e1e;
}

#top-contact input[type=text],
#top-contact input[type=email],
#top-contact textarea {
  display: block;
  width: 100%;
  border: 1px solid #000;
  padding: 5px 15px;
  margin-top: 2px;
}

#top-contact input[type=text]::-webkit-input-placeholder,
#top-contact input[type=email]::-webkit-input-placeholder,
#top-contact select::-webkit-input-placeholder,
#top-contact textarea::-webkit-input-placeholder {
  letter-spacing: 0.12em;
  color: #c3c3c3;
}

#top-contact input[type=text]::-moz-placeholder,
#top-contact input[type=email]::-moz-placeholder,
#top-contact select::-moz-placeholder,
#top-contact textarea::-moz-placeholder {
  letter-spacing: 0.12em;
  color: #c3c3c3;
}

#top-contact input[type=text]:-ms-input-placeholder,
#top-contact input[type=email]:-ms-input-placeholder,
#top-contact select:-ms-input-placeholder,
#top-contact textarea:-ms-input-placeholder {
  letter-spacing: 0.12em;
  color: #c3c3c3;
}

#top-contact input[type=text]::-ms-input-placeholder,
#top-contact input[type=email]::-ms-input-placeholder,
#top-contact select::-ms-input-placeholder,
#top-contact textarea::-ms-input-placeholder {
  letter-spacing: 0.12em;
  color: #c3c3c3;
}

#top-contact input[type=text]::placeholder,
#top-contact input[type=email]::placeholder,
#top-contact select::placeholder,
#top-contact textarea::placeholder {
  letter-spacing: 0.12em;
  color: #c3c3c3;
}

#top-contact textarea::-webkit-input-placeholder {
  letter-spacing: 0;
}

#top-contact textarea::-moz-placeholder {
  letter-spacing: 0;
}

#top-contact textarea:-ms-input-placeholder {
  letter-spacing: 0;
}

#top-contact textarea::-ms-input-placeholder {
  letter-spacing: 0;
}

#top-contact textarea::placeholder {
  letter-spacing: 0;
}

#top-contact .group--name input[type=text] {
  width: 270px;
}

#top-contact textarea {
  height: 200px;
}

#top-contact .radio-item {
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#top-contact .radio-item input[type=radio] {
  display: none;
}

#top-contact .radio-item label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  gap: 8px;
}

#top-contact .custom-radio {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
}

#top-contact .radio-item input[type=radio]:checked+label .custom-radio::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #0068B6;
  border-radius: 50%;
}

#top-contact .select-wrap {
  position: relative;
}

#top-contact .select-wrap::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 7px;
  top: calc(50% - 2px);
  right: 13px;
  background: #000;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

#top-contact select {
  width: 100%;
  border: 1px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #c3c3c3;
  padding: 5px 12px;
  margin-top: 2px;
}

#top-contact select:valid:not(:-moz-placeholder-shown) {
  color: #c3c3c3;
}

#top-contact select:valid:not(:-ms-input-placeholder) {
  color: #c3c3c3;
}

#top-contact select:valid:not(:placeholder-shown) {
  color: #c3c3c3;
}

#top-contact input[type=text]:not(:-moz-placeholder-shown),
#top-contact input[type=email]:not(:-moz-placeholder-shown),
#top-contact textarea:not(:-moz-placeholder-shown) {
  color: #000;
}

#top-contact input[type=text]:not(:-ms-input-placeholder),
#top-contact input[type=email]:not(:-ms-input-placeholder),
#top-contact textarea:not(:-ms-input-placeholder) {
  color: #000;
}

#top-contact input[type=text]:not(:placeholder-shown),
#top-contact input[type=email]:not(:placeholder-shown),
#top-contact textarea:not(:placeholder-shown) {
  color: #000;
}

#top-contact .group--how {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 80px;
}

#top-contact .group--how .radio {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: -3px;
}

#top-contact .group--name {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 46px;
  margin-top: 30px;
}

#top-contact .group--birthday {
  margin-top: 25px;
}

#top-contact .birthday-row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 12px;
}

#top-contact .group--birthday select[name=birth-year] {
  width: 90px;
}

#top-contact .group--birthday select[name=birth-month],
#top-contact .group--birthday select[name=birth-day] {
  width: 64px;
}

#top-contact .group--gender {
  margin-top: 30px;
}

#top-contact .group--gender .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 18px;
}

#top-contact .group--address {
  margin-top: 22px;
}

#top-contact .box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
}

#top-contact .group--address .zip {
  width: 145px;
}

#top-contact .group--address .address {
  width: 460px;
}

#top-contact .group--email {
  margin-top: 22px;
}

#top-contact .group--email .email {
  width: 460px;
}

#top-contact .group--tel {
  margin-top: 22px;
}

#top-contact .group--tel .tel {
  width: 145px;
}

#top-contact .group--message {
  margin-top: 27px;
}

#top-contact .group--privacy {
  margin-top: 27px;
  text-align: center;
}

#top-contact .group--privacy .box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  margin-left: -15px;
}

#top-contact .group--privacy .box a {
  text-decoration: underline;
}

#top-contact .group--privacy input[type=checkbox] {
  display: none;
}

#top-contact .checkbox {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 8px;
}

#top-contact .group--privacy input[type=checkbox]:checked+label .checkbox::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #0068B6;
  border-radius: 50%;
}

#top-contact .group--btn {
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
  margin-top: 27px;
}

#top-contact .submit-button {
  display: block;
  width: 100%;
  background: #0068B6;
  border-radius: 35px;
  border: none;
  padding: 19.5px 20px 21.5px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top-contact .submit-button:hover {
  background: #f4a000;
}

#top-contact .link__text {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #fff;
  padding-left: 15px;
  padding-right: 30px;
}

#top-contact .link__text::before {
  content: "";
  width: 12px;
  height: 22px;
  position: absolute;
  top: calc(50% + 1px);
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #f4a000;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top-contact .submit-button:hover .link__text::before {
  background: #0068B6;
}

#top-contact .contents {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  margin-top: 70px;
  z-index: 1;
}

#top-contact .items {
  margin-top: 45px;
}

#top-contact .item {
  background: #fff;
  padding: 32px;
  text-align: center;
}

#top-contact .item:not(:first-of-type) {
  margin-top: 20px;
}

#top-contact .item__title {
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

#top-contact .image {
  width: 100%;
  max-width: 120px;
  margin-inline: auto;
  margin-top: 20px;
}

#top-contact .image img {
  height: auto;
  aspect-ratio: 1/1;
}

#top-contact .tel__wrap {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: italic;
  color: #0068B6;
  margin-top: 30px;
}

#top-contact .tel {
  padding-right: 40px;
}

#top-contact .tel a {
  pointer-events: none;
}

#top-contact .tel .en {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}

#top-contact .tel .number {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}

#top-contact .fax .en {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}

#top-contact .fax .number {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}

#top-contact .item__text {
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  #top-contact {
    padding: 21.33vw 0 17.33vw;
  }

  #top-contact::before {
    width: 90.67vw;
    height: 89.6vw;
    top: 16vw;
    right: -53.33vw;
  }

  #top-contact::after {
    width: 90.67vw;
    height: 89.6vw;
    bottom: -8vw;
    left: -50.67vw;
  }

  #top-contact .bubble {
    max-width: 100%;
  }

  #top-contact .bubble--position {
    top: -33.33vw;
  }

  #top-contact .bubble__text {
    font-size: 4.27vw;
    line-height: 1.75;
    border: 0.8vw solid #0068b6;
    border-radius: 6.67vw;
    padding: 3.2vw 9.33vw;
    margin-bottom: 5.33vw;
  }

  #top-contact .bubble__text::before {
    border-width: 8.53vw 5.33vw 0 5.33vw;
  }

  #top-contact .bubble__text::after {
    border-width: 6.93vw 4vw 0 4vw;
  }

  #top-contact .title__en {
    font-size: 10.67vw;
  }

  #top-contact .title__ja {
    font-size: 4.8vw;
    margin-top: 2.67vw;
  }

  #top-contact .form__wrap {
    max-width: 100%;
    padding: 10.13vw 5.33vw 5vw;
    margin-top: 8vw;
  }

  #top-contact .body {
    max-width: 100%;
  }

  #top-contact .label {
    font-size: 4.27vw;
  }

  #top-contact .required {
    right: -0.8vw;
  }

  #top-contact input[type=text],
  #top-contact input[type=email],
  #top-contact textarea {
    width: 97%;
    padding: 1.33vw 3.2vw;
    margin-top: 0;
  }

  #top-contact .group--name input[type=text] {
    width: 72vw;
  }

  #top-contact textarea {
    height: 53.33vw;
  }

  #top-contact .radio {
    padding-left: 0.8vw;
  }

  #top-contact .radio-item label {
    font-size: 4.27vw;
    gap: 2.13vw;
  }

  #top-contact .custom-radio {
    width: 5.07vw;
    height: 5.07vw;
  }

  #top-contact .radio-item input[type=radio]:checked+label .custom-radio::after {
    width: 1.87vw;
    height: 1.87vw;
  }

  #top-contact .select-wrap::after {
    width: 3.47vw;
    height: 1.87vw;
    top: calc(50% - 0.53vw);
    right: 3.47vw;
  }

  #top-contact select {
    font-size: 4.27vw;
    padding: 1.07vw 3.2vw;
    margin-top: 0;
  }

  #top-contact .group--how {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7.7vw;
  }

  #top-contact .group--how .radio {
    gap: 2.93vw;
    margin-top: 0;
  }

  #top-contact .group--name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4.2vw;
    margin-top: 8vw;
  }

  #top-contact .group--birthday {
    margin-top: 4vw;
  }

  #top-contact .birthday-row {
    gap: 3.2vw;
  }

  #top-contact .group--birthday select[name=birth-year] {
    width: 24vw;
  }

  #top-contact .group--birthday select[name=birth-month],
  #top-contact .group--birthday select[name=birth-day] {
    width: 17.07vw;
  }

  #top-contact .group--gender {
    margin-top: 8vw;
  }

  #top-contact .group--gender .radio {
    gap: 6.4vw;
    margin-top: 4.8vw;
  }

  #top-contact .group--address {
    margin-top: 6.5vw;
  }

  #top-contact .box {
    gap: 5.33vw;
  }

  #top-contact .group--address .zip {
    width: 38.67vw;
  }

  #top-contact .group--address .address {
    width: 97%;
  }

  #top-contact .group--email {
    margin-top: 5.87vw;
  }

  #top-contact .group--email .email {
    width: 97%;
  }

  #top-contact .group--tel {
    margin-top: 5.87vw;
  }

  #top-contact .group--tel .tel {
    width: 38.67vw;
  }

  #top-contact .group--message {
    margin-top: 7.2vw;
  }

  #top-contact .group--privacy {
    font-size: 4.27vw;
    margin-top: 5.87vw;
    padding: 0 0 0 14px;
  }

  #top-contact .group--privacy .box {
    margin-left: -4vw;
  }

  #top-contact .group--privacy .box a {
    text-decoration: underline;
  }

  #top-contact .group--privacy input[type=checkbox] {
    display: none;
  }

  #top-contact .checkbox {
    width: 5.07vw;
    height: 5.07vw;
    margin-right: 1.33vw;
  }

  #top-contact .group--privacy input[type=checkbox]:checked+label .checkbox::after {
    width: 1.87vw;
    height: 1.87vw;
  }

  #top-contact .group--btn {
    max-width: 80vw;
    margin-top: 7vw;
  }

  #top-contact .submit-button {
    border-radius: 9.33vw;
    padding: 5.2vw 5.33vw 5.73vw;
  }

  #top-contact .submit-button:hover {
    background: #0068B6;
  }

  #top-contact .link__text {
    font-size: 4.27vw;
    padding-left: 4vw;
    padding-right: 8vw;
  }

  #top-contact .link__text::before {
    width: 3.2vw;
    height: 5.87vw;
    top: calc(50% + 0.27vw);
  }

  #top-contact .submit-button:hover .link__text::before {
    background: #f4a000;
  }

  #top-contact .contents {
    max-width: 100%;
    margin-top: 12vw;
  }

  #top-contact .items {
    margin-top: 12vw;
  }

  #top-contact .item {
    padding: 8vw 5.33vw 9.33vw;
  }

  #top-contact .item:not(:first-of-type) {
    padding: 8vw 5.33vw 6.67vw;
    margin-top: 7.47vw;
  }

  #top-contact .item__title {
    font-size: 4.8vw;
  }

  #top-contact .btn {
    margin-top: 8vw;
  }

  #top-contact .btn a {
    padding: 6.67vw 1.33vw 6.67vw 5.33vw;
  }

  #top-contact .tel__wrap {
    padding-right: 2.67vw;
    margin-top: 5.33vw;
  }

  #top-contact .tel {
    padding-right: 0;
  }

  #top-contact .tel a {
    pointer-events: auto;
  }

  #top-contact .tel .en {
    font-size: 5.87vw;
  }

  #top-contact .tel .number {
    font-size: 9.33vw;
  }

  #top-contact .fax {
    margin-top: 2.67vw;
  }

  #top-contact .fax .en {
    font-size: 4.27vw;
  }

  #top-contact .fax .number {
    font-size: 6.93vw;
  }

  #top-contact .item__text {
    margin-top: 1.33vw;
  }
}

#top-cta {
  background-image: url("../images/top/strengths-bg.jpg");
  background-position: center calc(50% + 8px);
  background-repeat: no-repeat;
  background-size: 140%;
  padding: 55px 0 60px;
}

#top-cta .contents {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
}

#top-cta .title {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}

#top-cta .text {
  font-weight: 700;
  margin-top: 16px;
}

#top-cta .banner {
  margin-top: 18px;
}

#top-cta .banner a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top-cta .banner a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #top-cta {
    position: relative;
    background-image: url("../images/top/cta-bg-sp.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 9.33vw 0 12vw;
  }

  #top-cta .contents {
    max-width: 100%;
  }

  #top-cta .title {
    font-size: 5.87vw;
  }

  #top-cta .text {
    margin-top: 4.27vw;
  }

  #top-cta .banner {
    margin-top: 4vw;
  }

  #top-cta .banner a:hover {
    opacity: 1;
  }
}

#top-fv {
  position: relative;
  height: 100vh;
}

#top-fv .image01 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}

#top-fv .image02 {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}

#top-fv .inner {
  position: relative;
  height: inherit;
}

#top-fv .ribbon {
  position: absolute;
  width: 3000px;
  height: 2600px;
  top: -215.6px;
  right: -754.6px;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1;
}

#top-fv .body {
  position: relative;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 142px;
  z-index: 2;
}

#top-fv .title {
  color: #fff;
  text-align: center;
}

#top-fv .title__main {
  font-family: "Shippori Mincho", serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.6842105263;
  letter-spacing: 0.1em;
}

#top-fv .title__en {
  width: 100%;
  max-width: 170px;
  margin-inline: auto;
  margin-top: 15px;
}

#top-fv .title__sub {
  font-size: 18px;
  font-weight: 700;
  line-height: 2.1666666667;
  letter-spacing: 0.05em;
  margin-top: 15px;
}

#top-fv .btn {
  position: relative;
  right: -15px;
  margin-right: 0;
}

@media screen and (min-width: 1401px) {
  #top-fv .ribbon {
    width: 195vw;
    height: 169vw;
    top: -14vw;
    right: -49vw;
  }
}

@media screen and (min-width: 769px) and (max-height: 750px) {
  #top-fv {
    padding-top: 100px;
  }

  #top-fv .title__main {
    font-size: 26px;
  }

  #top-fv .title__en {
    max-width: 150px;
    margin-top: 10px;
  }

  #top-fv .title__sub {
    font-size: 16px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  #top-fv {
    height: 100svh;
  }

  #top-fv .inner {
    padding: 0 3.2vw;
  }

  #top-fv .image02 {
    width: 281.33vw;
    height: 158.13vw;
    bottom: -3.47vw;
    bottom: 0;
    left: calc(50% + 2.67vw);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #top-fv .ribbon {
    width: 281.33vw;
    width: 219.47vw;
    height: 190.4vw;
    top: 53.33vw;
    right: -57.33vw;
  }

  #top-fv .ribbon img {
    height: auto;
  }

  #top-fv .body {
    padding-top: calc(70px + 1.33vw);
    z-index: 2;
  }

  #top-fv .title__main {
    font-size: 6.13vw;
    line-height: 1.7826086957;
  }

  #top-fv .title__en {
    max-width: 43.2vw;
    margin-top: 4vw;
  }

  #top-fv .title__sub {
    font-size: 3.73vw;
    line-height: 2.1428571429;
    margin-top: 2.67vw;
  }

  #top-fv .btns__wrap {
    width: 100%;
  }

  #top-fv .btns {
    gap: 2.67vw;
    margin-top: 2.67vw;
  }

  #top-fv .btn {
    width: calc(50% - 1.33vw);
    right: 0;
    margin-inline: auto;
  }
}

#top-introduction {
  padding: 85px 0 55px;
}

#top-introduction .body {
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 7.2%;
  padding-left: 2.4%;
  z-index: 1;
}

#top-introduction .images {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 740px;
  flex: 0 0 740px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-top: 15px;
}

#top-introduction .contents {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#top-introduction .title {
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

#top-introduction .title .adjustment {
  margin-left: -15px;
}

#top-introduction .title .accent {
  color: #f4a000;
}

#top-introduction .text {
  font-size: 16px;
  line-height: 1.8125;
  letter-spacing: 0em;
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  #top-introduction {
    position: relative;
    background: #fff;
    padding: 10.67vw 0 8vw;
    z-index: 1;
  }

  #top-introduction .ribbon {
    position: absolute;
    width: 99.73vw;
    height: 267.73vw;
    top: 0;
    right: 0;
  }

  #top-introduction .inner {
    padding: 0 8vw;
  }

  #top-introduction .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0;
    padding-left: 0;
  }

  #top-introduction .images {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 4vw;
  }

  #top-introduction .title {
    font-size: 5.87vw;
    line-height: 1.6363636364;
  }

  #top-introduction .title .adjustment {
    margin-left: 0;
  }

  #top-introduction .text {
    font-size: 4vw;
    line-height: 1.9333333333;
    letter-spacing: -0.05em;
    margin-top: 6.4vw;
  }
}

#top-message {
  position: relative;
  background: #faf6ee;
  padding: 100px 0 45px;
  margin-top: -100px;
}

#top-message .row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10%;
  margin-top: 50px;
}

#top-message .contents {
  width: calc(45% - 5%);
  margin-top: 10px;
}

#top-message .image img {
  height: auto;
  aspect-ratio: 400/450;
}

#top-message .title {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.125;
  letter-spacing: 0.05em;
  margin-top: 15px;
}

#top-message .name {
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 15px;
}

#top-message .text {
  width: calc(55% - 5%);
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #top-message {
    padding: 6.67vw 0 8vw;
    margin-top: 0;
  }

  #top-message .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-top: 9.33vw;
  }

  #top-message .contents {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
  }

  #top-message .image {
    max-width: 74.67vw;
    margin-inline: auto;
  }

  #top-message .image img {
    height: auto;
    aspect-ratio: 400/450;
  }

  #top-message .title {
    font-size: 4vw;
    line-height: 1.8666666667;
    margin-top: 6.4vw;
  }

  #top-message .name {
    font-size: 5.87vw;
    margin-top: 5.33vw;
  }

  #top-message .text {
    position: relative;
    width: 100%;
    line-height: 2.1333333333;
    max-height: 14.9333333333em;
    overflow: hidden;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    margin-top: 6.93vw;
  }

  #top-message .btn {
    width: 100%;
    max-width: 53.33vw;
    margin-inline: auto;
    margin-top: 4.27vw;
    cursor: pointer;
  }

  #top-message .btn__body {
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 5.33vw;
    background: #fff;
    border-radius: 6.67vw;
    padding: 3.47vw 4.27vw 4vw;
  }

  #top-message .btn__text {
    min-width: 23vw;
    font-size: 4.27vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.075em;
    text-align: center;
  }

  #top-message .btn__icon {
    position: relative;
    width: 5.87vw;
    height: 5.87vw;
  }

  #top-message .btn__icon::before,
  #top-message .btn__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #f4a000;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  #top-message .btn__icon::before {
    width: 1.33vw;
    height: 100%;
  }

  #top-message .btn__icon::after {
    width: 100%;
    height: 1.33vw;
  }

  #top-message .btn.is-expanded .btn__icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
}

#top-qa {
  padding: 64px 0 200px;
}

#top-qa .items {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  margin-top: 45px;
}

#top-qa .item:not(:first-of-type) {
  margin-top: 15px;
}

#top-qa .accordion {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
  background: #0068B6;
  padding: 20px 25px 18px 52px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

#top-qa .question {
  gap: 7px;
  margin-top: -2px;
}

#top-qa .en {
  position: relative;
  top: -8px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: italic;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}

#top-qa .en--accent {
  top: -5px;
  color: #f4a000;
}

#top-qa .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}

#top-qa .btn {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
}

#top-qa .btn::before,
#top-qa .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #f7ac06;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top-qa .btn::before {
  width: 5px;
  height: 22px;
}

#top-qa .btn::after {
  width: 22px;
  height: 5px;
}

#top-qa .item.active .btn::before,
#top-qa .item.active .btn::after {
  background: #0068B6;
}

#top-qa .item.active .btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

#top-qa .body {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top-qa .answer {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 7px;
  background: #fff;
  border: 1px solid #000;
  border-top: none;
  padding: 40px 60px 40px 50px;
}

#top-qa .text {
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  #top-qa {
    padding: 6.4vw 0 26.67vw;
  }

  #top-qa .items {
    max-width: 100%;
    margin-top: 8vw;
  }

  #top-qa .item:not(:first-of-type) {
    margin-top: 5.33vw;
  }

  #top-qa .accordion {
    gap: 2.13vw;
    padding: 4vw 2.67vw 4vw 4.8vw;
  }

  #top-qa .question {
    gap: 2.67vw;
    margin-top: 0;
  }

  #top-qa .en {
    top: 0;
    font-size: 8vw;
  }

  #top-qa .en--accent {
    top: 1.33vw;
  }

  #top-qa .title {
    font-size: 4vw;
    line-height: 1.6666666667;
  }

  #top-qa .btn {
    width: 11.73vw;
    height: 11.73vw;
  }

  #top-qa .btn::before {
    width: 1.33vw;
    height: 5.87vw;
  }

  #top-qa .btn::after {
    width: 5.87vw;
    height: 1.33vw;
  }

  #top-qa .answer {
    gap: 2.67vw;
    padding: 4.8vw 6.67vw 4.8vw 4.8vw;
  }

  #top-qa .text {
    letter-spacing: -0.05em;
  }
}

#top-recruit {
  background: #faf6ee;
  padding: 45px 0;
}

#top-recruit .body {
  position: relative;
  background: #fff;
}

#top-recruit .body::before,
#top-recruit .body::after {
  content: "";
  width: 99px;
  height: 99px;
  position: absolute;
}

#top-recruit .body::before {
  top: 0;
  right: 0;
  background: #0068B6;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

#top-recruit .body::after {
  top: 0;
  right: 0;
  background: #faf6ee;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}

#top-recruit .body__top {
  text-align: center;
  padding: 45px 20px 25px;
}

#top-recruit .title__en {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: italic;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #0068B6;
}

#top-recruit .title__ja {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #0068B6;
  margin-top: 10px;
}

#top-recruit .title__main {
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 20px;
}

#top-recruit .title__text {
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 38px;
}

#top-recruit .body__middle {
  background-image: url("../images/top/top-recruit-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 20px 50px;
}

#top-recruit .contents {
  width: 100%;
  max-width: 715px;
  margin-inline: auto;
}

#top-recruit .title {
  text-align: center;
}

#top-recruit .title span {
  display: inline-block;
  min-width: 200px;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  background: #0068B6;
  border-radius: 35px;
  padding: 21px 20px;
}

#top-recruit .units {
  margin-top: 25px;
}

#top-recruit .unit {
  text-align: center;
}

#top-recruit .unit:not(:first-of-type) {
  margin-top: 35px;
}

#top-recruit .unit__title {
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #0068B6;
}

#top-recruit .unit__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0em;
  margin-top: 5px;
}

#top-recruit .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}

#top-recruit .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  padding: 18px 10px;
}

#top-recruit .item__title {
  text-align: center;
}

#top-recruit .item__title span {
  position: relative;
  display: inline-block;
  min-width: 160px;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #fff;
  background: #0068B6;
  border-radius: 20px;
  padding: 11px 10px;
}

#top-recruit .item__title span::before {
  content: "";
  width: 22px;
  height: 12px;
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0068B6;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

#top-recruit .item__text {
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0.075em;
  text-align: center;
}

#top-recruit .item:nth-of-type(2) .item__text {
  position: relative;
  top: 10px;
  left: 5px;
}

#top-recruit .body__bottom {
  padding: 40px 20px 70px;
}

#top-recruit .text {
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

#top-recruit .btn {
  margin-top: 30px;
}

#top-recruit .link__text::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

@media screen and (max-width: 768px) {
  #top-recruit {
    padding: 8vw 0 16vw;
  }

  #top-recruit .body::before,
  #top-recruit .body::after {
    width: 7.73vw;
    height: 7.73vw;
  }

  #top-recruit .body__top {
    padding: 8.53vw 4.5vw;
  }

  #top-recruit .title__en {
    font-size: 10.67vw;
  }

  #top-recruit .title__ja {
    font-size: 4.8vw;
    margin-top: 3.2vw;
  }

  #top-recruit .title__main {
    font-size: 5.87vw;
    margin-top: 8vw;
  }

  #top-recruit .title__text {
    margin-top: 6.4vw;
  }

  #top-recruit .body__middle {
    background-image: url("../images/top/top-recruit-bg-sp.png");
    padding: 10.67vw 5.33vw 10.67vw;
  }

  #top-recruit .contents {
    max-width: 100%;
  }

  #top-recruit .title span {
    min-width: 42.67vw;
    font-size: 5.87vw;
    border-radius: 7.47vw;
    padding: 4.27vw 2.67vw;
  }

  #top-recruit .units {
    margin-top: 25px;
  }

  #top-recruit .unit:not(:first-of-type) {
    margin-top: 42px;
  }

  #top-recruit .unit__title {
    font-size: 5.33vw;
    line-height: 1.6;
  }

  #top-recruit .unit__text {
    font-size: 4vw;
    letter-spacing: -0.02em;
    margin-top: 1.33vw;
    text-align: left;
  }

  #top-recruit .items {
    grid-template-columns: 1fr;
    gap: 4vw;
    margin-top: 4vw;
  }

  #top-recruit .item {
    width: 100%;
    max-width: 58.13vw;
    margin-inline: auto;
    padding: 4.8vw 2.67vw 5.33vw;
  }

  #top-recruit .item--gap {
    gap: 6.4vw;
  }

  #top-recruit .item__title span {
    min-width: 42.67vw;
    font-size: 4.8vw;
    border-radius: 5.33vw;
    padding: 2.93vw 2.67vw;
  }

  #top-recruit .item__title span::before {
    width: 5.87vw;
    height: 3.2vw;
    bottom: -2.93vw;
  }

  #top-recruit .item__text {
    font-size: 4.27vw;
  }

  #top-recruit .item:nth-of-type(2) .item__text {
    top: 2.67vw;
    left: 1.33vw;
  }

  #top-recruit .body__bottom {
    padding: 5.33vw;
  }

  #top-recruit .btn {
    margin-top: 6.4vw;
  }

  #top-recruit .btn a {
    padding: 4.4vw 5.33vw 6vw;
  }

  #top-recruit .btn .link__text {
    line-height: 1.2;
    padding-left: 0;
    padding-right: 0;
  }

  #top-recruit .btn .link__text::before {
    width: 3.2vw;
    height: 5.87vw;
    top: auto;
    position: absolute;
    bottom: -5.87vw;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
}

#top-services {
  position: relative;
  padding: 187px 0 205px;
  background-image: url("../images/top/services-bg.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

#top-services .items {
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 80px 55px;
  margin-top: 85px;
}

#top-services .item {
  position: relative;
}

#top-services .head {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
  background: #fff;
  gap: 5px;
  border-radius: 10px;
  padding: 25px 20px;
  z-index: 1;
}

#top-services .head::before {
  content: "";
  width: 29px;
  height: 25px;
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

#top-services .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#top-services .icon img {
  width: 35px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

#top-services .title {
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #0068B6;
}

#top-services .body {
  position: relative;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#top-services .image img {
  height: auto;
  aspect-ratio: 450/200;
}

#top-services .contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  background: #0068B6;
  padding: 32px 24px;
}

#top-services .contents__title {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
}

#top-services .contents__text {
  letter-spacing: 0;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  #top-services {
    background-image: url("../images/top/services-bg-sp.png");
    padding: 24vw 0 32vw;
  }

  #top-services .c-title__catch {
    font-size: 5.07vw;
  }

  #top-services .items {
    max-width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 24vw;
    margin-top: 25.33vw;
  }

  #top-services .head {
    max-width: 80vw;
    gap: 1.33vw;
    border-radius: 2.67vw;
    padding: 6.67vw 5.33vw;
  }

  #top-services .head::before {
    width: 7.73vw;
    height: 6.67vw;
    bottom: -6.4vw;
  }

  #top-services .icon img {
    width: 9.33vw;
    height: 8vw;
  }

  #top-services .title {
    font-size: 7.47vw;
  }

  #top-services .body {
    position: relative;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #top-services .image img {
    aspect-ratio: 320/200;
  }

  #top-services .contents {
    padding: 8.53vw 6.4vw 5.33vw;
  }

  #top-services .contents__title {
    font-size: 5.33vw;
    line-height: 1.3;
  }

  #top-services .contents__text {
    margin-top: 6.4vw;
  }
}

#top-shop {
  position: relative;
  padding: 130px 0 100px;
  margin-top: -200px;
  background-image: url("../images/top/concept-bg.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

#top-shop .row {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 45px;
}

#top-shop .image {
  width: 50%;
}

#top-shop .contents {
  width: 50%;
  background: #fff;
  padding: 60px 28px;
}

#top-shop .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

#top-shop .text {
  letter-spacing: 0;
  margin-top: 32px;
}

#top-shop .btn {
  margin-top: 40px;
}

#top-shop .map {
  position: relative;
  width: 100%;
  aspect-ratio: 1540/420;
  margin-top: 50px;
}

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

@media screen and (max-width: 768px) {
  #top-shop {
    position: relative;
    background-image: url("../images/top/shop-bg-sp.png");
    padding: 22.67vw 0 0;
    margin-top: -16.67vw;
    z-index: 1;
  }

  #top-shop .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 6.67vw;
  }

  #top-shop .image {
    width: 100%;
  }

  #top-shop .contents {
    width: 100%;
    padding: 8.53vw 5.33vw 6.67vw;
  }

  #top-shop .title {
    font-size: 5.33vw;
  }

  #top-shop .text {
    margin-top: 5.33vw;
  }

  #top-shop .btn {
    margin-top: 10.67vw;
  }

  #top-shop .map {
    aspect-ratio: 375/300;
    margin-top: 11.2vw;
  }
}

#top-strengths {
  position: relative;
  padding: 55px 0 250px;
  background: #ccdbe2;
}

#top-strengths::before {
  content: "";
  width: calc(100% + 140px);
  height: 100%;
  position: absolute;
  top: -140px;
  left: 0;
  background: #ccdbe2;
}

#top-strengths .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#top-strengths .bg img {
  height: auto;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -o-object-position: calc(100% + 120px) -60px;
  object-position: calc(100% + 120px) -60px;
}

#top-strengths .body {
  position: relative;
  z-index: 1;
}

#top-strengths .items {
  margin-top: 110px;
}

#top-strengths .item {
  position: relative;
  text-align: center;
}

#top-strengths .item:not(:first-of-type) {
  margin-top: 90px;
}

#top-strengths .number {
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ffe45f;
  border-radius: 50%;
}

#top-strengths .number span {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: italic;
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #0068B6;
}

#top-strengths .contents {
  background: #fff;
  padding: 70px 40px 40px;
}

#top-strengths .title {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #0068B6;
}

#top-strengths .image {
  width: 200px;
  height: 200px;
  margin-inline: auto;
  margin-top: 30px;
}

#top-strengths .text {
  letter-spacing: 0;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #top-strengths {
    position: relative;
    padding: 22.67vw 0 35.9vw;
    background: transparent;
    margin-top: -16vw;
    z-index: 1;
  }

  #top-strengths::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/top/strengths-bg-sp.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #top-strengths::before {
    display: none;
  }

  #top-strengths .bg {
    display: none;
  }

  #top-strengths .body {
    position: relative;
    z-index: 1;
  }

  #top-strengths .c-title__text {
    letter-spacing: 0;
  }

  #top-strengths .items {
    margin-top: 20vw;
  }

  #top-strengths .item:not(:first-of-type) {
    margin-top: 17.33vw;
  }

  #top-strengths .number {
    width: 21.33vw;
    height: 21.33vw;
    top: -10.67vw;
  }

  #top-strengths .number span {
    font-size: 8.8vw;
  }

  #top-strengths .contents {
    padding: 14.67vw 5.33vw 8.53vw;
  }

  #top-strengths .title {
    font-size: 5.33vw;
    line-height: 1.9;
  }

  #top-strengths .title.title--fz {
    font-size: 5.07vw;
  }

  #top-strengths .image {
    width: 37.33vw;
    height: 37.33vw;
    margin-top: 3.2vw;
  }

  #top-strengths .text {
    letter-spacing: -0.07em;
    margin-top: 6.67vw;
    text-align: left;
  }
}

.u-target {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.u-target.SlideUp {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.u-pc {
  display: block;
}

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

.u-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-br {
  display: inline-block;
}

/* reCAPTCHA */
.grecaptcha-badge {
  z-index: 10;
}

/*# sourceMappingURL=style.css.map */