@charset "UTF-8";
/*************************
***       font         ***
**************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&family=Overpass:wght@400;800&display=swap");
.gothic {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.overpass {
  font-family: "Overpass", sans-serif;
}

/********************************
*******      font-size    *******
*********************************/
/*************************
***       color        ***
**************************/
/********************************
*******       hero      *******
*********************************/
#hero {
  padding: 0;
  background-color: #ffdc3c;
}

#hero > .wrapper {
  padding: 0;
}

.heroSwiper {
  width: 100%;
  max-width: 1250px;
}

.heroSwiper .swiper-wrapper {
  position: relative;
}

.heroSwiper .swiper-slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heroSwiper .swiper-controller {
  width: 100%;
  height: calc(100vw * 0.48);
  position: absolute;
  top: 0;
  left: 0;
}

.heroSwiper .swiper-pagination,
.heroSwiper .swiper-button-prev,
.heroSwiper .swiper-button-next {
  position: absolute;
  z-index: 100;
}

.heroSwiper .swiper-pagination {
  bottom: 1%;
  right: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.heroSwiper .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  cursor: pointer;
  vertical-align: top;
  background-color: #ffffff;
}

.heroSwiper .swiper-pagination-bullet:nth-of-type(1) {
  border-radius: 1rem;
}

.heroSwiper .swiper-pagination-bullet:nth-of-type(2) {
  width: 1rem;
  -webkit-clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}

.heroSwiper .swiper-pagination-bullet-active {
  background-color: #e60039;
}

.heroSwiper .swiper-button-prev {
  top: 50%;
  left: 1%;
}

.heroSwiper .swiper-button-next {
  top: 50%;
  right: 1%;
}

.heroSwiper .swiper-button-prev,
.heroSwiper .swiper-button-next {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 2.5em;
  height: 2.5em;
  border-radius: 2em;
  cursor: pointer;
  background-color: #000000;
}

.heroSwiper .swiper-button-prev::after,
.heroSwiper .swiper-button-next::after {
  width: 0.5em;
  height: 0.5em;
  content: "";
  border: solid #ffffff;
  border-width: 2px 2px 0 0;
}

