@charset "UTF-8";
* {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1a1a1a;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.7;
  box-sizing: border-box;
  scroll-padding-top: 8rem;
}

html {
  font-size: 56.5%;
  overflow-x: hidden;
}
@media print, screen and (min-width: 1024px) {
  html {
    font-size: 62.5%;
  }
}

body {
  position: relative;
}

main {
  margin-top: 8rem;
}
@media print, screen and (min-width: 1024px) {
  main {
    margin-top: 14rem;
  }
}

li {
  list-style: none;
}

a {
  display: block;
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  opacity: 0.5;
}
@media print, screen and (min-width: 768px) {
  a[href*=tel] {
    pointer-events: none;
  }
}

img,
iframe {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media print, screen and (min-width: 768px) {
  br.under768 {
    display: none;
  }
}
br.over768 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  br.over768 {
    display: block;
  }
}
br.over1024 {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  br.over1024 {
    display: block;
  }
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: auto;
}

.inner {
  width: 95%;
  margin: auto;
}
.inner.max740 {
  max-width: 740px;
}
.inner.max800 {
  max-width: 800px;
}
.inner.max1200 {
  max-width: 1200px;
}
.inner.max1400 {
  max-width: 1400px;
}

.pd100 {
  padding: 5rem 0;
}
@media print, screen and (min-width: 768px) {
  .pd100 {
    padding: 10rem 0;
  }
}

h2.contents-title01 {
  color: #ffff00;
  font-size: min(5.6rem, 7vw);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 500px) {
  h2.contents-title01 {
    font-size: min(5.6rem, 5vw);
  }
}
h2.contents-title01 span {
  display: block;
  color: #ffff00;
  font-size: min(4rem, 5vw);
  font-weight: bold;
  line-height: 1;
}

h2.contents-title02 {
  color: #004a98;
  font-size: min(4rem, 7vw);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 500px) {
  h2.contents-title02 {
    font-size: min(4rem, 5vw);
  }
}
h2.contents-title02 p {
  color: #004a98;
  font-size: min(3.2rem, 5vw);
  font-weight: bold;
  line-height: 1.2;
}
h2.contents-title02 span {
  display: block;
  color: #004a98;
  font-size: min(4rem, 5vw);
  font-weight: bold;
  line-height: 1;
}

