@charset "UTF-8";
/* ===============================================
# remのclamp
=============================================== */
/* ===============================================
# ブラウザ幅でフォントサイズを変える関数
=============================================== */
#contents section.top_contents {
  background: -webkit-linear-gradient(top, #fff, #f2fafe);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2fafe));
  background: linear-gradient(to bottom, #fff, #f2fafe);
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
#contents section.top_contents::before {
  width: 1600px;
  height: auto;
  position: absolute;
  content: url(../img/img01-pc.png);
  top: 80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 480px) {
  #contents section.top_contents::before {
    display: none;
  }
}
#contents section.top_contents .top_contents_inner {
  background: url(../img/background-img01-pc.png) bottom right no-repeat;
  padding-bottom: 60px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 480px) {
  #contents section.top_contents .top_contents_inner {
    background: url(../img/background-img01-sp.png) bottom right/50% no-repeat;
    padding-bottom: 30px;
    display: block;
  }
}
#contents section.top_contents .top_contents_inner .top_contents_text {
  width: 620px;
}
@media (max-width: 480px) {
  #contents section.top_contents .top_contents_inner .top_contents_text {
    width: auto;
  }
}
#contents section.top_contents .top_contents_inner .top_contents_text .top_contents_title {
  font-family: "Noto Serif JP", serif;
  color: #0A35A1;
  font-size: 3.4rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  #contents section.top_contents .top_contents_inner .top_contents_text .top_contents_title {
    font-size: 2.2rem;
    width: auto;
    margin-bottom: 20px;
  }
}
#contents section.top_contents .top_contents_inner .top_contents_text p {
  line-height: 2.5;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  #contents section.top_contents .top_contents_inner .top_contents_text p {
    line-height: 1.8;
    margin-bottom: 12px;
  }
}
#contents section.top_contents .top_contents_sp_img {
  width: auto;
  margin: 0 10px 20px;
}
#contents section.top_contents .top_contents_sp_img img {
  max-width: 100%;
}

#contents section.top_business {
  padding-bottom: 0;
}
@media (max-width: 480px) {
  #contents section.top_business .txt_c {
    text-align: left;
  }
}
#contents section.top_business .top_business_inner {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#contents section.top_business .top_business_inner .top_business_btn {
  width: 25%;
}
@media (max-width: 480px) {
  #contents section.top_business .top_business_inner .top_business_btn {
    width: 100%;
  }
}
#contents section.top_business .top_business_inner .top_business_btn a {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 480px) {
  #contents section.top_business .top_business_inner .top_business_btn a {
    font-size: 2rem;
  }
}
#contents section.top_business .top_business_inner .top_business_btn a:before, #contents section.top_business .top_business_inner .top_business_btn a:after,
#contents section.top_business .top_business_inner .top_business_btn a span:before,
#contents section.top_business .top_business_inner .top_business_btn a span:after {
  position: absolute;
  content: "　";
  background: #fff;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  z-index: 1;
}
#contents section.top_business .top_business_inner .top_business_btn a:before, #contents section.top_business .top_business_inner .top_business_btn a:after {
  width: calc(100% - 20px);
  height: 1px;
}
#contents section.top_business .top_business_inner .top_business_btn a:before {
  left: 10px;
  top: 10px;
}
#contents section.top_business .top_business_inner .top_business_btn a:after {
  right: 10px;
  bottom: 10px;
}
#contents section.top_business .top_business_inner .top_business_btn a span:before,
#contents section.top_business .top_business_inner .top_business_btn a span:after {
  width: 1px;
  height: calc(100% - 20px);
}
#contents section.top_business .top_business_inner .top_business_btn a span:before {
  right: 10px;
  top: 10px;
}
#contents section.top_business .top_business_inner .top_business_btn a span:after {
  left: 10px;
  bottom: 10px;
}
#contents section.top_business .top_business_inner .top_business_btn a:hover:before, #contents section.top_business .top_business_inner .top_business_btn a:hover:after {
  width: 0;
}
#contents section.top_business .top_business_inner .top_business_btn a:hover span:before,
#contents section.top_business .top_business_inner .top_business_btn a:hover span:after {
  height: 0;
}
@media (max-width: 480px) {
  #contents section.top_business .top_business_inner .top_business_btn a:hover:before, #contents section.top_business .top_business_inner .top_business_btn a:hover:after {
    width: calc(100% - 20px);
    height: 1px;
  }
  #contents section.top_business .top_business_inner .top_business_btn a:hover:before {
    left: 10px;
    top: 10px;
  }
  #contents section.top_business .top_business_inner .top_business_btn a:hover:after {
    right: 10px;
    bottom: 10px;
  }
  #contents section.top_business .top_business_inner .top_business_btn a:hover span:before,
  #contents section.top_business .top_business_inner .top_business_btn a:hover span:after {
    width: 1px;
    height: calc(100% - 20px);
  }
  #contents section.top_business .top_business_inner .top_business_btn a:hover span:before {
    right: 10px;
    top: 10px;
  }
  #contents section.top_business .top_business_inner .top_business_btn a:hover span:after {
    left: 10px;
    bottom: 10px;
  }
}
#contents section.top_business .top_business_inner .top_business_btn .top_business_btn_text {
  width: 100%;
  padding: 0 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