.heroSwiper .swiper-button-prev::after {
  margin-left: 0.2em;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.heroSwiper .swiper-button-next::after {
  margin-right: 0.2em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.heroSwiper .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.heroSwiper .swiper-slide-inner {
  position: relative;
}

.heroSwiper .swiper-slide-inner img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.heroSwiper .swiper-slide-inner .btn-slide2 {
  position: absolute;
  top: 67%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.heroSwiper .swiper-slide-inner .btn-slide3 {
  position: absolute;
  top: 58%;
  left: 67%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sp-heroSwiper {
  width: 100%;
  position: relative;
}

.sp-heroSwiper .swiper-wrapper {
  position: relative;
}

.sp-heroSwiper .swiper-slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sp-heroSwiper .swiper-controller {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.2em;
}

.sp-heroSwiper .swiper-pagination,
.sp-heroSwiper .swiper-button-prev,
.sp-heroSwiper .swiper-button-next {
  width: 100%;
  z-index: 100;
}

.sp-heroSwiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.sp-heroSwiper .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  cursor: pointer;
  vertical-align: top;
  background-color: #ffffff;
}

.sp-heroSwiper .swiper-pagination-bullet:nth-of-type(1) {
  border-radius: 1rem;
}

.sp-heroSwiper .swiper-pagination-bullet:nth-of-type(2) {
  width: 1rem;
  -webkit-clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}

.sp-heroSwiper .swiper-pagination-bullet-active {
  background-color: #e60039;
}

.sp-heroSwiper .swiper-button-prev {
  top: 50%;
  left: 1%;
}

.sp-heroSwiper .swiper-button-next {
  top: 50%;
  right: 1%;
}

.sp-heroSwiper .swiper-button-prev,
.sp-heroSwiper .swiper-button-next {
  display: -ms-grid;
  display: grid;
  place-content: center;
  cursor: pointer;
  width: 2em;
  height: 2em;
}

.sp-heroSwiper .swiper-button-prev::after,
.sp-heroSwiper .swiper-button-next::after {
  width: 1em;
  height: 1em;
  content: "";
  border: solid #000000;
  border-width: 2px 2px 0 0;
}

.sp-heroSwiper .swiper-button-prev::after {
  margin-left: 0.2em;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.sp-heroSwiper .swiper-button-next::after {
  margin-right: 0.2em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sp-heroSwiper .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.sp-heroSwiper .swiper-slide-inner {
  position: relative;
}

.sp-heroSwiper .swiper-slide-inner img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.sp-heroSwiper .swiper-slide-inner .btn-red {
  padding: 0.5rem 2rem 0.5rem 1rem;
  min-width: 9rem;
}

.sp-heroSwiper .swiper-slide-inner .btn-slide2 {
  position: absolute;
  top: 64%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sp-heroSwiper .swiper-slide-inner .btn-slide3 {
  position: absolute;
  top: 58%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.icon-scroll {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
}

.icon-scroll .text {
  font-size: 0.6rem;
  margin-bottom: 3px;
}

.icon-scroll .mouse {
  margin: 0 auto;
  width: 20px;
  height: 30px;
  border: 1px solid #000000;
  border-radius: 30px;
  position: relative;
}

.icon-scroll .mouse::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #000000;
  border-radius: 50%;
  opacity: 1;
  animation: wheel 2s infinite;
  -webkit-animation: wheel 2s infinite;
}

@keyframes wheel {
  to {
    opacity: 0;
    top: 20px;
  }
}

@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 20px;
  }
}

.pick-info-label {
  margin: 1rem 0.5rem 0 0;
  border-collapse: collapse;
  z-index: 100;
  max-width: 425px;
}

.pick-info-label th,
.pick-info-label td {
  padding: 1rem;
  font-size: 0.8rem;
}

.pick-info-label th {
  color: #ffffff;
  background-color: #004098;
  min-width: 5rem;
}

.pick-info-label td {
  background-color: #ffffff;
  border-radius: 0 4px 4px 0;
}

.pick-info-label td a {
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.pick-info-label td a span {
  text-decoration: underline;
}

.sp-hero-buttons {
  margin-top: 1rem;
  padding-bottom: 2rem;
}

.sp-hero-buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-hero-buttons ul li {
  width: 50%;
  text-align: center;
}

.sp-hero-buttons ul li a {
  display: block;
  padding: 1rem;
  color: #ffffff;
  position: relative;
  font-size: 0.9rem;
}

.sp-hero-buttons ul li a::after {
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  position: absolute;
  top: 45%;
  right: 1rem;
}

.sp-hero-buttons ul li img {
  display: inline-block;
  margin: 0 1rem;
}

.sp-hero-buttons ul .btn-link-download {
  background-color: #004098;
}

.sp-hero-buttons ul .btn-link-download a::before {
  content: url(../img/ico/ico-document.svg);
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  top: 25%;
  left: 1rem;
}

.sp-hero-buttons ul .btn-link-download img {
  width: 15px;
}

.sp-hero-buttons ul .btn-link-contact {
  background-color: #e60039;
}

.sp-hero-buttons ul .btn-link-contact a::before {
  content: url(../img/ico/ico-contact.svg);
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 30%;
  left: 1rem;
}

.sp-hero-buttons ul .btn-link-contact img {
  width: 20px;
}

@media only screen and (min-width: 768px) {
  #hero .wrapper {
    position: relative;
  }
  #hero .pick-info-label {
    position: absolute;
    left: 0;
    bottom: 15px;
  }
  #hero .pick-info-label th,
  #hero .pick-info-label td {
    padding: 0.8rem 1rem;
  }
}

@media only screen and (max-width: 1024px) {
  #hero .heroSwiper .swiper-slide-inner .btn-red {
    padding: 0.5rem 1rem 0.5rem 1rem;
    min-width: 8rem;
  }
}

@media only screen and (min-width: 1250px) {
  #hero .swiper-controller {
    height: 600px;
  }
}

/********************************
*******     aboutus    *******
*********************************/
#aboutus {
  background-color: #5393f2;
  padding: 0 0 3rem 0;
  overflow: hidden;
  position: relative;
}

#aboutus .aboutus-k {
  top: -4rem;
  left: -1rem;
}

#aboutus .aboutus-o {
  bottom: -4rem;
  right: -1rem;
}

#aboutus .hand-upper,
#aboutus .hand-lower {
  width: 100%;
  position: absolute;
}

#aboutus .hand-upper {
  top: 15px;
  right: 0;
}

#aboutus .hand-lower {
  bottom: -35px;
  left: 0;
}

#aboutus .wrapper {
  position: relative;
}

#aboutus .pc-hand {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 900px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 15% 50%;
     object-position: 15% 50%;
}

#aboutus .wrapper-inner {
  height: 800px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#aboutus .section-title {
  color: #ffffff;
}

#aboutus .section-discription {
  font-size: 0.7rem;
}