h2.contents-title03 {
  text-align: center;
  margin-bottom: 2rem;
}
h2.contents-title03 .title-top {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
h2.contents-title03 .title-top p {
  color: #ffff00;
  font-size: min(4rem, 7vw);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
@media print, screen and (min-width: 500px) {
  h2.contents-title03 .title-top p {
    font-size: min(4rem, 5vw);
  }
}
h2.contents-title03 span {
  display: block;
  color: #ffff00;
  font-size: min(4rem, 5vw);
  font-weight: bold;
  line-height: 1;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #fff;
  width: 100%;
  padding: 10px;
}
@media print, screen and (min-width: 1024px) {
  header {
    padding: 0;
  }
}
header .header-wrap {
  width: 100%;
}
header .header-wrap .inner.max1200 {
  width: 100%;
}
header .header-wrap .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
header .header-wrap .header-top .header-logo a {
  display: flex;
  align-items: center;
  gap: 1rem;
}
header .header-wrap .header-top .header-logo a img {
  max-width: 190px;
  width: 100%;
}
header .header-wrap .header-top .header-logo a p {
  line-height: 1.3;
  font-size: 1.4rem;
  font-weight: 500;
  display: none;
}
@media print, screen and (min-width: 1024px) {
  header .header-wrap .header-top .header-logo a p {
    display: block;
  }
}
header .header-wrap .header-top ul {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  header .header-wrap .header-top ul {
    display: flex;
  }
}
header .header-wrap .header-top ul li:first-child {
  align-content: center;
  margin-right: 2rem;
}
header .header-wrap .header-top ul li:first-child a {
  display: flex;
  gap: 1rem;
  padding: 0.5rem;
  border: 2px solid #1A1A1A;
  border-radius: 10px;
}
header .header-wrap .header-top ul li:first-child a span {
  display: block;
  color: #fff;
  background: #e72835;
  padding: 0 0.8rem;
  align-content: center;
  border-radius: 5px;
}
header .header-wrap .header-top ul li:first-child a p {
  line-height: 1.5;
  text-align: center;
}
header .header-wrap .header-top ul li:nth-of-type(2) a {
  padding: 1rem 2rem;
  background: #fff4b5;
}
header .header-wrap .header-top ul li:nth-of-type(2) a > p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #009800;
}
header .header-wrap .header-top ul li:nth-of-type(2) a > p span {
  font-size: 2rem;
  font-weight: bold;
  color: #e72835;
}
header .header-wrap .header-top ul li:nth-of-type(2) a .number {
  display: flex;
  align-items: center;
  gap: 1rem;
}
header .header-wrap .header-top ul li:nth-of-type(2) a .number img {
  width: 26px;
}
header .header-wrap .header-top ul li:nth-of-type(2) a .number p {
  color: #e72835;
  font-weight: bold;
  font-size: min(3.2rem, 4vw);
  line-height: 1;
}
header .header-wrap .header-top ul li:last-child a {
  background: #e72835;
  text-align: center;
  height: 100%;
  align-content: center;
  padding: 0 3rem;
}
header .header-wrap .header-top ul li:last-child a p {
  color: #fff;
}
header .header-wrap .header-top ul li:last-child a img {
  width: 29px;
}
header .header-wrap .header-bottom {
  width: 100%;
  background: #e6e6e6;
  display: none;
}
@media print, screen and (min-width: 1024px) {
  header .header-wrap .header-bottom {
    display: block;
  }
}
header .header-wrap .header-bottom ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 0;
}
header .header-wrap .header-bottom ul li {
  width: 20%;
  text-align: center;
  border-left: 1px solid #999999;
}
header .header-wrap .header-bottom ul li a {
  color: #005eb8;
  font-weight: 500;
}
header .overlay_toggle {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 1024px) {
  header .overlay_toggle {
    display: none;
  }
}
header .overlay_toggle span {
  display: block;
  width: 4rem;
  height: 0.2rem;
  background-color: #231815;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.5s;
}
header .overlay_toggle span:nth-of-type(1) {
  top: 1rem;
}
header .overlay_toggle span:nth-of-type(2) {
  top: 2rem;
}
header .overlay_toggle span:nth-of-type(3) {
  top: 3rem;
}
header .overlay_toggle.active span:nth-of-type(1) {
  top: 2rem;
  transform: translate(-50%, 0) rotate(30deg);
}
header .overlay_toggle.active span:nth-of-type(2) {
  opacity: 0;
}
header .overlay_toggle.active span:nth-of-type(3) {
  top: 2rem;
  transform: translate(-50%, 0) rotate(-30deg);
}
header .overlay_toggle p {
  position: absolute;
  top: 3.5rem;
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
header .overlay {
  position: fixed;
  top: 8rem;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: calc(100vh - 8rem);
  background-color: #cbd7e9;
  overflow-y: scroll;
  opacity: 0;
  transform: translateX(100%);
  transition: 0.5s;
}
header .overlay.active {
  opacity: 1;
  transform: translateX(0);
}
header .overlay nav {
  padding-bottom: 4rem;
}
header .overlay nav > p {
  padding-top: 2rem;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  header .overlay nav > p {
    padding-top: 4rem;
  }
}
header .overlay nav > p > span {
  display: block;
  color: #fff;
  font-weight: bolder;
  text-align-last: justify;
  background-color: #004a98;
  width: 10rem;
  padding: 0.5rem 2rem;
  margin-left: 5%;
}
@media print, screen and (min-width: 768px) {
  header .overlay nav > p > span {
    margin: auto;
  }
}
header .overlay nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 0;
  padding-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  header .overlay nav ul {
    gap: 2.5rem 0;
    padding-top: 4rem;
  }
}
header .overlay nav ul li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  header .overlay nav ul li {
    width: 50%;
    max-width: 45rem;
  }
}
header .overlay nav ul li a {
  font-size: min(4vw, 2rem);
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  header .overlay nav ul li a {
    font-size: min(2vw, 2rem);
  }
}
header .overlay nav ul li a img {
  width: auto;
  height: min(5vw, 1.5em);
  margin: 0 0.5em;
  vertical-align: baseline;
}
@media print, screen and (min-width: 768px) {
  header .overlay nav ul li a img {
    height: min(2.5vw, 1.5em);
  }
}
header .overlay nav ul li a::before {
  content: "・";
}
header .overlay nav .btn_area {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 2rem;
  padding: 0 2.5%;
}
@media print, screen and (min-width: 768px) {
  header .overlay nav .btn_area {
    margin-top: 4rem;
    gap: 0 4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  header .overlay nav .btn_area:nth-of-type(3) {
    display: none;
  }
}
header .overlay nav .btn_area .btn {
  width: calc((100% - 4rem) / 3);
  min-width: 20rem;
  max-width: 32.5rem;
}
@media print, screen and (min-width: 768px) {
  header .overlay nav .btn_area .btn {
    width: calc((100% - 8rem) / 3);
  }
}
header .overlay nav .btn_area .btn a {
  color: #1A1A1A;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  background-color: #ffe556;
  padding: 1.5rem 0;
}
header .overlay nav .btn_area .icon_btn a {
  display: flex;
  align-items: center;
  gap: 1rem;
}
header .overlay nav .btn_area .icon_btn a .icon {
  position: relative;
  width: 6rem;
  height: 6rem;
  background-color: #065e9d;
  border-radius: 50%;
}
header .overlay nav .btn_area .icon_btn a .icon::before {
  content: "";
  width: 100%;
  height: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
header .overlay nav .btn_area .icon_btn a .icon.tel::before {
  mask-image: url(../img/icon_tel.webp);
  mask-size: 50%;
}
header .overlay nav .btn_area .icon_btn a .icon.instagram::before {
  mask-image: url(../img/icon_instagram.webp);
  mask-size: 65%;
}
header .overlay nav .btn_area .icon_btn a .icon.x::before {
  mask-image: url(../img/icon_x.webp);
  mask-size: 50%;
}
header .overlay nav .btn_area .icon_btn a span {
  display: none;
}
@media print, screen and (min-width: 768px) {
  header .overlay nav .btn_area .icon_btn a span {
    display: block;
    color: #065e9d;
    font-size: 2.4rem;
    font-weight: bold;
  }
}
header .overlay nav .tel_area {
  text-align: center;
  margin-top: 2rem;
}
header .overlay nav .tel_area a {
  display: inline-block;
  padding: 1rem 2rem;
  background: #fff4b5;
}
header .overlay nav .tel_area a > p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #009800;
}
header .overlay nav .tel_area a > p span {
  font-size: 2rem;
  font-weight: bold;
  color: #e72835;
}
header .overlay nav .tel_area a .number {
  display: flex;
  align-items: center;
  gap: 1rem;
}
header .overlay nav .tel_area a .number img {
  width: 26px;
}
header .overlay nav .tel_area a .number p {
  color: #e72835;
  font-weight: bold;
  font-size: min(3.2rem, 8vw);
  line-height: 1;
}
header .overlay .scanner_img {
  margin: 2rem auto 0;
  width: 50%;
  max-width: 16rem;
}
@media print, screen and (min-width: 768px) {
  header .overlay .scanner_img {
    margin-top: 4rem;
  }
}

footer {
  background: #004a98;
  padding: 1rem;
}
footer p {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}

.fixed_area {
  position: fixed;
  bottom: 2%;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 500px) {
  .fixed_area {
    bottom: 0;
    transform: translateX(-50%);
    transform: translate(-50%, 100%);
    transition: transform 0.5s linear;
  }
}
@media print, screen and (min-width: 500px) {
  .fixed_area.visible {
    transform: translate(-50%, 0);
  }
}
.fixed_area a {
  display: inline-block;
  max-width: 900px;
  width: 90vw;
}

#banner {
  padding: 4rem 0;
}
#banner .banner-inner {
  text-align: center;
}
#banner .banner-inner a {
  display: inline-block;
}