#contents section.top_business .top_business_inner .top_business_btn .top_business_btn_text::after {
  width: 25px;
  height: 25px;
  background: url(../img/arrow02.png) center/contain no-repeat;
  position: absolute;
  content: "";
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 480px) {
  #contents section.top_business .top_business_inner .top_business_btn .top_business_btn_text::after {
    width: 22px;
    height: 22px;
  }
}
#contents section.top_business .top_business_inner .top_business_btn .top_business_btn_img img {
  width: 100%;
  display: block;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  visibility: visible;
}

#contents .top_advantage {
  background: url(../img/background-img02-01.png) left bottom no-repeat, url(../img/background-img02-02.png) right top no-repeat;
}
@media (max-width: 480px) {
  #contents .top_advantage {
    background: url(../img/background-img02-01.png) left bottom/90% no-repeat, url(../img/background-img02-02.png) right top/90% no-repeat;
  }
}
#contents .top_advantage .txt_c {
  line-height: 2.2;
}
@media (max-width: 480px) {
  #contents .top_advantage .txt_c {
    text-align: left;
  }
}
#contents .top_advantage .top_advantage_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 480px) {
  #contents .top_advantage .top_advantage_inner {
    display: block;
    padding-bottom: 0;
  }
}
#contents .top_advantage .top_advantage_inner .top_advantage_set {
  text-align: center;
  width: 320px;
  background: #fff;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  padding: 40px 30px;
  margin-bottom: 40px;
  position: relative;
}
#contents .top_advantage .top_advantage_inner .top_advantage_set:not(:nth-child(3n)) {
  margin-right: 30px;
}
@media (max-width: 480px) {
  #contents .top_advantage .top_advantage_inner .top_advantage_set {
    width: auto;
    padding: 20px;
    margin: 0 auto 15px;
  }
  #contents .top_advantage .top_advantage_inner .top_advantage_set:not(:nth-child(3n)) {
    margin-right: auto;
  }
}
#contents .top_advantage .top_advantage_inner .top_advantage_set h2 {
  font-family: "Noto Serif JP", serif;
  color: #023d7b;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
#contents .top_advantage .top_advantage_inner .top_advantage_set h2 img {
  max-width: 100%;
  display: block;
  margin: 15px auto 5px;
}
@media (max-width: 480px) {
  #contents .top_advantage .top_advantage_inner .top_advantage_set h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #contents .top_advantage .top_advantage_inner .top_advantage_set h2 img {
    width: 60px;
    display: inline-block;
    margin: 0 15px 0 0;
  }
}
#contents .top_advantage .top_advantage_inner .top_advantage_set p {
  text-align: left;
  line-height: 1.5;
  margin: 0;
}

/* ===============================================
# 共通
=============================================== */
main {
  overflow: hidden;
}