@media only screen and (min-width: 375px) {
  #aboutus .section-discription {
    font-size: 0.85rem;
  }
}

@media only screen and (min-width: 425px) {
  #aboutus .section-discription {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  #aboutus .aboutus-k {
    top: -8rem;
    left: -2rem;
  }
  #aboutus .aboutus-o {
    bottom: -10rem;
    right: -2rem;
  }
  #aboutus .right-side {
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 500px;
  }
  #aboutus .btn-red {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/********************************
*******     casestudy    *******
*********************************/
#casestudy {
  position: relative;
}

#casestudy .casestudy-t {
  top: 28rem;
  left: -1rem;
  color: #d2eef2;
  z-index: -1;
}

#casestudy .wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#casestudy .section-title {
  color: #c8c8c8;
}

#casestudy .section-catch {
  font-size: 1rem;
}

#casestudy .section-discription {
  font-size: 0.7rem;
}

#casestudy .swiper-pagination {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

#casestudy .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  cursor: pointer;
  vertical-align: top;
  background-color: #c8c8c8;
}

#casestudy .swiper-pagination-bullet:nth-of-type(1) {
  border-radius: 1rem;
}

#casestudy .swiper-pagination-bullet:nth-of-type(2) {
  width: 1rem;
  -webkit-clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}

#casestudy .swiper-pagination-bullet-active {
  background-color: #e60039;
}

.casestudySwiper {
  width: 100%;
  height: auto;
  margin-top: 2rem;
}

.casestudySwiper .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.casestudySwiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 600px;
  max-width: 85%;
}

.casestudySwiper .swiper-slide .casestudy-swiper-image-anker {
  width: 100%;
}

.casestudySwiper .swiper-slide img {
  border-radius: 8px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.casestudySwiper .swiper-slide p {
  padding: 1rem 0.5rem;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 1;
}

.casestudySwiper .swiper-slide:not(.swiper-slide[class*="-active"]) img {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.casestudySwiper .swiper-slide:not(.swiper-slide[class*="-active"]) p {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  opacity: 0;
}

.casestudySwiper .swiper-controller {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

.casestudySwiper .swiper-controller .wrapper {
  height: 100%;
  max-width: 715px;
  position: relative;
}

.casestudySwiper .swiper-button-prev,
.casestudySwiper .swiper-button-next {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  cursor: pointer;
  background-color: #000000;
  position: absolute;
  top: 40%;
  z-index: 100;
}

.casestudySwiper .swiper-button-prev {
  left: 1%;
}

.casestudySwiper .swiper-button-next {
  right: 1%;
}

.casestudySwiper .swiper-button-prev::after,
.casestudySwiper .swiper-button-next::after {
  width: 0.5em;
  height: 0.5em;
  content: "";
  border: solid #ffffff;
  border-width: 2px 2px 0 0;
}

.casestudySwiper .swiper-button-prev::after {
  margin-left: 0.2em;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.casestudySwiper .swiper-button-next::after {
  margin-right: 0.2em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.casestudySwiper .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.casestudySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media only screen and (min-width: 375px) {
  #casestudy .section-catch {
    font-size: 1.15rem;
  }
  #casestudy .section-discription {
    font-size: 0.85rem;
  }
}

@media only screen and (min-width: 425px) {
  #casestudy .section-catch {
    font-size: 1.3rem;
  }
  #casestudy .section-discription {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  #casestudy {
    position: relative;
    z-index: 200;
  }
  #casestudy .casestudy-t {
    top: 4rem;
  }
  #casestudy .wrapper-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #casestudy .upper {
    width: 45%;
  }
  #casestudy .section-catch {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  #casestudy {
    top: -8em;
    margin-bottom: -8rem;
  }
  #casestudy .upper {
    width: 50%;
  }
  #casestudy .lower {
    padding-top: 5rem;
  }
  #casestudy .section-catch {
    font-size: 1.7rem;
  }
}

/********************************
*******      catalog      *******
*********************************/
#catalog {
  background-color: #ffdc3c;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 8rem;
}

#catalog .catalog-o {
  top: -4rem;
  right: -1rem;
}

#catalog .wrapper-inner {
  text-align: center;
  position: relative;
  z-index: 1;
}

#catalog .section-title {
  color: #e60039;
}

#catalog .section-discription {
  font-size: 0.6rem;
}

#catalog .btn-catalog {
  color: #e60039;
  background-color: #ffffff;
  max-width: 400px;
  height: 7rem;
  margin: 4rem auto 0;
  padding: 1rem;
  font-weight: bold;
  border: 2px solid #e60039;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#catalog .btn-catalog::before {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #e60039;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 40%;
  right: 0.58rem;
}