#mv {
  position: relative;
}
#mv .pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #mv .pc {
    display: block;
  }
  #mv .pc > img {
    width: 100%;
    max-height: 645px;
    height: 100svh;
    object-fit: cover;
    display: block;
  }
  #mv .pc .mv-layered {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
  }
  #mv .pc .mv-layered > figure {
    position: absolute;
    right: 0;
    top: 2%;
  }
  #mv .pc .mv-layered > figure img {
    max-width: 530px;
    width: 70vw;
  }
  #mv .pc .mv-layered ul {
    display: flex;
    align-items: center;
    gap: 2rem;
    position: absolute;
    bottom: 0;
  }
}
#mv .sp {
  display: block;
}
#mv .sp > img {
  padding-bottom: 20rem;
}
#mv .sp .mv-layered .sp-mv01 {
  position: absolute;
  right: 0;
  bottom: 30%;
  max-width: 450px;
  min-width: 220px;
  width: 55vw;
}
#mv .sp .mv-layered .sp-mv02 {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 570px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #mv .sp {
    display: none;
  }
}

#trouble {
  background: #cbd7e9;
}
#trouble .trouble-inner {
  background: #3A4A69;
  background: linear-gradient(0deg, rgb(58, 74, 105) 0%, rgb(0, 74, 192) 50%, rgb(0, 74, 192) 100%);
  padding: 2rem 1rem;
  position: relative;
}
@media print, screen and (min-width: 500px) {
  #trouble .trouble-inner {
    padding: 4rem;
  }
}
#trouble .trouble-inner > p {
  color: #fff;
  text-align: center;
  font-size: min(3.2rem, 5vw);
  font-weight: bold;
  padding-bottom: 3rem;
}
#trouble .trouble-inner > img.attached {
  display: block;
  position: absolute;
  top: 5%;
  right: 2%;
  max-width: 128px;
  width: 15%;
}
@media print, screen and (min-width: 768px) {
  #trouble .trouble-inner > img.attached {
    top: 15%;
  }
}
#trouble .trouble-inner .trouble-inner-wrap {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#trouble .trouble-inner .trouble-inner-wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
#trouble .trouble-inner .trouble-inner-wrap ul li h3 {
  color: #ffff00;
  font-size: min(2.4rem, 4vw);
  font-weight: bold;
  margin-bottom: 1rem;
}
#trouble .trouble-inner .trouble-inner-wrap ul li p {
  color: #fff;
}
#trouble .trouble-inner .trouble-inner-wrap ul li:first-child {
  max-width: 359px;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #trouble .trouble-inner .trouble-inner-wrap ul li:first-child {
    width: 34%;
  }
}
#trouble .trouble-inner .trouble-inner-wrap ul li:last-child {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #trouble .trouble-inner .trouble-inner-wrap ul li:last-child {
    width: calc(66% - 2rem);
  }
}

#service .service-inner {
  background: #3A4A69;
  background: linear-gradient(0deg, rgb(58, 74, 105) 0%, rgb(0, 74, 192) 50%, rgb(0, 74, 192) 100%);
  padding: 2rem 1rem;
  position: relative;
}
@media print, screen and (min-width: 500px) {
  #service .service-inner {
    padding: 4rem;
  }
}
#service .service-inner > p {
  color: #fff;
  text-align: center;
  font-size: min(3.2rem, 5vw);
  font-weight: bold;
  padding-bottom: 3rem;
}
#service .service-inner .figure-wrap {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  #service .service-inner .figure-wrap {
    gap: 2rem;
  }
}
#service .service-inner .figure-wrap figure {
  position: relative;
  width: calc(50% - 1rem);
}
@media print, screen and (min-width: 768px) {
  #service .service-inner .figure-wrap figure {
    width: calc(25% - 2rem);
  }
}
#service .service-inner .figure-wrap figure figcaption {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
#service .service-inner .figure-wrap figure figcaption img {
  height: 29px;
  width: 100%;
  object-fit: contain;
}
#service .service-inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 4rem;
}
#service .service-inner ul li {
  width: 100%;
  background: #ffe556;
  align-content: center;
}
@media print, screen and (min-width: 768px) {
  #service .service-inner ul li {
    width: calc(33.3333333333% - 1rem);
  }
}
#service .service-inner ul li p {
  font-weight: bold;
  font-size: min(3.2rem, 5vw);
  padding: 1rem;
  text-align: center;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #service .service-inner ul li p {
    padding: 1rem 9rem 1rem 1rem;
    font-size: min(3.2rem, 3vw);
  }
}
#service .service-inner ul li p::after {
  content: "";
  display: block;
  background: url(../img/service-price.webp) no-repeat center/contain;
  max-width: 123px;
  width: 12vw;
  height: 122px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 500px) {
  #service .service-inner ul li p::after {
    width: 8vw;
  }
}

