@charset "UTF-8";

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

p {
  margin: 0;
}

.h6,
h6 {
  font-size: inherit;
  margin: 0;
}

a:hover {
  color: initial;
  text-decoration: none;
}

* {
  font-family: inherit;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #222222;
  line-height: 1.15;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.ttl__asset01 {
  padding-bottom: 40px;
  position: relative;
  text-align: center;
}

.ttl__asset01 p.en {
  font-size: 20px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif !important;
  margin-bottom: 8px;
  color: #097EBD;
}

.ttl__asset01 p.jp {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}

.ttl__asset01::after {
  content: "";
  width: 48px;
  height: 8px;
  background-color: #097EBD;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-pagination {
  width: 100%;
  position: relative;
}

.mvSwiper2 .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -26px;
  width: 100%;
  position: absolute;
}

.swiper-pagination-bullet {
  background: #FFF;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #097EBD;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mvSwiper2 {
  height: 80%;
  width: 100%;
  max-width: 980px;
  overflow: visible;
  z-index: 11;
}

.mvSwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 40px 0 0;
  max-width: 980px;
}

.mvSwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 1;
  cursor: pointer;
  border-radius: 4px;
}

.mvSwiper .swiper-slide-thumb-active {
  opacity: 1;
  border: #097EBD 3px solid;
}

.mvSwiper2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  border-radius: 16px;
}

.mvSwiper2 .swiper-slide {
  padding: 0 15px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  background-color: #097EBD;
  border-radius: 50%;
  height: 64px;
  width: 64px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 64px;
  height: 64px;
  right: -16px;
  transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.7;
}

.swiper-button-prev {
  left: -16px;
  right: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "→";
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "←";
}

.hero {
  background-color: #CADCE6;
  padding: 40px 0 20px;
  position: relative;
}

