@charset "UTF-8";
/* top.scss • v0.0.1 */
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*==========================================================================

   mixin

===========================================================================*/
/*==========================================================================

   keyframes

===========================================================================*/
/* g-
-----------------------------------------------------------------*/
.page-top .g-header {
  background: transparent;
}
.page-top .g-header__logo ._b {
  opacity: 0;
}
.page-top .g-header__logo ._w {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .page-top .g-header__mainlogo {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-top .g-header__mainlogo ._b {
    opacity: 1;
  }
  .page-top .g-header__mainlogo ._w {
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-top .g-header__tobulogo {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-top .g-header__tobulogo ._b {
    opacity: 0;
  }
  .page-top .g-header__tobulogo ._w {
    opacity: 1;
    display: block;
  }
  .is-menuopen .page-top .g-header__tobulogo {
    opacity: 0;
  }
}
.page-top .g-header .gnav__item a {
  color: #fff;
}
.page-top .g-header .g-header__menubtn .lines span {
  background-color: #fff;
}
.page-top .g-header.is-scroll .g-header__logo ._b {
  opacity: 1;
}
.page-top .g-header.is-scroll .g-header__logo ._w {
  opacity: 0;
}
.page-top .g-header.is-scroll .g-header__mainlogo {
  opacity: 1;
}
.page-top .g-header.is-scroll .gnav__item a {
  color: #333;
}
.mode-pc .page-top .g-header.is-scroll .gnav__item a:hover, .mode-pc .page-top .g-header.is-scroll .gnav__item a.current {
  color: #0075C4;
}
.mode-pc .page-top .g-header.is-scroll .gnav__item a:hover::after, .mode-pc .page-top .g-header.is-scroll .gnav__item a.current::after {
  width: 100%;
}
.page-top .g-header.is-scroll .g-header__menubtn .lines span {
  background-color: #0075C4;
}
.page-top .g-main {
  padding-top: 0;
}

.is-menuopen .page-top .g-header__menubtn .lines span {
  background-color: #fff !important;
}

/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.section {
  position: relative;
}
.section__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.section__ttl .en {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #0075C4;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .section__ttl .en {
    font-size: 18px;
  }
}
.section__ttl .ja {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .section__ttl .ja {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------------------
   #sec-mv
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-mv {
  position: relative;
  height: 41.66vw;
  min-height: 400px;
}
@media only screen and (max-width: 767px) {
  .sec-mv {
    height: calc(var(--vh, 1vh) * 80);
  }
}
.sec-mv .swiper {
  width: 100%;
  height: 100%;
}
.sec-mv .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sec-mv .swiper-pagination {
  bottom: clamp(20px, 1.9736842105vw, 30px) !important;
}
@media only screen and (max-width: 767px) {
  .sec-mv .swiper-pagination {
    bottom: 20px !important;
  }
}
.sec-mv .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
  margin: 0 10px !important;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .sec-mv .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 8px !important;
  }
}
.sec-mv .swiper-pagination-bullet-active, .mode-pc .sec-mv .swiper-pagination-bullet:hover {
  background-color: #0075c4;
  opacity: 1;
}
.sec-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 192/80;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .sec-mv__bg {
    aspect-ratio: 750/114;
  }
}
.sec-mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .sec-mv__bg img {
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
  }
}
.sec-mv .swiper-slide--2 .sec-mv__bg img {
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}
.sec-mv__ttl {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 25%;
  left: 50%;
  translate: -50%;
}
@media only screen and (max-width: 767px) {
  .sec-mv__ttl {
    width: 100%;
    top: 20%;
  }
}
.sec-mv__ttl img {
  width: 100%;
  height: auto;
}
.sec-mv__catch {
  max-width: 345px;
  width: clamp(0px, 17.96875vw, 345px);
}
@media only screen and (max-width: 767px) {
  .sec-mv__catch {
    width: 56%;
    line-height: 1.1;
  }
}
.sec-mv__logo {
  max-width: 345px;
  width: clamp(0px, 17.96875vw, 345px);
}
@media only screen and (max-width: 767px) {
  .sec-mv__logo {
    width: 56%;
  }
}
.sec-mv__box2 {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: 0 -50%;
  max-width: calc(50% - 20px);
  padding: clamp(0px, 2.0833333333vw, 40px);
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 767px) {
  .sec-mv__box2 {
    top: 20%;
    left: 40px;
    translate: 0% -20%;
    max-width: 100%;
    width: calc(100% - 40px);
    padding: 30px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: transparent;
    text-align: left;
  }
}
.sec-mv__box2-hdg {
  font-size: clamp(18px, 1.875vw, 36px);
  font-weight: 500px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .sec-mv__box2-hdg {
    font-size: 16px;
  }
}
.sec-mv__box2-txt {
  margin-top: clamp(15px, 1.9480519481vw, 30px);
  font-size: clamp(8px, 1.038961039vw, 16px);
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .sec-mv__box2-txt {
    font-size: 10px;
    line-height: 2.4;
    text-align: left;
  }
}
.sec-mv__box2 .c-btn-more {
  margin-top: clamp(30px, 3.125vw, 60px);
}
@media only screen and (max-width: 767px) {
  .sec-mv__box2 .c-btn-more {
    margin: 30px 0 0;
  }
}
.sec-mv__box2 .c-btn-more__txt {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
}
@media only screen and (max-width: 767px) {
  .sec-mv__box2 .c-btn-more__txt {
    font-size: 14px;
  }
}
.sec-mv__box3 {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -100% -50%;
  max-width: calc(50% - 20px);
  padding: clamp(0px, 3.8961038961vw, 60px);
}
@media only screen and (max-width: 767px) {
  .sec-mv__box3 {
    top: 20%;
    left: 40px;
    translate: 0 -10%;
    max-width: 100%;
    width: calc(100% - 40px);
    padding: 30px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.sec-mv__box3-hdg {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(9px, 1.1688311688vw, 18px);
  font-weight: 500px;
  color: #0075C4;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .sec-mv__box3-hdg {
    font-size: 16px;
  }
}
.sec-mv__box3-txt {
  margin-top: clamp(15px, 1.9480519481vw, 30px);
  font-size: clamp(8px, 1.038961039vw, 16px);
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .sec-mv__box3-txt {
    font-size: 10px;
    line-height: 2.5;
  }
}
.sec-mv__box3 .c-btn-more {
  margin-top: clamp(35px, 4.5454545455vw, 70px);
}
@media only screen and (max-width: 767px) {
  .sec-mv__box3 .c-btn-more {
    margin: 20px 0 0;
  }
}
.sec-mv__box3 .c-btn-more__txt {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
}
@media only screen and (max-width: 767px) {
  .sec-mv__box3 .c-btn-more__txt {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------------------
   #sec-search
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-search {
  position: relative;
  padding-top: clamp(0px, 9.8958333333vw, 190px);
  background: #EFF3FB;
}
@media only screen and (max-width: 767px) {
  .sec-search {
    padding-top: 50px;
  }
}
.sec-search .l-wrap-b {
  z-index: 10;
}
.sec-search__all {
  background: -webkit-gradient(linear, left top, left bottom, from(#eff3fb), color-stop(70.6%, #eff3fb), color-stop(86.02%, rgba(239, 243, 251, 0.43)), to(rgba(169, 183, 215, 0)));
  background: linear-gradient(#eff3fb 0%, #eff3fb 70.6%, rgba(239, 243, 251, 0.43) 86.02%, rgba(169, 183, 215, 0) 100%);
}
.sec-search__all [data-search] {
  display: none;
}
.sec-search__all [data-search].is-visible {
  display: block;
}
.sec-search__all .sec-search__slider {
  position: relative;
}
.sec-search__all .sec-search__slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#eff3fb), color-stop(50%, #eff3fb), color-stop(80%, rgba(239, 243, 251, 0.8)), to(rgba(239, 243, 251, 0.5)));
  background: linear-gradient(to bottom, #eff3fb 0%, #eff3fb 50%, rgba(239, 243, 251, 0.8) 80%, rgba(239, 243, 251, 0.5) 100%);
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  z-index: 10;
}
.sec-search__all .sec-search__slider.is-show::after {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .sec-search__all .l-wrap-b {
    padding-left: 0;
    padding-right: 0;
  }
}
.sec-search__type-wrap {
  margin-bottom: clamp(50px, 6.5789473684vw, 100px);
}
@media only screen and (max-width: 767px) {
  .sec-search__type-wrap {
    width: 100%;
    overflow: auto;
    margin-bottom: 30px;
    scrollbar-width: none;
  }
  .sec-search__type-wrap::-webkit-scrollbar {
    display: none;
  }
}
.sec-search__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1296px;
  width: 100%;
  margin: clamp(50px, 6.5789473684vw, 100px) auto 0;
  border-bottom: 1px solid #0075C4;
}
@media only screen and (max-width: 767px) {
  .sec-search__type {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    width: 500px;
    margin: 20px auto 0;
  }
}
.sec-search__type-btn {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .sec-search__type-btn {
    width: auto;
  }
}
.sec-search__type-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: clamp(0px, 6.1728395062vw, 80px);
  padding: 10px;
  border-radius: 10px;
  font-size: clamp(0px, 1.6203703704vw, 21px);
  font-weight: 500;
  color: rgba(0, 117, 196, 0.6);
  text-align: center;
  line-height: 1.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-search__type-btn a {
    height: 50px;
    padding: 10px 15px;
    font-size: 12px;
  }
}
.sec-search__type-btn a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  translate: 0 50%;
  width: 100%;
  height: 5px;
  border-radius: 2.5px;
  background: #0075c4;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-search__type-btn a::after {
    height: 2px;
  }
}
.sec-search__type-btn a.is-current, .mode-pc .sec-search__type-btn a:hover {
  color: #0075c4;
}
.sec-search__type-btn a.is-current::after, .mode-pc .sec-search__type-btn a:hover::after {
  opacity: 1;
}
.sec-search__way {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(30px, 3.9473684211vw, 60px);
}
@media only screen and (max-width: 767px) {
  .sec-search__way {
    gap: 20px;
    padding: 0 30px;
  }
}
.sec-search__way::after {
  position: absolute;
  top: 40%;
  left: 50%;
  translate: -50% -50%;
  width: 1px;
  height: 70%;
  background-color: #0075C4;
  content: "";
}
@media only screen and (max-width: 767px) {
  .sec-search__way::after {
    content: none;
  }
}
@media only screen and (max-width: 767px) {
  .sec-search__way-item {
    width: calc(50% - 10px);
  }
}
.sec-search__way-item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(10px, 1.3157894737vw, 20px);
  padding-bottom: 10px;
  color: #0075C4;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid rgba(0, 117, 196, 0);
}
@media only screen and (max-width: 767px) {
  .sec-search__way-item a {
    padding: 15px 0 15px 20px;
  }
}
.sec-search__way-item a.is-current {
  border-bottom: 1px solid #0075c4;
  opacity: 1;
}
.mode-pc .sec-search__way-item a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .sec-search__way-item .ico {
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
  }
}
.sec-search__way-item .txt {
  font-size: clamp(0px, 1.1842105263vw, 18px);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-search__way-item .txt {
    font-size: 12px;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.2em;
  }
}
.sec-search__slider {
  position: relative;
  margin-top: clamp(30px, 4.6052631579vw, 70px);
}
@media only screen and (max-width: 767px) {
  .sec-search__slider {
    padding-bottom: 80px;
  }
}
.sec-search__slider .swiper {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .sec-search__slider .swiper {
    padding-left: 30px;
    padding-right: 0;
  }
}
.mode-sp .sec-search__slider .swiper {
  overflow: hidden;
}
.sec-search__slider .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.sec-search__slider .swiper-slide {
  height: auto;
}
.mode-sp .sec-search__slider .swiper-slide:last-child {
  padding-right: 30px;
}
.sec-search__slider .swiper-pagination {
  display: none;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 30px;
  right: auto;
  width: calc(100% - 60px);
  height: 8px;
  background: #fff;
  border-radius: 1000px !important;
}
@media only screen and (max-width: 767px) {
  .sec-search__slider .swiper-pagination {
    display: block;
  }
}
.sec-search__slider .swiper-pagination-progressbar-fill {
  background: #0075C4;
  border-radius: 50px !important;
}
.sec-search [data-search=villa] .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sec-search [data-search=villa] .swiper-wrapper .sec-search__article a {
  padding-bottom: 30px;
}
.sec-search__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: clamp(0px, 5.2631578947vw, 80px) clamp(0px, 2.6315789474vw, 40px);
}
.mode-sp .sec-search__list {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.sec-search__pclist {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(30px, 4.6052631579vw, 70px);
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .sec-search__pclist {
    display: none;
  }
}
.sec-search__pclist .sec-search__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(20px, 2.6315789474vw, 40px);
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
  .sec-search__pclist .sec-search__list {
    gap: clamp(15px, 1.9736842105vw, 30px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-search__pclist .sec-search__list {
    gap: clamp(10px, 1.3157894737vw, 20px);
  }
}
.sec-search__pclist .sec-search__article {
  width: clamp(240px, 31.5789473684vw, 480px);
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
  .sec-search__pclist .sec-search__article {
    width: clamp(230px, 30.2631578947vw, 460px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-search__pclist .sec-search__article {
    width: clamp(220px, 28.9473684211vw, 440px);
  }
}
.sec-search__hdglist {
  display: inline-block;
  overflow: hidden;
}
.sec-search__hdglist-hdg {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.sec-search__hdglist-hdg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 80px);
  width: 100%;
  height: 1px;
  background: #0075C4;
  z-index: -1;
}
.sec-search__hdglist-hdg::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(50% + 80px);
  width: 100%;
  height: 1px;
  background: #0075C4;
  z-index: -1;
}
.sec-search__hdglist-hdg span {
  display: inline-block;
  padding: 2px 50px;
  font-size: clamp(16px, 1.1842105263vw, 18px);
  color: #0075C4;
}
.sec-search__listflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px, 2.6315789474vw, 40px);
  margin-top: clamp(40px, 5.2631578947vw, 80px);
}
.sec-search__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.3333333333% - clamp(0px, 2.6315789474vw, 40px) * 2 / 3);
}
.mode-sp .sec-search__article {
  width: calc(100vw - 60px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sec-search__article > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .sec-search__article > a {
    overflow: hidden;
  }
}
.sec-search__article .hdg {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.sec-search__article .hdg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 70px);
  width: 100%;
  height: 1px;
  background: #0075C4;
  z-index: -1;
}
.sec-search__article .hdg::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(50% + 70px);
  width: 100%;
  height: 1px;
  background: #0075C4;
  z-index: -1;
}
.sec-search__article .hdg span {
  display: inline-block;
  padding: 2px 40px;
  font-size: 16px;
  color: #0075C4;
}
.sec-search__article .img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1260/698;
}
@media only screen and (max-width: 767px) {
  .sec-search__article .img {
    aspect-ratio: 63/35;
  }
}
.sec-search__article .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-search__article .img figcaption {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-search__article .img figcaption {
    right: 15px;
    font-size: 13px;
  }
}
.sec-search__article .ttl {
  margin-top: clamp(14px, 1.3157894737vw, 20px);
  font-size: clamp(16px, 1.1842105263vw, 18px);
}
@media only screen and (max-width: 767px) {
  .sec-search__article .ttl {
    font-size: 18px;
  }
}
.sec-search__article .txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: clamp(0px, 0.5263157895vw, 8px);
  padding-right: 18.75%;
  padding-bottom: 30px;
  font-size: clamp(9px, 0.7236842105vw, 11px);
}
@media only screen and (max-width: 767px) {
  .sec-search__article .txt {
    margin-top: 5px;
    padding-right: 30px;
    padding-bottom: 10px;
    font-size: 11px;
    line-height: 1.8;
  }
}
.sec-search__article .link {
  position: absolute;
  right: 0;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-search__article .link {
    right: 5px;
    bottom: 10px;
    width: 30px;
    height: 30px;
  }
}
.sec-search__article a {
  position: relative;
  display: block;
  height: 100%;
}
.mode-pc .sec-search__article a:hover .img img {
  scale: 1.1;
}
.sec-search__article .solaiework-logo {
  max-width: 240px;
  width: clamp(0px, 16.7708333333vw, 322px);
  margin: clamp(40px, 3.9473684211vw, 60px) auto 0;
}
@media only screen and (max-width: 767px) {
  .sec-search__article .solaiework-logo {
    width: clamp(0px, 42.9333333333vw, 322px);
    margin: clamp(20px, 5.3333333333vw, 40px) auto 0;
  }
}
.sec-search__article .solaiework-logo img {
  width: 100%;
  height: auto;
}
.sec-search__article .ekidesk-logo {
  max-width: 110px;
  width: clamp(0px, 11.4583333333vw, 220px);
  margin: clamp(10px, 1.3157894737vw, 20px) auto 0;
}
@media only screen and (max-width: 767px) {
  .sec-search__article .ekidesk-logo {
    width: clamp(0px, 29.3333333333vw, 220px);
    margin: clamp(10px, 2.6666666667vw, 20px) auto 0;
  }
}
.sec-search__article .ekidesk-logo img {
  width: 100%;
  height: auto;
}
.sec-search__article .ekidesk {
  padding: clamp(15px, 1.5625vw, 30px) clamp(22.5px, 2.34375vw, 45px);
  background-color: #fff;
  border-radius: 16px;
}
.sec-search__article .ekidesk .ekidesk-logo {
  width: clamp(108px, 11.25vw, 216px);
  margin: 0 auto;
}
.sec-search__article .ekidesk .ekidesk-logo img {
  width: 100%;
  height: auto;
}
.sec-search__article .ekidesk .ekidesk-txt {
  margin-top: clamp(15px, 1.5625vw, 30px);
  font-size: 14px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .sec-search__article .ekidesk .ekidesk-txt {
    font-size: 12px;
  }
}
.sec-search__article .ekidesk .ekidesk-txt dt {
  color: #0075C4;
}
.sec-search__article .ekidesk .ekidesk-txt dd + dt {
  margin-top: 0.5em;
}
.sec-search__article .ekidesk .c-btn-more {
  margin-top: clamp(15px, 1.5625vw, 30px);
}
@media only screen and (max-width: 767px) {
  .sec-search__article .ekidesk .c-btn-more__txt {
    font-size: 14px;
  }
}
.sec-search__article .ekidesk .c-btn-more__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 42px;
  max-height: 42px;
  width: 2.69vw;
  height: 2.69vw;
  aspect-ratio: 1/1;
  background-color: #0075C4;
  border-radius: 100px;
}
@media only screen and (max-width: 767px) {
  .sec-search__article .ekidesk .c-btn-more__arrow {
    width: 30px;
    height: 30px;
    bottom: 10px;
  }
}
.sec-search__article .ekidesk .c-btn-more__arrow svg {
  width: 8px;
  height: 12px;
}
.sec-search__article .ekidesk .c-btn-more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec-search__traffic {
  position: relative;
  margin: calc(clamp(0px, 20.8333333333vw, 400px) * -1) auto 0;
  padding: clamp(0px, 31.25vw, 600px) 0 clamp(0px, 5.2083333333vw, 100px);
  background: url("../img/top/search_bg.webp") no-repeat 50% 100%/cover;
  max-width: 2200px;
}
@media only screen and (min-width: 1920px) {
  .sec-search__traffic {
    margin-top: calc(1920px - 100vw - 400px);
    padding-top: calc(100vw - 1920px + 600px);
  }
}
@media only screen and (min-width: 2200px) {
  .sec-search__traffic {
    margin-top: -600px;
    padding-top: 900px;
    background-image: -webkit-gradient(linear, left top, right top, from(#EFF3FB), to(transparent)), -webkit-gradient(linear, right top, left top, from(#EFF3FB), to(transparent)), url("../img/top/search_bg.webp");
    background-image: linear-gradient(to right, #EFF3FB 0%, transparent 100%), linear-gradient(to left, #EFF3FB 0%, transparent 100%), url("../img/top/search_bg.webp");
    background-position: 0 0, 100% 0, 50% 100%;
    background-size: 100px 100%, 100px 100%, 2200px auto;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  .sec-search__traffic {
    margin-top: 0;
    padding: 30px 0 30px;
    background: url("../img/top/search_bg_sp.webp") no-repeat 50% 100%/100% 100%;
  }
}
.sec-search__traffic .sec-search__way {
  position: relative;
  margin-bottom: 50px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .sec-search__traffic .sec-search__way {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-search__traffic .l-wrap-b {
    padding: 0 10px;
  }
}
.sec-search__traffic .traffic-img {
  position: relative;
  max-width: 1000px;
  width: 70%;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .sec-search__traffic .traffic-img {
    width: 100%;
  }
  .sec-search__traffic .traffic-img::after {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 122px;
    height: 122px;
    background: url("../img/common/ico_pinch.svg") no-repeat 50% 50%/cover;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .sec-search__traffic .traffic-img.is-zoom::after {
    opacity: 0;
    visibility: hidden;
  }
}
.sec-search__traffic .traffic-img img,
.sec-search__traffic .traffic-img svg {
  width: 100%;
  height: auto;
}
.sec-search__traffic .traffic-img svg .traffic-svg-link {
  fill: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mode-pc .sec-search__traffic .traffic-img svg .traffic-svg-link:hover {
  opacity: 0.3 !important;
}
.sec-search__traffic .traffic-img svg {
  position: relative;
  z-index: 2;
}
.sec-search__traffic .traffic-img figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.sec-search__ttl {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 40%;
  left: 50%;
  translate: -50%;
}
.sec-search__ttl img {
  width: 100%;
  height: auto;
}
.sec-search__catch {
  max-width: 345px;
  width: clamp(0px, 17.96875vw, 345px);
}
.sec-search__logo {
  max-width: 345px;
  width: clamp(0px, 17.96875vw, 345px);
}

/*--------------------------------------------------------------------------
   #sec-brand
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-brand__inner {
  position: relative;
  padding: clamp(73px, 13.0357142857vw, 146px) 0 clamp(200px, 35.7142857143vw, 400px);
  background: url("../img/top/brand_bg.webp") no-repeat 50% 100%/cover;
}
@media only screen and (max-width: 767px) {
  .sec-brand__inner {
    padding: 50px 0 42px;
    background: url("../img/top/brand_bg_sp.webp") no-repeat 50% 100%/cover;
  }
  .sec-brand__inner .l-wrap {
    padding: 0 10px;
  }
}
.sec-brand__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(153, 189, 247, 0)), color-stop(66.7%, rgba(255, 255, 255, 0.5)), to(rgb(255, 255, 255)));
  background: linear-gradient(rgba(153, 189, 247, 0) 0%, rgba(255, 255, 255, 0.5) 66.7%, rgb(255, 255, 255) 100%);
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .sec-brand__inner::after {
    height: 42px;
  }
}
.sec-brand__logo {
  width: clamp(0px, 34.4642857143vw, 386px);
  margin: clamp(60px, 10.7142857143vw, 120px) auto 0;
}
@media only screen and (max-width: 767px) {
  .sec-brand__logo {
    width: 196px;
    margin: 40px auto 0;
  }
}
.sec-brand__logo img {
  width: 100%;
  height: auto;
}
.sec-brand__copy {
  margin-top: clamp(60px, 10.7142857143vw, 120px);
  font-size: clamp(14px, 2.5vw, 28px);
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-brand__copy {
    margin-top: 40px;
    font-size: 18px;
  }
}
.sec-brand__txt {
  margin-top: clamp(40px, 4.4642857143vw, 50px);
  font-size: clamp(0px, 1.4285714286vw, 16px);
  line-height: 3;
  letter-spacing: 0.03em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-brand__txt {
    margin-top: 20px;
    font-size: 15px;
    line-height: 2;
  }
}
.sec-brand__link {
  margin: clamp(35px, 6.25vw, 70px) auto 0;
  text-align: center;
}
.sec-brand__logo-list {
  margin: clamp(60px, 10.7142857143vw, 120px) auto 0;
  max-width: 90%;
  width: clamp(0px, 106.9642857143vw, 1198px);
  translate: calc(clamp(0px, 8.3333333333vw, 160px) * -1) 0;
  text-align: center;
}
@media only screen and (max-width: 1500px) {
  .sec-brand__logo-list {
    translate: 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec-brand__logo-list {
    max-width: 100%;
    width: calc(100% - 60px);
  }
}
.sec-brand__logo-list img {
  width: 100%;
  height: auto;
}
.sec-brand__bnrs {
  position: inherit;
}
.sec-brand__bnrs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#99BDF7), to(#D9E7FC));
  background: linear-gradient(#99BDF7 0%, #D9E7FC 100%);
  opacity: 0.14;
}
.sec-brand__bnrs-inner {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .sec-brand__bnrs-inner {
    padding: 0 20px 50px;
  }
}
.sec-brand__bnrs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(12px, 1.5789473684vw, 24px);
  translate: 0 -20%;
}
@media only screen and (max-width: 767px) {
  .sec-brand__bnrs-list {
    translate: 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.sec-brand__bnrs-item {
  width: calc(50% - clamp(12px, 2.1428571429vw, 24px) / 2);
}
@media only screen and (max-width: 767px) {
  .sec-brand__bnrs-item {
    width: 100%;
  }
}
.sec-brand__bnrs-item a {
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-brand__bnrs-item a {
    border-radius: 10px;
  }
}
.mode-pc .sec-brand__bnrs-item a:hover .img img {
  scale: 1.05;
}
.sec-brand__bnrs-item .img {
  aspect-ratio: 740/338;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-brand__bnrs-item .img {
    aspect-ratio: 630/275;
  }
}
.sec-brand__bnrs-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.sec-brand__bnrs-item .body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: clamp(15px, 2.6785714286vw, 30px);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-brand__bnrs-item .body {
    padding: 15px;
  }
}
.sec-brand__bnrs-item .ttl {
  font-size: clamp(14px, 1.8421052632vw, 28px);
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .sec-brand__bnrs-item .ttl {
    font-size: 17px;
  }
}
.sec-brand__bnrs-item .link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10px, 1.3157894737vw, 20px);
  width: clamp(160px, 21.0526315789vw, 320px);
}
@media only screen and (max-width: 767px) {
  .sec-brand__bnrs-item .link {
    gap: 10px;
    width: 160px;
  }
}
.sec-brand__bnrs-item .link > span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 14px 0;
  background: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
  z-index: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sec-brand__bnrs-item .link__txt {
  font-size: clamp(8px, 1.4285714286vw, 16px);
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .sec-brand__bnrs-item .link__txt {
    font-size: 12px;
  }
}
.sec-brand__bnrs-item .link__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-brand__bnrs-item .link__arrow img {
  width: clamp(9px, 1.6071428571vw, 18px);
  height: auto;
}
@media only screen and (max-width: 767px) {
  .sec-brand__bnrs-item .link__arrow img {
    width: 13px;
  }
}

/*--------------------------------------------------------------------------
   #sec-bnrs
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-bnrs {
  position: relative;
  margin-top: clamp(0px, 5.2083333333vw, 100px);
}
.sec-bnrs__bg {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 192/80;
  width: 100%;
  height: 100%;
}
.sec-bnrs__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-bnrs__ttl {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 40%;
  left: 50%;
  translate: -50%;
}
.sec-bnrs__ttl img {
  width: 100%;
  height: auto;
}
.sec-bnrs__catch {
  max-width: 345px;
  width: clamp(0px, 17.96875vw, 345px);
}
.sec-bnrs__logo {
  max-width: 345px;
  width: clamp(0px, 17.96875vw, 345px);
}

/*--------------------------------------------------------------------------
   #sec-lifetown
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-lifetown {
  position: relative;
  margin-top: clamp(40px, 7.2368421053vw, 110px);
}
.sec-lifetown .section__ttl .en {
  font-size: 1.04vw;
}
@media only screen and (max-width: 767px) {
  .sec-lifetown .section__ttl .en {
    font-size: 18px;
  }
}
.sec-lifetown__txt {
  margin-top: clamp(40px, 4.4642857143vw, 50px);
  font-size: clamp(0px, 1.4285714286vw, 16px);
  line-height: 3;
  letter-spacing: 0.03em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-lifetown__txt {
    margin-top: 20px;
    font-size: 15px;
    line-height: 2;
  }
}
.sec-lifetown__bnrs {
  margin-top: clamp(30px, 3.2894736842vw, 50px);
}
@media only screen and (max-width: 767px) {
  .sec-lifetown__bnrs {
    margin-top: 30px;
  }
}
.sec-lifetown__bnrs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(15px, 1.3157894737vw, 20px);
}
@media only screen and (max-width: 767px) {
  .sec-lifetown__bnrs-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.sec-lifetown__bnrs-item {
  width: calc(33.3333333333% - clamp(15px, 1.3157894737vw, 20px) * 2 / 3);
}
@media only screen and (max-width: 767px) {
  .sec-lifetown__bnrs-item {
    width: 100%;
  }
}
.sec-lifetown__bnrs-item--main {
  width: 100%;
  margin-bottom: clamp(0px, 0.6578947368vw, 10px);
}
@media only screen and (max-width: 767px) {
  .sec-lifetown__bnrs-item--main {
    margin-bottom: 0;
  }
}
.sec-lifetown__bnrs-item a {
  position: relative;
  display: block;
  border-radius: clamp(10px, 1.3157894737vw, 20px);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-lifetown__bnrs-item a {
    border-radius: 10px;
  }
}
.mode-pc .sec-lifetown__bnrs-item a:hover .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.sec-lifetown__bnrs-item .img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.sec-lifetown__bnrs-item .body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: clamp(20px, 2.6315789474vw, 40px);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-lifetown__bnrs-item .body {
    padding: 30px 20px;
  }
}
.sec-lifetown__bnrs-item .ttl {
  font-size: clamp(14px, 1.8421052632vw, 28px);
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .sec-lifetown__bnrs-item .ttl {
    font-size: 18px;
  }
}
.sec-lifetown__bnrs-item--main .ttl {
  font-size: clamp(14px, 1.8421052632vw, 28px);
}
@media only screen and (max-width: 767px) {
  .sec-lifetown__bnrs-item--main .ttl {
    font-size: 22px;
  }
}
.sec-lifetown__bnrs-item .link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10px, 1.3157894737vw, 20px);
  max-width: 312px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sec-lifetown__bnrs-item .link {
    gap: 10px;
    width: 160px;
  }
}
.sec-lifetown__bnrs-item .link > span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 14px 0;
  background: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
  z-index: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sec-lifetown__bnrs-item .link__txt {
  font-size: clamp(8px, 1.4285714286vw, 16px);
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .sec-lifetown__bnrs-item .link__txt {
    font-size: 12px;
  }
}
.sec-lifetown__bnrs-item .link__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-lifetown__bnrs-item .link__arrow img {
  width: clamp(9px, 1.6071428571vw, 18px);
  height: auto;
}
@media only screen and (max-width: 767px) {
  .sec-lifetown__bnrs-item .link__arrow img {
    width: 13px;
  }
}

/*--------------------------------------------------------------------------
   #sec-information
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-information {
  position: relative;
  margin-top: clamp(100px, 8.5526315789vw, 130px);
}
@media only screen and (max-width: 767px) {
  .sec-information {
    margin-top: 100px;
  }
}
.sec-information .section__ttl .en {
  font-size: clamp(10px, 1.7857142857vw, 20px);
}
@media only screen and (max-width: 767px) {
  .sec-information .section__ttl .en {
    font-size: 18px;
  }
}
.sec-information__contents {
  position: relative;
  max-height: 382px;
  overflow: hidden;
  margin-top: clamp(0px, 3.5714285714vw, 40px);
}
@media only screen and (max-width: 767px) {
  .sec-information__contents {
    max-height: 330px;
    margin-top: 30px;
  }
}
.sec-information__contents .ps__rail-y {
  width: 8px;
  background: #EFF3FB;
  opacity: 1 !important;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .sec-information__contents .ps__rail-y {
    right: 0 !important;
  }
}
.mode-pc .sec-information__contents .ps__rail-y:hover, .sec-information__contents .ps__rail-y:focus, .sec-information__contents .ps__rail-y.ps--clicking {
  background: #EFF3FB;
  width: 8px;
}
.mode-pc .sec-information__contents .ps__rail-y:hover .ps__thumb-y, .sec-information__contents .ps__rail-y:focus .ps__thumb-y, .sec-information__contents .ps__rail-y.ps--clicking .ps__thumb-y {
  width: 8px;
}
.sec-information__contents .ps__thumb-y {
  width: 8px;
  background: #0075C4;
  border-radius: 4px;
  right: 0;
}
.mode-pc .sec-information__contents .ps__thumb-y:hover, .sec-information__contents .ps__thumb-y:focus, .sec-information__contents .ps__thumb-y.ps--clicking {
  background: #0075C4;
}
@media only screen and (max-width: 767px) {
  .sec-information__contents {
    padding-right: 13px;
  }
}
.sec-information__list {
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .sec-information__list {
    padding-right: 0;
  }
}
.sec-information__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #EFF3FB;
  gap: clamp(15px, 2.0833333333vw, 40px);
  border-radius: 10px;
  padding: 20px 40px;
}
@media only screen and (max-width: 767px) {
  .sec-information__article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    gap: 10px;
  }
}
.sec-information__article:not(:first-of-type) {
  margin-top: 10px;
}
.sec-information__article .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(15px, 2.0833333333vw, 40px);
}
@media only screen and (max-width: 767px) {
  .sec-information__article .header {
    gap: 20px;
  }
}
.sec-information__article .date {
  width: clamp(100px, 7.0512820513vw, 110px);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 1.0256410256vw, 16px);
  color: #0075C4;
}
@media only screen and (max-width: 767px) {
  .sec-information__article .date {
    width: auto;
    font-size: 15px;
  }
}
.sec-information__article .tag {
  width: auto;
  min-width: clamp(120px, 12.5vw, 140px);
  padding: 2px 10px;
  background: #fff;
  border-radius: 1000px;
  font-size: 12px;
  text-align: center;
  color: #0075C4;
}
@media only screen and (max-width: 767px) {
  .sec-information__article .tag {
    width: auto;
    min-width: 120px;
    padding: 2px 10px;
  }
}
.sec-information__article .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .sec-information__article .txt {
    font-size: 15px;
  }
}
.sec-information__article .txt a {
  color: #0075C4;
  text-decoration: underline;
}
.mode-pc .sec-information__article .txt a:hover {
  text-decoration: none;
}
.sec-information__link {
  margin: clamp(20px, 3.5714285714vw, 40px) 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .sec-information__link {
    margin: 30px auto 0;
  }
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*# sourceMappingURL=top.css.map */