#price {
  background: #d9e7f4;
}
#price .price-inner .contents-description {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 500px) {
  #price .price-inner .contents-description {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
#price .price-inner .contents-description img {
  max-width: 130px;
  width: 12%;
  order: 1;
}
@media print, screen and (min-width: 500px) {
  #price .price-inner .contents-description img {
    order: initial;
  }
}
#price .price-inner .contents-description p {
  text-align: center;
  font-size: min(2.4rem, 4.5vw);
  order: 2;
}
@media print, screen and (min-width: 500px) {
  #price .price-inner .contents-description p {
    order: initial;
  }
}
#price .price-inner > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
#price .price-inner > ul li {
  width: calc(50% - 1rem);
  background: #004a98;
  text-align: center;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  #price .price-inner > ul li {
    width: calc(33.3333333333% - 1.4rem);
  }
}
#price .price-inner > ul li p span.attached {
  display: block;
  font-size: min(2.4rem, 4vw);
  font-weight: bold;
  color: #fff;
}
#price .price-inner > ul li p:first-child {
  color: #fff;
  font-weight: bold;
  font-size: min(4rem, 6vw);
  line-height: 1.2;
  flex-grow: 1;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 500px) {
  #price .price-inner > ul li p:first-child {
    font-size: min(4rem, 4vw);
  }
}
#price .price-inner > ul li p:nth-of-type(2) {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#price .price-inner > ul li p:nth-of-type(2) span:first-child {
  color: #ffff00;
  font-weight: bold;
  font-size: min(6.4rem, 7vw);
  line-height: 1;
}
@media print, screen and (min-width: 500px) {
  #price .price-inner > ul li p:nth-of-type(2) span:first-child {
    font-size: min(6.4rem, 5vw);
  }
}
#price .price-inner > ul li p:nth-of-type(2) span:last-child {
  color: #ffff00;
  font-weight: bold;
  font-size: min(3.6rem, 6vw);
  line-height: 1;
}
@media print, screen and (min-width: 500px) {
  #price .price-inner > ul li p:nth-of-type(2) span:last-child {
    font-size: min(3.6rem, 4vw);
  }
}
#price .price-inner > ul li p.other {
  font-size: min(2.4rem, 4.8vw);
  display: grid;
  place-items: center;
  margin-bottom: 0;
  line-height: 1.4;
}
#price .price-inner > ul li > span {
  text-align: center;
  color: #ffff00;
  font-size: min(2.4rem, 6vw);
}
@media print, screen and (min-width: 500px) {
  #price .price-inner > ul li > span {
    font-size: min(2.4rem, 4vw);
  }
}
#price .price-inner .card-contents {
  background: #fff;
  padding: 3rem;
  margin-top: 4rem;
}
#price .price-inner .card-contents ul {
  margin-bottom: 1rem;
}
#price .price-inner .card-contents ul li p {
  text-align: center;
  color: #ed1c24;
  font-size: min(2.4rem, 5vw);
  font-weight: bold;
  padding-bottom: 2rem;
}
#price .price-inner .card-contents ul li:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #price .price-inner .card-contents ul li:nth-of-type(2) {
    justify-content: center;
  }
}
#price .price-inner .card-contents ul li:nth-of-type(2) figure {
  align-content: center;
  width: calc(33.3333333333% - 1rem);
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #price .price-inner .card-contents ul li:nth-of-type(2) figure {
    width: calc(14.2857142857% - 1rem);
  }
}
#price .price-inner .card-contents ul li:nth-of-type(3) {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  #price .price-inner .card-contents ul li:nth-of-type(3) {
    justify-content: center;
  }
}
#price .price-inner .card-contents ul li:nth-of-type(3) figure {
  align-content: center;
  width: calc(33.3333333333% - 1rem);
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #price .price-inner .card-contents ul li:nth-of-type(3) figure {
    width: calc(16.6666666667% - 1rem);
  }
}
@media print, screen and (min-width: 768px) {
  #price .price-inner .card-contents > p {
    width: fit-content;
    margin-left: auto;
  }
}

