/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
@media (min-width: 768px) {
  .page-front .wrap {
    padding-bottom: 99px;
  }
}

.sp-cta {
  position: relative;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translate(0%, 0%);
}
.sp-cta.is-fixed {
  position: fixed;
  bottom: 2px;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 1;
  z-index: 999;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.sp-cta.fixed-hidden {
  opacity: 0;
  transform: translate(-50%, 100%);
  pointer-events: none;
  position: fixed;
  bottom: 2px;
  left: 50%;
  z-index: 999;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.fv {
  position: relative;
  overflow: hidden;
  z-index: 2;
  height: auto;
  background-image: linear-gradient(90deg, #041f4d 0%, #1695D4 100%);
  padding-top: 95px;
}
.fv::before {
  position: absolute;
  content: "";
  left: -5%;
  background-image: url(../img/toppage/fv_logoimage.png);
  background-repeat: no-repeat;
  width: 40%;
  height: 100%;
  background-size: 100%;
  top: 64%;
}
@media (min-width: 768px) {
  .fv::before {
    top: 24%;
    left: 3%;
    width: 35%;
  }
}
@media screen and (min-width: 1300px) {
  .fv::before {
    top: 18%;
  }
}
.fv::after {
  position: absolute;
  content: "";
  right: -4%;
  bottom: -39%;
  background-image: url(../img/toppage/fv_back-polygon.svg);
  background-repeat: no-repeat;
  background-position: 100% 10%;
  background-size: 100%;
  height: 100%;
  width: 70%;
}
@media (min-width: 768px) {
  .fv::after {
    top: 0;
    bottom: auto;
  }
}
.fv .wrap {
  padding: 0 0 30px 0;
  width: 100%;
  max-width: 1545px;
}
@media (min-width: 768px) {
  .fv .wrap {
    padding: 0px 0px 29px;
  }
}
.fv-main-pc .swiper-slide {
  height: auto;
}
.fv-main-pc .swiper-slide__inner {
  position: relative;
  display: flex;
  justify-content: stretch;
  flex-direction: column-reverse;
  align-items: center;
  z-index: 20;
  max-width: 1140px;
  margin: 0 auto;
  height: 100%;
  padding-bottom: 28px;
  padding: 0 0 25px;
}
@media (min-width: 768px) {
  .fv-main-pc .swiper-slide__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.fv-main-pc .swiper .swiper-pagination {
  bottom: -6px;
}
@media (min-width: 768px) {
  .fv-main-pc .swiper .swiper-pagination {
    bottom: -5px;
  }
}
.fv-main-pc .swiper .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #1695d4;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .fv-main-pc .swiper .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
  }
}
.fv-main-pc .swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.fv-main-pc-left {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  font-size: clamp(20px, 1.875vw, 27px);
  letter-spacing: 0.11em;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  line-height: 1.6;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .fv-main-pc-left {
    text-align: left;
    letter-spacing: 0.23em;
    line-height: 2.1;
    flex-grow: unset;
    padding-left: 20px;
    letter-spacing: 0.16em;
  }
}
.fv-main-pc-left .__box {
  display: block;
  width: 100%;
}
.fv-main-pc-left .__line {
  display: inline-block;
  position: relative;
  font-size: clamp(26px, 1.875vw, 27px);
}
.fv-main-pc-left .__line::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.631372549);
}
@media (min-width: 768px) {
  .fv-main-pc-left .__line::after {
    bottom: 5px;
  }
}
.fv-main-pc-left .__line-height {
  display: block;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .fv-main-pc-left .__line-height {
    margin-top: 10px;
  }
}
.fv-main-pc-left .__strong {
  display: block;
  position: relative;
  font-size: clamp(37px, 2.5vw, 36px);
  margin-bottom: 5px;
  letter-spacing: 0.09em;
}
@media (min-width: 768px) {
  .fv-main-pc-left .__strong {
    margin-bottom: -5px;
    letter-spacing: 0.04em;
  }
}
.fv-main-pc-left .__strong::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.631372549);
}
@media (min-width: 768px) {
  .fv-main-pc-left .__strong::after {
    bottom: 5px;
  }
}
.fv-main-pc-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .fv-main-pc-right {
    margin-top: 0;
    align-items: flex-end;
    flex-grow: unset;
    flex: 1;
  }
}
.fv-main-pc-right .fv-image {
  width: 100%;
}
@media (min-width: 768px) {
  .fv-main-pc-right .fv-image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 130%;
    margin-top: 5%;
  }
}
@media screen and (min-width: 1000px) {
  .fv-main-pc-right .fv-image {
    margin-top: 0;
    width: 120%;
  }
}
@media screen and (min-width: 1600px) {
  .fv-main-pc-right .fv-image {
    position: relative;
    left: auto;
    transform: translateX(0%);
    display: block;
    width: 120%;
  }
}
@media screen and (min-width: 2000px) {
  .fv-main-pc-right .fv-image {
    width: 140%;
  }
}
.fv-main__slide {
  display: block;
  width: 100%;
}
.fv-main__slide01 {
  padding-left: 20px;
  width: 104%;
}
@media (min-width: 768px) {
  .fv-main__slide01 {
    max-width: 680px;
    width: 100%;
    padding-right: 20px;
  }
}
.fv-main__slide02, .fv-main__slide03 {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
  max-width: 690px;
}
@media (min-width: 768px) {
  .fv-main__slide02, .fv-main__slide03 {
    padding-right: 20px;
    padding-top: 27px;
  }
}