#catalog .btn-catalog::after {
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  position: absolute;
  top: 45%;
  right: 1rem;
}

#catalog .btn-catalog img {
  width: 210px;
  position: absolute;
  top: -2.5rem;
}

@media only screen and (min-width: 375px) {
  #catalog .section-discription {
    font-size: 0.75rem;
  }
}

@media only screen and (min-width: 425px) {
  #catalog .section-discription {
    font-size: 0.9rem;
  }
}

@media only screen and (min-width: 465px) {
  #catalog .section-discription {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  #catalog .catalog-o {
    top: -5rem;
    right: -2rem;
  }
  #catalog .btn-catalog {
    max-width: 500px;
    height: auto;
    margin: 3rem auto 0;
    padding: 1rem;
    border-radius: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  #catalog .btn-catalog::before {
    top: 35%;
  }
  #catalog .btn-catalog img {
    top: -3rem;
    left: 2rem;
  }
  #catalog .btn-catalog span {
    padding-right: 2rem;
  }
}

/********************************
*******       column      *******
*********************************/
#column {
  background-color: #dcf5ff;
  padding: 4rem 0;
  position: relative;
}

#column .column-b {
  top: 7rem;
  left: -1rem;
  opacity: 1;
  z-index: 0;
}

#column .column-u {
  bottom: 0;
  right: -1rem;
  opacity: 1;
  z-index: 0;
}

#column .wrapper {
  position: relative;
  z-index: 100;
}

#column .section-title {
  color: #8cb4e6;
}

#column .section-discription {
  font-size: 0.7rem;
}

#column .comingsoon {
  width: 40%;
}

.column-list {
  margin-top: 2rem;
}

.column-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}

.column-list article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.column-list article .upper {
  width: 40%;
}

.column-list article .lower {
  width: 60%;
}

.column-list article .column-image img {
  border-radius: 6px;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.column-list article .column-catdate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.column-list article .column-category {
  color: #ffffff;
}

.column-list article .column-category a {
  background-color: #894e96;
  border-radius: 1rem;
  padding: 0.1rem 1rem;
  margin: 0.5rem 0.5rem 0.5rem 0;
  font-size: 0.7rem;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.column-list article .column-date {
  font-size: 0.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.column-list article .column-title a {
  line-height: 1.8;
  text-decoration: underline;
  font-size: 0.8rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media only screen and (min-width: 375px) {
  #column .section-discription {
    font-size: 0.85rem;
  }
}

@media only screen and (min-width: 425px) {
  #column .section-discription {
    font-size: 1rem;
  }
  #column .comingsoon {
    width: 30%;
  }
}

@media only screen and (min-width: 768px) {
  #column {
    padding: 0 0 8rem 0;
  }
  #column .column-b {
    top: -6rem;
    left: -2rem;
  }
  #column .column-u {
    bottom: -8rem;
    right: -2rem;
  }
  .column-list ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .column-list ul li {
    width: calc((100% - 4rem) / 3);
  }
  .column-list article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
  .column-list article .upper,
  .column-list article .lower {
    width: 100%;
  }
  .column-list article .column-category a {
    padding: 0.1rem 1rem;
    margin: 0.5rem 1rem 0.5rem 0;
    font-size: 0.7rem;
  }
  .column-list article .column-date {
    font-size: 0.9rem;
  }
  .column-list article .column-title a {
    font-size: 0.9rem;
    -webkit-line-clamp: 2;
  }
  .btn-readMoreColumn {
    display: none;
  }
}

/********************************
*******    spirit    *******
*********************************/
.sp-holdinghands {
  position: absolute;
  top: -6rem;
  right: -2rem;
  width: 68%;
  z-index: 200;
}

#spirit {
  padding-top: 3rem;
  background-color: #50b987;
}

#spirit .wrapper {
  position: relative;
}

#spirit .wrapper-inner {
  position: relative;
  z-index: 300;
}

#spirit .holdinghands {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

#spirit .section-title {
  color: #ffffff;
}

#spirit .section-discription {
  font-size: 0.6rem;
}

@media only screen and (min-width: 375px) {
  #spirit .section-discription {
    font-size: 0.75rem;
  }
}

@media only screen and (min-width: 425px) {
  #spirit .section-discription {
    font-size: 0.9rem;
  }
}

@media only screen and (min-width: 465px) {
  #spirit .section-discription {
    font-size: 1rem;
  }
}