#area {
  background: url(../img/area-background.webp) no-repeat center/cover;
  width: 100%;
}
#area .area-inner {
  background: #fff;
  border-radius: 25px;
  border: 5px solid #004a98;
  padding: 2rem;
}
@media print, screen and (min-width: 500px) {
  #area .area-inner {
    padding: 4rem 6rem;
  }
}
#area .area-inner > p {
  text-align: center;
  font-size: min(2.4rem, 4vw);
  margin-bottom: 3rem;
}
#area .area-inner > p .br-none {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #area .area-inner > p .br-none {
    display: block;
  }
}
#area .area-inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
#area .area-inner ul li {
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #area .area-inner ul li {
    width: calc(50% - 1rem);
    text-align: initial;
  }
}
#area .area-inner ul li:first-child > img {
  max-width: 483px;
  width: 100%;
}
#area .area-inner ul li:last-child > img {
  max-width: 475px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #area .area-inner ul li:last-child > img {
    width: 80%;
  }
}
#area .area-inner ul li .sub-block {
  position: relative;
}
#area .area-inner ul li .sub-block p {
  color: #ed1c24;
  background: #c4d1e6;
  margin-top: 3rem;
  font-weight: bold;
  font-size: min(2.4rem, 3.2vw);
  text-align: center;
  padding: 2rem 9rem 2rem 1rem;
}
@media print, screen and (min-width: 500px) {
  #area .area-inner ul li .sub-block p {
    padding: 2rem 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  #area .area-inner ul li .sub-block p {
    font-size: min(2.4rem, 2vw);
    padding: 2rem 10rem 2rem 1rem;
  }
}
#area .area-inner ul li .sub-block img {
  position: absolute;
  bottom: 0;
  right: -3%;
  width: 8vw;
  min-width: 100px;
}
@media print, screen and (min-width: 500px) {
  #area .area-inner ul li .sub-block img {
    right: -10%;
  }
}
@media print, screen and (min-width: 768px) {
  #area .area-inner ul li .sub-block img {
    min-width: 120px;
  }
}

#flow {
  background: #ffe556;
}
#flow .flow-inner > p {
  text-align: center;
  font-weight: bold;
  font-size: min(4rem, 4.8vw);
  color: #004a98;
  margin-top: 3rem;
}
#flow .flow-inner ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 2rem 1%;
}
@media print, screen and (min-width: 768px) {
  #flow .flow-inner ul {
    flex-direction: row;
  }
}
#flow .flow-inner ul li {
  position: relative;
  display: flex;
  flex-direction: column;
}
#flow .flow-inner ul li:nth-of-type(odd) {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #flow .flow-inner ul li:nth-of-type(odd) {
    width: 30%;
  }
}
#flow .flow-inner ul li:nth-of-type(odd) figure img {
  max-width: 347px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #flow .flow-inner ul li:nth-of-type(odd) figure img {
    max-width: 100%;
  }
}
#flow .flow-inner ul li:nth-of-type(even) {
  align-self: center;
}
#flow .flow-inner ul li:nth-of-type(even) figure img {
  transform: rotate(90deg);
}
@media print, screen and (min-width: 768px) {
  #flow .flow-inner ul li:nth-of-type(even) figure img {
    transform: rotate(0deg);
  }
}
#flow .flow-inner ul li figure {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #flow .flow-inner ul li figure {
    margin: 0;
    text-align: center;
  }
}
#flow .flow-inner ul li figure img {
  width: 100%;
}
#flow .flow-inner ul li h3 {
  background: #004a98;
  color: #fff;
  text-align: center;
  margin-top: 1rem;
}
#flow .flow-inner ul li p {
  background: #fff;
  padding: 1rem;
  flex-grow: 1;
}

#strengths {
  background: #3A4A69;
  background: linear-gradient(90deg, rgb(58, 74, 105) 0%, rgb(0, 74, 192) 100%);
  width: 100%;
}
#strengths .strengths-inner {
  position: relative;
}
#strengths .strengths-inner > img.key01 {
  position: absolute;
  top: -4%;
  left: 2%;
  width: 10vw;
  max-width: 94px;
  min-width: 50px;
}
@media print, screen and (min-width: 500px) {
  #strengths .strengths-inner > img.key01 {
    top: -7%;
    left: 2%;
  }
}
@media print, screen and (min-width: 768px) {
  #strengths .strengths-inner > img.key01 {
    top: -15%;
    left: 15%;
  }
}
#strengths .strengths-inner > img.key02 {
  position: absolute;
  top: -4%;
  right: 2%;
  width: 10vw;
  max-width: 94px;
  min-width: 50px;
}
@media print, screen and (min-width: 500px) {
  #strengths .strengths-inner > img.key02 {
    top: -7%;
    right: 2%;
  }
}
@media print, screen and (min-width: 768px) {
  #strengths .strengths-inner > img.key02 {
    top: -15%;
    right: 15%;
  }
}
#strengths .strengths-inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
#strengths .strengths-inner ul li {
  background: #fff;
  padding: 2rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 2rem;
}
@media print, screen and (min-width: 500px) {
  #strengths .strengths-inner ul li {
    width: calc(50% - 1rem);
  }
}
@media print, screen and (min-width: 960px) {
  #strengths .strengths-inner ul li {
    flex-direction: row;
  }
}
#strengths .strengths-inner ul li figure {
  max-width: 230px;
  width: 100%;
  margin: 0 auto;
}
#strengths .strengths-inner ul li figure img {
  width: 100%;
}
#strengths .strengths-inner ul li .contents {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  #strengths .strengths-inner ul li .contents {
    width: 70%;
  }
}
#strengths .strengths-inner ul li .contents h3 {
  color: #004a98;
  font-size: 1.8rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 3px solid #ffe556;
}
#strengths .strengths-inner ul li .contents h3 br.br-none {
  display: none;
}
@media print, screen and (min-width: 960px) {
  #strengths .strengths-inner ul li .contents h3 br.br-none {
    display: block;
  }
}

