@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: linear-gradient(90deg, #EDF1F5, #F8F1F1);
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  color: #383838;
  word-break: break-all;
}
body.is_fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

a:active {
  text-decoration: none;
  color: #383838;
}

a {
  text-decoration: none;
  color: #383838;
}
a:hover {
  opacity: 0.8;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.e_enTxt {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}

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

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

.moreBtn {
  display: block;
  background: #fff;
  border-radius: 200px;
  border: 2px solid #DDDDDD;
  font-size: 16px;
  font-weight: 500;
  color: #E62F63;
  width: 240px;
  padding: 20px 0;
  text-align: center;
  padding-right: 10px;
  background-image: url(../img/arrow-right.png);
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 20px;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .moreBtn {
    font-size: 14px;
    width: 250px;
  }
}
.moreBtn:hover {
  opacity: 1;
  background: #E62F63;
  color: #fff;
  background-image: url(../img/arrow-right-wh.png);
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 20px;
}

.section__title h2 {
  font-size: min(9.14vw, 128px);
  font-weight: 500;
  line-height: 0.9;
  font-family: "futura-pt", sans-serif;
  color: #7D7D80;
}
@media screen and (max-width: 768px) {
  .section__title h2 {
    font-size: 17.0666666667vw;
  }
}
.section__title h2 span {
  color: #E62F63;
}
.section__title.ja h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #383838;
}
@media screen and (max-width: 768px) {
  .section__title.ja h2 {
    font-size: 6.4vw;
  }
}
.section__title > span {
  font-size: 20px;
  display: block;
  font-weight: 500;
  margin-top: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .section__title > span {
    font-size: 4.8vw;
  }
}

.recruit {
  position: relative;
  z-index: 3;
  background: url(../img/recruit-bg.png) no-repeat;
  background-size: cover;
  background-position: top;
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
  padding: 100px 40px 80px;
  margin-top: -80px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruit {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    padding: 21.3333333333vw 5.3333333333vw 13.3333333333vw;
    background: url(../img/recruit-bg-sp.png) no-repeat;
    background-size: cover;
    background-position: top;
  }
}
.recruit__inner {
  max-width: 670px;
  margin: 0 auto;
}
.recruit .section__title {
  text-align: center;
}
.recruit .section__title h2 {
  color: #fff;
}
.recruit .section__title h2 span {
  color: #fff;
}
.recruit .section__title > span {
  color: #fff;
}
.recruit h3 {
  margin: 50px auto 30px;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .recruit h3 {
    margin: 8vw auto;
    font-size: 5.8666666667vw;
  }
}
.recruit__text {
  line-height: 1.8;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .recruit__text {
    text-align: left;
    font-size: 4.2666666667vw;
    margin-bottom: 8vw;
  }
}
.recruit__btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .recruit__btns {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 8vw;
  }
}
.recruit__btns a {
  display: block;
  border: 2px solid #fff;
  border-radius: 200px;
  padding: 20px;
  padding-right: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-image: url(../img/arrow-right-wh.png);
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 20px;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .recruit__btns a {
    font-size: 14px;
    background: none;
    padding-right: 0;
    padding-left: 0;
  }
}
.recruit__btns a:hover {
  opacity: 1;
  background-color: #fff;
  background-image: url(../img/arrow-right.png);
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 20px;
  color: #E62F63;
}
.recruit__bottom {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .recruit__bottom {
    flex-direction: column;
    gap: 20px;
  }
}
.recruit__bottom a {
  width: 48%;
  background: #fff;
  border: 2px solid #E62F63;
  text-align: center;
  border-radius: 200px;
  color: #E62F63;
  font-size: 20px;
  font-weight: 500;
  padding: 20px 0;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .recruit__bottom a {
    font-size: 18px;
    width: 100%;
  }
}
.recruit__bottom a:hover {
  opacity: 1;
  background: #E62F63;
  color: #fff;
}

