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

html {
  scrollbar-gutter: stable;
  overflow-x: hidden;
}

body {
  font-family: "Kosugi Maru", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #808080;
  font-weight: 400;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: unset;
  transition: 0.2s;
}
a img {
  transition: 0.2s;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.pc-none {
  display: none;
}

.inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 15px;
}

.parts-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  text-align: center;
}
.parts-title h2 {
  color: #ff8c8c;
  font-size: 36px;
  line-height: 1;
}
.parts-title small {
  font-size: 20px;
  font-family: "Indie Flower", cursive;
}

.parts-button {
  position: relative;
  max-width: 328px;
  width: 100%;
  height: 45px;
  margin: 0 auto;
}
.parts-button a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  background-color: #ff8c8c;
  border: solid 1px #ff8c8c;
  color: #fff;
  border-radius: 22.5px;
  font-size: 14px;
  font-weight: 700;
  opacity: unset;
}
.parts-button a:hover {
  background-color: #fff;
  color: #ff8c8c;
}
.parts-button a.arrow:before {
  position: absolute;
  right: 10px;
  width: 24px;
  height: 15px;
  content: "";
  background-image: url(images/arrow_w.png);
  background-size: cover;
}
.parts-button a.arrow:hover::before {
  background-image: url(images/arrow.png);
}

.parts-button-w {
  position: relative;
  max-width: 328px;
  width: 100%;
  height: 45px;
  margin: 0 auto;
}
.parts-button-w a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: solid 1px #ff8c8c;
  color: #ff8c8c;
  border-radius: 22.5px;
  font-size: 14px;
  font-weight: 700;
  opacity: unset;
}
.parts-button-w a:hover {
  background-color: #ff8c8c;
  border: solid 1px #fff;
  color: #fff;
}
.parts-button-w a.mail:before {
  position: absolute;
  left: 20px;
  width: 15px;
  height: 10px;
  content: "";
  background-image: url(images/email.png);
  background-size: cover;
}
.parts-button-w a.mail:hover::before {
  background-image: url(images/email_w.png);
}

/* header */
.header {
  position: relative;
}
.header__wrapper {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 20px 10px 10px;
  z-index: 20;
  transition: 0.2s;
}
.header__wrapper.transform {
  background-color: #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}
.header__logo {
  max-width: 370px;
  width: 32vw;
  transition: 0.2s;
}
.header__menu {
  flex: 1;
}
.header__menu ul {
  display: flex;
  gap: 0 2vw;
}
.header__menu li {
  font-size: clamp(0.75rem, 0.3056rem + 0.9259vw, 1rem);
  padding: 20px 0;
}
.header__menu-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 3vw;
}
.header .header-button {
  max-width: 191px;
  width: 30%;
  height: 51px;
}
.header .header-button .contact-wrap {
  width: 100%;
  height: 100%;
}
.header .header-button .contact-wrap a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  background-color: #ff8c8c;
  border: solid 1px #ff8c8c;
  border-radius: 30px;
  color: #fff;
  opacity: unset;
}
.header .header-button .contact-wrap a:before {
  position: absolute;
  left: 10px;
  width: 15px;
  height: 10px;
  content: "";
  background-image: url(images/email_w.png);
  background-size: cover;
}
.header .header-button .contact-wrap a:hover {
  background-color: #fff;
  color: #ff8c8c;
}
.header .header-button .contact-wrap a:hover::before {
  background-image: url(images/email.png);
}

.sp-menu {
  display: none;
}

/* MV */
.MV {
  position: relative;
  background-color: #fff4ee;
  z-index: 5;
  height: 1200px;
}
.MV .title {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 200px;
  z-index: 1;
}
.MV .title h1 {
  margin-bottom: 20px;
  color: #ff8c8c;
  font-size: 56px;
  line-height: 1.17;
}
.MV .title p {
  margin-bottom: 30px;
  line-height: 1.935;
  font-size: 32px;
}
.MV .title small {
  font-size: 16px;
  line-height: 2.25;
}
.MV .object {
  position: absolute;
  width: auto;
}
.MV .object.top-right {
  top: 150px;
  right: -10%;
  width: 200px;
}
.MV .object.top-center {
  top: -200px;
  left: 40%;
  width: 550px;
}
.MV .object.center-left {
  top: 40%;
  left: -10%;
  width: 300px;
}
.MV .object.center-left2 {
  top: 30%;
  left: -15%;
  width: 600px;
}
.MV .object.center-right {
  top: 30%;
  right: 25%;
  width: 80px;
}
.MV .object.center-right2 {
  top: 25%;
  right: 15%;
  width: 80px;
}
.MV .object.center-center {
  top: 65%;
  left: 45%;
  width: 140px;
}
.MV .object.bottom-left {
  bottom: 0;
  left: 7%;
  width: 300px;
}
.MV .object.bottom-left2 {
  bottom: -100px;
  left: 10%;
  width: 80px;
}
.MV .object.bottom-right {
  bottom: 200px;
  right: 10%;
  width: 230px;
}