#top-contact .top-contact-inner ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column-reverse;
  gap: 2rem;
  margin-bottom: 8rem;
}
@media print, screen and (min-width: 768px) {
  #top-contact .top-contact-inner ul {
    flex-direction: row;
    margin-bottom: 6rem;
  }
}
#top-contact .top-contact-inner ul li:first-child {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #top-contact .top-contact-inner ul li:first-child {
    width: 35%;
  }
}
#top-contact .top-contact-inner ul li:first-child p {
  width: calc(50% - 0.5rem);
  border: 4px solid #1A1A1A;
  border-radius: 10px;
  background: #ffe556;
  font-size: min(2rem, 4vw);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding: 1rem;
}
@media print, screen and (min-width: 768px) {
  #top-contact .top-contact-inner ul li:first-child p {
    font-size: min(2rem, 2vw);
  }
}
#top-contact .top-contact-inner ul li:last-child {
  margin: 0 auto;
}
#top-contact .top-contact-inner ul li:last-child figure {
  margin: 0 auto;
}
#top-contact .top-contact-inner ul li:last-child figure img {
  max-width: 790px;
  width: 70vw;
}
#top-contact .top-contact-inner .top-contact-contents {
  border: 4px solid #004a98;
  border-radius: 10px;
  position: relative;
}
#top-contact .top-contact-inner .top-contact-contents h2 {
  font-weight: bold;
  font-size: min(3.2rem, 4.8vw);
  font-style: italic;
  background: #3A4A69;
  background: linear-gradient(0deg, rgb(58, 74, 105) 0%, rgb(0, 74, 192) 100%);
  width: 100%;
  text-align: center;
  color: #fff;
}
#top-contact .top-contact-inner .top-contact-contents a {
  width: 100%;
  padding: 2rem 1rem;
}
#top-contact .top-contact-inner .top-contact-contents a p {
  font-size: min(3.2rem, 4.8vw);
  font-weight: bold;
  color: #ed1c24;
  text-align: center;
}
#top-contact .top-contact-inner .top-contact-contents a span {
  display: block;
  text-align: center;
  font-size: min(2.4rem, 4vw);
}
#top-contact .top-contact-inner .top-contact-contents img.mail-icon {
  position: absolute;
  left: 5%;
  top: -38%;
  width: 10vw;
  max-width: 115px;
  min-width: 50px;
}
@media print, screen and (min-width: 768px) {
  #top-contact .top-contact-inner .top-contact-contents img.mail-icon {
    top: -15%;
  }
}

#consultation {
  background: #ffe556;
}
#consultation .consultation-inner ul {
  display: grid;
  grid-auto-flow: row;
  gap: 2rem;
}
@media print, screen and (min-width: 768px) {
  #consultation .consultation-inner ul {
    grid-auto-flow: column;
  }
}
#consultation .consultation-inner ul li {
  width: 100%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
#consultation .consultation-inner ul li figure {
  text-align: center;
}
#consultation .consultation-inner ul li h3 {
  color: #fff;
  text-align: center;
  font-size: min(2.4rem, 3.2vw);
  font-weight: bold;
}
#consultation .consultation-inner ul li h3.first {
  background: #3A4A69;
  background: linear-gradient(90deg, rgb(58, 74, 105) 0%, rgb(0, 74, 192) 100%);
}
#consultation .consultation-inner ul li h3.second {
  background: #3B4A69;
  background: linear-gradient(90deg, rgb(59, 74, 105) 0%, rgb(40, 75, 131) 100%);
}
#consultation .consultation-inner ul li h3.third {
  background: #004ac0;
}
#consultation .consultation-inner ul li .consultation-contents-wrap {
  margin-bottom: 0;
}
#consultation .consultation-inner ul li .consultation-contents-wrap .consultation-contents {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#consultation .consultation-inner ul li .consultation-contents-wrap .consultation-contents:not(:nth-last-of-type(1)) {
  margin-bottom: 1rem;
}
#consultation .consultation-inner ul li .consultation-contents-wrap .consultation-contents span {
  font-size: 2rem;
  display: block;
  position: relative;
}
#consultation .consultation-inner ul li .consultation-contents-wrap .consultation-contents span::before {
  content: "";
  display: block;
  background: url(../img/check.webp) no-repeat center/contain;
  height: 18px;
  aspect-ratio: 4/3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#consultation .consultation-inner ul li .consultation-contents-wrap .consultation-contents p {
  font-size: min(2rem, 3.2vw);
}
#consultation .consultation-inner > p {
  text-align: center;
  color: #ed1c24;
  background: #fde8e9;
  border-radius: 1000px;
  font-size: min(4rem, 4.8vw);
  font-weight: bold;
  padding: 1rem;
  margin-top: 1rem;
}

#company {
  background: #e6e6e6;
}
#company .company-inner dl {
  border: 1px solid #1A1A1A;
  display: flex;
  flex-wrap: wrap;
}
#company .company-inner dl dt {
  border-bottom: 1px solid #1A1A1A;
  background: #cbd7e9;
  width: 100%;
  font-size: 1.8rem;
  padding: 0.8rem 1rem;
  text-align: center;
}
@media print, screen and (min-width: 500px) {
  #company .company-inner dl dt {
    width: 25%;
    border-right: 1px solid #1A1A1A;
  }
  #company .company-inner dl dt:nth-last-of-type(1) {
    border-bottom: none;
  }
}
#company .company-inner dl dd {
  border-bottom: 1px solid #1A1A1A;
  width: 100%;
  padding: 0.8rem 1rem;
}
#company .company-inner dl dd:nth-last-of-type(1) {
  border-bottom: none;
}
@media print, screen and (min-width: 500px) {
  #company .company-inner dl dd {
    width: 75%;
  }
}

