@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, nav, section, time, mark, audio, video {
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block
}
html {
  font-size: 62.5%
}
body, table, input, textarea, select, option, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700
}
table, input, textarea, select, option {
  line-height: 1.1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
:focus {
  outline: 0
}
ins {
  text-decoration: none
}
del {
  text-decoration: line-through
}
img {
  vertical-align: top
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
a:hover, a:hover img {
  filter: alpha(opacity=80);
  opacity: .8
}
img {
  max-width: 100%
}
.sp-only {
  display: none
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none
  }
  .sp-only {
    display: block
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.header.header-fix {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px)
}
@media only screen and (max-width: 1024px) {
  .header.header-fix {
    -webkit-transform: none;
    transform: none
  }
}
.header.is-active .header__toggle span {
  border-color: transparent
}
.header.is-active .header__toggle span:before {
  -webkit-transform: rotateZ(45deg) translate(9px, 8px);
  transform: rotate(45deg) translate(9px, 8px)
}
.header.is-active .header__toggle span:after {
  -webkit-transform: rotateZ(-45deg) translate(9px, -9px);
  transform: rotate(-45deg) translate(9px, -9px)
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100px;
  padding: 0 30px;
  background: #ffffff
}
@media only screen and (max-width: 1024px) {
  .header__wrap {
    height: 70px;
    padding: 0 20px
  }
}
.header__top {
  width: 100%;
  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;
  max-width: 226px;
  position: relative;
  z-index: 100
}
@media only screen and (max-width: 1024px) {
  .header__top {
    max-width: 100%
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto
}
@media only screen and (max-width: 1024px) {
  .header__logo {
    width: 150px
  }
}
.header__logoImg {
  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
}
.header__toggle {
  display: none;
  z-index: 1000
}
@media only screen and (max-width: 1024px) {
  .header__toggle {
    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;
    width: 25px;
    height: 25px
  }
}
.header__toggle span {
  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;
  width: 25px;
  height: 25px;
  position: relative
}
.header__toggle span span {
  width: 25px;
  height: auto;
  border-top: 1px solid #3755a8;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.header__toggle span span:before, .header__toggle span span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 1px solid #3755a8;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.header__toggle span span:before {
  top: -13px
}
.header__toggle span span:after {
  top: 12px
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 30px
}
@media only screen and (max-width: 1024px) {
  .header__nav {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 100%;
    background: #ffffff;
    height: calc(100vh - 70px);
    z-index: 99;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: auto;
    gap: 0
  }
  .header__nav.is-active {
    left: 0;
    opacity: 1;
    visibility: visible
  }
}
@media only screen and (max-width: 1024px) {
  .header__navbar {
    padding: 30px;
    width: 100%;
    background: #f6f9fe;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto
  }
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px
}
@media only screen and (max-width: 1024px) {
  .header__list {
    display: block;
    margin-top: -25px
  }
}
@media only screen and (max-width: 1024px) {
  .header__item {
    border-bottom: 1px solid #dae8f2
  }
}
.header__link {
  display: block;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: .08em;
  font-weight: 500;
  white-space: nowrap
}
@media only screen and (min-width: 768px) {
  .header__link:hover {
    opacity: 1;
    color: #3755a8
  }
}
@media only screen and (max-width: 1024px) {
  .header__link {
    padding: 25px 0;
    position: relative
  }
  .header__link:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ffffff url(../../assets2/img/common/icon/ic_arrow-blue.svg) no-repeat center;
    background-size: 14px 10px !important;
    -webkit-box-shadow: 0px 2px 0px #c3cce6;
    box-shadow: 0 2px #c3cce6
  }
}
.header__contact {
  width: 220px;
  height: 60px;
  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: 10px;
  border-radius: 65px;
  background: #3755a8;
  border: 1px solid #3755a8;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff
}
.header__contact:before {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  background: url(../../assets2/img/common/icon/ic_mail.svg) no-repeat center;
  background-size: 20px 15px !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
@media only screen and (max-width: 1024px) {
  .header__contact:before {
    width: 25px;
    height: 20px;
    background-size: 25px 20px !important
  }
}
@media only screen and (min-width: 768px) {
  .header__contact:hover {
    background: #ffffff;
    color: #3755a8
  }
  .header__contact:hover:before {
    background: url(../../assets2/img/common/icon/ic_mail-blue.svg) no-repeat center

  }
}
@media only screen and (max-width: 1024px) {
  .header__contact {
    background: #f87b51;
    border: none;
    border-radius: 0;
    width: 100%;
    font-size: 2.1rem;
    line-height: 1.45;
    letter-spacing: .03em
  }
}
.header .tryit {
  padding: 45px 30px
}
@media only screen and (min-width: 1024px) {
  .header .tryit {
    display: none !important
  }
}
@media only screen and (max-width: 1024px) {
  .header .tryit {
    display: block
  }
}
@media only screen and (max-width: 375px) {
  .header .tryit {
    padding: 45px 8vw
  }
}
.header .tryit__btn {
  max-width: 330px
}
.header .tryit.is-cta {
  min-height: auto
}
.header .tryit.is-cta .tryit__tit {
  font-size: 2.1rem;
  line-height: 1.5;
  letter-spacing: .08em;
  margin-bottom: 25px
}
@media only screen and (max-width: 375px) {
  .header .tryit.is-cta .tryit__tit {
    font-size: 5.6vw;
    margin-bottom: 6.6666666667vw
  }
}
.header .tryit.is-cta .tryit__tit span span {
  font-size: 2.1rem
}
@media only screen and (max-width: 375px) {
  .header .tryit.is-cta .tryit__tit span span {
    font-size: 5.6vw
  }
}
.header .btn__contact {
  height: 60px;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: .08em;
  padding: 0 50px;
  gap: 15px
}
@media only screen and (max-width: 375px) {
  .header .btn__contact {
    font-size: 4.5333333333vw;
    padding: 0 10.6666666667vw;
    gap: 4vw
  }
}
.header .btn__contact:before {
  width: 25px;
  height: 20px;
  background-size: 25px 20px !important
}
@media only screen and (max-width: 375px) {
  .header .btn__contact:before {
    width: 6.6666666667vw;
    height: 5.3333333333vw;
    background-size: 6.6666666667vw 5.3333333333vw !important
  }
}
.header .btn__contact:after {
  width: 30px;
  height: 30px;
  background-size: 14px 10px !important
}
@media only screen and (max-width: 375px) {
  .header .btn__contact:after {
    width: 8vw;
    height: 8vw;
    background-size: 3.7333333333vw 2.6666666667vw !important
  }
}
.header .btn__contact span span:before {
  width: 3px;
  height: 3px;
  top: -3px
}
.contactFt {
  background: url(../../assets2/img/top/news_bg.jpg) no-repeat center/cover;
  position: relative;
  padding: 90px 0 75px;
  overflow: hidden
}
@media only screen and (max-width: 767px) {
  .contactFt {
    padding: 45px 0
  }
}
.contactFt .titleMain {
  text-align: center
}
.contactFt .titleMain__en {
  font-size: 4.8rem
}
.contactFt .titleMain__jp {
  font-size: 1.5rem;
  margin-top: 0
}
.contactFt__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 180px;
  position: relative;
  max-width: 960px;
  margin: 0 auto
}
@media only screen and (max-width: 1024px) {
  .contactFt__content {
    max-width: 100%;
    gap: 60px
  }
}
@media only screen and (max-width: 767px) {
  .contactFt__content {
    display: block
  }
}
.contactFt__content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  border-left: 1px solid #7991D2
}
@media only screen and (max-width: 767px) {
  .contactFt__content:after {
    display: none
  }
}
.contactFt__phone, .contactFt__mail {
  width: calc((100% - 180px)/2);
  text-align: center;
  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
}
@media only screen and (max-width: 1024px) {
  .contactFt__phone, .contactFt__mail {
    width: calc((100% - 60px)/2)
  }
}
@media only screen and (max-width: 767px) {
  .contactFt__phone, .contactFt__mail {
    width: 100%
  }
}
@media only screen and (max-width: 767px) {
  .contactFt__mail {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #7991D2
  }
}
.contactFt__title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500
}
.contactFt__text {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 500
}
.contactFt__number {
  font-family: Inter, sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: #3755a8
}
@media only screen and (max-width: 1024px) {
  .contactFt__number {
    font-size: 4rem
  }
}
@media only screen and (max-width: 767px) {
  .contactFt__number {
    margin: 20px 0 15px
  }
}
@media only screen and (max-width: 375px) {
  .contactFt__number {
    font-size: 10.6666666667vw
  }
}
.contactFt__number span {
  font-size: 3rem
}
@media only screen and (max-width: 1024px) {
  .contactFt__number span {
    font-size: 2.4rem
  }
}
@media only screen and (max-width: 375px) {
  .contactFt__number span {
    font-size: 6.4vw
  }
}
.contactFt__btn {
  width: 100%;
  height: 75px;
  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: 16px;
  border-radius: 100px;
  background: #3755a8;
  border: 1px solid #3755a8;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  margin: 20px 0 15px
}
@media only screen and (max-width: 375px) {
  .contactFt__btn {
    font-size: 4.2666666667vw
  }
}
@media only screen and (min-width: 768px) {
  .contactFt__btn:hover {
    background: #ffffff;
    color: #3755a8
  }
  .contactFt__btn:hover:before {
    background: url(../../assets2/img/common/icon/ic_mail-blue.svg) no-repeat center

  }
}
.contactFt__btn:before {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  background: url(../../assets2/img/common/icon/ic_mail.svg) no-repeat center;
  background-size: 20px 15px !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.footer {
  position: relative;
  padding: 60px 0;
  background: #3755A8;
  color: #fff
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 30px 0
  }
}
.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media only screen and (max-width: 767px) {
  .footer__body {
    display: block
  }
}
.footer__content {
  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
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px
}
@media only screen and (max-width: 1024px) {
  .footer__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}