[id^=front_sec] .unit-ttl01 {
  font-size: 4.8rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-bottom: 3rem;
}
@media (max-width: 480px) {
  [id^=front_sec] .unit-ttl01 {
    font-size: 3rem;
  }
}
[id^=front_sec] .unit-ttl01 .ttl-en {
  display: table;
  position: relative;
  font-family: "Figtree", sans-serif;
  font-size: 0.5em;
  padding-left: 1.25em;
  background: url(../img/main_ttl_icon001.svg) no-repeat left center/2.5em;
  letter-spacing: 0.04em;
}
@media (max-width: 480px) {
  [id^=front_sec] .unit-ttl01 .ttl-en {
    font-size: 1.6rem;
  }
}
[id^=front_sec] .unit-ttl01 .ttl-en.white {
  background: url(../img/main_ttl_icon002.svg) no-repeat left center/2.5em;
}
[id^=front_sec] .unit-ttl01.center {
  text-align: center;
}
[id^=front_sec] .unit-ttl01.center .ttl-en {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 481px) {
  [id^=front_sec] .--pc-wide {
    width: 100%;
  }
}

/* ===============================================
# mv
=============================================== */
.mv {
  position: relative;
  z-index: 0;
  background: url(../img/top/mv_bg.jpg) no-repeat center center/cover;
  padding-top: 48%;
}
@media (max-width: 480px) {
  .mv {
    background: url(../img/top/mv_bg_sp.jpg) no-repeat center center/cover;
    height: 141.0256410256vw;
  }
}
.mv .mv-img {
  position: absolute;
  bottom: 3.821656051%;
  right: 0;
  width: 87.5%;
  height: 80.8917197452%;
}
@media (max-width: 480px) {
  .mv .mv-img {
    bottom: 3.6363636364%;
    width: 95.3846153846%;
    height: 54.5454545455%;
  }
}
.mv .mv-img img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.mv .mv-catch {
  position: absolute;
  bottom: 7.6433121019%;
  left: 3.75%;
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transform: translateX(-1%);
          transform: translateX(-1%);
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.mv .mv-catch.animated {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 480px) {
  .mv .mv-catch {
    bottom: 61.8181818182%;
    left: 5.1282051282%;
  }
}
.mv .mv-catch__sub {
  border: solid 2px #fff;
  font-size: clamp(24px, 1.875vw, 36px);
  line-height: 1.4;
  padding: 0.6em 1.3333333333em;
  font-weight: bold;
  display: table;
  color: #fff;
  letter-spacing: 0.04em;
}
@media (max-width: 480px) {
  .mv .mv-catch__sub {
    font-size: 4.6153846154vw;
    padding: 0.5555555556em 1.1111111111em;
  }
}
.mv .mv-catch__main {
  font-weight: bold;
  display: table;
  color: #fff;
  letter-spacing: 0.04em;
  font-size: clamp(58px, 4.5vw, 86px);
  line-height: 1.4;
  margin-top: 0.2777777778em;
  margin-bottom: 0.2777777778em;
}
@media (max-width: 480px) {
  .mv .mv-catch__main {
    font-size: 7.6923076923vw;
  }
}
.mv .mv-catch__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 480px) {
  .mv .mv-catch__name {
    gap: 15px;
  }
}
.mv .mv-catch__name > span {
  font-size: clamp(16px, 1.25vw, 24px);
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: bold;
  display: block;
}
@media (max-width: 480px) {
  .mv .mv-catch__name > span {
    font-size: 3.8461538462vw;
  }
}