section.contact {
  padding: 5rem 0;
}
@media print, screen and (min-width: 1024px) {
  section.contact {
    padding: 8rem 0;
  }
}
section.contact h2.contact_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem 0;
  font-size: 3.2rem;
  font-size: min(6vw, 3.2rem);
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  section.contact h2.contact_title {
    flex-direction: row;
    justify-content: center;
    font-size: min(3vw, 3.2rem);
    gap: 0 1rem;
  }
}
section.contact h2.contact_title img {
  width: 100%;
  max-width: 48rem;
}
@media print, screen and (min-width: 768px) {
  section.contact h2.contact_title img {
    position: relative;
    top: -0.5rem;
  }
}
section.contact p.contact_info {
  margin: 4rem auto 0;
  width: fit-content;
}
section.contact .btn_area {
  margin-top: 4rem;
}
section.contact .btn_area .btn {
  width: 100%;
  max-width: 32.5rem;
  margin: auto;
}
section.contact .btn_area .btn a {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  background-color: #ef8132;
  padding: 2.5rem 0;
}

section.form {
  background: #cbd7e9;
  padding: 4rem 0;
}
@media print, screen and (min-width: 1024px) {
  section.form {
    padding: 8rem 0;
  }
}
section.form .submit_area {
  background: #fff;
  padding: 2rem;
}
@media print, screen and (min-width: 500px) {
  section.form .submit_area {
    padding: 4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  section.form .submit_area {
    padding: 8rem;
  }
}
section.form .submit_area h2.form_title {
  color: #005eb8;
  font-size: min(3.2rem, 6vw);
  font-weight: bold;
  text-align: center;
}
section.form .submit_area p.form_info {
  margin-top: 3rem;
  text-align: center;
}
section.form .submit_area form {
  margin-top: 4rem;
}
section.form .submit_area form dl.form_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  section.form .submit_area form dl.form_list {
    gap: 4rem;
  }
}
section.form .submit_area form dl.form_list dt {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 2rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  section.form .submit_area form dl.form_list dt {
    width: 22rem;
    align-self: stretch;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 1rem;
  }
}
section.form .submit_area form dl.form_list dt.required::after {
  content: "必須";
  display: block;
  color: #fff;
  font-size: 80%;
  font-weight: normal;
  background-color: #e72835;
  padding: 0.3rem 1rem;
  border-radius: 0.3rem;
}
section.form .submit_area form dl.form_list dt:not(:first-of-type) {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  section.form .submit_area form dl.form_list dt:not(:first-of-type) {
    margin-top: 0;
  }
}
section.form .submit_area form dl.form_list dd {
  width: 100%;
  margin-top: 1rem;
  border: 0.1rem solid #9b9b9b;
  overflow: hidden;
}
section.form .submit_area form dl.form_list dd:nth-last-of-type(1) {
  height: 130px;
}
@media print, screen and (min-width: 768px) {
  section.form .submit_area form dl.form_list dd {
    width: calc(100% - 26rem);
    margin-top: 0;
  }
}
section.form .submit_area form dl.form_list dd input:not([type=radio]),
section.form .submit_area form dl.form_list dd textarea {
  width: 100%;
  font-size: 1.8rem;
  padding: 1rem 2rem;
  cursor: pointer;
}
section.form .submit_area form dl.form_list dd textarea {
  height: 130px;
}
section.form .submit_area form dl.form_list dd.select_area {
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem 0;
}
@media print, screen and (min-width: 768px) {
  section.form .submit_area form dl.form_list dd.select_area {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem 3rem;
    padding: 1rem 0;
  }
}
section.form .submit_area form dl.form_list dd.select_area label {
  width: fit-content;
  display: flex;
  gap: 0 0.5rem;
  cursor: pointer;
}
section.form .submit_area form dl.form_list dd.select_area label:hover {
  text-decoration: underline;
}
section.form .submit_area form dl.form_list dd.select_area label input {
  width: 1.2em;
  aspect-ratio: 1/1;
  position: relative;
  top: 0.1em;
  accent-color: #065e9d;
}
section.form .submit_area form dl.form_list dd.select_area .accordion {
  width: 100%;
  border: 0.1rem solid #9b9b9b;
  border-radius: 0.5rem;
  overflow: hidden;
  display: none;
}
section.form .submit_area form .privacy_check {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  section.form .submit_area form .privacy_check p {
    text-align: center;
  }
}
section.form .submit_area form .privacy_check p a {
  display: inline;
  color: #005eb8;
  cursor: pointer;
  font-weight: bold;
}
section.form .submit_area form .privacy_check p a:hover {
  opacity: 1;
  color: #fff;
  background-color: #005eb8;
}
section.form .submit_area form .privacy_check label {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 0 0.5rem;
  font-size: 1.8rem;
  cursor: pointer;
  transition: 0.5s;
}
section.form .submit_area form .privacy_check label:hover {
  text-decoration: underline;
}
section.form .submit_area form .privacy_check label input {
  width: 1.2em;
  height: 1.2em;
  position: relative;
  top: 0.2em;
  accent-color: #065e9d;
}
@media print, screen and (min-width: 1024px) {
  section.form .submit_area form .privacy_check label input {
    top: 0.3em;
  }
}
section.form .submit_area form .privacy_check.confirm label {
  pointer-events: none;
}
section.form .submit_area form .privacy_check .modal_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999999;
  display: none;
  opacity: 0;
}
section.form .submit_area form .privacy_check .modal_area.show {
  display: block;
  opacity: 1;
  transition: opacity 0.5s forwards;
}
section.form .submit_area form .privacy_check .modal_area .inner {
  background-color: #fff;
  width: 90%;
  max-width: 800px;
  height: 60%;
  padding: 5% 2.5%;
  overflow-y: scroll;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.form .submit_area form .privacy_check .modal_area h4 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 0.2rem solid #717071;
  padding-bottom: 1rem;
}
section.form .submit_area form .privacy_check .modal_area dl {
  margin-top: 2rem;
}
section.form .submit_area form .privacy_check .modal_area dl dt {
  font-size: 1.8rem;
  font-weight: bold;
}
section.form .submit_area form .privacy_check .modal_area dl dt:not(:first-of-type) {
  margin-top: 2rem;
}
section.form .submit_area form .privacy_check .modal_area dl dd {
  margin-top: 1rem;
}
section.form .submit_area form .privacy_check .modal_area dl dd address {
  margin-top: 2rem;
}
section.form .submit_area form .privacy_check .modal_area .close_btn {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 5%;
  right: 5%;
  cursor: pointer;
}
section.form .submit_area form .privacy_check .modal_area .close_btn span {
  display: block;
  width: 3rem;
  height: 0.2rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
}
section.form .submit_area form .privacy_check .modal_area .close_btn span:nth-of-type(1) {
  transform: translateY(-50%) rotate(45deg);
}
section.form .submit_area form .privacy_check .modal_area .close_btn span:nth-of-type(2) {
  transform: translateY(-50%) rotate(-45deg);
}
section.form .submit_area form .btn_area {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  gap: min(4vw, 8rem);
}
@media print, screen and (min-width: 1024px) {
  section.form .submit_area form .btn_area {
    margin-top: 8rem;
  }
}
section.form .submit_area form .btn_area input {
  width: 100%;
  max-width: 40rem;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  background-color: #333;
  padding: 1rem 0;
  cursor: pointer;
  transition: 0.5s;
}
section.form .submit_area form .btn_area input[type=submit] {
  background: #3A4A69;
  background: linear-gradient(0deg, rgb(58, 74, 105) 0%, rgb(6, 94, 157) 100%);
}
section.form .submit_area form .btn_area input[type=submit]#SubmitButton.not_allowed {
  opacity: 0.5;
  pointer-events: none;
}
section.form .submit_area form .btn_area input:hover {
  opacity: 0.5;
}
section.form .tk_btn_area {
  width: 85%;
  max-width: 40rem;
  margin: 4rem auto 0;
}
@media print, screen and (min-width: 1024px) {
  section.form .tk_btn_area {
    margin-top: 8rem;
  }
}
section.form .tk_btn_area a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background: #3A4A69;
  background: linear-gradient(0deg, rgb(58, 74, 105) 0%, rgb(6, 94, 157) 100%);
  padding: 1.5rem 0;
}