@media only screen and (max-width: 767px) {
  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 40px
  }
}
.footer__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
@media only screen and (max-width: 1024px) {
  .footer__item {
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial
  }
}
.footer__link {
  display: block;
  color: #fcfcfc;
  font-size: 1.7rem;
  line-height: 1.3529411765;
  font-weight: 700
}
.footer__info {
  width: 292px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 767px) {
  .footer__info {
    width: 100%
  }
}
.footer__logo {
  display: block;
  width: 250px
}
@media only screen and (max-width: 767px) {
  .footer__logo {
    margin: 0 auto
  }
}
.footer__address {
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: .05em;
  font-weight: 500;
  margin-top: 15px
}
@media only screen and (max-width: 767px) {
  .footer__address {
    text-align: center
  }
}
.footer__copyright {
  font-size: 1.3rem;
  line-height: 2.6923076923;
  text-align: right
}
@media only screen and (max-width: 767px) {
  .footer__copyright {
    text-align: center;
    margin-top: 40px
  }
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.breadcrumb ul li:not(:last-child) {
  margin-right: 15px
}
.breadcrumb ul a, .breadcrumb ul span {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: .015em;
  font-weight: 700
}
.breadcrumb ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #b0b0b0
}
.breadcrumb ul a:after {
  content: "";
  display: block;
  width: 30px;
  border-top: 1px solid #B0B0B0;
  margin-left: 15px
}
@media only screen and (max-width: 767px) {
  .breadcrumb ul a:after {
    width: 15px
  }
}
.breadcrumb ul span {
  color: #121212
}
body {
  position: relative;
  font-family: Noto Sans JP, sans-serif;
  overflow-x: hidden;
  font-size: 1.7rem;
  line-height: 1.8;
  color: #222;
  letter-spacing: .1em;
  background: #FCFCFC
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
    font-size: 1.5rem
  }
}
main {
  overflow: hidden;
  padding-top: 100px
}
@media only screen and (max-width: 1024px) {
  main {
    padding-top: 70px
  }
}
.container {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto
}
.mv {
  padding: 0 !important
}
.mv__wrap {
  position: relative;
  background: url(../../assets2/img/top/mv.jpg) no-repeat center;
  background-size: cover;
  height: 45.625vw;
  overflow: hidden
}
.mv__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 55.625%;
  height: 100%
}
.mv__img img {
  opacity: 0;
  pointer-events: none
}
.mv__slide {
  -webkit-clip-path: polygon(47% 0, 75% 0, 123% 100%, 0% 100%);
  clip-path: polygon(47% 0, 75% 0, 123% 100%, 0% 100%);
  width: 100%;
  height: 100%
}
.mv__slide .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat
}
.mv__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 0 8.25vw;
  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
}
@media only screen and (max-width: 767px) {
  .mv__content {
    bottom: auto;
    top: 0
  }
}
.mv__title {
  width: 38.5vw
}
.mv__text {
  margin-bottom: 1.25vw;
  width: 39.4375vw
}
.mv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .75vw;
  margin-top: 2.25vw
}
.mv__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .375vw;
  font-size: 1.125vw;
  line-height: 1.8;
  letter-spacing: .11em;
  font-weight: 600;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(248, 109, 81, .95)), to(rgba(248, 123, 81, .95)));
  background: -webkit-linear-gradient(left, rgba(248, 109, 81, .95) 0%, rgba(248, 123, 81, .95) 100%);
  background: linear-gradient(90deg, rgba(248, 109, 81, .95) 0%, rgba(248, 123, 81, .95) 100%);
  -webkit-box-shadow: 0px 0px .3125vw #F87B51;
  box-shadow: 0 0 .3125vw #f87b51;
  border-radius: 2.5vw;
  padding: 0 .875vw;
  height: 2.25vw;
  min-width: 11.25vw
}
.mv__list li img {
  width: 1.625vw;
  height: 1.625vw
}
.mv .swiper-pagination {
  bottom: 0;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px
}
.mv .swiper-pagination .swiper-pagination-bullet {
  width: 46px;
  height: 5px;
  border-radius: 72px;
  background: #EAF5FD;
  opacity: 1
}
.mv .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #7991D2
}
a[href^="tel:"] {
  pointer-events: none
}
@media only screen and (max-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: inherit
  }
}
@-webkit-keyframes jstxt {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes jstxt {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.btn__viewMore {
  width: 100%;
  margin: 0 auto
}
.btn__viewMore a {
  position: relative;
  width: 100%;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 65px;
  background: #3755a8;
  border: 1px solid #3755a8;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: .05em;
  color: #fff;
  padding: 0 20px
}
.btn__viewMore a:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ffffff url(../../assets2/img/common/icon/ic_arrow-blue.svg) no-repeat center;
  background-size: 13px 9px
}
.btn__contact {
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  border-radius: 100px;
  background: #f87b51;
  border: 1px solid #f87b51;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.3rem;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0 90px
}
@media only screen and (max-width: 767px) {
  .btn__contact {
    height: 60px;
    font-size: 1.7rem;
    line-height: 1.5;
    letter-spacing: .08em;
    padding: 0 50px;
    gap: 15px
  }
}
@media only screen and (max-width: 375px) {
  .btn__contact {
    font-size: 4.5333333333vw;
    padding: 0 10.6666666667vw;
    gap: 4vw
  }
}
.btn__contact:before {
  content: "";
  display: block;
  width: 45px;
  height: 34px;
  background: url(../../assets2/img/common/icon/ic_mail.svg) no-repeat center;
  background-size: 45px 34px !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
@media only screen and (max-width: 767px) {
  .btn__contact:before {
    width: 25px;
    height: 20px;
    background-size: 25px 20px !important
  }
}
@media only screen and (max-width: 375px) {
  .btn__contact:before {
    width: 6.6666666667vw;
    height: 5.3333333333vw;
    background-size: 6.6666666667vw 5.3333333333vw !important
  }
}
.btn__contact:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ffffff url(../../assets2/img/common/icon/ic_arrow-orange.svg) no-repeat center;
  background-size: 40px 22px !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
@media only screen and (max-width: 767px) {
  .btn__contact:after {
    width: 30px;
    height: 30px;
    background-size: 14px 10px !important
  }
}
@media only screen and (max-width: 375px) {
  .btn__contact:after {
    width: 8vw;
    height: 8vw;
    background-size: 3.7333333333vw 2.6666666667vw !important
  }
}
.btn__contact span span {
  position: relative
}
.btn__contact span span:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff
}
@media only screen and (min-width: 768px) {
  .btn__contact:hover {
    opacity: 1;
    background: #ffffff;
    color: #f87b51;
    border-color: #fff
  }
  .btn__contact:hover:before {
    background: url(../../assets2/img/common/icon/ic_mail-orange.svg) no-repeat center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
  }
  .btn__contact:hover:after {
    background: #f87b51 url(../../assets2/img/common/icon/ic_arrow-white.svg) no-repeat center

  }
}
.titleMain {
  margin-bottom: 75px
}
@media only screen and (max-width: 767px) {
  .titleMain {
    margin-bottom: 40px
  }
}
.titleMain__en {
  font-family: Nunito Sans, sans-serif;
  font-size: 7.8rem;
  line-height: 1;
  font-weight: 700;
  color: #3755a8;
  position: relative;
  letter-spacing: 0;
  text-transform: uppercase
}
.titleMain__jp {
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: .05em;
  color: #7991d2;
  margin-top: 10px
}
.titleSub__jp {
  font-size: 3.6rem;
  letter-spacing: .03em;
  font-weight: 600;
  line-height: 1;
  color: #262626
}
@media only screen and (max-width: 767px) {
  .titleSub__jp {
    font-size: 2.4rem
  }
}
.titleSub__en {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: .015em;
  font-weight: 700;
  color: #ccc;
  margin-top: 15px;
  text-transform: uppercase
}
@media only screen and (max-width: 767px) {
  .titleSub__en {
    margin-top: 10px
  }
}
.titleSub.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media only screen and (max-width: 767px) {
  .titleSub.is-flex {
    display: block
  }
}
.titleSub.is-flex .titleSub__en {
  margin: 0 0 0 15px
}
@media only screen and (max-width: 767px) {
  .titleSub.is-flex .titleSub__en {
    margin: 10px 0 0
  }
}
@-webkit-keyframes lineAnime {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translate(-101%)
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translate(0)
  }
  to {
    -webkit-transform: translateX(101%);
    transform: translate(101%)
  }
}
@keyframes lineAnime {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translate(-101%)
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translate(0)
  }
  to {
    -webkit-transform: translateX(101%);
    transform: translate(101%)
  }
}
.form__box {
  -webkit-box-shadow: 0px 3px 15px #F6FBFF;
  box-shadow: 0 3px 15px #f6fbff;
  border-radius: 10px;
  background: #fff;
  padding: 90px 20px
}
@media only screen and (max-width: 767px) {
  .form__box {
    padding: 40px 20px
  }
}
.form__box + .form__box {
  margin-top: 30px
}
.form__wrap {
  max-width: 840px;
  margin: 0 auto
}
.form__title {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: .04em;
  font-weight: 700;
  color: #383838;
  padding-bottom: 20px;
  border-bottom: 1px solid #E9F0F8;
  margin-bottom: 60px
}
@media only screen and (max-width: 767px) {
  .form__title {
    margin-bottom: 30px
  }
}
.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media only screen and (max-width: 767px) {
  .form__item {
    display: block
  }
}
.form__item + .form__item {
  margin-top: 90px
}
@media only screen and (max-width: 767px) {
  .form__item + .form__item {
    margin-top: 45px
  }
}
.form__item.is-required .form__label:after {
  content: "\5fc5\9808";
  background: #C60010
}
.form__label {
  width: 330px;
  font-size: 1.7rem;
  line-height: 1.9;
  letter-spacing: .015em;
  font-weight: 700;
  padding: 5px 15px 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #222
}
@media only screen and (max-width: 767px) {
  .form__label {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
.form__label:after {
  content: "\4efb\610f";
  display: block;
  width: 50px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 2px 0 4px;
  letter-spacing: .04em;
  font-weight: 700;
  color: #fff;
  background: #373737;
  text-align: center;
  border-radius: 5px;
  position: relative;
  top: 1px
}
@media only screen and (max-width: 767px) {
  .form__label:after {
    top: 0
  }
}
.form__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.form input, .form textarea {
  padding: 0 15px;
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: .1em;
  font-weight: 400;
  width: calc(100% - 30px);
  color: #222;
  outline: none;
  font-family: Noto Sans JP, sans-serif
}
.form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
  color: #888
}
.form input::-moz-placeholder, .form textarea::-moz-placeholder {
  color: #888
}
.form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
  color: #888
}
.form input::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
  color: #888
}
.form input::placeholder, .form textarea::placeholder {
  color: #888
}
@media only screen and (max-width: 767px) {
  .form input, .form textarea {
    font-size: 1.6rem
  }
}
.form input {
  min-height: 38px
}
.form textarea {
  min-height: 188px;
  padding: 10px 15px
}
.form__note {
  font-size: 1.7rem;
  line-height: 1.9;
  letter-spacing: .015em;
  font-weight: 400;
  color: #888;
  margin-top: 10px
}
@media only screen and (max-width: 767px) {
  .form__note {
    font-size: 1.5rem
  }
}
.form__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #E6E6E6;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content
}
@media only screen and (max-width: 767px) {
  .form__policy {
    display: block;
    margin-top: 30px;
    padding-top: 30px
  }
}
.form__policy:before {
  content: "\5fc5\9808";
  display: block;
  width: 50px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 2px 0 4px;
  letter-spacing: .015em;
  font-weight: 700;
  color: #fff;
  background: #C60010;
  border-radius: 5px;
  text-align: center;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 767px) {
  .form__policy:before {
    margin-bottom: 10px
  }
}
.form__policy .form__checkbox {
  display: block;
  position: relative;
  top: 0;
  padding-left: 35px
}
.form__policy .form__checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}
.form__policy .form__checkbox a {
  color: #c60010;
  text-decoration: underline;
  text-underline-offset: 3px
}
.form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: .1em;
  font-weight: 400;
  color: #222
}
.form__checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  min-height: auto;
  margin: 6px 15px 0 0;
  padding: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.form__checkbox input:checked {
  background: url(/assets/img/common/icon/ic_checked.svg) no-repeat center;
  background-size: 20px 20px;
  border-color: #222
}
.form .btn {
  min-width: 210px;
  height: 65px;
  margin: 60px auto 0
}
@media only screen and (max-width: 767px) {
  .form .btn {
    margin-top: 30px
  }
}
.text {
  font-size: 1.7rem;
  line-height: 1.9;
  letter-spacing: .015em;
  font-weight: 400;
  color: #222
}
@media only screen and (max-width: 767px) {
  .text {
    font-size: 1.5rem
  }
}
.text.cl-red {
  color: #c60010
}
.text p + p {
  margin-top: 15px
}
.no-post {
  padding: 20px 0
}
.pagenavi {
  margin-top: 90px
}
@media only screen and (max-width: 767px) {
  .pagenavi {
    margin-top: 45px
  }
}
.pagenavi .wp-pagenavi {
  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
}
.pagenavi .wp-pagenavi a, .pagenavi .wp-pagenavi span {
  width: 30px;
  height: 32px;
  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;
  font-size: 3rem;
  line-height: 1;
  color: #b0b0b0;
  font-weight: 400;
  margin: 0 7.5px
}
@media only screen and (max-width: 767px) {
  .pagenavi .wp-pagenavi a, .pagenavi .wp-pagenavi span {
    font-size: 2.4rem;
    width: 20px;
    height: 20px;
    margin: 0 8px
  }
}
@media only screen and (min-width: 768px) {
  .pagenavi .wp-pagenavi a:hover {
    color: #19b6ed;
    opacity: 1
  }
}
.pagenavi .wp-pagenavi span {
  color: #262626
}
.pagenavi .wp-pagenavi .dot {
  background: url(/assets/img/common/icon/ic_ellipsis.svg) no-repeat center center;
  background-size: contain
}
.pagenavi .wp-pagenavi .nextpostslink, .pagenavi .wp-pagenavi .previouspostslink {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #262626 url(../../assets2/img/common/icon/ic_arrow-white.svg) no-repeat center left 18px;
  background-size: 14px 18px;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 767px) {
  .pagenavi .wp-pagenavi .nextpostslink, .pagenavi .wp-pagenavi .previouspostslink {
    width: 40px;
    height: 40px;
    background-position: center left 15px
  }
}
.pagenavi .wp-pagenavi .previouspostslink {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 22.5px
}
@media only screen and (max-width: 767px) {
  .pagenavi .wp-pagenavi .previouspostslink {
    margin-right: 10px
  }
}
.pagenavi .wp-pagenavi .nextpostslink {
  margin-left: 22.5px
}
@media only screen and (max-width: 767px) {
  .pagenavi .wp-pagenavi .nextpostslink {
    margin-left: 10px
  }
}
.pagenavi .wp-pagenavi .back-to-top {
  display: block;
  width: 150px;
  border-radius: 5px;
  background: #262626;
  padding: 21px 30px;
  font-size: 1.8rem;
  letter-spacing: .05em;
  font-weight: 700;
  color: #fff;
  position: relative;
  height: auto;
  text-align: center;
  margin: 0 45px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 767px) {
  .pagenavi .wp-pagenavi .back-to-top {
    margin: 0 20px
  }
}
@media only screen and (max-width: 374px) {
  .pagenavi .wp-pagenavi .back-to-top {
    width: 120px;
    font-size: 1.6rem;
    padding: 20px
  }
}
@media only screen and (min-width: 768px) {
  .pagenavi .wp-pagenavi .back-to-top:hover {
    color: #fff;
    opacity: 1;
    background: #4d4d4d
  }
}
.imgtext {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 90px 0
}
@media only screen and (max-width: 767px) {
  .imgtext {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0
  }
}
.imgtext:nth-of-type(odd) .imgtext__content {
  margin-right: 90px
}
@media only screen and (max-width: 1024px) {
  .imgtext:nth-of-type(odd) .imgtext__content {
    margin-right: 40px
  }
}
.imgtext:nth-of-type(even) .imgtext__content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 90px
}
@media only screen and (max-width: 1024px) {
  .imgtext:nth-of-type(even) .imgtext__content {
    margin-left: 40px
  }
}
.imgtext:nth-of-type(even) .imgtext__img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.imgtext:nth-of-type(even) .imgtext__img:after {
  background: -webkit-gradient(linear, left top, right top, from(#80E5FF), to(#A6CAE0));
  background: -webkit-linear-gradient(left, #80E5FF 0%, #A6CAE0 100%);
  background: linear-gradient(90deg, #80E5FF 0%, #A6CAE0 100%)
}
.imgtext:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-.5*(100vw - 1140px));
  width: 100vw;
  height: 100%;
  z-index: -1
}
@media only screen and (max-width: 1180px) {
  .imgtext:after {
    left: -20px
  }
}
.imgtext__img, .imgtext__content {
  width: 50%
}
@media only screen and (max-width: 767px) {
  .imgtext__img, .imgtext__content {
    width: 100%
  }
}
.imgtext__content {
  max-width: 510px
}
@media only screen and (max-width: 767px) {
  .imgtext__content {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    margin: 20px 0 0 !important;
    max-width: 100%
  }
}
.imgtext__img {
  position: relative;
  padding: 5px 0 0 5px;
  margin: 11px 0
}
@media only screen and (max-width: 767px) {
  .imgtext__img {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
  }
}
.imgtext__img img {
  border-radius: 10px;
  position: relative;
  z-index: 1
}
.imgtext__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 5px);
  width: calc(100% - 5px);
  background: -webkit-gradient(linear, left top, right top, from(#24BCE2), to(#4E95C1));
  background: -webkit-linear-gradient(left, #24BCE2 0%, #4E95C1 100%);
  background: linear-gradient(90deg, #24BCE2 0%, #4E95C1 100%);
  border-radius: 10px
}
.imgtext__number {
  display: block;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: -.01em;
  background: -webkit-gradient(linear, left top, right top, from(#24BCE2), to(#4E95C1));
  background: -webkit-linear-gradient(left, #24BCE2 0%, #4E95C1 100%);
  background: linear-gradient(90deg, #24BCE2 0%, #4E95C1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 3px
}
.imgtext__title {
  font-size: 3.2rem;
  line-height: 1.64;
  letter-spacing: -.05em;
  font-weight: 400;
  margin-bottom: 65px
}
@media only screen and (max-width: 1024px) {
  .imgtext__title {
    font-size: 2.6rem;
    margin-bottom: 40px
  }
}
@media only screen and (max-width: 767px) {
  .imgtext__title {
    font-size: 2.4rem;
    margin-bottom: 30px
  }
}
.imgtext .text {
  line-height: 2.14
}
.imgtext .text + .text {
  margin-top: 9px
}
.imgtext__box {
  background: #F1F4F6;
  border-radius: 3px;
  padding: 20px 30px;
  min-height: 75px;
  margin-top: 45px
}
@media only screen and (max-width: 767px) {
  .imgtext__box {
    margin-top: 20px
  }
}
.imgtext__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -10px
}
.imgtext__list li {
  font-size: 1.6rem;
  line-height: 2.14;
  letter-spacing: .02em;
  margin-bottom: 10px
}
.imgtext__list li:before {
  content: "\30fb";
  color: #1aaed3;
  margin-right: 4px
}
.imgtext__list li span {
  font-size: 1.2rem
}
.imgtext__position {
  font-size: 2.1rem;
  line-height: 2.14;
  letter-spacing: .02em;
  font-weight: 400;
  margin: 39px 0 -9px
}
@media only screen and (max-width: 767px) {
  .imgtext__position {
    margin: 20px 0 0
  }
}
.imgtext.construction {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 73px 0;
  border-bottom: 1px solid #F1F4F6
}
@media only screen and (max-width: 767px) {
  .imgtext.construction {
    padding: 40px 0
  }
}
.imgtext.construction:nth-of-type(1) {
  padding-top: 0
}
.imgtext.construction:nth-last-of-type(2) {
  padding-bottom: 0;
  border-bottom: 0
}
.imgtext.construction .imgtext__img {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
  padding: 0;
  max-width: 510px;
  margin: 0
}
@media only screen and (max-width: 767px) {
  .imgtext.construction .imgtext__img {
    max-width: 100%
  }
}
.imgtext.construction .imgtext__img:after {
  display: none
}
.imgtext.construction .imgtext__img img {
  border-radius: 5px
}
.imgtext.construction .imgtext__content {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  padding-left: 60px;
  max-width: 100%;
  margin: -11px 0 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
@media only screen and (max-width: 1024px) {
  .imgtext.construction .imgtext__content {
    padding-left: 30px
  }
}
@media only screen and (max-width: 767px) {
  .imgtext.construction .imgtext__content {
    padding-left: 0
  }
}
.imgtext.construction .imgtext__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.imgtext.construction .imgtext__number {
  letter-spacing: .02em;
  color: #1aaed3;
  background-clip: unset;
  background: none;
  -webkit-text-fill-color: unset;
  margin: 0 31px 0 0;
  position: relative;
  top: 9px
}
.imgtext.construction .imgtext__title {
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: .02em;
  color: #1383cb;
  line-height: 2.14;
  margin-bottom: 0
}
.imgtext.construction .imgtext__title span {
  font-size: 1.6rem
}
.imgtext.construction .text {
  margin-top: 49px
}
@media only screen and (max-width: 767px) {
  .imgtext.construction .text {
    margin-top: 20px
  }
}
.imgtext.greeting .imgtext__content {
  margin-right: 0;
  margin-left: 90px;
  max-width: 525px
}
@media only screen and (max-width: 1024px) {
  .imgtext.greeting .imgtext__content {
    margin-left: 40px
  }
}
@media only screen and (max-width: 767px) {
  .imgtext.greeting .imgtext__content {
    max-width: 100%
  }
}
.imgtext.greeting .imgtext__img {
  margin: 0;
  max-width: 525px
}
@media only screen and (max-width: 767px) {
  .imgtext.greeting .imgtext__img {
    max-width: 100%
  }
}
.imgtext.greeting .imgtext__img img {
  border-radius: 5px
}
.imgtext.greeting .imgtext__img:after {
  border-radius: 5px
}
.imgtext.greeting .imgtext__title {
  margin-bottom: 42px
}
@media only screen and (max-width: 767px) {
  .imgtext.greeting .imgtext__title {
    margin-bottom: 20px
  }
}
.imgtext.job {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0
}
.imgtext.job .imgtext__img {
  padding: 0;
  max-width: 540px;
  margin: 0
}
@media only screen and (max-width: 767px) {
  .imgtext.job .imgtext__img {
    max-width: 100%
  }
}
.imgtext.job .imgtext__img:after {
  display: none
}
.imgtext.job .imgtext__img img {
  border-radius: 5px
}
.imgtext.job .imgtext__content {
  margin: -8px 0 0 60px;
  max-width: 540px
}
@media only screen and (max-width: 1024px) {
  .imgtext.job .imgtext__content {
    margin-left: 40px
  }
}
@media only screen and (max-width: 767px) {
  .imgtext.job .imgtext__content {
    max-width: 100%
  }
}
.imgtext.job .imgtext__title {
  font-size: 2.4rem;
  line-height: 1.75;
  letter-spacing: -.02em;
  margin-bottom: 39px
}
@media only screen and (max-width: 767px) {
  .imgtext.job .imgtext__title {
    font-size: 2rem;
    margin-bottom: 20px
  }
}
.imgtext.job .exbox.job .exbox__list {
  margin: 0;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.imgtext.job .exbox.job .exbox__list .text.circle {
  margin: 0 30px 0 0;
  width: auto
}
.imgtext.job .exbox.job .exbox__list .text.circle:last-child {
  margin-right: 0
}
.listSupport {
  margin-top: 150px
}
@media only screen and (max-width: 767px) {
  .listSupport {
    margin-top: 60px
  }
}
.listSupport__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 90px 0
}
@media only screen and (max-width: 1024px) {
  .listSupport__item {
    display: block
  }
}
@media only screen and (max-width: 767px) {
  .listSupport__item {
    padding: 45px 0
  }
}
.listSupport__item:only-child {
  padding: 0
}
.listSupport__item:first-child {
  padding-top: 0
}
.listSupport__item:nth-child(even) {
  position: relative
}
.listSupport__item:nth-child(even):after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(-.5*(100vw - 1260px));
  width: calc(100vw - 60px);
  height: 100%;
  background: url(../../assets2/img/top/news_bg.jpg) no-repeat center;
  z-index: -1
}
@media only screen and (max-width: 1180px) {
  .listSupport__item:nth-child(even):after {
    right: -20px;
    width: 100vw
  }
}
.listSupport__item:nth-child(even) .listSupport__btn a:after {
  background: #ffffff url(../../assets2/img/common/icon/ic_arrow-blue.svg) no-repeat center

}
.listSupport__label {
  max-width: 322px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 500;
  color: #3755a8
}
@media only screen and (max-width: 1024px) {
  .listSupport__label {
    margin-bottom: 60px
  }
}
@media only screen and (max-width: 767px) {
  .listSupport__label {
    margin-bottom: 30px;
    font-size: 2.4rem
  }
}
.listSupport__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 570px
}
@media only screen and (max-width: 1024px) {
  .listSupport__content {
    max-width: 100%
  }
}
.listSupport__row {
  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;
  padding: 25px 0;
  border-bottom: 1px solid #dae8f2;
  gap: 42px
}
.listSupport__row:first-child {
  padding-top: 0
}
@media only screen and (max-width: 767px) {
  .listSupport__row {
    display: block;
    padding: 20px 0
  }
}
.listSupport__tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  font-size: 2.1rem;
  color: #222
}
.listSupport__tit img {
  width: 60px;
  height: 60px
}
@media only screen and (max-width: 767px) {
  .listSupport__btn {
    margin-top: 15px
  }
}
.listSupport__btn a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-size: 1.7rem;
  letter-spacing: .05em;
  line-height: normal;
  color: #3755a8
}
@media only screen and (max-width: 767px) {
  .listSupport__btn a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}
.listSupport__btn a:after {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  background: #eaf5fd url(../../assets2/img/common/icon/ic_arrow-blue.svg) no-repeat center;
  background-size: 14px 10px;
  -webkit-box-shadow: 0px 2px 0px #c3cce6;
  box-shadow: 0 2px #c3cce6;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.listSupport__btn.is-blank a {
  gap: 15px
}
.listSupport__btn.is-blank a:after {
  background: #eaf5fd url(../../assets2/img/common/icon/ic_blank.svg) no-repeat center;
  background-size: 15px 15px
}
.table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 5px;
  min-width: 1140px;
  overflow: hidden
}
.table tr:not(:first-child) td:last-child {
  font-size: 1.5rem
}
.table tr:first-child td {
  text-align: center;
  font-size: 2.1rem;
  line-height: 1.9;
  font-weight: 700;
  letter-spacing: .03em;
  background: #222222;
  color: #fff
}
.table tr:first-child td:after {
  border-color: #383838
}
.table td {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: .015em;
  font-weight: 400;
  padding: 0 15px;
  border-bottom: 1px solid #E3E3E3;
  height: 90px;
  background: #fff
}
.table td:not(:last-child) {
  position: relative
}
.table td:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 60px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-right: 1px solid #E3E3E3
}
.table td:nth-child(1) {
  width: 230px
}
.table td:nth-child(2) {
  width: 340px;
  font-weight: 700
}
.table td:nth-child(3), .table td:nth-child(4) {
  width: 160px
}
.table td span {
  display: block;
  font-size: 1.2rem;
  margin-top: 3px
}
.tab__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px
}
.tab__link {
  line-height: 1;
  font-weight: 500;
  color: #666
}
.tab__link.is-active {
  font-weight: 700;
  color: #222
}
.tab__content {
  display: none
}
.tab__content.is-active {
  display: block
}
.tryit {
  background: url(../../assets2/img/common/tryit.jpg) no-repeat center;
  background-size: cover !important;
  min-height: 360px;
  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;
  padding-left: 20px !important;
  padding-right: 20px !important
}
.tryit__tit {
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .08em;
  color: #fff;
  margin-bottom: 30px
}
.tryit__tit span {
  color: #f87b51
}
.tryit__btn {
  position: relative;
  border-radius: 100px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto
}
@media only screen and (max-width: 767px) {
  .tryit__btn {
    max-width: 330px
  }
}
.tryit__btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 3px 3px #c2cff2;
  box-shadow: 0 3px 3px #c2cff2;
  mix-blend-mode: multiply;
  border-radius: 100px
}
.tryit__btn .btn__contact {
  position: relative;
  z-index: 1
}
.tryit.is-cta {
  background: url(../../assets2/img/common/cta_bg.jpg) no-repeat center;
  min-height: 420px;
  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
}
@media only screen and (max-width: 767px) {
  .tryit.is-cta {
    min-height: 360px
  }
}
.tryit.is-cta .tryit__tit {
  font-size: 2.7rem;
  line-height: 1.6;
  letter-spacing: .05em
}
@media only screen and (max-width: 767px) {
  .tryit.is-cta .tryit__tit {
    font-size: 2.1rem;
    line-height: 1.5;
    letter-spacing: .08em;
    margin-bottom: 25px
  }
}
@media only screen and (max-width: 375px) {
  .tryit.is-cta .tryit__tit {
    font-size: 5.3333333333vw;
    margin-bottom: 6.6666666667vw
  }
}
.tryit.is-cta .tryit__tit span {
  display: block;
  color: #fff
}
.tryit.is-cta .tryit__tit span span {
  display: inline-block;
  color: #f87b51;
  font-size: 3.6rem
}
@media only screen and (max-width: 767px) {
  .tryit.is-cta .tryit__tit span span {
    font-size: 2.1rem
  }
}
@media only screen and (max-width: 375px) {
  .tryit.is-cta .tryit__tit span span {
    font-size: 5.3333333333vw
  }
}
.tryit.is-style1 .tryit__tit span {
  margin-top: 5px;
  font-size: 3.6rem
}
@media only screen and (max-width: 767px) {
  .tryit.is-style1 .tryit__tit span {
    font-size: 2.1rem
  }
}
@media only screen and (max-width: 375px) {
  .tryit.is-style1 .tryit__tit span {
    font-size: 5.3333333333vw
  }
}
.blSupport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px
}
@media only screen and (max-width: 1180px) {
  .blSupport {
    gap: 45px
  }
}
@media only screen and (max-width: 767px) {
  .blSupport {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px
  }
}
.blSupport:nth-of-type(odd) .blSupport__img {
  margin-right: calc(-.5*(100vw - 1260px))
}
@media only screen and (max-width: 1180px) {
  .blSupport:nth-of-type(odd) .blSupport__img {
    margin-right: 0
  }
}
.blSupport:nth-of-type(odd) .blSupport__number {
  right: 60px
}
@media only screen and (max-width: 1024px) {
  .blSupport:nth-of-type(odd) .blSupport__number {
    right: 30px
  }
}
.blSupport__content {
  max-width: 480px
}
@media only screen and (max-width: 1024px) {
  .blSupport__content {
    max-width: 42.1052631579%
  }
}
@media only screen and (max-width: 767px) {
  .blSupport__content {
    max-width: 100%;
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
  }
}
.blSupport__content .boxSupport {
  margin-top: 65px
}
@media only screen and (max-width: 767px) {
  .blSupport__content .boxSupport {
    margin-top: 40px
  }
}
.blSupport__title {
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 40px
}
@media only screen and (max-width: 767px) {
  .blSupport__title {
    font-size: 2.4rem
  }
}
.blSupport__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  border-bottom: 1px solid
}
.blSupport__img {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 740px
}
@media only screen and (max-width: 767px) {
  .blSupport__img {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
  }
}
.blSupport__img img {
  border-radius: 15px
}
.blSupport__number {
  font-family: Nunito Sans, sans-serif;
  font-size: 15rem;
  line-height: 1.3666666667;
  font-weight: 800;
  letter-spacing: 0;
  position: absolute;
  top: -100px;
  font-style: italic
}
@media only screen and (max-width: 767px) {
  .blSupport__number {
    font-size: 7.5rem;
    top: -50px
  }
}
.blSupport.is-01 .blSupport__number, .blSupport.is-01 .blSupport__title {
  color: #3755a8
}
.blSupport.is-02 .blSupport__number, .blSupport.is-02 .blSupport__title, .blSupport.is-02 .listSupport__btn a {
  color: #5eabad
}
.blSupport.is-02 .listSupport__btn a:after {
  background: #EDF7F5 url(../../assets2/img/common/icon/ic_blank-green.svg) no-repeat center;
  -webkit-box-shadow: 0px 2px 0px #C3CCE6;
  box-shadow: 0 2px #c3cce6
}
.blSupport.is-02 .listSupport__row {
  border-color: #dfedea
}
.blSupport.is-03 .blSupport__number, .blSupport.is-03 .blSupport__title, .blSupport.is-03 .listSupport__btn a {
  color: #8c6db5
}
.blSupport.is-03 .listSupport__btn a:after {
  background: #F1F0FC url(../../assets2/img/common/icon/ic_arrow-violet.svg) no-repeat center;
  -webkit-box-shadow: 0px 2px 0px #C3CCE6;
  box-shadow: 0 2px #c3cce6
}
.blSupport.is-03 .listSupport__btn.is-blank a:after {
  background: #F1F0FC url(../../assets2/img/common/icon/ic_blank-violet.svg) no-repeat center;
  -webkit-box-shadow: 0px 2px 0px #C3CCE6;
  box-shadow: 0 2px #c3cce6
}
.blSupport.is-03 .listSupport__row {
  border-color: #e0dff0
}
.boxSupport {
  background: #E7F2FD;
  border-radius: 10px;
  overflow: hidden
}
.boxSupport__title {
  background: #3755A8;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.1rem;
  line-height: 1.5238095238;
  font-weight: 500;
  color: #fff;
  padding: 9px 45px
}
.boxSupport__content {
  padding: 30px 45px
}
.boxSupport__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 30px
}
.boxSupport__list li {
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px
}
.boxSupport__list li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #7991D2;
  border-radius: 50%;
  margin: 12.5px 0
}
.top {
  position: relative;
  z-index: 2
}
.top section {
  padding: 120px 0
}
@media only screen and (max-width: 767px) {
  .top section {
    padding: 60px 0
  }
}
.topNews {
  position: relative;
  background: url(../../assets2/img/top/news_bg.jpg) no-repeat center;
  background-size: cover
}
.topNews__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}
@media only screen and (max-width: 767px) {
  .topNews__wrap {
    display: block
  }
}
.topNews__left {
  width: 270px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 767px) {
  .topNews__left {
    width: 100%
  }
}
.topNews__left .btn__viewMore {
  max-width: 177px;
  margin: 80px 0 0
}
@media only screen and (max-width: 767px) {
  .topNews__left .btn__viewMore {
    margin-top: 40px
  }
}
.topNews__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
@media only screen and (max-width: 767px) {
  .topNews__right {
    margin-top: 30px
  }
}
.topNews__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px
}
.topNews__item {
  width: calc((100% - 60px) / 3)
}
@media only screen and (max-width: 1180px) {
  .topNews__item {
    width: calc(50% - 15px)
  }
}
@media only screen and (max-width: 1024px) {
  .topNews__item {
    width: 100%
  }
}
.topNews__link {
  display: block;
  overflow: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 0px #dae4f2;
  box-shadow: 0 3px #dae4f2;
  border-radius: 10px
}
.topNews__img img {
  width: 100%
}
.topNews__content {
  padding: 20px 30px 30px
}
@media only screen and (max-width: 767px) {
  .topNews__content {
    padding: 20px
  }
}
.topNews__gr {
  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
}
.topNews__date {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: normal;
  color: #666
}
.topNews__cat {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.6666666667;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background: #666666
}
.topNews__cat.is-latest {
  background: #3755a8
}
.topNews__cat.is-notice {
  background: #7991d2
}
.topNews__cat.is-newsCat1 {
  background: #997cbf
}
.topNews__cat.is-newsCat2 {
  background: #c4b2de
}
.topNews__cat.is-newsCat3 {
  background: #62b0b2
}
.topNews__text {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .05em;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 74px;
  overflow: hidden
}
@media only screen and (max-width: 767px) {
  .topNews__text {
    height: auto
  }
}
.topSupport {
  position: relative
}
.topSupport:after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  width: calc(100vw - 120px);
  height: 372px;
  background: url(../../assets2/img/top/support_frame.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
  border-radius: 10px
}
@media only screen and (max-width: 1320px) {
  .topSupport:after {
    width: 100vw
  }
}
@media only screen and (max-width: 767px) {
  .topSupport:after {
    bottom: 0
  }
}
.topSupport__title {
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.6rem;
  line-height: 1.8;
  letter-spacing: .05em;
  text-align: center;
  font-weight: 500;
  color: #3755a8;
  padding-bottom: 30px;
  margin-bottom: 90px
}
@media only screen and (max-width: 1180px) {
  .topSupport__title {
    font-size: 2.9661016949vw
  }
}
@media only screen and (max-width: 767px) {
  .topSupport__title {
    font-size: 1.8rem;
    margin-bottom: 45px
  }
  .topSupport__title br {
    display: none
  }
}
.topSupport__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  width: 45px;
  border-bottom: 1px solid #7991d2
}
.topSupport__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px
}
@media only screen and (max-width: 1180px) {
  .topSupport__list {
    gap: 30px
  }
}
.topSupport__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  padding: 35px 40px 40px;
  background: #ffffff;
  border: 1px solid #ecf5fd;
  -webkit-box-shadow: 0px 3px 0px #dae4f2;
  box-shadow: 0 3px #dae4f2;
  border-radius: 10px;
  width: 340px
}
.topSupport__item.is-01 .topSupport__tit, .topSupport__item.is-01 .topSupport__number {
  color: #3755a8
}
.topSupport__item.is-02 .topSupport__tit, .topSupport__item.is-02 .topSupport__number {
  color: #5eabad
}
.topSupport__item.is-02 .topSupport__tag {
  background: #5eabad
}
.topSupport__item.is-02 .topSupport__tag:after {
  background: #5eabad
}
.topSupport__item.is-02 .btn__viewMore a {
  background: #5eabad;
  border-color: #5eabad
}
.topSupport__item.is-02 .btn__viewMore a:after {
  background: #ffffff url(../../assets2/img/common/icon/ic_arrow-green.svg) no-repeat center

}
.topSupport__item.is-03 .topSupport__tit, .topSupport__item.is-03 .topSupport__number {
  color: #8c6db5
}
.topSupport__item.is-03 .topSupport__tag {
  background: #8c6db5
}
.topSupport__item.is-03 .topSupport__tag:after {
  background: #8c6db5
}
.topSupport__item.is-03 .btn__viewMore a {
  background: #8c6db5;
  border-color: #8c6db5
}
.topSupport__item.is-03 .btn__viewMore a:after {
  background: #ffffff url(../../assets2/img/common/icon/ic_arrow-violet.svg) no-repeat center

}
.topSupport__img {
  position: relative;
  border-radius: 10px
}
.topSupport__img img {
  border-radius: 10px
}
.topSupport__number {
  font-family: Nunito Sans, sans-serif;
  font-size: 5.4rem;
  line-height: 1.3703703704;
  font-weight: 800;
  letter-spacing: 0;
  position: absolute;
  top: -35px;
  left: -20px;
  font-style: italic
}
.topSupport__tag {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  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;
  padding: 0 10px;
  font-size: 1.4rem;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: .03em;
  color: #fff;
  border-radius: 5px
}
@media only screen and (max-width: 1180px) {
  .topSupport__tag {
    font-size: 1.2rem
  }
}
.topSupport__tag:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translate(-50%) rotate(45deg);
  width: 10px;
  height: 10px
}
.topSupport__tit {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: .05em;
  font-weight: 500;
  text-align: center
}
.topSupport .btn__viewMore {
  margin-top: 30px
}
.topSupport .btn__viewMore a {
  padding: 0 30px
}
.topSupport .btn__viewMore a:after {
  width: 30px;
  height: 30px;
  background-size: 14px 10px;
  -webkit-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translate(-50%)
}
.topSupport01 .listSupport {
  margin-bottom: -120px
}
@media only screen and (max-width: 767px) {
  .topSupport01 .listSupport {
    margin-bottom: -45px
  }
}
.topSupport02 .blSupport {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media only screen and (max-width: 1024px) {
  .topSupport02 .blSupport {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
.topSupport02 .blSupport__img {
  margin-right: 0 !important;
  margin-left: calc(-.5*(100vw - 1260px))
}
@media only screen and (max-width: 1180px) {
  .topSupport02 .blSupport__img {
    margin-left: 0
  }
}
.topSupport02 .blSupport__number {
  left: 60px
}
@media only screen and (max-width: 1024px) {
  .topSupport02 .blSupport__number {
    left: 30px
  }
}
.topSupport02 .listSupport {
  margin-top: 75px
}
@media only screen and (max-width: 1024px) {
  .topSupport02 .listSupport__row {
    display: block
  }
}
@media only screen and (max-width: 1024px) {
  .topSupport02 .listSupport__btn {
    margin-top: 20px
  }
  .topSupport02 .listSupport__btn a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}
.topSupport03 .blSupport {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media only screen and (max-width: 1024px) {
  .topSupport03 .blSupport {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
.topSupport03 .listSupport {
  margin-top: 75px
}
@media only screen and (max-width: 1024px) {
  .topSupport03 .listSupport__row {
    display: block
  }
}
@media only screen and (max-width: 1024px) {
  .topSupport03 .listSupport__btn {
    margin-top: 20px
  }
  .topSupport03 .listSupport__btn a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

/* ADD CSS 2025.06.03 */
/* .mv__wrap */
@media only screen and (max-width: 767px) {
  .mv__wrap {
    height: 85vw;
  }
  .mv__wrap .mv__img {
    top: auto;
    bottom: 0;
    height: 51vw;
    width: 51vw;
  }
  .mv__wrap .mv__img .mv__slide {
    height: 51vw;
    width: 51vw;
  }
  .mv__wrap .mv__content {
    bottom: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    display: table;
    padding: 8.25vw 0;
  }
  .mv__wrap .mv__text, .mv__title {
    width: 85vw;
  }
  .mv + .tryit.is-cta {
    min-height: inherit;
    padding: 9.25vw 0;
  }
}
/* .topNews*/
.topNews .tab__link{
	cursor: auto;
cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .topNews .container {
    position: relative;
  }
  .topNews__wrap {
    position: static;
  }
  .topNews__left .btn__viewMore {
    margin: 0;
    position: absolute;
    right: 20px;
    top: 0;
  }
  .topNews .titleMain__en {
    font-size: 3.8rem;
  }
  .topNews .titleMain__jp {
    font-size: 1.4rem;
    margin-top: 0;
  }
  .topNews .tab__nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px 25px;
  }
}

/* 初期状態：セレクト非表示 */
.topNews .tab__nav--select {
  display: none;
}

/* スマホ表示時に切り替え */
@media (max-width: 768px) {
  .topNews .tab__nav {
    display: none !important;
  }
  .topNews .tab__nav--select {
    display: block;
    margin-bottom: 1em;
    padding: 0.5em;
    font-size: 1rem;
    border-radius: 6px;
	  width: calc(100vw - 40px);
    max-width: 340px;
    height: 60px;
    border-radius: 5px;
    font-size: 1.6rem;
    line-height: 2.1;
    letter-spacing: .015em;
    padding: 0 90px 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
	.topNews .tab__nav--select option {
    font-size: 1.6rem;
    line-height: 1.845;
    letter-spacing: .015em;
    color: #262626;
    padding: 13px 25px;
    border-bottom: 1px solid #E3E3E3;
		
    border-radius: 0 0 5px 5px;
}
.topNews .tab__nav--select.customized.styled {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 0.6em 2.5em 0.6em 1em;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23666" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.8em center;
  background-size: 1em;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: border-color 0.3s, box-shadow 0.3s;
  cursor: pointer;
}

.topNews .tab__nav--select.customized.styled:hover {
  border-color: #999;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.topNews .tab__nav--select.customized.styled:focus {
  border-color: #7991d2;
  box-shadow: 0 0 5px rgba(0,123,255,0.4);
  outline: none;
}
	.topNews select,
.topNews ::picker(select) {
  appearance: base-select;
}

.topNews label {
  width: fit-content;
  align-self: center;
}

.topNews select {
  flex: 1;
}
.topNews select {
  border: 2px solid #ddd;
  background: #eee;
  padding: 10px;
  transition: 0.4s;
}

.topNews select:hover,
.topNews select:focus {
  background: #ddd;
}
.topNews select::picker-icon {
  color: #999;
  transition: 0.4s rotate;
}
.topNews select:open::picker-icon {
  rotate: 180deg;
}
.topNews ::picker(select) {
  border: none;
}
.topNews option {
  display: flex;
  justify-content: flex-start;
  gap: 20px;

  border: 2px solid #ddd;
  background: #E7F2FD;
  padding: 10px;
  transition: 0.4s;
}
.topNews option:first-of-type {
  border-radius: 8px 8px 0 0;
}

.topNews option:last-of-type {
  border-radius: 0 0 8px 8px;
}

.topNews option:not(option:last-of-type) {
  border-bottom: none;
}
.topNews option:nth-of-type(odd) {
  background: #fff;
}
	.topNews option:focus{
  background: #7991d2;
	}
	
.topNews option:hover,
.topNews option:focus {
  background: #7991d2;
}
.topNews option .icon {
  font-size: 1.6rem;
  text-box: trim-both cap alphabetic;
}
.topNews selectedcontent .icon {
  display: none;
}
.topNews option:checked {
  font-weight: bold;
}
.topNews option::checkmark {
  order: 1;
  margin-left: auto;
  content: "☑️";
}
.topNews ::picker(select) {
  opacity: 0;
  transition: all 0.4s allow-discrete;
}
.topNews ::picker(select):popover-open {
  opacity: 1;
}
@starting-style {
  ::picker(select):popover-open {
    opacity: 0;
  }
}
.topNews ::picker(select) {
  top: calc(anchor(bottom) + 1px);
  left: anchor(10%);
}
}


.topNews__cat.is-cat1  { background-color: #3755a8; }  /* 基準ブルー */
.topNews__cat.is-cat2  { background-color: #5b4170; }  /* パープル系 */
.topNews__cat.is-cat3  { background-color: #75b6bd; }  /* 明るいブルーグリーン */
.topNews__cat.is-cat4  { background-color: #7f2e38; }  /* ワインレッド */
.topNews__cat.is-cat5  { background-color: #6ea0d9; }  /* 空色寄り */
.topNews__cat.is-cat6  { background-color: #52467e; }  /* 暗めのパープル */
.topNews__cat.is-cat7  { background-color: #85d2d1; }  /* 明るいブルーグリーン */
.topNews__cat.is-cat8  { background-color: #88292a; }  /* 赤系 */
.topNews__cat.is-cat9  { background-color: #3f63b2; }  /* 少し明るめの基準ブルー */
.topNews__cat.is-cat10 { background-color: #6d3854; }  /* 赤みのパープル */

.topNews__cat.is-cat11 { background-color: #84b6e5; }  /* 明るいスカイブルー */
.topNews__cat.is-cat12 { background-color: #643d62; }  /* 紫みのグレー */
.topNews__cat.is-cat13 { background-color: #8fc1eb; }  /* ベビーブルー */
.topNews__cat.is-cat14 { background-color: #4f7dc4; }  /* 中間ブルー */
.topNews__cat.is-cat15 { background-color: #7dc4c7; }  /* 青緑系 */
.topNews__cat.is-cat16 { background-color: #763346; }  /* ボルドー系 */
.topNews__cat.is-cat17 { background-color: #456281; }  /* グレイッシュブルー */
.topNews__cat.is-cat18 { background-color: #6395d3; }  /* 中明度ブルー */
.topNews__cat.is-cat19 { background-color: #494b8c; }  /* インディゴ */
.topNews__cat.is-cat20 { background-color: #5889cd; }  /* 使いやすい濃青色 */

.topNews__cat.is-cat21 { background-color: #557e95; }  /* くすみブルー */
.topNews__cat.is-cat22 { background-color: #3d5477; }  /* ディープネイビー */
.topNews__cat.is-cat23 { background-color: #476fbb; }  /* 濃めの青 */
.topNews__cat.is-cat24 { background-color: #659aa9; }  /* グレー×青緑 */
.topNews__cat.is-cat25 { background-color: #4d708b; }  /* ブルーグレー */
.topNews__cat.is-cat26 { background-color: #8fc1eb; }  /* パステルスカイブルー */
.topNews__cat.is-cat27 { background-color: #40509a; }  /* 落ち着いた紺青 */
.topNews__cat.is-cat28 { background-color: #5d8c9f; }  /* シアン系くすみ色 */
.topNews__cat.is-cat29 { background-color: #6da8b3; }  /* 淡青緑系 */
.topNews__cat.is-cat30 { background-color: #79abdf; }  /* 明るいブルー系 */

.fixList {
  display: none;
}
.fixList.on {
  display: block; /* または元の表示状態に応じて flex など */
}

/* ADD CSS 2025.06.19 */
/* .mv__title */
@media only screen and (min-width: 768px) {
  .mv__title {
    width: 49.5vw;
  }
}
@media (max-width: 768px) {
	.mv__wrap .mv__content{
		padding: 20px 10px 0;
	}
  .mv__list {
    display: inherit;
    margin: 20px 0;
  }
  .mv__list li {
    font-size: 3.2vw;
    border-radius: 50px;
    margin-top: 10px;
    height: auto;
    padding: 3px 10px;
    margin-right: 10px;
    display: inline-flex;
  }
  .mv__list li img {
    width: 3.5vw;
    height: 3.5vw;
    margin-right: 5px;
  }
}
/* .topNews */
@media only screen and (min-width: 768px) {
  .topNews__gr {
    display: inherit;
  }
  .topNews__date {
    margin-top: 15px;
  }
  .topNews__text {
    margin-top: 5px;
  }
}
/* .topSupport__tit */
.topSupport__tit {
  min-height: 65px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .topSupport__tit */
.topSupport02 .blSupport__title {
  font-size: 2.49rem;
}
br.pc {
  display: block;
}
@media (max-width: 768px) {
  .topSupport02 .blSupport__title {
    font-size: 2.1rem;
  }
  br.pc {
    display: none;
  }
}
/* .tryit__btn */
.tryit__btn {
  max-width: 500px;
}