/* ===============================================
# front_sec_news
=============================================== */
#front_sec_news {
  padding-top: 120px;
}
@media (max-width: 480px) {
  #front_sec_news {
    padding-top: 60px;
  }
}
#front_sec_news .news-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
}
#front_sec_news .news-box__ttlBox {
  width: 200px;
}
@media (max-width: 480px) {
  #front_sec_news .news-box__ttlBox {
    width: 100%;
  }
}
#front_sec_news .news-box__postBox {
  width: calc(100% - 200px);
}
@media (max-width: 480px) {
  #front_sec_news .news-box__postBox {
    width: 100%;
  }
}
#front_sec_news .news-box__ttl {
  font-size: 4.8rem;
  text-align: left;
  font-weight: bold;
  font-family: "Figtree", sans-serif;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  #front_sec_news .news-box__ttl {
    font-size: 3.2rem;
  }
}
#front_sec_news .news-item .js-accordion--close {
  display: none;
}
#front_sec_news .news-item__box {
  border-bottom: solid 1px #AEAEAE;
}
#front_sec_news .news-item .js-accordion {
  position: relative;
  margin: 0;
  padding: 17px 50px 17px 20px;
  display: block;
  width: 100%;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#front_sec_news .news-item .js-accordion:hover {
  background: rgba(10, 53, 161, 0.1);
}
@media (max-width: 480px) {
  #front_sec_news .news-item .js-accordion {
    padding: 16px 40px 16px 13px;
  }
}
#front_sec_news .news-item .js-accordion::before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #0A35A1;
  border-bottom: 2px solid #0A35A1;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  margin-left: auto;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 20px;
}
#front_sec_news .news-item .js-accordion.is-accordion--open {
  background: rgba(10, 53, 161, 0.1);
}
#front_sec_news .news-item .js-accordion.is-accordion--open::before {
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}
#front_sec_news .news-item .js-accordion.is-accordion--open + .news-item__box {
  height: auto;
  opacity: 1;
}
#front_sec_news .news-item__wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#front_sec_news .news-item__date {
  width: 151px;
  max-width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 480px) {
  #front_sec_news .news-item__date {
    width: 100%;
  }
}
#front_sec_news .news-item__ttl {
  width: calc(100% - 151px);
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 480px) {
  #front_sec_news .news-item__ttl {
    width: 100%;
    margin-top: 10px;
  }
}
#front_sec_news .news-item__box {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#front_sec_news .news-item__inner {
  padding: 20px 20px 10px;
}
@media (max-width: 480px) {
  #front_sec_news .news-item__inner {
    padding: 16px 0 10px;
  }
}
#front_sec_news .news-item__inner p {
  font-size: 1.6rem;
}

/* ===============================================
# front_sec01
=============================================== */
#front_sec01 {
  position: relative;
  padding-top: 120px;
  background: url(../img/top/sec_business_deco001.png) no-repeat right top/45vw;
}
@media (max-width: 480px) {
  #front_sec01 {
    background-size: 59.2307692308vw;
    padding-top: 60px;
  }
}
#front_sec01 .sec01-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 89.375vw;
}
@media (max-width: 1366px) {
  #front_sec01 .sec01-box {
    width: 100%;
    padding-right: 6%;
  }
}
@media (max-width: 480px) {
  #front_sec01 .sec01-box {
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#front_sec01 .sec01-box__img {
  width: 45.7342657343%;
}
@media (max-width: 480px) {
  #front_sec01 .sec01-box__img {
    width: 100%;
  }
}
#front_sec01 .sec01-box__text {
  width: 54.2657342657%;
  padding-left: 8.3916083916%;
  padding-top: 54px;
  padding-bottom: 54px;
}
@media (max-width: 480px) {
  #front_sec01 .sec01-box__text {
    padding: 0;
    width: 100%;
  }
}
#front_sec01 .sec01-box__p {
  font-weight: 500;
}
#front_sec01 .sec01-box__p:not(:first-of-type) {
  margin-top: 0.9411764706em;
}
#front_sec01 .sec01-box__type {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px 8px;
}
#front_sec01 .sec01-box__type li {
  width: calc((100% - 8px) / 2 - 1px);
  background: #F5F5F5;
  position: relative;
  padding: 18px 10px;
  text-align: center;
  font-size: clamp(1.4rem, 1.0980966325vw, 1.6rem);
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 480px) {
  #front_sec01 .sec01-box__type li {
    width: calc((100% - 8px) / 2 - 1px);
    padding: 12px 10px;
  }
}
#front_sec01 .sec01-box__type li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #0047AB transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}
#front_sec01 .sec01-box__btns {
  margin: 50px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
}
@media (max-width: 480px) {
  #front_sec01 .sec01-box__btns {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px;
  }
}
#front_sec01 .sec01-box__img {
  position: relative;
}
@media (max-width: 480px) {
  #front_sec01 .sec01-box__img {
    margin-top: 40px;
  }
}
#front_sec01 .sec01-box__img::before {
  content: "";
  display: block;
  width: 93.119266055%;
  height: 94.1704035874%;
  background: #0A35A1;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}