/********************************
*******    infomation    *******
*********************************/
#infomation {
  padding: 4rem 0 8rem;
  position: relative;
}

#infomation .infomation-k {
  top: 4rem;
  left: -1rem;
  z-index: 0;
  color: #d2eef2;
}

#infomation .wrapper {
  position: relative;
  z-index: 100;
}

#infomation .wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 300px;
}

#infomation .section-title {
  color: #c8c8c8;
}

#infomation .btn-red {
  position: relative;
  z-index: 300;
  margin-bottom: 6rem;
}

.infomation-list article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 2rem 0;
  border-bottom: 1px solid #c8c8c8;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.infomation-list article .infomation-image {
  width: 40%;
}

.infomation-list article .infomation-image img {
  border-radius: 6px;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.infomation-list article .infomation-strings {
  width: calc(100% - 40% - 1rem);
}

.infomation-list article .infomation-catdate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.infomation-list article .infomation-category {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.infomation-list article .infomation-category a {
  color: #ffffff;
  display: inline-block;
  background-color: #004098;
  border-radius: 1rem;
  padding: 0.1rem 0.5rem;
  margin: 0 0 0.5rem 0;
  font-size: 0.7rem;
}

.infomation-list article .infomation-datetip {
  margin: 0 0 0.3rem;
  font-size: 0.8rem;
}

.infomation-list article .infomation-date {
  font-weight: bold;
}

.infomation-list article .infomation-tip {
  color: #e60039;
  font-style: italic;
  padding-left: 1rem;
}

.infomation-list article .infomation-addtional {
  font-size: 0.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.infomation-list article .infomation-title {
  font-size: 0.8rem;
}

.infomation-list article .infomation-title a {
  text-decoration: underline;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  #infomation {
    padding: 8rem 0;
  }
  #infomation .infomation-k {
    top: 16rem;
    left: -2rem;
  }
  #infomation .wrapper-inner {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #infomation .upper {
    width: 47%;
  }
  #infomation .lower {
    width: 53%;
  }
  #infomation .btn-red {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 2rem;
  }
  .infomation-list ul li:first-child article {
    padding-top: 0;
  }
  .infomation-list article .infomation-image {
    width: 30%;
  }
  .infomation-list article .infomation-strings {
    width: calc(100% - 30% - 1rem);
  }
  .infomation-list article .infomation-catdate {
    margin-bottom: 0.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .infomation-list article .infomation-category {
    margin: 0 1rem 0 0;
    font-size: 0.7rem;
  }
  .infomation-list article .infomation-date {
    font-size: 0.8rem;
  }
  .infomation-list article .infomation-addtional {
    font-size: 0.8rem;
    -webkit-line-clamp: 1;
  }
  .infomation-list article .infomation-title {
    margin-top: 0.5rem;
    font-size: 0.8rem;
  }
}

/********************************
*******    contact    *******
*********************************/
.contact-i {
  bottom: -6rem;
  right: 4rem;
  z-index: 300;
}

.sp-goodhand {
  max-width: 375px;
  position: absolute;
  top: -13rem;
  left: -2rem;
  z-index: 200;
}

.pc-goodhand {
  position: absolute;
  top: -100px;
  left: 0;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 15% 50%;
     object-position: 15% 50%;
  z-index: 200;
}

#contact {
  background-color: #ffdc3c;
  position: relative;
  padding: 5rem 0;
}

#contact .wrapper {
  position: relative;
  z-index: 400;
}

#contact .section-title {
  color: #f39800;
  text-align: center;
}

#contact .section-catch {
  text-align: center;
}

#contact .btn-red {
  min-width: 14rem;
  padding-left: 3rem;
  margin: 1rem 0;
}

#contact .btn-red::before {
  content: url(../img/ico/ico-contact.svg);
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 35%;
  left: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .contact-i {
    bottom: -11rem;
  }
  #contact {
    padding: 0 0 6rem 0;
  }
  #contact .wrapper-inner {
    height: 250px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #contact .right-side {
    position: absolute;
    top: 60%;
    right: 15%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 500px;
  }
  #contact .section-strings {
    text-align: center;
  }
  #contact .section-title {
    padding: 0;
  }
  #contact .contact-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #contact .upper,
  #contact .lower {
    margin-top: 0;
    width: 50%;
  }
  #contact .upper {
    margin-top: 2rem;
    margin-right: 2rem;
  }
  #contact .lower {
    margin-left: 2rem;
  }
}
/*# sourceMappingURL=front-page.css.map */