.ttl__clip {
  position: relative;
  font-size: clamp(3rem, 4vw, 7rem);
  transition: clip-path 1s cubic-bezier(0.18, 0.06, 0.23, 1) 1s;
  clip-path: inset(0 100% 0 0);
}
.ttl__clip__line {
  height: 2px;
  background: #1A1A1A;
  width: 0;
  display: block;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ttl__clip__line.slid__open {
  width: 100%;
  opacity: 1;
  transition: all 1s cubic-bezier(0.18, 0.06, 0.23, 1) 2s;
}
.ttl__clip.slid__open {
  clip-path: inset(0);
}

.grid__img {
  position: relative;
  display: block;
  background: #fff;
  padding-top: 50%;
  padding-bottom: 20%;
}
.grid__img__item {
  position: absolute;
  display: block;
  overflow: hidden;
}
.grid__img__item::after {
  content: "";
  width: 100%;
  height: 102%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transform: translate3d(0, 0%, 0);
}
.grid__img__item.js-after::after {
  transform: translate3d(0, -102%, 0);
}
.grid__img__item.js-after img {
  opacity: 1;
  transform: scale(1);
}
.grid__img__item img {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transform: scale(1.3);
  transition: transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity 1.2s cubic-bezier(0.473, 0.427, 0, 0.993) 0.8s;
  object-fit: cover;
}
.grid__img__item__01 {
  top: 0;
  left: 8.28125%;
  width: 25.46875%;
}
.grid__img__item__02 {
  width: 42.8125%;
  left: -9.0625%;
  top: 26.25%;
  height: 35%;
}
.grid__img__item__03 {
  width: 27.5%;
  left: 35%;
  top: 0;
  height: 74%;
}
.grid__img__item__04 {
  width: 25.46875%;
  right: 10.78125%;
  top: 6.58824%;
}
.grid__img__item__05 {
  width: 36.4%;
  right: 0;
  top: 33.17647%;
}

.js-fadeup {
  position: relative;
  overflow: hidden;
}
.js-fadeup::after {
  content: "";
  width: 100%;
  height: 102%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transform: translate3d(0, 0%, 0);
}
.js-fadeup.js-after::after {
  transform: translate3d(0, -102%, 0);
}
.js-fadeup.js-after img {
  opacity: 1;
  transform: scale(1);
}
.js-fadeup img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transform: scale(1.3);
  transition: transform 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity 1.2s cubic-bezier(0.473, 0.427, 0, 0.993) 0.8s;
}/*# sourceMappingURL=style.css.map */