/* t-about */
.t-about {
  position: relative;
  padding: 0 0 130px;
  background-color: #fff4ee;
}
.t-about .cont p {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.8;
}
.t-about__text {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  color: #ffbfbf;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 126px;
  font-weight: 700;
  line-height: 0.9;
  overflow: hidden;
  z-index: 5;
}
.t-about__text-inner {
  display: flex;
  width: max-content;
  animation: animetxt 20s linear infinite;
}
.t-about__text p {
  display: inline-block;
  padding-right: 50px;
  white-space: nowrap;
}
@keyframes animetxt {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.t-about .object {
  position: absolute;
  width: auto;
}
.t-about .object.bottom-left {
  bottom: -100px;
  left: -10%;
  width: 250px;
}
.t-about .object.bottom-right {
  bottom: -120px;
  right: 0;
  width: 400px;
}

/* t-feature */
.t-feature {
  position: relative;
  padding: 70px 0;
}
.t-feature__card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(33.3333333333% - 10px);
  z-index: 1;
}
.t-feature__card .img {
  margin-bottom: 10px;
}
.t-feature__card h2 {
  min-height: 100px;
  margin-bottom: 20px;
  font-size: 22px;
}
.t-feature__card p {
  flex: 1;
  margin-top: auto;
  font-size: 16px;
  line-height: 1.625;
}
.t-feature__card-wrapper {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.t-feature__card::before {
  position: absolute;
  top: -15px;
  left: -10px;
  font-size: 46px;
  font-family: "Kosugi Maru", sans-serif;
  line-height: 1;
}
.t-feature__card:nth-of-type(1)::before {
  content: "01";
}
.t-feature__card:nth-of-type(2)::before {
  content: "02";
}
.t-feature__card:nth-of-type(3)::before {
  content: "03";
}
.t-feature .object {
  position: absolute;
  width: auto;
}
.t-feature .object.bottom-left {
  bottom: -50px;
  left: -20%;
  width: 550px;
}

/* t-flow */
.t-flow {
  padding: 50px 0;
  background-image: url(images/object_triangle.png);
  background-size: 140px;
  background-position: center right 5vw;
  background-repeat: no-repeat;
}
.t-flow .parts-title {
  margin-bottom: 30px;
}
.t-flow__card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 20px;
  padding: 20px 25px;
}
.t-flow__card:not(:last-of-type)::before {
  position: absolute;
  left: 100px;
  top: 80px;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #ff8c8c;
  z-index: 1;
}
.t-flow__card .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  aspect-ratio: 1;
  background-color: #ff8c8c;
  border-radius: 50%;
  z-index: 1;
}
.t-flow__card .icon img {
  width: 40%;
}
.t-flow__card .cont {
  flex: 1;
}
.t-flow__card .ttl {
  display: flex;
  align-items: center;
  gap: 15px;
}
.t-flow__card .ttl .number {
  font-size: 46px;
}
.t-flow__card .ttl h3 {
  font-size: 32px;
}
.t-flow__card .ttl small {
  font-size: 14px;
}
.t-flow__card .detail {
  font-size: 16px;
}

/* news */
.news {
  padding: 50px 0 180px;
}
.news .inner {
  display: flex;
  align-items: center;
  gap: 60px;
}
.news .parts-title {
  align-items: flex-start;
}
.news .parts-title a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  color: #ff8c8c;
  font-size: 16px;
}
.news .parts-title a img {
  width: 20px;
}
.news__card {
  border-top: solid 1px #f4bdc2;
}
.news__card a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 25px 5px;
}
.news__card img {
  width: 24px;
}
.news__card .cont {
  flex: 1;
}
.news__card .date {
  font-size: 12px;
}
.news__card h3 {
  font-size: 26px;
}
.news__card:last-of-type {
  border-bottom: solid 1px #f4bdc2;
}
.news__card-wrapper {
  flex: 1;
}