.gallery {
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .gallery {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}

.gallery__slider {
  overflow: hidden;
}
.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: auto;
  /* 横幅を自動に */
}

.gallery__slider img {
  height: 380px;
  /* 好きな高さに */
  width: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .gallery__slider img {
    height: 53.3333333333vw;
  }
}

.policy {
  padding: 100px 40px;
  background: #fff;
  border-radius: 40px;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .policy {
    padding: 21.3333333333vw 5.3333333333vw;
    border-radius: 50px;
  }
}
.policy__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.policy .section__title {
  text-align: center;
}
.policy .section__title::after {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  background: #E62F63;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .policy .section__title::after {
    margin-bottom: 8vw;
  }
}
.policy__btns {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1320px) {
  .policy__btns {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .policy__btns {
    gap: 10px;
    flex-direction: column;
  }
}
.policy__btns a {
  width: auto;
  padding-right: 60px;
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  .policy__btns a {
    width: 100%;
  }
}

.contact {
  background: linear-gradient(90deg, #EDF1F5, #F8F1F1);
  padding: 120px 40px;
  position: relative;
  z-index: 2;
  margin-top: -50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 32vw 5.3333333333vw;
  }
}
.contact.interviewBg::after {
  content: "";
  position: absolute;
  top: -15%;
  right: -5%;
  width: 559px;
  height: 662px;
  background: url(../img/ashirai-page-fv.svg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .contact.interviewBg::after {
    left: unset;
    top: unset;
    right: -70%;
    bottom: -5%;
    display: none;
  }
}
.contact__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.contact__lists {
  display: flex;
  justify-content: space-between;
}
.contact__lists.center {
  justify-content: center;
}
.contact__lists.center .contact__list {
  background: url(../img/contact-bg-02.png) no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
@media screen and (max-width: 768px) {
  .contact__lists {
    flex-direction: column;
    gap: 20px;
  }
}
.contact__list {
  width: 48.5%;
  border-radius: 10px;
  padding: 90px 20px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact__list {
    padding: 16vw 5.3333333333vw;
    width: 100%;
  }
}
.contact__list h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .contact__list h3 {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}
.contact__list .tel {
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .contact__list .tel {
    font-size: 6.4vw;
  }
}
.contact__list:nth-child(1) {
  background: url(../img/contact-bg-01.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.contact__list:nth-child(1) .contact__btn {
  background-position: top 55% left 10%;
  padding-left: 25px;
}
.contact__list:nth-child(2) {
  background: url(../img/contact-bg-02.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.contact__btn {
  display: block;
  width: 317px;
  background: #fff;
  text-align: center;
  color: #E62F63;
  margin: 0 auto;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  border: 1px solid #E62F63;
  padding: 20px 0;
  padding-left: 25px;
  background-image: url(../img/icon_mail_pink.svg);
  background-repeat: no-repeat;
  background-position: top 55% left 15%;
  background-size: 18px;
  box-sizing: border-box;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contact__btn {
    width: 100%;
    font-size: 14px;
    margin-bottom: 5.3333333333vw;
    padding-left: 25px;
  }
}

.group {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .group {
    margin-top: 16vw;
  }
}
.group__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.group__title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .group__title {
    font-size: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.group__lists {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .group__lists {
    gap: 10px;
  }
}
.group__list {
  width: 240px;
}

.header {
  padding: 20px 40px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1002;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 2.6666666667vw 4vw;
  }
}
.header.is_active {
  position: fixed;
  background: #fff;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 31.2vw;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__nav ul a {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 1320px) {
  .header__nav ul a {
    font-size: 13px;
  }
}
.header__contact {
  background-color: #E62F63;
  background-image: url(../img/icon_mail.svg);
  background-repeat: no-repeat;
  background-position: top 58% left 30px;
  background-size: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 200px;
  display: block;
  padding: 12px 30px;
  padding-left: 60px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .header__contact {
    padding: 10px 25px;
    padding-left: 50px;
    font-size: 12px;
  }
}
.header__global {
  display: flex;
  align-items: center;
  padding: 7px 15px;
  padding-left: 35px;
  border-radius: 100px;
  background: #383838;
  background-image: url(../img/icon_global.svg);
  background-repeat: no-repeat;
  background-position: 10px;
  background-size: 16px;
  gap: 17px;
}
.header__global a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  flex-basis: fill;
  white-space: nowrap;
  opacity: 0.4;
}
.header__global a.is_active {
  opacity: 1;
}
.header__global a + a {
  position: relative;
}
.header__global a + a::before {
  content: "";
  width: 1px;
  height: 14px;
  display: block;
  transform: rotate(30deg);
  background: #fff;
  position: absolute;
  left: -8px;
}

/* デフォルト非表示（PC） */
#hamburger {
  display: none;
}

#navMenu {
  display: none;
}

/* スマホのみ表示 */
@media screen and (max-width: 768px) {
  #hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 22px;
    cursor: pointer;
    z-index: 1003;
    position: relative;
    position: fixed;
    right: 2.6666666667vw;
    top: 4vw;
  }
  #hamburger span {
    display: block;
    height: 1px;
    background: #000;
    transition: 0.3s ease;
  }
  /* ナビ初期非表示 */
  #navMenu {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: 0.4s ease;
    z-index: 1000;
    padding: 21.3333333333vw 5.3333333333vw;
    overflow-y: auto;
  }
  /* 開いた時 */
  #navMenu.active {
    right: 0;
  }
  /* ×に変形 */
  #hamburger.active span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  #hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  #hamburger.active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  .hamburger__nav--main {
    margin-bottom: 13.3333333333vw;
  }
  .hamburger__nav--main > li > a {
    padding: 20px 0;
    display: block;
    border-bottom: 1px solid #DDDDDD;
    font-size: 16px;
    background: url(../img/arrow-right.png) no-repeat;
    background-position: right;
    background-size: 15px;
  }
  .hamburger__nav--main > li .acTtl {
    background: url(../img/icon_plus.svg) no-repeat;
    background-position: right;
    background-size: 15px;
  }
  .hamburger__nav--main > li .acTtl.is_active {
    background: url(../img/icon_minus.svg) no-repeat;
    background-position: right;
    background-size: 15px;
  }
  .hamburger__nav--main > li ul {
    height: 0;
    overflow: hidden;
    transition: 0.2s ease height;
  }
  .hamburger__nav--main > li ul li:nth-child(1) {
    margin-top: 10px;
  }
  .hamburger__nav--main > li ul li:last-child {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 20px;
  }
  .hamburger__nav--main > li ul li a {
    padding: 10px 0;
    font-size: 16px;
    display: block;
  }
  .hamburger__nav--sub {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
  .hamburger__nav--sub a {
    display: block;
    width: 250px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border-radius: 200px;
    padding: 20px 0;
  }
  .hamburger__nav--sub a.btn01 {
    background: #E62F63;
    background-image: url(../img/icon_mail.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 55px;
    padding-left: 10px;
  }
  .hamburger__nav--sub a.btn02 {
    background: linear-gradient(20deg, #D32E53, #B86AE5);
  }
  .hamburger__nav--sub a.btn03 {
    background: linear-gradient(20deg, #FDE94C, #F82BC5);
  }
  .header__global {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}
.fixedBtn {
  position: fixed;
  right: 20px;
  bottom: 5%;
  z-index: 100;
}
.fixedBtn a {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  gap: 4px;
  border: 2px solid #DDDDDD;
}
.fixedBtn a.recruitBtn {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  font-weight: 500;
  padding: 10px;
  position: relative;
  background-color: rgb(215, 0, 15);
}
.fixedBtn a.recruitBtn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(to right, rgba(211, 46, 83, 0.6), rgba(184, 106, 229, 0.6));
  top: 0;
  left: 0;
}
.fixedBtn a.recruitBtn span {
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
}
.fixedBtn a.entryBtn {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  padding: 10px;
  font-weight: 500;
  position: relative;
  background-color: #D7000F;
  margin: 10px 0;
}
.fixedBtn a.entryBtn span {
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
}
.fixedBtn a.entryBtn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(to right, rgba(253, 233, 76, 0.6), rgba(248, 43, 197, 0.6));
  top: 0;
  left: 0;
}
.fixedBtn a.topBtn {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  background: #fff;
  border: 2px solid #DDDDDD;
}
@media screen and (max-width: 768px) {
  .fixedBtn a.topBtn span {
    display: none;
  }
}

.fixedBtn {
  transition: opacity 0.3s;
}

.fixedBtn.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.footer {
  background: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 80px 40px 0;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 21.3333333333vw 5.3333333333vw 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.footer__nav {
  display: flex;
  gap: 40px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    width: 100%;
  }
}
.footer__nav--sub {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__nav--sub {
    display: block;
    height: auto !important;
  }
  .footer__nav--sub li {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .footer__nav--sub li {
    border-bottom: 1px solid #DDDDDD;
  }
  .footer__nav--sub li:first-child {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav--sub li a {
    font-size: 4.2666666667vw;
    white-space: nowrap;
    padding: 20px 0;
    display: block;
    background: url(../img/arrow-right.svg) no-repeat;
    background-position: right;
    background-size: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1320px) {
  .footer__nav--sub li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .footer__nav--sub li a {
    font-size: 4.2666666667vw;
    white-space: nowrap;
    padding: 20px 0;
  }
}
.footer__nav--item {
  width: 33%;
}
@media screen and (max-width: 768px) {
  .footer__nav--item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav {
    display: block;
    justify-content: space-between;
  }
}
.footer__nav h3 {
  margin-bottom: 30px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footer__nav h3 {
    margin-bottom: 0;
    padding: 20px 0;
    border-bottom: 1px solid #DDDDDD;
    cursor: pointer;
    background: url(../img/icon_plus.svg) no-repeat;
    background-position: right;
    background-size: 15px;
    font-size: 4.2666666667vw;
  }
  .footer__nav h3.is_active {
    background: url(../img/icon_minus.svg) no-repeat;
    background-position: right;
    background-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav ul {
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: 0.2s ease height;
  }
}
.footer__nav ul li {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer__nav ul li:first-child {
    margin-top: 20px;
  }
}
.footer__nav ul li a {
  font-size: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 1320px) {
  .footer__nav ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav ul li a {
    display: block;
    font-size: 4.2666666667vw;
  }
}
.footer__main {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__main {
    display: block;
  }
}
.footer__group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .footer__group {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16vw;
    align-items: flex-start;
  }
  .footer__group img {
    max-width: 48%;
  }
}
.footer__logo {
  width: 171px;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin: 0 auto;
    width: 45.6vw;
    margin-bottom: 8vw;
  }
}
.footer__sub {
  margin-top: 50px;
  padding: 30px 0;
  display: flex;
  align-items: center;
  gap: 30px;
  border-top: 1px solid #DDDDDD;
}
@media screen and (max-width: 768px) {
  .footer__sub {
    padding: 9.3333333333vw 0 5.3333333333vw;
    flex-direction: column-reverse;
  }
}
.footer__sub--menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer__sub--menu li a {
  font-size: 14px;
}
.footer__copy small {
  font-size: 14px;
}

.fade-in {
  opacity: 0;
  /* 初期状態で透明 */
  /* 下に少しずらす */
  transform: translateY(100px);
  transition: all 0.5s ease;
  /* アニメーションの設定 */
}

.fade-in.fade-top {
  transform: translateY(200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.fade-bottom {
  transform: translateY(-200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.fade-left {
  transform: translateX(-200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.fade-right {
  transform: translateX(200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.show {
  opacity: 1;
  /* 表示 */
  transform: translateY(0);
  /* 元の位置 */
}/*# sourceMappingURL=style.css.map */