#front_sec01 .sec01-box__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  padding-top: 43px;
  padding-right: 40px;
}
@media (max-width: 480px) {
  #front_sec01 .sec01-box__img img {
    position: relative;
    inset: auto;
    padding-top: 15px;
    padding-right: 15px;
    aspect-ratio: 339/254;
  }
}

/* ===============================================
# front_sec02
=============================================== */
#front_sec02 {
  padding-top: 100px;
  position: relative;
  z-index: 0;
}
@media (max-width: 480px) {
  #front_sec02 {
    padding-top: 74px;
  }
}
#front_sec02::before {
  content: "";
  display: block;
  width: 100%;
  height: 67.3366834171%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/top/top_why_bg.jpg) no-repeat center center/cover;
  z-index: 0;
}
@media (max-width: 480px) {
  #front_sec02::before {
    background: url(../img/top/top_why_bg_sp.jpg) no-repeat center center/cover;
    height: 77.5623268698%;
  }
}
#front_sec02 .sec02-cont {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
@media (max-width: 480px) {
  #front_sec02 .sec02-cont {
    padding: 40px 0;
  }
}
#front_sec02 .sec02-cont p {
  color: #fff;
  font-weight: bold;
}
#front_sec02 .sec02-head {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 68%, 50% 100%, 0 68%);
          clip-path: polygon(0 0, 100% 0, 100% 68%, 50% 100%, 0 68%);
  padding-bottom: 60px;
  background: #fff;
}
@media (max-width: 480px) {
  #front_sec02 .sec02-head {
    padding-bottom: 50px;
  }
}
#front_sec02 .unit-ttl01 {
  margin-bottom: 1.0208333333em;
}
@media (max-width: 767px) {
  #front_sec02 .unit-ttl01 {
    margin-bottom: 2rem;
  }
}
#front_sec02 .sec02-subTtl {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
#front_sec02 .sec02-subTtl__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#front_sec02 .sec02-subTtl__blue {
  background: -webkit-linear-gradient(305deg, rgb(16, 68, 199) 0%, rgb(5, 39, 125) 100%);
  background: linear-gradient(145deg, rgb(16, 68, 199) 0%, rgb(5, 39, 125) 100%);
  display: table;
  width: 225px;
  max-width: 100%;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0.2em;
  line-height: 1.4;
  -webkit-clip-path: polygon(14% 0, 100% 0%, 86% 100%, 0% 100%);
          clip-path: polygon(14% 0, 100% 0%, 86% 100%, 0% 100%);
  position: relative;
}
@media (max-width: 480px) {
  #front_sec02 .sec02-subTtl__blue {
    font-size: 2rem;
    width: 133px;
    padding: 0.2em;
  }
}
#front_sec02 .sec02-subTtl__blue:first-of-type {
  left: 6px;
}
#front_sec02 .sec02-subTtl__blue:last-of-type {
  right: 6px;
}
#front_sec02 .sec02-subTtl__txt {
  text-align: center;
  font-size: 3rem;
  margin-top: 0.5333333333em;
  font-weight: bold;
  display: block;
  line-height: 1.4;
}
@media (max-width: 480px) {
  #front_sec02 .sec02-subTtl__txt {
    margin-top: 10px;
    font-size: 1.8rem;
  }
}
#front_sec02 .num-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 25px 25px;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 480px) {
  #front_sec02 .num-box {
    gap: 16px;
    margin-bottom: 30px;
  }
}
#front_sec02 .num-box li {
  width: calc((100% - 50px) / 3 - 1px);
  background: -webkit-linear-gradient(305deg, rgb(16, 68, 199) 0%, rgb(5, 39, 125) 100%);
  background: linear-gradient(145deg, rgb(16, 68, 199) 0%, rgb(5, 39, 125) 100%);
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  padding: 1.7em 0.25em;
  position: relative;
  z-index: 0;
}
@media (max-width: 480px) {
  #front_sec02 .num-box li {
    width: 100%;
    max-width: 250px;
    font-size: 2rem;
    padding: 1.05em 0.5em;
  }
}
#front_sec02 .num-box li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/top/top_reason_num01.png) no-repeat left top/2.5em;
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media (max-width: 480px) {
  #front_sec02 .num-box li::after {
    background-size: 60px;
  }
}
#front_sec02 .num-box li:nth-of-type(2):after {
  background: url(../img/top/top_reason_num02.png) no-repeat left top/2.5em;
}
@media (max-width: 480px) {
  #front_sec02 .num-box li:nth-of-type(2):after {
    background-size: 60px;
  }
}
#front_sec02 .num-box li:nth-of-type(3):after {
  background: url(../img/top/top_reason_num03.png) no-repeat left top/2.5em;
}
@media (max-width: 480px) {
  #front_sec02 .num-box li:nth-of-type(3):after {
    background-size: 60px;
  }
}
#front_sec02 .num-box li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #FFFFFF transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  position: absolute;
  top: auto;
  bottom: 7px;
  left: auto;
  right: 7px;
}
@media (max-width: 480px) {
  #front_sec02 .num-box li::before {
    border-width: 0 0 10px 10px;
    bottom: 4px;
    right: 4px;
  }
}