/* footer-cta */
.footer-cta {
  position: relative;
  padding: 70px 0 110px;
  background-color: #ff8c8c;
  color: #fff;
}
.footer-cta .parts-title {
  margin-bottom: 10px;
}
.footer-cta .parts-title h2 {
  color: #fff;
}
.footer-cta p {
  margin-bottom: 30px;
  text-align: center;
}
.footer-cta .object {
  position: absolute;
  width: auto;
}
.footer-cta .object.top-left {
  top: -150px;
  left: -50px;
  width: 90px;
}
.footer-cta .object.top-right {
  top: -200px;
  right: -175px;
  width: 300px;
}
.footer-cta .object.bottom-left {
  bottom: -150px;
  left: -10%;
  width: 330px;
}
.footer-cta .object.center-right {
  top: -5px;
  right: 5%;
  width: 80px;
}
.footer-cta .object.bottom-right {
  bottom: -150px;
  right: -30%;
  width: 600px;
}
.footer-cta .object.bottom-right2 {
  bottom: -100px;
  right: -100px;
  width: 230px;
}

/* footer */
.footer {
  padding-top: 160px;
  background-color: #fff4ee;
}
.footer .inner {
  margin-bottom: 45px;
}
.footer__cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  width: 100%;
}
.footer__cont .logo {
  max-width: 370px;
}
.footer__cont .logo .address {
  margin-top: 20px;
  font-size: 14px;
}
.footer__cont .menu ul {
  display: flex;
  gap: 30px;
}
.footer .icon {
  margin: 0 auto 50px;
  width: 42px;
}
.footer__right {
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: solid 1px #e6e6e6;
  text-align: center;
}
.footer__right small {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .pc-none {
    display: unset;
  }
  .sp-none {
    display: none;
  }
  .inner {
    padding: 0 10px;
  }
  .parts-title h2 {
    font-size: 23px;
  }
  .parts-title small {
    font-size: 12px;
  }
  .parts-button {
    max-width: 280px;
    height: 45px;
  }
  .parts-button a {
    gap: 10px;
    border-radius: 22.5px;
    font-size: 13px;
  }
  .parts-button-w {
    max-width: 280px;
    height: 45px;
  }
  .parts-button-w a {
    gap: 10px;
    border-radius: 22.5px;
    font-size: 13px;
  }
  .parts-button-w a.pdf:before {
    width: 19px;
    height: 23px;
  }
  .parts-button-w a.arrow:before, .parts-button-w a.arrow:after {
    right: 10px;
    width: 8px;
  }
  /* header sp */
  .header__wrapper {
    padding: 10px;
  }
  .header__wrapper.transform {
    box-shadow: unset;
  }
  .header__logo {
    max-width: unset;
    width: 210px;
    z-index: 20;
  }
  .header__menu ul {
    display: none;
  }
  .header .header-button {
    max-width: unset;
    width: auto;
    display: flex;
    align-items: center;
  }
  .header .header-button .contact-wrap {
    width: 45px;
    height: 45px;
    font-size: 12px;
  }
  .header .header-button .contact-wrap a {
    padding: unset;
    border-radius: 50%;
  }
  .header .header-button .contact-wrap a:before {
    left: 32%;
  }
  .header .header-button .contact-wrap p {
    display: none;
  }
  .header .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    margin-left: 5px;
    background-color: #ff8c8c;
    border-radius: 50%;
    cursor: pointer;
    z-index: 20;
  }
  .header .hamburger span {
    width: 50%;
    height: 1px;
    background-color: #fff;
    transition: 0.1s;
  }
  .header .hamburger .middle {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .sp-menu {
    position: fixed;
    left: 110%;
    display: unset;
    width: 100%;
    height: 100vh;
    padding-top: 150px;
    padding-bottom: 50px;
    background-color: #fff;
    font-size: 16px;
    overflow-y: scroll;
    transition: 0.2s;
    z-index: 15;
  }
  .sp-menu ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    height: 100%;
    margin-bottom: 30px;
    padding-left: 10vw;
    padding-right: 10vw;
  }
  .open {
    overflow: hidden;
  }
  .open .header__menu .hamburger .top {
    transform: translateY(9px) rotate(45deg);
  }
  .open .header__menu .hamburger .middle {
    opacity: 0;
  }
  .open .header__menu .hamburger .bottom {
    transform: translateY(-9px) rotate(-45deg);
  }
  .open .sp-menu {
    left: 0;
  }
  /* MV sp */
  .MV {
    height: 900px;
    padding-bottom: 100px;
  }
  .MV .title {
    left: 15vw;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 100px;
  }
  .MV .title h1 {
    gap: 7.5px;
    font-size: 43px;
    line-height: 1.34;
  }
  .MV .title p {
    font-size: 16px;
  }
  .MV .title small {
    font-size: 12px;
    line-height: 2;
  }
  .MV .object.top-right {
    top: unset;
    bottom: 100px;
    right: -10%;
    width: 120px;
  }
  .MV .object.top-center {
    top: -50px;
    left: unset;
    right: -80px;
    width: 280px;
  }
  .MV .object.center-left {
    top: 40%;
    left: -80px;
    width: 200px;
  }
  .MV .object.center-left2 {
    display: none;
  }
  .MV .object.center-right {
    top: 100px;
    right: 10%;
    width: 50px;
  }
  .MV .object.center-right2 {
    top: 35%;
    right: -20px;
    width: 50px;
  }
  .MV .object.center-center {
    display: none;
  }
  .MV .object.bottom-left {
    bottom: 0;
    left: -80px;
    width: 160px;
  }
  .MV .object.bottom-left2 {
    display: none;
  }
  .MV .object.bottom-right {
    display: none;
  }
  /* t-about sp */
  .t-about {
    padding: 0 10px 100px;
  }
  .t-about .cont p {
    font-size: 14px;
  }
  .t-about .parts-button {
    display: none;
  }
  .t-about__text {
    font-size: 78px;
  }
  .t-about .object.bottom-left {
    display: none;
  }
  .t-about .object.bottom-right {
    bottom: -50px;
    right: -80px;
    width: 240px;
  }
  /* t-feature sp */
  .t-feature {
    padding: 50px 0;
  }
  .t-feature__card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .t-feature__card .img {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
  }
  .t-feature__card h2 {
    min-height: unset;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .t-feature__card p {
    font-size: 14px;
  }
  .t-feature__card-wrapper {
    flex-direction: column;
    gap: 50px;
  }
  .t-feature__card::before {
    font-size: 48px;
  }
  /* t-flow sp */
  .t-flow {
    padding-top: 100px;
    background-image: unset;
  }
  .t-flow .parts-title {
    margin-bottom: unset;
  }
  .t-flow__card {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    padding: 20px 10px;
  }
  .t-flow__card:not(:last-of-type)::before {
    left: 45px;
    top: 40px;
  }
  .t-flow__card .icon {
    width: 75px;
  }
  .t-flow__card .ttl {
    flex-wrap: wrap;
    gap: 0 10px;
  }
  .t-flow__card .ttl .number {
    width: 100%;
    font-size: 28px;
  }
  .t-flow__card .ttl h3 {
    font-size: 18px;
  }
  .t-flow__card .ttl small {
    font-size: 10px;
  }
  .t-flow__card .detail {
    font-size: 14px;
  }
  /* news sp */
  .news {
    padding: 50px 0 100px;
  }
  .news .inner {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .news .parts-title {
    position: relative;
    align-items: center;
    width: 100%;
  }
  .news .parts-title a {
    margin-top: 10px;
    margin-left: auto;
  }
  .news .parts-title img {
    display: none;
  }
  .news__card a {
    padding: 15px 5px;
  }
  .news__card .date {
    font-size: 10px;
  }
  .news__card h3 {
    font-size: 18px;
  }
  .news__card p {
    font-size: 13px;
  }
  /* footer-cta sp */
  .footer-cta {
    padding: 50px 0 80px;
  }
  .footer-cta p {
    font-size: 13px;
  }
  .footer-cta .object.top-left {
    top: -30px;
    left: -10px;
    width: 50px;
  }
  .footer-cta .object.top-right {
    top: -70px;
    right: -90px;
    width: 150px;
  }
  .footer-cta .object.bottom-left {
    bottom: -100px;
    left: -80px;
    width: 170px;
  }
  .footer-cta .object.center-right {
    top: 30px;
    right: 3%;
    width: 40px;
  }
  .footer-cta .object.bottom-right {
    bottom: -85px;
    right: -150px;
    width: 350px;
  }
  .footer-cta .object.bottom-right2 {
    bottom: -50px;
    right: -60px;
    width: 125px;
  }
  /* footer sp */
  .footer {
    padding-top: 100px;
  }
  .footer__cont {
    flex-direction: column;
    gap: 60px;
  }
  .footer__cont .logo {
    max-width: unset;
  }
  .footer__cont .logo img {
    max-width: 270px;
  }
  .footer__cont .logo .address {
    font-size: 13px;
  }
  .footer__cont .menu ul {
    flex-direction: column;
    gap: 40px;
  }
  .footer .icon {
    margin: 0 auto 35px;
    width: 37.5px;
  }
  .footer__right small {
    font-size: 8px;
  }
}