.hero::after {
  content: "";
  background-image: url("../image/asset/section-before.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  bottom: -199px;
  left: 0;
  z-index: 1;
}

.hero__slide {
  overflow-x: hidden;
}

.youtube_line {
  background-image: url("../image/index/bg_linkarea.jpg");
  padding-top: 160px;
  padding-bottom: 80px;
}

.youtube .youtube-iframe {
  width: 80%;
  aspect-ratio: 16/9;
  margin: auto;
  max-width: 1280px;
  display: block;
  height: auto !important;
}

.bnr_line-friends {
  width: 640px;
  margin: 80px auto 0;
  display: block;
  transition: all 0.3s ease;
}

.bnr_line-friends:hover {
  opacity: 0.7;
}

.blog {
  background-color: #F2F5F7;
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog__container {
  max-width: 1440px;
  width: 80%;
  margin: 80px auto 0;
  display: grid;
  grid-template-columns: 600px 1fr 1fr;
  justify-content: center;
  gap: 40px;
  position: relative;
}

/* 2025.10.7*/
.blog__container-pin {
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: calc(69px + 80px);
}

.blog__container-pin .blog__box:not(.blog__box-first) {
  max-height: 449px;
}

.blog__container-pin .blog__btn {
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
}

.blog__box-pin {
  position: absolute;
  width: 64px;
  aspect-ratio: 1 / 1;
  right: 0;
  top: 0;
}

@media screen and (max-width: 1024px) {
  .blog__box-pin {
    position: absolute;
    width: 32px;
    aspect-ratio: 1 / 1;
    right: 0;
    top: 0;
  }

  @media screen and (max-width: 767px) {
    .blog__container-pin .blog__btn {
      left: inherit;
      transform: none;
      width: 100%;
    }
  }
}

/* 2025.10.7 ここまで*/
.blog__box {
  background-color: #FFFFFF;
  border-radius: 4px;
}


.blog__box a {
  width: 100%;
  height: 100%;
  padding: 16px 16px 0;
  display: block;
  position: relative;
}

.blog__box a:hover .blog__box-img img {
  transform: scale(1.05);
  opacity: 0.7;
}

.blog__box a:hover .blog__box-ttl {
  color: #097EBD;
}

.blog__box:not(.blog__box-first) {
  max-height: 400px;
}

.blog__box-first {
  /* min-height: 554px; */
}

.blog__box-first .blog__box-ttl {
  font-size: 24px;
}

.blog__box-img {
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 4px;
  aspect-ratio: 348/232;
  width: 100%;
}

.blog__box-img img {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}

.blog__box-txt {
  display: flex;
  align-items: center;
  gap: 16px;
}

.blog__box-date {
  font-size: 16px;
  font-weight: 500;
}

.blog__box-cat {
  font-size: 14px;
  font-weight: 500;
  border: #222222 1px solid;
  border-radius: 4px;
  padding: 4px 8px;
}

.blog__box-ttl {
  font-size: 20px;
  font-weight: bold;
  margin-top: 16px;
  height: 88px;
  transition: all 0.3s ease;
  line-height: 2em;
}

.blog__arrgt {
  position: absolute;
  top: 0px;
  transform: translateY(-100%);
  right: 0;
  height: 222px;
}

.blog__arrgt img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog__btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.btn__asset01 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.btn__asset01>a {
  background-color: #097EBD;
  display: flex;
  align-items: center;
  border-radius: 35px;
  transition: all 0.3s ease;
  border: #097EBD 3px solid;
  padding: 20px 70px;
  text-align: center;
}

.btn__asset01>a:hover {
  background-color: #FFFFFF;
  border: #097EBD 3px solid;
}

.btn__asset01>a:hover p {
  color: #222;
}

.btn__asset01>a>p {
  font-weight: bold;
  font-size: 20px;
  display: block;
  color: #FFFFFF;
}

.btn__asset01>a::after {
  content: "";
  background-image: url(../image/asset/chevron-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  aspect-ratio: 3/5;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(298deg) brightness(102%) contrast(102%);
}

.btn__asset01>a:hover::after {
  right: 16px;
  filter: none;
}

.appeal {
  background-color: #F2F5F7;
  padding-bottom: 40px;
  position: relative;
}

.appeal::after {
  content: "";
  background-image: url("../image/asset/section-before02.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  bottom: -200px;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.appeal__container {
  background-image: url("../image/index/jp-bg.jpg");
  background-size: cover;
  background-position: center;
  width: 93.75%;
  max-width: 1800px;
  margin: auto;
  padding: 80px 0;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.appeal__box {
  display: grid;
  grid-template-columns: 1fr 1.125fr;
  gap: 80px;
  max-width: 1440px;
  width: 80%;
  margin: auto;
  position: relative;
}

.appeal__box-txt h6 {
  font-size: 1.5vw;
  font-weight: bold;
}

.appeal__box-txt p {
  font-size: 1.05vw;
  font-weight: 500;
  line-height: 2em;
  margin-top: 32px;
}

.appeal__box-txt02 {
  margin-top: 80px;
}

.appeal__box-banner {
  width: 88.8888%;
  margin-top: 40px;
}

.appeal__box-banner a {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s ease;
}

.appeal__box-banner a:hover {
  opacity: 0.7;
}

.appeal__box-banner a img {
  border-radius: 4px;
}

.appeal__sns {
  max-width: 1440px;
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8784313725);
  padding: 66px 60px 40px;
  gap: 40px;
  margin-top: 114px;
  border-radius: 8px;
}

.appeal__sns-ttl {
  position: absolute;
  background-color: #004794;
  border-radius: 4px;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  padding: 8px 16px;
  color: #FFFFFF;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.appeal__sns a {
  transition: all 0.3s ease;
}

.appeal__sns a:hover {
  opacity: 0.7;
}

.appeal__asset01 {
  position: absolute;
  top: -40px;
  left: -10px;
  width: 68px;
  height: calc(100% + 50px);
  background-image: url("../image/index/koyama-txt-l.svg");
  background-size: 100% 850px;
  background-repeat: repeat-y;
  background-position: left top;
  z-index: 0;
}

.appeal__asset02 {
  position: absolute;
  bottom: -40px;
  right: -10px;
  width: 68px;
  height: calc(100% + 50px);
  background-image: url("../image/index/koyama-txt-r.svg");
  background-size: 100% 850px;
  background-repeat: repeat-y;
  background-position: right bottom;
  z-index: 0;
}

.works {
  padding-top: 160px;
  padding-bottom: 160px;
  background-image: url("../image/asset/bg_works.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.works__container {
  max-width: 1200px;
  margin: auto;
  margin-top: 80px;
  position: relative;
}

.works__container .swiper-slide>a {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  display: block;
  padding: 8px;
  border-radius: 4px;
  min-height: 400px;
  transition: all 0.3s ease;
}

.works__container .swiper-slide>a .works__Swiper-img {
  aspect-ratio: 35.2/25;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.works__container .swiper-slide>a .works__Swiper-img--wrap {
  overflow: hidden;
}

.works__container .swiper-slide>a .cat {
  font-size: 16px;
  font-weight: bold;
  background-color: #097EBD;
  display: inline-block;
  border-radius: 4px;
  color: #FFFFFF;
  padding: 8px 16px;
  margin-left: 8px;
  transform: translateY(-50%);
}

.works__container .swiper-slide>a .works__Swiper-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5em;
  transition: all 0.3s ease;
}

.works__container .swiper-slide>a:hover .works__Swiper-img {
  transform: scale(1.1);
  opacity: 0.7;
}

.works__container .swiper-slide>a:hover .works__Swiper-ttl {
  color: #097EBD;
}

.works .swiper {
  height: auto;
}

.works .swiper-button-next:after,
.works .swiper-button-prev:after {
  background-color: #097EBD;
  border-radius: 50%;
  height: 64px;
  width: 64px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.works .swiper-button-next,
.works .swiper-button-prev {
  width: 64px;
  height: 64px;
  right: -80px;
  transition: all 0.3s ease;
}

.works .swiper-button-next:hover,
.works .swiper-button-prev:hover {
  opacity: 0.7;
}

.works .swiper-button-prev {
  left: -80px;
  right: auto;
}

.works .swiper-button-next:after,
.works .swiper-rtl .swiper-button-prev:after {
  content: "→";
  color: #FFFFFF;
}

.works .swiper-button-prev:after,
.works .swiper-rtl .swiper-button-next:after {
  color: #FFFFFF;
}

.works__btn {
  margin-top: 80px;
}

.works__btn .btn__asset01 {
  margin: auto;
}

.service {
  position: relative;
  background-color: #F2F5F7;
}

.service::after {
  content: "";
  background-image: url("../image/asset/section-after.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  top: -199px;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.service__corp {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 80px;
}

.service__corp-exp {
  padding-left: 240px;
  width: 50%;
}

.service__corp-label {
  background-color: #004794;
  border-radius: 4px;
  font-size: 32px;
  color: #FFFFFF;
  display: inline-block;
  padding: 8px 16px;
  font-weight: bold;
}

.service__corp-big {
  font-size: 144px;
  font-weight: bold;
  margin-top: 40px;
}

.service__corp-big span.big {
  color: #097EBD;
}

.service__corp-big span.mini {
  font-size: 60px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 16px;
}

.service__corp-txt {
  font-size: 24px;
  font-weight: bold;
  line-height: 2em;
  margin-top: 80px;
}

.service__corp-btn {
  margin-top: 80px;
}

.service__corp-img {
  width: 50%;
  height: 39.5vw;
  position: relative;
}

.service__corp-img img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.service__corp-img01 {
  width: 40.625%;
  z-index: 3;
  right: 0;
  bottom: 68px;
}

.service__corp-img02 {
  width: 93.75%;
  z-index: 2;
  top: 0;
  left: 0;
}

.service__corp-img03 {
  width: 72.5%;
  z-index: 1;
  left: 100px;
  bottom: 0;
}

.service__priv {
  background-image: url("../image/asset/bg_service_2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  margin: 120px 60px 0;
  padding: 80px 0;
  border-radius: 8px;
}

.service__priv-label {
  border-radius: 4px;
  background-color: #004794;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 32px;
  padding: 8px 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.service__priv-container {
  max-width: 1440px;
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 111px;
}

.service__priv-box {
  background-color: #FFF;
  border-radius: 8px;
  position: relative;
}

.service__priv--num {
  position: absolute;
  text-shadow: 1px 1px 0 #004794, -1px 1px 0 #004794, 1px -1px 0 #004794, -1px -1px 0 #004794;
  color: #CADCE6;
  font-size: 80px;
  font-family: "Montserrat", sans-serif !important;
  transform: translateY(-75%);
  font-weight: bold;
}

.service__priv--img {
  position: relative;
  z-index: 2;
  aspect-ratio: 453.33/320;
  border-radius: 4px 4px 0 0;
}

.service__priv-ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  letter-spacing: 0.1em;
}

.service__priv-ttl span {
  font-size: 20px;
}

.service__priv-ttl span br {
  display: none;
}

.service__priv-txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 2em;
  padding: 0 20px;
  color: #0D0D0D;
}

.service__priv-btn {
  margin: 40px;
}

.service__priv-btn .btn__asset01 {
  margin: auto;
}

.area {
  padding-top: 80px;
  background-color: #F2F5F7;
}

.area__container {
  max-width: 1440px;
  width: 80%;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.area__map {
  margin-right: 80px;
  position: relative;
}

.area__map-label {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  vertical-align: middle;
  background-color: #097EBD;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #FFF;
  padding: 10px 20px;
}

.area__map-label p {
  display: flex;
  align-items: center;
}

.area__map-label span {
  font-size: 80px;
  line-height: 1;
  color: #FDF100;
  display: inline-block;
  position: relative;
  top: -3px;
  margin-left: 16px;
}

.area__map-asset {
  position: absolute;
  width: 34.51px;
  right: 0;
  top: 0;
  transform: translate(100%, -100%);
}

.area__map>img {
  margin: -26px 0 0 0;
}

.area__map-total {
  background-color: #FFFFFF;
  border-radius: 65px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-family: "Montserrat", sans-serif !important;
  font-size: 80px;
  font-weight: bold;
  color: #097EBD;
  display: grid;
  align-items: center;
  padding: 0 20px;
  border: #097EBD 2px solid;
}

.area__map-total p {
  display: inline-flex;
  align-items: center;
}

.area__map-total span {
  color: #222222;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.area__map-total span.break {
  display: inline-block;
  line-height: 1.2em;
  margin-right: 8px;
  font-size: 21px;
}

.area__map-total span.row {
  margin: 0;
  display: inline-block;
  writing-mode: vertical-rl;
  font-size: 16px;
  line-height: 1em;
  margin-top: -4px;
  letter-spacing: 0em;
}

.area__map-total span.asset {
  font-size: 35px;
  font-family: "Montserrat", sans-serif;
  color: #097EBD;
  margin-top: 30px;
}

.area__list {
  background-color: #FFFFFF;
  border: #CADCE6 2px solid;
  border-radius: 8px;
  padding: 40px;
  color: #000000;
}

.area__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: #CADCE6 2px solid;
}

.area__main:first-of-type {
  border-bottom: none;
}

.area__main:first-of-type .area__main-box {
  padding-bottom: 0;
}

.area__main-item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  justify-content: center;
}

.area__main-item p {
  font-size: 32px;
  font-weight: bold;
}

.area__main-item p>span {
  color: #097EBD;
  font-size: 56px;
  margin-right: 10px;
  font-family: "Montserrat", sans-serif;
}

.area__main-item p>span>span {
  font-size: 36px;
}

.area__main-label {
  font-size: 20px;
  font-weight: bold;
  padding: 12px;
  background-color: #097EBD;
  color: #FFF;
  border-radius: 4px;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 10px;
}

.area__main-box {
  padding-bottom: 16px;
}

.area__main-box>p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}

.area__scope-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-top: 32px;
}

.area__scope-container {
  margin-top: 24px;
  display: grid;
  gap: 14px;
}

.area__scope-box {
  display: flex;
  gap: 12px;
}

.area__scope-label {
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  padding: 8px 16px;
  border: #097EBD 2px solid;
  width: -moz-fit-content;
  width: fit-content;
  color: #097EBD;
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
}

.area__scope-list {
  font-size: 20px;
  font-weight: 500;
  line-height: 2em;
}

.area__scope-exp {
  font-size: 16px;
}

.car-animation {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  pointer-events: none;
}

.car-animation-img {
  position: absolute;
  bottom: 0;
  left: -400px;
}

.car-animation-img.car01 {
  animation: drive 12s linear infinite;
  z-index: 2;
  width: 179px;
}

.car-animation-img.car02 {
  bottom: 15px;
  animation: drive 10s linear infinite;
  animation-delay: 5.5s;
  width: 220px;
  z-index: 1;
}

@keyframes drive {
  0% {
    left: -400px;
  }

  100% {
    transform: rotate(0deg);
    left: 200%;
  }
}

.reason {
  background-image: url("../image/index/bg_reason.webp");
  margin-top: -40px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.reason__container {
  max-width: 1440px;
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
}

.reason__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 88px;
}

.reason__box-ttl {
  position: relative;
  margin-top: 56px;
}

.reason__box-ttl .num {
  font-size: 80px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #C5D7E0;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  margin-right: 16px;
  position: absolute;
  top: -65%;
  left: 0;
}

.reason__box-ttl .ttl {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 3;
}

.reason__box-txt {
  margin-top: 40px;
  line-height: 2em;
  font-weight: 500;
  margin-right: 10px;
}

.reason__box-btn {
  margin-top: 80px;
}

.reason__box-img {
  margin-left: 30px;
}

.reason__box-img img {
  border-radius: 8px;
}

.reason__box:nth-child(even) .reason__box-txt {
  margin-left: 10px;
  margin-right: 0;
}

.reason__box:nth-child(even) .reason__box-img {
  order: -1;
  margin-left: 0;
  margin-right: 30px;
}

.company {
  position: relative;
  background-color: #F2F5F7;
  padding-top: 120px;
  padding-bottom: 105px;
}

.company__inner {
  max-width: 1440px;
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.company .ttl__asset01 {
  text-align: left;
}

.company .ttl__asset01::after {
  left: 0;
  transform: translate(0%, 0%);
}

.company__txt {
  margin-top: 80px;
  font-size: 24px;
  line-height: 2em;
  font-weight: bold;
}

.company__btn {
  margin-top: 80px;
}

.company__img {
  position: absolute;
  margin-left: 50vw;
  width: 960px;
  top: 0;
  right: 0;
  height: 100%;
  min-height: 717px;
}

.company__img img {
  position: absolute;
}

.company__img-bg {
  width: 100%;
  height: 640px;
  -o-object-fit: contain;
  object-fit: contain;
  bottom: 0;
}

.company__img-item01 {
  width: 196px;
  top: 475px;
  left: 10px;
  z-index: 2;
}

.company__img-item02 {
  width: 432px;
  left: 45px;
  bottom: 0;
  z-index: 3;
}

.company__img-item03 {
  width: 426px;
  bottom: 0px;
  right: 0;
  z-index: 1;
}

.company__img-item04 {
  width: 401px;
  left: 84px;
  top: 0;
  z-index: 4;
}

.company__img-item05 {
  width: 704px;
  bottom: 0;
  left: 192px;
  z-index: 5;
}

.visit {
  background-image: url("../image/index/bg_showroom.jpg");
  padding: 60px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.visit__container {
  background-color: #FFF;
  max-width: 1320px;
  margin: auto;
  border-radius: 16px;
  padding: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.visit__img {
  border-radius: 4px;
}

.visit__content {
  margin-left: 60px;
}

.visit__content-label p {
  font-size: 32px;
  font-weight: bold;
}

.visit__content-label span {
  display: inline-block;
  background-color: #004794;
  font-size: 24px;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  padding: 8px 16px;
  border-radius: 4px;
  margin-right: 16px;
}

.visit__content-line {
  font-size: 48px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #CADCE6 0%);
  width: -moz-fit-content;
  width: fit-content;
}

.visit__content-description {
  font-size: 24px;
  line-height: 2em;
  margin-top: 40px;
  font-weight: bold;
}

.visit__content-description a {
  font-weight: 900;
  color: #097EBD;
  transition: all 0.3s ease;
}

.visit__content-description a:hover {
  opacity: 0.7;
}

.visit__content-address {
  font-size: 20px;
  margin-top: 40px;
  line-height: 2em;
  font-weight: bold;
}

.visit__content-btn {
  margin-top: 40px;
}

.visit__content-btn .btn__asset01 {
  width: 500px;
}

.visit__content-btn .btn__asset01>a {
  padding: 12px 70px;
  justify-content: center;
  gap: 12px;
}

.visit__content-btn .btn__asset01>a:hover .btn__cta-icon {
  background-color: #097EBD;
}

.visit__content-btn .btn__asset01>a:hover .btn__cta-icon img {
  filter: invert(100%) sepia(2%) saturate(0%) hue-rotate(186deg) brightness(105%) contrast(102%);
}

.visit__content-btn .btn__cta-icon {
  background-color: #FFF;
  border-radius: 50%;
  width: 45px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.visit__content-btn .btn__cta-icon img {
  width: 20px;
  aspect-ratio: 1;
}

.contact-banner {
  max-width: 1440px;
  width: 80%;
  margin: 80px auto 120px;
  padding: 60px 160px;
  background-color: #FCFCE8;
  border-radius: 16px;
  position: relative;
}

.contact-banner__ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.contact-banner__ttl .en {
  font-family: "Montserrat", sans-serif;
  color: #097EBD;
}

.contact-banner__ttl .jp {
  font-size: 40px;
  margin-top: 8px;
}

.contact-banner__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 80px;
}

.contact-banner__box {
  text-align: center;
  position: relative;
}

.contact-banner__box.box01 {
  padding-right: 56px;
}

.contact-banner__box.box01::after {
  content: "";
  width: 8px;
  height: 100%;
  position: absolute;
  right: -4px;
  top: 0;
  background-image: url("../image/asset/line.svg");
  background-repeat: no-repeat;
  background-size: 8px 100%;
}

.contact-banner__box.box02 {
  padding-left: 56px;
}

.contact-banner__txt01 {
  font-size: 20px;
  font-weight: bold;
}

.contact-banner__txt02 {
  font-size: 72px;
  color: #097EBD !important;
  font-weight: bold;
  margin-top: 4px;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5em;
}

.contact-banner__txt02:hover {
  opacity: 0.7;
  color: #004794;
}

.contact-banner__txt03 {
  font-size: 24px;
  font-weight: bold;
}

.contact-banner__txt03 a {
  color: #097EBD;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  margin-left: 24px;
}

.contact-banner__txt03 a:hover {
  opacity: 0.7;
}

.contact-banner__txt04 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
}

.contact-banner__txt05 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
}

.contact-banner__txt05:nth-of-type(2) {
  margin-top: 32px;
}

.contact-banner__btn .btn__cta>a>p {
  font-size: 20px;
}

.contact-banner__btn .btn__cta>a .btn__cta-icon {
  width: 45px;
  margin-left: 124px;
}

.contact-banner__btn .btn__cta>a .btn__cta-icon>img {
  width: 20px;
}

.contact-banner__btn .btn__cta>a::after {
  width: 8px;
}

.contact-banner__btn--line .btn__cta>a {
  background-color: #4CC764;
  border: 3px solid #4CC764;
}

.contact-banner__btn--line .btn__cta>a::after {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(251deg) brightness(107%) contrast(109%);
}

.contact-banner__btn--line .btn__cta>a p {
  transition: all 0.3s ease;
  color: #FFF;
}

.contact-banner__btn--line .btn__cta>a:hover {
  background-color: #FFFFFF;
  border: 3px solid #4CC764;
}

.contact-banner__btn--line .btn__cta>a:hover::after {
  filter: none;
}

.contact-banner__btn--line .btn__cta>a:hover p {
  color: #222;
}

.contact-banner__btn--line .btn__cta>a:hover .btn__cta-icon {
  background-color: #4CC764;
}

.contact-banner__btn--line .btn__cta>a:hover .btn__cta-icon img {
  filter: invert(100%) sepia(2%) saturate(0%) hue-rotate(186deg) brightness(105%) contrast(102%);
}

.contact-banner__btn--line .btn__cta-icon {
  transition: all 0.3s ease;
}

.contact-banner__btn--line .btn__cta-icon img {
  transition: all 0.3s ease;
  filter: invert(73%) sepia(31%) saturate(852%) hue-rotate(78deg) brightness(88%) contrast(86%);
}

.contact-banner__img01 {
  position: absolute;
  width: 164px;
  top: 34px;
  left: 216px;
}

.contact-banner__img02 {
  position: absolute;
  width: 139px;
  top: 44px;
  right: 240px;
}

@media screen and (max-width: 1620px) {
  .btn__asset01>a>p {
    font-size: 16px;
  }

  .btn__asset01>a {
    padding: 16px 50px;
  }

  .ttl__asset01 {
    padding-bottom: 28px;
  }

  .ttl__asset01 p.en {
    font-size: 18px;
  }

  .blog__container {
    width: 90%;
    grid-template-columns: 500px 1fr 1fr;
  }

  .ttl__asset01 p.jp {
    font-size: 32px;
    margin-top: 8px;
  }

  .appeal__box {
    gap: 40px;
    grid-template-columns: 1fr 1.4fr;
  }

  .appeal__box-txt p {
    margin-top: 16px;
  }

  .appeal__box-banner {
    margin-top: 20px;
  }

  .appeal__box-txt02 {
    margin-top: 40px;
  }

  .works__container {
    width: 80%;
  }

  .service__corp-big {
    font-size: 100px;
  }

  .service__corp-big span.mini {
    font-size: 40px;
    margin-left: 6px;
  }

  .service__corp-exp {
    padding-left: 120px;
    min-width: 600px;
  }

  .service__corp-txt {
    margin-top: 40px;
  }

  .service__corp-btn {
    margin-top: 40px;
  }

  .service__priv-label {
    font-size: 28px;
  }

  .service__priv-container {
    width: 90%;
  }

  .service__priv-ttl {
    font-size: 28px;
  }

  .service__priv-ttl span {
    font-size: 18px;
  }

  .service__priv-ttl span br {
    display: inline;
  }

  .service__priv-txt {
    font-size: 18px;
  }

  .area__container {
    width: 90%;
  }

  .area__list {
    padding: 28px;
  }

  .area__map-label {
    font-size: 28px;
  }

  .area__map-label span {
    font-size: 60px;
  }

  .area__main-item p {
    font-size: 28px;
  }

  .area__main-item p>span {
    font-size: 48px;
  }

  .area__main-label {
    font-size: 18px;
    padding: 8px;
  }

  .area__main-box>p {
    font-size: 20px;
  }

  .area__scope-ttl {
    font-size: 20px;
  }

  .area__scope-label {
    font-size: 14px;
  }

  .area__scope-list {
    font-size: 18px;
  }

  .area__map {
    margin-right: 48px;
  }

  .reason__container {
    width: 90%;
  }

  .company__img {
    transform-origin: bottom right;
    transform: scale(0.8);
  }

  .company {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .visit__container {
    padding: 40px;
    width: 90%;
  }

  .visit__content-label span {
    font-size: 20px;
  }

  .visit__content-label p {
    font-size: 24px;
  }

  .visit__content-line {
    font-size: 40px;
  }

  .visit__content-description {
    font-size: 20px;
  }

  .visit__content-address {
    font-size: 18px;
  }

  .visit__content-btn .btn__asset01 {
    width: 100%;
    max-width: 500px;
  }

  .contact-banner {
    width: 90%;
    padding: 40px 80px;
  }

  .contact-banner__txt02 {
    font-size: 60px;
  }

  .contact-banner__img01 {
    width: 128px;
    top: 22px;
    left: 172px;
  }

  .contact-banner__img02 {
    width: 139px;
    top: 20px;
    right: 140px;
  }

  .contact-banner__ttl .jp {
    font-size: 32px;
  }
}

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

  .mvSwiper2 {
    max-width: 780px;
  }

  .mvSwiper {
    max-width: 780px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    height: 48px;
    width: 48px;
    font-size: 16px;
  }

  .youtube__container {
    width: 90%;
  }

  .blog__container {
    grid-template-columns: 1fr 1fr 1fr;
    width: 90%;
    margin-top: 40px;
    padding-bottom: 108px;
    gap: 32px;
  }

  .blog__arrgt {
    display: none;
  }

  .blog__box-first {
    min-height: auto;
  }

  .blog__box-first .blog__box-ttl {
    font-size: 18px;
  }

  .blog__box-ttl {
    font-size: 18px;
  }

  .blog__box {
    max-height: none;
  }

  .blog__box:not(.blog__box-first) {
    margin-top: 0px;
  }

  .service__corp-label {
    font-size: 20px;
    padding: 8px;
  }

  .service__corp-exp {
    padding-left: 60px;
    min-width: 0;
  }

  .service__priv-label {
    font-size: 24px;
  }

  .youtube .youtube-iframe {
    max-width: 640px;
  }

  .bnr_line-friends {
    margin-top: 40px;
    width: 420px;
  }

  .youtube_line {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .appeal__container {
    background-position: inherit;
  }

  .appeal__box {
    gap: 40px;
    grid-template-columns: 1fr;
    width: 70%;

  }

  .appeal__box-img {
    margin: auto;
  }

  .appeal__asset01 {
    width: 58px;
    background-size: 100% 732px;
  }

  .appeal__asset02 {
    width: 58px;
    background-size: 100% 732px;
  }

  .appeal__box-txt h6 {
    font-size: 20px;
  }

  .appeal__container {
    padding: 60px 0;
  }

  .appeal__box-txt p {
    font-size: 16px;
    margin-top: 16px;
  }

  .appeal__box-txt02 {
    margin-top: 40px;
  }

  .appeal__sns {
    margin-top: 80px;
    padding: 42px 22px 28px;
    gap: 20px;
  }

  .appeal__sns-ttl {
    font-size: 20px;
    padding: 6px 12px;
  }

  .works {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .works .swiper-button-next:after,
  .works .swiper-button-prev:after {
    height: 48px;
    width: 48px;
    font-size: 16px;
  }

  .works__container .swiper-slide>a .works__Swiper-ttl {
    font-size: 20px;
  }

  .works__btn {
    margin-top: 40px;
  }

  .service__corp {
    justify-content: space-around;
    align-items: center;
  }

  .service__corp-big {
    font-size: 96px;
    margin-top: 20px;
  }

  .service__corp-big span.mini {
    font-size: 40px;
    margin-left: 8px;
  }

  .service__corp-txt {
    font-size: 16px;
    margin-top: 40px;
  }

  .service__corp-btn {
    margin-top: 40px;
  }

  .service__pri {
    margin: 80px 40px 0;
    padding: 60px 0;
  }

  .service__priv {
    margin: 80px 20px 0;
    padding: 40px 0;
  }

  .service__priv-label {
    font-size: 24px;
  }

  .service__priv-container {
    width: 95%;
    margin-top: 80px;
    gap: 20px;
  }

  .service__priv-ttl {
    font-size: 18px;
    padding: 16px 16px;
  }

  .service__priv-ttl span {
    font-size: 14px;
  }

  .service__priv--num {
    font-size: 60px;
  }

  .service__priv-txt {
    font-size: 16px;
    line-height: 1.8em;
    padding: 0 16px;
  }

  .service__priv-btn {
    margin: 20px;
  }

  .service__priv-btn .btn__asset01 {
    width: 100%;
  }

  .service__priv-btn .btn__asset01>a {
    padding: 12px 20px;
  }

  .service__priv-btn .btn__asset01>a p {
    font-size: 14px;
  }

  .area {
    padding-top: 60px;
  }

  .area__container {
    gap: 60px;
    grid-template-columns: 1fr;
  }

  .area__map {
    width: 80%;
    margin: auto;
  }

  .reason {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .reason__box-btn {
    margin-top: 40px;
  }

  .reason__box-ttl {
    margin-top: 0;
  }

  .reason__box-ttl .ttl {
    font-size: 24px;
  }

  .reason__box-ttl .num {
    font-size: 60px;
  }

  .company {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .company__txt {
    font-size: 18px;
    margin-top: 20px;
  }

  .company__img {
    transform: scale(0.5);
    bottom: 0;
    top: auto;
  }

  .company__btn {
    margin-top: 20px;
  }

  .visit__container {
    grid-template-columns: 1fr 1.25fr;
  }

  .visit__content-label p {
    font-size: 20px;
  }

  .visit__content-label span {
    font-size: 16px;
  }

  .visit__content-line {
    font-size: 32px;
  }

  .visit__content-btn .btn__asset01 {
    width: 100%;
  }

  .visit__content {
    margin-left: 20px;
  }

  .visit__content-description {
    font-size: 16px;
    margin-top: 20px;
  }

  .visit__content-address {
    font-size: 16px;
    margin-top: 20px;
  }

  .visit__content-btn {
    margin-top: 20px;
  }

  .visit__content-btn .btn__asset01>a {
    padding: 12px 40px;
  }

  .visit__content-btn .btn__cta-icon {
    width: 36px;
    height: 36px;
  }

  .visit__content-btn .btn__cta-icon>img {
    width: 16px;
  }

  .contact-banner {
    padding: 40px 28px;
    margin: 40px auto 80px;
  }

  .contact-banner__ttl .jp {
    font-size: 28px;
    line-height: 1.5;
  }

  .contact-banner__txt02 {
    font-size: 36px;
  }

  .contact-banner__txt01 {
    font-size: 16px;
  }

  .contact-banner__wrap {
    margin-top: 40px;
  }

  .contact-banner__txt03 {
    font-size: 16px;
    margin-top: 8px;
  }

  .contact-banner__txt03 a {
    font-size: 20px;
    margin-left: 16px;
  }

  .contact-banner__box.box01 {
    padding-right: 20px;
  }

  .contact-banner__box.box01::after {
    right: -2px;
    width: 4px;
    background-size: 3.7px 118px;
    background-repeat: repeat-y;
  }

  .contact-banner__box.box02 {
    padding-left: 20px;
  }

  .contact-banner__txt05 {
    font-size: 14px;
  }

  .contact-banner__btn .btn__cta>a>p {
    font-size: 16px;
    width: 100%;
  }

  .contact-banner__btn .btn__cta>a .btn__cta-icon {
    width: 36px;
    margin-left: 18px;
    margin-right: 10px;
    text-align: center;
  }

  .contact-banner__btn .btn__cta>a .btn__cta-icon>img {
    width: 18px;
  }

  .contact-banner__txt05:nth-of-type(2) {
    margin-top: 24px;
  }

  .contact-banner__img01 {
    width: 100px;
    top: 35px;
    left: 130px;
  }

  .contact-banner__img02 {
    width: 139px;
    top: -6px;
    right: 98px;
  }

  .mvSwiper2 .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -26px;
    width: 100%;
    position: absolute;
  }

  .swiper-pagination-bullet {
    background: #FFF;
    opacity: 1;
  }

  .swiper-pagination-bullet-active {
    background: #097EBD;
  }
}

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

  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hero__slide .swiper-pagination {
    display: none;
  }

  .contact-banner__img01 {
    width: 118px;
    top: 40px;
    left: 88px;
  }

  .contact-banner__img02 {
    width: 139px;
    top: 13px;
    right: 71px;
  }
}

@media screen and (max-width: 767px) {
  .btn__asset01 {
    width: 100%;
    max-width: 300px;
  }

  .btn__asset01 a {
    padding: 16px 0px;
    font-size: 16px;
    justify-content: center;
  }

  .hero {
    padding: 0 0 0px;
  }

  .mvSwiper2 .swiper-slide {
    padding: 0;
  }

  .mvSwiper2 .swiper-slide img {
    border-radius: 0;
  }

  .mvSwiper {
    display: none;
  }

  .mvSwiper2 .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -33.8px;
  }

  .hero__slide {
    padding-bottom: 50px;
  }

  .mvSwiper2 .swiper-button-wrap {
    position: relative;
    width: 158px;
    margin: auto;
  }

  .mvSwiper2 .swiper-button-next,
  .mvSwiper2 .swiper-button-prev {
    bottom: -50px;
    top: auto;
  }

  .mvSwiper2 .swiper-button-next {
    right: 0px;
  }

  .mvSwiper2 .swiper-button-prev {
    left: 0px;
  }

  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 2px !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .swiper-pagination-bullet {
    background: #FFF;
    opacity: 1;
  }

  .swiper-pagination-bullet-active {
    background: #097EBD;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    width: 40px;
    height: 40px;
  }

  .youtube_line {
    padding-top: 38px;
    padding: 38px 10px 40px;
  }

  .bnr_line-friends {
    margin-top: 20px;
    width: 100%;
    max-width: inherit;
  }

  .youtube .youtube-iframe {
    width: 100%;
    max-width: inherit;
    border-radius: 4px;
  }

  .hero::after {
    height: 60px;
    bottom: -59px;
  }

  .blog {
    padding: 40px 10px;
  }

  .blog__container {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0px;
    gap: 20px;
  }

  .blog__box a {
    padding: 10px 10px;
  }

  .blog__box-img {
    margin-bottom: 8px;
  }

  .blog__box-first .blog__box-ttl {
    margin-bottom: 8px;
  }

  .blog__box-ttl {
    height: auto;
    margin-top: 8px;
  }

  .blog__box:not(.blog__box-first) a {
    display: flex;
    gap: 8px;
  }

  .blog__box:not(.blog__box-first) .blog__box-img {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
  }

  .blog__box:not(.blog__box-first) .blog__box-img img {
    width: 120px;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
    display: block;
  }

  .blog__box:not(.blog__box-first) .blog__box-date {
    font-size: 12px;
  }

  .blog__box:not(.blog__box-first) .blog__box-txt {
    gap: 8px;
  }

  .blog__box:not(.blog__box-first) .blog__box-cat {
    font-size: 10px;
  }

  .blog__box:not(.blog__box-first) .blog__box-ttl {
    margin-top: 0px;
  }

  .blog__btn {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: auto;
    margin-top: 4px;
  }

  .blog__btn .btn__asset01 {
    width: 100%;
  }

  .blog__btn .btn__asset01 a {
    justify-content: center;
  }

  .appeal__container {
    padding: 40px 0 0;
    background-position: left;
  }

  .appeal__box {
    grid-template-columns: 1fr;
    padding: 0 10px;
    width: 100%;
  }

  .appeal__asset02,
  .appeal__asset01 {
    display: none;
  }

  .appeal__box-txt h6 {
    font-size: 24px;
  }

  .appeal__box-txt p {
    margin-top: 24px;
  }

  .appeal__box-banner {
    width: 100%;
    margin-top: 24px;
  }

  .appeal__sns {
    width: 100%;
    margin-top: 82px;
    padding: 65px 10px 20px;
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .appeal__sns-ttl {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 272px;
    line-height: 1.3333em;
    font-size: 24px;
  }

  .ttl__asset01 {
    padding-bottom: 16px;
  }

  .ttl__asset01 p.en {
    font-size: 10px;
  }

  .ttl__asset01 p.jp {
    font-size: 24px;
    margin-top: 4px;
  }

  .ttl__asset01::after {
    width: 24px;
    height: 4px;
  }

  .works {
    padding: 56px 0 80px;
  }

  .works .swiper-button-next:after,
  .works .swiper-button-prev:after {
    width: 40px;
    height: 40px;
  }

  .works__container {
    width: 100%;
    padding: 0 10px;
    margin-top: 40px;
    /* overflow: hidden; */
    padding-bottom: 40px;
  }

  .works__container .swiper-slide>a .works__Swiper-ttl {
    font-size: 16px;
  }

  .works__container .swiper-slide>a {
    min-height: inherit;
    padding-bottom: 20px;
  }

  .works .swiper {
    overflow: hidden;
  }

  .works .swiper .swiper-pagination {
    bottom: -30px;
  }

  .works .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -20px;
  }

  .works__btn {
    margin-top: 0px;
  }

  .service {
    padding: 40px 0 40px;
  }

  .service__corp {
    flex-direction: column;
    margin-top: 40px;
  }

  .service__corp-exp {
    width: 100%;
    padding-left: 0;
    display: grid;
    justify-content: center;
    text-align: center;
  }

  .service__corp-label {
    font-size: 24px;
    padding: 6px 12px;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }

  .service__corp-img {
    width: calc(100% - 20px);
    margin: 40px 10px 0;
    height: 78vw;
  }

  .service__priv {
    margin: 60px 10px 0;
    padding: 40px 10px 40px;
  }

  .service__priv-label {
    font-size: 24px;
    padding: 6px 12px;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }

  .service__priv-container {
    width: 100%;
    margin-top: 20px;
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .service__priv-box {
    margin-top: 40px;
  }

  .service__priv-ttl:not(:first-child) {
    margin-top: 0px;
  }

  .service__priv-ttl {
    font-size: 16px;
    padding: 12px 12px;
  }

  .area {
    padding: 0;
  }

  .area__map {
    width: 100%;
    margin: auto;
    margin-right: 0;
  }

  .area__container {
    width: 100%;
    padding: 0 10px;
    margin-top: 40px;
    gap: 0px;
  }

  .area__main {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .area__main:not(:first-of-type) {
    padding-bottom: 10px;
  }

  .area__main-box {
    padding-bottom: 0;
  }

  .area__main-box>p {
    text-align: left;
    font-size: 18px;
  }

  .area__main-item {
    margin-bottom: 16px;
    gap: 12px;
  }

  .area__main-item p {
    font-size: 24px;
  }

  .area__main-item p>span {
    font-size: 36px;
  }

  .area__main-label {
    font-size: 16px;
    padding: 10px 12px;
    margin-right: 0;
    margin-bottom: 0px;
    display: inline-block;
  }

  .area__main-box>p {
    font-size: 18px;
    text-align: center;
  }

  .area__scope-container {
    margin-top: 10px;
    gap: 0;
  }

  .area__scope-ttl {
    font-size: 18px;
    margin-top: 20px;
  }

  .area__scope-box {
    display: block;
    margin-top: 16px;
  }

  .area__scope-exp {
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 8px;
  }

  .area__map-asset {
    width: 30px;
  }

  .area__scope-label {
    font-size: 14px;
    margin-bottom: 8px;
    padding: 8px 12px;
  }

  .area__scope-list {
    font-size: 16px;
    line-height: 1.8em;
  }

  .area__map-label {
    font-size: 20px;
  }

  .area__map-label span {
    font-size: 40px;
  }

  .area__map-total {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin: auto;
    inset: auto;
    transform: translateY(-50%);
    font-size: 50px;
  }

  .area__map-total span.break {
    font-size: 16px;
  }

  .area__map-total span.asset {
    font-size: 20px;
  }

  .area__map-total span.row {
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .area__main-item p>span>span {
    font-size: 24px;
  }

  .area__list {
    padding: 20px 20px;
    gap: 12px;
    margin-bottom: 40px;
  }

  .car-animation {
    min-height: 100px;
  }

  .car-animation-img.car01 {
    width: 73.32px;
    bottom: 28px;
  }

  .car-animation-img.car02 {
    width: 82.81px;
    bottom: 36px;
  }

  .reason {
    padding: 40px 0 40px;
  }

  .reason__container {
    width: 100%;
    padding: 0 10px;
  }

  .reason__box {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .reason__box-ttl {
    margin-top: 0;
    text-align: center;
  }

  .reason__box-ttl .ttl {
    font-size: 20px;
  }

  .reason__box-ttl .num {
    font-size: 48px;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
  }

  .reason__box-txt {
    margin-top: 20px;
    font-size: 16px;
    margin-right: 0;
  }

  .reason__box-img {
    margin: 20px auto 0;
    text-align: center;
    order: -1;
  }

  .reason__box-img img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }

  .reason__box:nth-child(even) .reason__box-img {
    order: -1;
    margin: 20px auto 0;
  }

  .reason__box-wrap {
    margin-top: 20px;
  }

  .reason__box-btn {
    margin: 20px auto 0;
    text-align: center;
  }

  .reason__box-btn .btn__asset01 {
    margin: auto;
  }

  .company {
    padding: 40px 0 300px;
  }

  .company .ttl__asset01 {
    text-align: center;
  }

  .company .ttl__asset01::after {
    margin: auto;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .company__inner {
    grid-template-columns: 1fr;
    gap: 0px;
    width: 100%;
    padding: 0 20px;
  }

  .company__inner .btn__asset01 {
    margin: auto;
  }

  .company__txt {
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
  }

  .company__img {
    transform: scale(0.4);
    padding-bottom: 100px;
    margin-left: 0;
  }

  .company__btn {
    margin-top: 20px;
    text-align: center;
  }

  .visit {
    padding: 40px 10px 40px;
  }

  .visit__container {
    grid-template-columns: 1fr;
    padding: 20px 20px 20px;
    width: 100%;
    gap: 20px;
    border-radius: 8px;
  }

  .visit__content {
    margin-left: 0;
  }

  .visit__content-btn .btn__asset01>a {
    padding: 10px 20px;
  }

  .visit__content-label p {
    font-size: 18px;
  }

  .visit__content-label span {
    font-size: 16px;
    padding: 6px 12px;
  }

  .visit__content-line {
    font-size: 28px;
    margin-top: 8px;
  }

  .visit__content-description {
    font-size: 16px;
    margin-top: 16px;
    line-height: 1.8em;
  }

  .visit__content-address {
    font-size: 16px;
    margin-top: 16px;
    line-height: 1.8em;
  }

  .visit__content-btn {
    margin-top: 16px;
  }

  .contact-banner {
    padding: 20px 20px 32px;
    margin: 20px 10px 40px;
    width: calc(100% - 20px);
  }

  .contact-banner__ttl {
    font-size: 16px;
  }

  .contact-banner__ttl .jp {
    margin-top: 4px;
    font-size: 20px;
  }

  .contact-banner__wrap {
    grid-template-columns: 1fr;
    gap: 0px;
    margin-top: 20px;
  }

  .contact-banner__box.box01::after {
    width: 100%;
    height: 5px;
    display: block;
    margin: 20px 0;
    background-size: 7px 104px;
    background-repeat: repeat-x;
    position: relative;
  }

  .contact-banner__box.box02 {
    padding-left: 0px;
  }

  .contact-banner__img01 {
    width: 80px;
    top: 24px;
    left: 10px;
  }

  .contact-banner__img02 {
    width: 88px;
    top: 20px;
    right: 10px;
  }

}

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

/* 会社概要ページ */
.cyo__p1 {
  background-color: #FFF;
  border: #F7F7F7 10px solid;
  padding: 90px 57px;
  font-family: "Noto Sans JP", sans-serif;
  display: block !important;
}

.cyo__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: #097EBD 2px solid;
  border-bottom: #097EBD 2px solid;
  gap: 60px;
  padding: 10px 0;
}

.cyo__item {
  display: grid;
  grid-template-columns: 90px 1fr;
  padding: 20px 0;
  /* 点線 */
  border-bottom: #097EBD 1px dashed;
}

.cyo__item:last-child {
  border-bottom: none;
}

.cyo__ttl {
  color: #097EBD;
  font-size: 14px;
  line-height: 2em;
  letter-spacing: .05em;
  font-weight: bold;
}

.cyo__txt {
  font-size: 14px;
  line-height: 2em;
  letter-spacing: .05em;
  color: #222;
  font-weight: 500;
}

.cyo__txt span {
  font-weight: bold;
}

.cyo__txt a {
  color: #097EBD;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.cyo__txt a:hover {
  opacity: 0.7;
}

#ikoma-office,
#nara-office {
  scroll-margin-top: 100px;
}

@media screen and (max-width: 1023px) {
  .cyo__p1 {
    padding: 40px 20px;
  }

  .cyo__box:first-of-type .cyo__item:last-child {
    border-bottom: #07913A 1px dashed;
  }

  .cyo__container {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .cyo__item {
    grid-template-columns: 80px 1fr;
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .cyo__p1 {
    width: auto;
    margin: auto;
    margin-bottom: 48px;
  }
}

/* 2025.10.7*/
.blog__container-pin {
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: calc(69px + 80px);
}

.blog__container-pin .blog__box:not(.blog__box-first) {
  max-height: 449px;
}

.blog__container-pin .blog__btn {
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
}

.blog__box-pin {
  position: absolute;
  width: 64px;
  aspect-ratio: 1 / 1;
  right: 0;
  top: 0;
}

@media screen and (max-width: 1024px) {
  .blog__box-pin {
    position: absolute;
    width: 32px;
    aspect-ratio: 1 / 1;
    right: 0;
    top: 0;
  }

  @media screen and (max-width: 767px) {
    .blog__container-pin {
      grid-template-columns: 1fr;
      padding-bottom: 0;
    }

    .blog__container-pin .blog__btn {
      left: inherit;
      transform: none;
      width: 100%;
    }
  }
}

/* 2025.10.7 ここまで*/
/* 1920以上25/10/7 CSSのみ */
@media screen and (min-width: 1921px) {
  .service__corp {
    justify-content: center;
    gap: 230px;
  }

  .service__corp-exp {
    width: fit-content;
  }

  .company__img {
    right: 50%;
    transform: translateX(100%);
    margin-left: 0;
  }

  .service__corp-img {
    max-height: 796px;
    max-width: 952px;
  }
}