/* ===============================================
# front_sec03
=============================================== */
#front_sec03 {
  padding: 60px 0 20px;
}
@media (max-width: 480px) {
  #front_sec03 {
    padding: 30px 0;
  }
}
#front_sec03 .loop-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 20px;
}
@media (max-width: 480px) {
  #front_sec03 .loop-wrap {
    gap: 12px;
  }
}
#front_sec03 .loop-wrap > span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  font-size: 15rem;
  font-weight: 700;
  background: -webkit-linear-gradient(315deg, #EAF0F6 0%, #CFDEED 100%);
  background: linear-gradient(135deg, #EAF0F6 0%, #CFDEED 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  text-fill-color: transparent;
  font-family: "Figtree", sans-serif;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: 0.04em;
}
@media (max-width: 480px) {
  #front_sec03 .loop-wrap > span {
    font-size: 4.8rem;
  }
}
#front_sec03 .loop-wrap > span:nth-child(odd) {
  -webkit-animation: profileLoop 80s -40s linear infinite;
          animation: profileLoop 80s -40s linear infinite;
}
#front_sec03 .loop-wrap > span:nth-child(even) {
  -webkit-animation: profileLoop2 80s linear infinite;
          animation: profileLoop2 80s linear infinite;
}
@-webkit-keyframes profileLoop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes profileLoop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes profileLoop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes profileLoop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

/* ===============================================
# front_sec04
=============================================== */
#front_sec04 {
  position: relative;
  background: url(../img/top/top_company_bg.jpg) no-repeat center/cover;
  padding: 120px 0;
}
@media (max-width: 480px) {
  #front_sec04 {
    background: url(../img/top/top_company_sp_bg.jpg) no-repeat center/cover;
    padding: 60px 0 344px;
  }
}
#front_sec04 h2,
#front_sec04 p {
  color: #fff;
}
#front_sec04::before {
  content: "";
  display: block;
  width: 47.8125%;
  height: 100%;
  background: url(../img/top/top_company_img_002.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  -webkit-clip-path: polygon(46% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(46% 0, 100% 0, 100% 100%, 0% 100%);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  #front_sec04::before {
    top: auto;
    width: 100%;
    height: 284px;
    -webkit-clip-path: polygon(38% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(38% 0, 100% 0, 100% 100%, 0% 100%);
    background: url(../img/top/top_company_sp_img_002.jpg) no-repeat center/cover;
  }
}
#front_sec04 .sec04-text__wrap {
  max-width: 638px;
}
#front_sec04 .sec04-text__btns {
  margin: 50px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
}
@media (max-width: 480px) {
  #front_sec04 .sec04-text__btns {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px;
  }
}
#front_sec04 .sec04-text__btns .button {
  margin-left: 0;
}/*# sourceMappingURL=top.css.map */