.about {
  background-image: url(../img/toppage/back_image02-sp.png), linear-gradient(90deg, #fff 0%, #dce6eb 100%);
  background-repeat: no-repeat;
  background-position: 60% 30%;
  background-size: 120%;
}
@media screen and (min-width: 440px) {
  .about {
    background-position: 60% 15%;
  }
}
@media screen and (min-width: 550px) {
  .about {
    background-position: 0% 15%;
    background-size: 100%;
  }
}
@media (min-width: 768px) {
  .about {
    background-image: url(../img/toppage/back_image02.png), linear-gradient(90deg, #fff 0%, #dce6eb 100%);
    background-repeat: no-repeat;
    background-position: 78%;
    background-size: auto 110%;
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .about {
    background-size: auto 135%;
  }
}
@media screen and (min-width: 1400px) {
  .about {
    background-position: right;
    background-size: auto 150%;
  }
}
@media screen and (min-width: 1500px) {
  .about {
    background-position: 78%;
  }
}
.about.cta-fixed {
  background-position: 60% 0%;
}
@media (min-width: 768px) {
  .about.cta-fixed {
    background-position: 78%;
  }
}
@media (min-width: 768px) {
  .about .wrap {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 840px) {
  .about .wrap {
    padding-top: 110px;
    padding-bottom: 99px;
  }
}
.about__read {
  display: block;
  letter-spacing: 0.08em;
  line-height: 2;
  color: #163d61;
  font-size: 15px;
  padding: min(32.7272727273vw,180px) 0 0;
}
@media screen and (min-width: 550px) {
  .about__read {
    padding: min(23.4375vw,180px) 0 0;
  }
}
@media (min-width: 768px) {
  .about__read {
    font-size: 14px;
    letter-spacing: 0.16em;
    line-height: 2.5;
    padding-top: 0;
  }
}
.about__read .pc-small {
  display: none;
}
@media (min-width: 768px) {
  .about__read .pc-small {
    display: inline;
  }
}
@media screen and (min-width: 1200px) {
  .about__read .pc-small {
    display: none;
  }
}

.products {
  position: relative;
  overflow: hidden;
}
.products .wrap {
  padding-right: 5px;
}
.products__back {
  position: absolute;
  display: block;
  background-image: url(../img/toppage/back_image01.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  width: 120%;
  height: 130%;
  left: -23%;
  top: -100px;
}
@media (min-width: 768px) {
  .products__back {
    width: 100%;
    height: 120%;
    left: -10%;
    top: -50px;
  }
}
.products__back2 {
  position: absolute;
  display: block;
  background-image: url(../img/toppage/back_image03.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  width: 140%;
  height: 170%;
  right: -30%;
  top: 53%;
}
@media (min-width: 768px) {
  .products__back2 {
    width: 140%;
    height: 130%;
    right: -48%;
  }
}
.products__box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: min(8vw,30px) 0 min(8vw,30px);
}
@media (min-width: 768px) {
  .products__box {
    margin: 60px 0 70px;
  }
}
.products__box_circle {
  margin-top: -3%;
  margin-left: -7%;
  margin-right: -2%;
  flex: 1;
  max-width: 100px;
}
@media screen and (min-width: 400px) {
  .products__box_circle {
    max-width: 280px;
    margin-top: -2%;
    margin-left: -6%;
    flex: 0.8;
  }
}
@media screen and (min-width: 600px) {
  .products__box_circle {
    margin-left: 0;
  }
}
.products__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  max-width: 880px;
  gap: 15px 1vw;
  margin-left: auto;
  flex: 2;
}
@media screen and (min-width: 600px) {
  .products__list {
    flex: 2.5;
  }
}
@media (min-width: 768px) {
  .products__list {
    gap: 40px 1.5vw;
  }
}
.products__list_title {
  font-family: "Zen Old Mincho", serif;
  max-width: 280px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  text-align: center;
  line-height: 1.3;
  font-size: 17px;
  padding: 14px;
}
@media screen and (min-width: 400px) {
  .products__list_title {
    font-size: clamp(18px, 2.2222222222vw, 32px);
    padding: 5px;
  }
}
.products__list_title::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.products__list a.products__list_items {
  color: #fff;
}
.products__list_items {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 20;
  gap: 5px;
  text-align: center;
  max-width: 280px;
  font-size: 12px;
  letter-spacing: 0;
  width: calc(50% - 1vw);
  line-height: 1.3;
}
@media screen and (min-width: 400px) {
  .products__list_items {
    font-size: clamp(13px, 1.25vw, 18px);
  }
}
@media screen and (min-width: 600px) {
  .products__list_items {
    width: calc((100% - 3vw) / 3);
    gap: 10px;
  }
}
.products__list_thumbnail {
  margin-bottom: 3px;
}
@media screen and (min-width: 600px) {
  .products__list_thumbnail {
    margin-bottom: 0;
  }
}
.products__list_thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.products__list_btn {
  display: block;
  text-align: center;
  margin-top: 40px;
}
.products__list_btn .more-btn {
  display: inline-block;
  position: relative;
  padding: 3px 30px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #004381;
  border-radius: 40px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  background: #fff;
  width: 80%;
  max-width: 240px;
  margin: 0 auto;
}
.products__list_btn .more-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 8px;
  height: 15px;
  background-image: url(../img/common/icon_menu-b.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.products__list_btn .more-btn:hover {
  background-color: #004381;
  color: #fff;
  opacity: 1;
}
.products__list_btn .more-btn:hover::after {
  background-image: url(../img/common/icon_menu.svg);
}

.case__text {
  display: block;
  padding: 15px 10px 20px;
  border: 1px solid #024b82;
  text-align: center;
  font-size: clamp(23px, 2.5vw, 36px);
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0;
}
.case__text--small {
  display: block;
  font-size: clamp(15px, 1.1111111111vw, 16px);
  line-height: 1.6;
}
.case__list {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px 15px;
  align-items: stretch;
}
@media (min-width: 768px) {
  .case__list {
    gap: 5rem 3rem;
  }
}
.case__list_items {
  display: flex;
  flex-direction: column;
  width: calc((100% - 15px) / 2);
  justify-content: stretch;
  align-items: stretch;
  opacity: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease, width 0.3s ease;
  visibility: visible;
}
@media (min-width: 768px) {
  .case__list_items {
    width: calc((100% - 6rem) / 3);
  }
}
.case__list_link {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.case__list_thumbnail {
  width: 100%;
  aspect-ratio: 4/3;
  position: relative;
  flex-grow: 1;
  overflow: hidden;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .case__list_thumbnail {
    margin-bottom: 20px;
  }
}
.case__list_thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.case__list_text {
  font-size: clamp(14px, 1.5277777778vw, 22px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .case__list_text {
    line-height: 1.6;
  }
}
.case__list_btn {
  display: block;
  text-align: center;
  margin-top: 40px;
}
.case__list_btn .more-btn {
  display: inline-block;
  position: relative;
  padding: 3px 30px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #004381;
  border-radius: 40px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  background: #fff;
  width: 80%;
  max-width: 240px;
  margin: 0 auto;
}
.case__list_btn .more-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 8px;
  height: 15px;
  background-image: url(../img/common/icon_menu-b.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.case__list_btn .more-btn:hover {
  background-color: #004381;
  color: #fff;
  opacity: 1;
}
.case__list_btn .more-btn:hover::after {
  background-image: url(../img/common/icon_menu.svg);
}

.company {
  padding: 45px 10px min(42.8571428571vw,180px);
  background-image: url(../img/toppage/back_image04-sp.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
@media screen and (min-width: 420px) {
  .company {
    padding: 45px 10px min(36.4583333333vw,280px);
  }
}
@media (min-width: 768px) {
  .company {
    display: flex;
    padding: 100px 0 100px 10px;
    background-image: url(../img/toppage/back_image04.png);
    background-position: top;
    justify-content: space-between;
  }
}
.company .sec-title {
  padding-left: 10px;
}
@media (min-width: 768px) {
  .company .sec-title {
    padding-left: 0;
    margin-top: 100px;
    flex: 0.7;
  }
}
@media screen and (min-width: 920px) {
  .company .sec-title {
    flex: 1;
  }
}
@media screen and (min-width: 1160px) {
  .company .sec-title {
    flex: 1.5;
  }
}
@media screen and (min-width: 920px) {
  .company .sec-title div {
    width: 300px;
    display: inline-block;
    margin: 0 auto;
  }
}
.company__box {
  display: block;
  background: rgba(255, 255, 255, 0.85);
  padding: 20px 20px;
  flex: 2;
}
@media (min-width: 768px) {
  .company__box {
    padding: 60px 10px;
  }
}
.company__list {
  display: flex;
  width: 100%;
  max-width: 550px;
  margin: 25px auto;
  gap: 0%;
  padding: 0 0 25px;
  text-align: left;
  flex-wrap: wrap;
  border-bottom: 0.5px solid #024b82;
  flex-direction: column;
}
@media screen and (min-width: 360px) {
  .company__list {
    gap: 0%;
    flex-direction: row;
    padding: 0 0 25px;
  }
}
@media screen and (min-width: 500px) {
  .company__list {
    gap: 10%;
  }
}
.company__list:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.company__list_items {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  line-height: 1.4;
  letter-spacing: 0.16em;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
}
.company__list_items__label {
  width: 100%;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0em;
  margin-bottom: 10px;
  align-self: center;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 360px) {
  .company__list_items__label {
    width: 95px;
    text-align: left;
    margin-bottom: 0;
    padding: 0 0 0 min(1.0416666667vw,15px);
  }
}
@media (min-width: 768px) {
  .company__list_items__label {
    width: 110px;
    line-height: 1.4;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 1160px) {
  .company__list_items__label {
    width: min(8.3333333333vw,120px);
  }
}
.company__list_items__detail {
  padding: 0 0;
  flex: 1;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-family: "Zen Old Mincho", serif;
}
@media (min-width: 768px) {
  .company__list_items__detail {
    line-height: 1.4;
    letter-spacing: 0em;
  }
}
.company__list_items__detail .sp-small {
  display: inline;
}
@media screen and (min-width: 460px) {
  .company__list_items__detail .sp-small {
    display: none;
  }
}
.company .company__list:last-of-type .company__list-item__detail br {
  display: none;
}
@media screen and (min-width: 477px) {
  .company .company__list:last-of-type .company__list-item__detail br {
    display: inline;
  }
}

.access-area {
  display: flex;
  max-width: 1070px;
  margin: 40px auto 0;
  justify-content: space-between;
  gap: 10px;
}
.access-area__title {
  font-size: clamp(17px, 1.6666666667vw, 24px);
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 600;
  padding-left: 20px;
  border-left: 5px solid #024b82;
  font-family: "Zen Old Mincho", serif;
  margin: 0 0 min(2.7777777778vw,40px);
}
.access-area__text {
  font-size: clamp(14px, 1.3888888889vw, 20px);
  line-height: 1.4;
  flex: 1;
}
.access-area__map {
  flex: 1.5;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .access-area__map {
    margin-top: 0px;
  }
}
.access-area__map iframe {
  width: 100%;
  height: 440px;
  margin-left: auto;
}

.group-area {
  justify-content: space-between;
  align-items: stretch;
  margin: 30px 0 20px;
  gap: 10px;
}
@media (min-width: 768px) {
  .group-area {
    margin: 50px 0 20px;
  }
}
.group-area__items {
  background: #024b82;
  padding: 20px 23px;
  gap: min(2.7777777778vw,40px);
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .group-area__items {
    width: calc((100% - min(5.5555555556vw,80px)) / 3);
    max-width: 361px;
    padding: 30px 25px 40px;
  }
}
.group-area__title {
  font-size: clamp(22px, 2.0833333333vw, 30px);
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  padding-bottom: 10px;
}
.group-area__text {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  color: #fff;
  line-height: 1.8;
}/*# sourceMappingURL=toppage.css.map */