@charset "UTF-8";
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%
}
.dammy-area {
  background: #FFCACB;
  border: 3px solid red;
}
.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(-130px);
  transform: translateY(-130px)
}
@media only screen and (max-width: 1600px) {
  .header.header-fix {
    -webkit-transform: translateY(-8.125vw);
    transform: translateY(-8.125vw)
  }
}
@media only screen and (max-width: 1024px) {
  .header.header-fix {
    -webkit-transform: none;
    transform: none
  }
}
.header.is-active {
  background: #fff
}
.header.is-active .header__toggle span {
  border-color: transparent
}
.header.is-active .header__toggle span:before {
  -webkit-transform: rotateZ(45deg) translate(8.5px, 8px);
  transform: rotate(45deg) translate(8.5px, 8px);
  border-color: #0b98d9
}
.header.is-active .header__toggle span:after {
  -webkit-transform: rotateZ(-45deg) translate(8.5px, -7.5px);
  transform: rotate(-45deg) translate(8.5px, -7.5px);
  border-color: #0b98d9
}
.header__before {
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  position: fixed;
  background: #fff;
  z-index: 999;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
@media only screen and (max-width: 1600px) {
  .header__before {
    height: 8.125vw
  }
}
@media only screen and (max-width: 1024px) {
  .header__before {
    height: 70px
  }
}
.header__before.header-fix {
  -webkit-transform: translateY(-130px);
  transform: translateY(-130px)
}
@media only screen and (max-width: 1600px) {
  .header__before.header-fix {
    -webkit-transform: translateY(-8.125vw);
    transform: translateY(-8.125vw)
  }
}
@media only screen and (max-width: 1024px) {
  .header__before.header-fix {
    -webkit-transform: none;
    transform: none
  }
}
.header__after {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: -webkit-linear-gradient(221.91deg, #003366 21.97%, rgba(215, 215, 215, 0) 71.53%);
  background: linear-gradient(228.09deg, #003366 21.97%, rgba(215, 215, 215, 0) 71.53%);
  mix-blend-mode: multiply;
  opacity: .6;
  z-index: 999;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
@media only screen and (max-width: 1600px) {
  .header__after {
    height: 8.125vw
  }
}
@media only screen and (max-width: 1024px) {
  .header__after {
    height: 70px
  }
}
.header__after.header-fix {
  -webkit-transform: translateY(-130px);
  transform: translateY(-130px)
}
@media only screen and (max-width: 1600px) {
  .header__after.header-fix {
    -webkit-transform: translateY(-8.125vw);
    transform: translateY(-8.125vw)
  }
}
@media only screen and (max-width: 1024px) {
  .header__after.header-fix {
    -webkit-transform: none;
    transform: none
  }
}
.header__wrap {
  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;
  height: 130px;
  padding: 0 40px;
  top: 0;
  left: 0;
  width: 100%;
  position: relative
}
@media only screen and (max-width: 1600px) {
  .header__wrap {
    padding: 0 2.5vw;
    height: 8.125vw
  }
}
@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: 374px;
  position: relative;
  z-index: 100
}
@media only screen and (max-width: 1600px) {
  .header__top {
    max-width: 23.375vw
  }
}
@media only screen and (max-width: 1024px) {
  .header__top {
    max-width: 100%;
    margin: 0
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto
}
.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
}
@media only screen and (max-width: 1024px) {
  .header__logo img {
    height: 40px
  }
}
.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 #fff;
  -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 #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.header__toggle span span:before {
  top: -12px
}
.header__toggle span span:after {
  top: 11px
}
.header__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: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
@media only screen and (max-width: 1600px) {
  .header__nav {
    gap: 1.25vw
  }
}
@media only screen and (max-width: 1024px) {
  .header__nav {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 100%;
    background: #fff;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -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;
    padding-bottom: 70px
  }
  .header__nav.is-active {
    left: 0;
    opacity: 1;
    visibility: visible
  }
}
.header__navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  padding: 8px 0
}
@media only screen and (max-width: 1600px) {
  .header__navbar {
    gap: 1.5625vw;
    padding: .5vw 0
  }
}
@media only screen and (max-width: 1024px) {
  .header__navbar {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
.header__navbar li {
  line-height: 1px
}
@media only screen and (max-width: 1024px) {
  .header__navbar li {
    line-height: normal
  }
}
.header__navbar li.is-sub a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding-right: 20px;
  position: relative
}
@media only screen and (max-width: 1024px) {
  .header__navbar li.is-sub a span {
    padding: 0
  }
}
.header__navbar li.is-sub a span:after {
  content: "\203a";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 2.4rem;
  line-height: 1px;
  font-weight: 300;
  color: #fff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
@media only screen and (max-width: 1024px) {
  .header__navbar li.is-sub a span:after {
    display: none
  }
}
.header__navbar a {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
  color: #fff
}
@media only screen and (max-width: 1600px) {
  .header__navbar a {
    font-size: 1.0625vw
  }
}
@media only screen and (max-width: 1024px) {
  .header__navbar a {
    color: #3a3f45;
    font-size: 1.6rem;
    line-height: normal
  }
}
.header__group {
  padding-left: 25px;
  border-left: 1px solid #ffffff
}
@media only screen and (max-width: 1600px) {
  .header__group {
    padding-left: 1.5625vw
  }
}
@media only screen and (max-width: 1024px) {
  .header__group {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background: #FCFCFC;
    padding: 30px;
    border: none;
    width: 100%
  }
}
.header__group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px
}
@media only screen and (max-width: 1600px) {
  .header__group ul {
    gap: 1.5625vw
  }
}
@media only screen and (max-width: 1024px) {
  .header__group ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    width: 100%
  }
}
.header__group a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}
@media only screen and (max-width: 1600px) {
  .header__group a {
    gap: .625vw
  }
}
@media only screen and (max-width: 1024px) {
  .header__group a {
    padding: 20px 30px;
    border-radius: 50px;
    font-size: 2rem;
    line-height: 1;
    border: 1px solid #F4F4F4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    gap: 10px
  }
  .header__group a.is-user {
    background: #60ABCC;
    cursor: pointer
  }
  .header__group a.is-user.is-active:after {
    background: url(../img/common/icon/ic_minus-user.svg) no-repeat center center
  }
  .header__group a.is-user:after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url(../img/common/icon/ic_plus-user.svg) no-repeat center center;
    background-size: contain
  }
}
@media only screen and (max-width: 1024px) and (max-width: 374px) {
  .header__group a {
    font-size: 1.6rem
  }
}
@media only screen and (max-width: 1024px) {
  .header__group a span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  .header__group a span:after {
    display: none
  }
  .header__group a.is-lender {
    background: #003366;
    cursor: pointer
  }
  .header__group a.is-lender.is-active:after {
    background: url(../img/common/icon/ic_minus-lender.svg) no-repeat center center
  }
  .header__group a.is-lender:after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url(../img/common/icon/ic_plus-lender.svg) no-repeat center center;
    background-size: contain
  }
}
.header__group a img {
  height: 17px;
  width: auto;
  position: relative
}
@media only screen and (max-width: 1600px) {
  .header__group a img {
    height: 1.0625vw
  }
}
@media only screen and (max-width: 1024px) {
  .header__group a img {
    height: 20px
  }
}
@media only screen and (max-width: 1024px) {
  .header__group .header-sub {
    margin: 0 -15px
  }
}
@media only screen and (max-width: 1024px) {
  .header__group .header-sub__wrap {
    padding: 0
  }
}
@media only screen and (max-width: 1024px) {
  .header__group .header-sub .container {
    padding: 0
  }
}
.header__group .header-sub__list {
  padding: 20px 20px 0
}
.header__navSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px
}
@media only screen and (max-width: 1600px) {
  .header__navSub {
    gap: 1.25vw
  }
}
@media only screen and (max-width: 1024px) {
  .header__navSub {
    display: none
  }
}
.header__navSub li a {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1
}
@media only screen and (max-width: 1600px) {
  .header__navSub li a {
    font-size: .9375vw
  }
}
.header__navMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 25px
}
@media only screen and (max-width: 1600px) {
  .header__navMain {
    gap: 1.5625vw
  }
}
@media only screen and (max-width: 1024px) {
  .header__navMain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%
  }
  .header__navMain li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px;
    background: rgba(0, 51, 102, .05);
    padding: 30px 15px;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .header__navMain li:before {
    content: "";
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    background: #003366;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
  .header__navMain li:after {
    content: "";
    position: absolute;
    top: 32px;
    right: 15px;
    display: block;
    width: 18px;
    height: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url(../img/common/icon/ic_arrow-circle.svg) no-repeat center center;
    background-size: contain !important
  }
  .header__navMain li.is-sub {
    cursor: pointer
  }
  .header__navMain li.is-sub:after {
    background: url(../img/common/icon/ic_plus.svg) no-repeat center center
  }
  .header__navMain li.is-sub.is-active:after {
    background: url(../img/common/icon/ic_minus.svg) no-repeat center center
  }
}
.header__navMain li.sp-only {
  display: none
}
@media only screen and (max-width: 1024px) {
  .header__navMain li.sp-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
.header__navMain li.pc-only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media only screen and (max-width: 1024px) {
  .header__navMain li.pc-only {
    display: none
  }
}
.header-sub {
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  width: 100%;
  background: #FAFAFA;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, .05);
  box-shadow: 0 4px 4px #0000000d;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 2;
  pointer-events: none
}
@media only screen and (max-width: 1024px) {
  .header-sub {
    position: relative;
    top: 0;
    display: block;
    pointer-events: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    transition: none;
    background: transparent
  }
}
.header-sub.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto
}
.header-sub__wrap {
  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;
  gap: 28px;
  padding: 45px 0
}
@media only screen and (max-width: 1600px) {
  .header-sub__wrap {
    padding: 2.8125vw 0;
    gap: 1.75vw
  }
}
@media only screen and (max-width: 1024px) {
  .header-sub__wrap {
    padding: 20px 0
  }
}
.header-sub .title01 {
  font-size: 2.3rem;
  line-height: 1.2173913043;
  color: #036;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}
.header-sub .title01:after {
  background: #72BAE3
}
@media only screen and (max-width: 1024px) {
  .header-sub .title01 {
    display: none
  }
}
.header-sub__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.header-sub__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px !important
}
@media only screen and (max-width: 1024px) {
  .header-sub__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 30px
  }
}
.header-sub__list li {
  width: calc((100% - 15px)/2)
}
@media only screen and (max-width: 1024px) {
  .header-sub__list li {
    width: 100%;
    padding: 0;
    background: none
  }
  .header-sub__list li:before, .header-sub__list li:after {
    display: none
  }
}
.header-sub__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  background: rgba(0, 51, 102, .05);
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.2222222222;
  color: #3a3f45;
  padding: 20px 15px
}
@media only screen and (max-width: 1024px) {
  .header-sub__list li a {
    padding: 0;
    background: none;
    gap: 10px;
    font-size: 1.5rem;
    line-height: 1.3;
    letter-spacing: .06em;
    font-weight: 400;
    color: #7e8894;
    border: none
  }
}
.header-sub__list li a span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.header-sub__list li a span:after {
  display: none
}
.header-sub__list li a:before {
  content: "";
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #003366;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 1024px) {
  .header-sub__list li a:before {
    background: url(../img/common/icon/ic_arrow.svg) no-repeat center center/contain;
    border-radius: 0
  }
}
.header-sub__list li a:after {
  content: "";
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/common/icon/ic_arrow-circle.svg) no-repeat center center;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 1024px) {
  .header-sub__list li a:after {
    display: none
  }
}
.ctbox {
  padding: 90px 0;
  background: #EFF5FB
}
@media only screen and (max-width: 767px) {
  .ctbox {
    padding: 45px 0
  }
}
.ctbox .title01 {
  margin-bottom: 30px
}
.ctbox__content {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  text-align: center
}
.ctbox__phone {
  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: 24px;
  font-family: Barlow, sans-serif;
  font-size: 6.4rem;
  line-height: 1;
  letter-spacing: .11em;
  font-weight: 700;
  color: #036
}
@media only screen and (max-width: 767px) {
  .ctbox__phone {
    font-size: 3.2rem;
    gap: 12px
  }
}
@media only screen and (max-width: 374px) {
  .ctbox__phone {
    font-size: 8.5333333333vw
  }
}
.ctbox__phone:before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background: url(../img/common/icon/ic_phone.png) no-repeat center center/contain;
  position: relative;
  top: 2px
}
@media only screen and (max-width: 767px) {
  .ctbox__phone:before {
    width: 24px;
    height: 24px
  }
}
@media only screen and (max-width: 374px) {
  .ctbox__phone:before {
    width: 6.4vw;
    height: 6.4vw;
    top: .5333333333vw
  }
}
.ctbox .text {
  margin-top: 30px
}
@media only screen and (max-width: 767px) {
  .ctbox .text {
    margin-top: 15px
  }
}
@media only screen and (max-width: 374px) {
  .ctbox .text {
    font-size: 4.2666666667vw;
    margin-top: 4vw
  }
}
.footer__wrap {
  padding: 90px 0;
  background: #003366
}
@media only screen and (max-width: 767px) {
  .footer__wrap {
    padding: 45px 0
  }
}
.footer__inner {
  position: relative
}
.footer__box {
  background: #E5EBF1;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px 30px;
  width: 730px
}
@media only screen and (max-width: 1140px) {
  .footer__box {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    margin-bottom: 60px
  }
}
@media only screen and (max-width: 767px) {
  .footer__box {
    width: 100%;
    padding: 20px
  }
}
.footer__logo {
  display: block;
  max-width: 262px;
  margin-bottom: 20px
}
@media only screen and (max-width: 767px) {
  .footer__logo {
    margin-left: auto;
    margin-right: auto
  }
}
.footer__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px
}
@media only screen and (max-width: 767px) {
  .footer__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.footer__item:nth-child(1) {
  width: 55.223880597%
}
@media only screen and (max-width: 767px) {
  .footer__item:nth-child(1) {
    width: 100%
  }
}
.footer__item:nth-child(2) {
  width: 43.2835820896%
}
@media only screen and (max-width: 767px) {
  .footer__item:nth-child(2) {
    width: 100%
  }
}
.footer__phone {
  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) {
  .footer__phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.footer__phone + .footer__phone {
  margin-top: 10px
}
@media only screen and (max-width: 767px) {
  .footer__phone + .footer__phone {
    margin-top: 20px
  }
}
.footer__phone-label {
  width: 90px;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: .06em;
  color: #036;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 767px) {
  .footer__phone-label {
    width: auto
  }
}
.footer__phone-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-family: Barlow, sans-serif;
  font-size: 2.7rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .03em;
  color: #036;
  white-space: nowrap
}
.footer__phone-link:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/common/icon/ic_phone-cyan.png) no-repeat center center/contain
}
@media only screen and (max-width: 767px) {
  .footer__phone-link {
    margin: 5px 0
  }
}
.footer__phone-note {
  font-family: Barlow, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #036;
  white-space: nowrap
}
.footer__phone-gr {
  background: #FFFFFF;
  padding: 20px;
  border-radius: 5px
}
.footer__phone.is-fax {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px
}
@media only screen and (max-width: 767px) {
  .footer__phone.is-fax {
    gap: 0
  }
}
.footer__phone.is-fax .footer__phone-label {
  width: auto
}
.footer__phone.is-fax .footer__phone-link:before {
  display: none
}
.footer__address {
  min-height: 80px;
  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: 1.6rem;
  line-height: 1.68;
  letter-spacing: .01em;
  color: #3a3f45;
  font-weight: 500;
  text-align: center
}
.footer__nav {
  color: #e5ebf1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px
}
@media only screen and (max-width: 767px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
  }
}
.footer__nav-col {
  max-width: 320px;
  width: 33.3333333333%
}
@media only screen and (max-width: 767px) {
  .footer__nav-col {
    width: 100%;
    max-width: 100%
  }
}
.footer__nav-col:last-child .footer__nav-list {
  gap: 15px
}
@media only screen and (max-width: 767px) {
  .footer__nav-col:last-child .footer__nav-list {
    gap: 30px
  }
}
.footer__nav-col:last-child .footer__nav-item:last-child {
  margin-top: 30px
}
@media only screen and (max-width: 767px) {
  .footer__nav-col:last-child .footer__nav-item:last-child {
    margin-top: 0
  }
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 45px
}
@media only screen and (max-width: 767px) {
  .footer__nav-list {
    gap: 30px
  }
}
.footer__nav-link {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: .06em
}
.footer__nav-sub {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px
}
.footer__nav-sub li:last-child a:before {
  content: "\2514"
}
.footer__nav-sub li a {
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: .06em;
  color: #c4deed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px
}
.footer__nav-sub li a:before {
  content: "\251c";
  display: block
}
.footer__copyright {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: normal;
  letter-spacing: .01em;
  color: #f9fafb;
  margin-top: 80px
}
@media only screen and (max-width: 1140px) {
  .footer__copyright {
    text-align: center
  }
}
@media only screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 40px
  }
}
.breadcrumb {
  padding: 10px 20px
}
.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.5rem;
  line-height: 1.9333333333;
  letter-spacing: .04em;
  font-weight: 400;
  color: #fff
}
.breadcrumb ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.breadcrumb ul a:after {
  content: "/";
  margin-left: 15px
}
body {
  position: relative;
  font-family: Noto Sans JP, sans-serif;
  overflow-x: hidden;
  font-size: 1.7rem;
  color: #333;
  letter-spacing: .02em
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
    font-size: 1.5rem
  }
}
main {
  overflow: hidden;
  padding-top: 130px
}
@media only screen and (max-width: 1600px) {
  main {
    padding-top: 8.125vw
  }
}
@media only screen and (max-width: 767px) {
  main {
    padding-top: 70px
  }
}
.container {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto
}
.container01 {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px
}
.section {
  padding: 120px 0
}
@media only screen and (max-width: 767px) {
  .section {
    padding: 60px 0
  }
}
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)
  }
}
.btn01 {
  margin-top: 50px
}
.btn01 a {
  background: #F9FAFB;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  line-height: normal;
  font-weight: 500;
  color: #3a3f45;
  letter-spacing: .04em;
  padding: 28px 30px
}
@media only screen and (max-width: 767px) {
  .btn01 a {
    padding: 15px 30px;
    font-size: 1.8rem
  }
}
.btn01 a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.btn01 a:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.btn01 a span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.btn01.is-cyan a:before {
  background: #60ABCC
}
.btn01.is-cyan a:after {
  background: url(../img/common/icon/ic_arrow-circle--cyan.svg) no-repeat center center
}
.btn01.is-navy a:before {
  background: #003366
}
.btn01.is-navy a:after {
  background: url(../img/common/icon/ic_arrow-circle.svg) no-repeat center center
}
.btn01.is-style--cyan a {
  background: #60ABCC;
  color: #f9fafb
}
.btn01.is-style--cyan a:before {
  background: #F9FAFB
}
.btn01.is-style--cyan a:after {
  background: url(../img/common/icon/ic_arrow-circle--white.svg) no-repeat center center
}
.title01 {
  font-size: 3.2rem;
  line-height: 1.1875;
  font-weight: 700;
  letter-spacing: .03em;
  color: #60abcc
}
.title01:after {
  content: "";
  position: relative;
  display: block;
  width: 70px;
  height: 6px;
  border-radius: 100px;
  background: #F4F4F4;
  margin-top: 26px
}
.title01.is-navy {
  color: #036
}
.title01.is-white {
  color: #fff
}
.title01.is-white:after {
  background: #F9FAFB;
  opacity: .2
}
.title01.is-black {
  color: #3a3f45
}
.title01.is-center {
  text-align: center
}
.title01.is-center:after {
  margin-left: auto;
  margin-right: auto;
  background: #72BAE3
}
.title02 {
  font-size: 2rem;
  line-height: normal;
  letter-spacing: .04em;
  font-weight: 500;
  color: #3a3f45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  position: relative
}
.title02:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #60ABCC;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: 10px
}
.title02 span {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 33px
}
.title02:after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/common/icon/ic_arrow-circle--cyan.svg) no-repeat center/contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.title02.is-pdf span {
  padding-right: 37px
}
.title02.is-pdf:after {
  width: 23px;
  height: 24px;
  background: url(../img/common/icon/ic_pdf.svg) no-repeat center/contain
}
.form__wrap {
  max-width: 900px;
  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;
  padding: 25px 0;
  border-bottom: 1px solid #CCCCCC
}
.form__item:first-child {
  border-top: 1px solid #CCCCCC
}
@media only screen and (max-width: 767px) {
  .form__item {
    display: block;
    padding: 20px 0
  }
}
.form__item.is-required .form__label:after {
  content: "\5fc5\9808";
  background: #C60010
}
.form__label {
  width: 315px;
  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.7rem;
  line-height: 1.9;
  letter-spacing: .015em;
  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__gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px
}
.form__gr .form__input {
  width: calc(50% - 15px);
  margin: 0 5px
}
.form__note {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: .015em;
  font-weight: 400;
  color: #666;
  margin-top: 10px
}
.form__policy {
  margin-top: 60px
}
@media only screen and (max-width: 767px) {
  .form__policy {
    display: block;
    margin-top: 30px
  }
}
.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;
  background: #fff
}
.form__policy .form__checkbox a {
  color: #007384;
  text-decoration: underline;
  text-underline-offset: 3px
}
.form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
  line-height: 1.9;
  letter-spacing: .015em;
  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;
  background: transparent
}
.form__checkbox input:checked {
  background: #222222 url(/assets/img/common/icon/ic_checked.svg) no-repeat center;
  background-size: 20px 20px;
  border-color: #222
}
.form .btn {
  margin: 60px auto 0;
  width: 348px;
  height: 75px;
  background: rgba(0, 115, 132, .73);
  border-radius: 46px;
  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: 1.66rem;
  letter-spacing: .19em;
  font-weight: 600;
  color: #fff
}
@media only screen and (max-width: 767px) {
  .form .btn {
    margin-top: 30px;
    width: 100%;
    max-width: 348px
  }
}
.text {
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: .04em;
  font-weight: 400;
  color: #3a3f45
}
@media only screen and (max-width: 767px) {
  .text {
    font-size: 1.6rem;
    line-height: normal
  }
}
.text.is-white {
  color: #fff
}
.text.is-navy {
  color: #036
}
.text strong {
  display: block;
  margin-bottom: 15px
}
.pagenavi {
  margin-top: 138px
}
@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 {
  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-family: Inter, sans-serif;
  font-size: 3rem;
  line-height: .1em;
  color: #7ab6bf;
  font-weight: 400;
  margin: 0 20px;
  height: 45px
}
@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 5px
  }
}
@media only screen and (min-width: 768px) {
  .pagenavi .wp-pagenavi a:hover {
    color: #19b6ed;
    opacity: 1
  }
}
.pagenavi .wp-pagenavi span {
  color: #192a2d
}
.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: 45px;
  height: 45px;
  border-radius: 50%;
  background: #7AB6BF url(/assets/img/common/icon/ic_arrow-pagi.svg) no-repeat center;
  background-size: 10px 10px;
  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: 20px
}
@media only screen and (max-width: 767px) {
  .pagenavi .wp-pagenavi .previouspostslink {
    margin-right: 10px
  }
}
.pagenavi .wp-pagenavi .nextpostslink {
  margin-left: 20px
}
@media only screen and (max-width: 767px) {
  .pagenavi .wp-pagenavi .nextpostslink {
    margin-left: 10px
  }
}
.pagenavi .wp-pagenavi .pages {
  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: 88px;
  height: 43px;
  border-radius: 100px;
  border: 1px solid #7AB6BF;
  background: #fff;
  color: #7ab6bf;
  font-family: Inter, sans-serif;
  font-size: 1.9rem;
  letter-spacing: .11em;
  font-weight: 500
}
@media only screen and (max-width: 767px) {
  .pagenavi .wp-pagenavi .pages {
    height: 38px
  }
}
.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
}
.list01 {
  margin-top: 30px
}
.list01 li:nth-child(odd) a {
  background: rgba(0, 51, 102, .02)
}
.list01 li a {
  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: 30px 15px;
  border-bottom: 1px solid #F4F4F4;
  gap: 15px
}
.list01 li a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.list01 li a:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.list01 li a span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.list01.is-cyan li a:before {
  background: #60ABCC
}
.list01.is-cyan li a:after {
  background: url(../img/common/icon/ic_arrow-circle--cyan.svg) no-repeat center center
}
.list01.is-navy li a:before {
  background: #003366
}
.list01.is-navy li a:after {
  background: url(../img/common/icon/ic_arrow-circle.svg) no-repeat center center
}
.list02 li:first-child a {
  border-top: 1px solid #EEEEEE
}
.list02 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-size: 2rem;
  line-height: normal;
  border-bottom: 1px solid #EEEEEE;
  padding: 30px 0
}
@media only screen and (max-width: 767px) {
  .list02 li a {
    padding: 15px 0;
    -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
  }
}
.list02__date {
  font-weight: 500;
  letter-spacing: .05em;
  color: #72bae3
}
.list02__title {
  letter-spacing: .04em;
  color: #3a3f45
}
.list03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px
}
@media only screen and (max-width: 767px) {
  .list03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }
}
.list03 .card01 {
  width: calc((100% - 120px) / 3)
}
@media only screen and (max-width: 1180px) {
  .list03 .card01 {
    width: calc(50% - 30px)
  }
}
@media only screen and (max-width: 767px) {
  .list03 .card01 {
    width: 100%
  }
}
.list04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 54px
}
@media only screen and (max-width: 840px) {
  .list04 {
    gap: 4.428571vw
  }
}
@media only screen and (max-width: 767px) {
  .list04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
  }
}
.list04 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 54px
}
@media only screen and (max-width: 840px) {
  .list04 li {
    gap: 4.428571vw
  }
}
@media only screen and (max-width: 767px) {
  .list04 li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
  }
}
.list04 li:not(:first-child):before {
  content: "\d7";
  font-size: 3rem;
  line-height: 1.75;
  color: #7e8894;
  display: block
}
@media only screen and (max-width: 840px) {
  .list04 li:not(:first-child):before {
    font-size: 3.5714285714vw
  }
}
@media only screen and (max-width: 767px) {
  .list04 li:not(:first-child):before {
    font-size: 3rem
  }
}
.list04__content {
  width: 187px;
  height: 187px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #4A90E2;
  border-radius: 50%;
  line-height: 1.29;
  letter-spacing: .04em;
  color: #4a90e2
}
@media only screen and (max-width: 840px) {
  .list04__content {
    width: 22.2619047619vw;
    height: 22.2619047619vw
  }
}
@media only screen and (max-width: 767px) {
  .list04__content {
    width: 180px;
    height: 180px
  }
}
.list04__title {
  font-size: 3rem;
  font-weight: 700
}
@media only screen and (max-width: 840px) {
  .list04__title {
    font-size: 3.5714285714vw
  }
}
@media only screen and (max-width: 767px) {
  .list04__title {
    font-size: 3rem
  }
}
.list04__text {
  margin-top: 10px;
  font-weight: 500
}
@media only screen and (max-width: 840px) {
  .list04__text {
    font-size: 2.380952381vw;
    margin-top: 1.1904761905vw
  }
}
@media only screen and (max-width: 767px) {
  .list04__text {
    font-size: 2rem;
    margin-top: 10px
  }
}
.list05 {
  font-size: 1.8rem;
  line-height: 1.6111111111;
  color: #3a3f45;
  margin: 60px 0
}
@media only screen and (max-width: 767px) {
  .list05 {
    margin: 30px 0
  }
}
.list05 li {
  padding: 15px 0;
  border-bottom: 1px dashed #3A3F45
}
.list06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px
}
@media only screen and (max-width: 767px) {
  .list06 {
    gap: 30px
  }
}
.list06.is-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}
@media only screen and (max-width: 767px) {
  .list06.is-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.list06 .box01 {
  margin: 0 !important
}
.table01 table {
  width: 100%;
  border-collapse: collapse
}
.table01 table td {
  font-size: 1.8rem;
  line-height: 1.6111111111;
  letter-spacing: .04em;
  color: #3a3f45;
  padding: 20px 0;
  border-bottom: 1px dashed #000000
}
@media only screen and (max-width: 767px) {
  .table01 table td {
    display: block
  }
}
.table01 table td:first-child {
  width: 155px
}
@media only screen and (max-width: 767px) {
  .table01 table td:first-child {
    width: 100%;
    font-weight: 700
  }
}
.table01 table td:nth-child(2) {
  padding-left: 60px
}
@media only screen and (max-width: 767px) {
  .table01 table td:nth-child(2) {
    padding-left: 0
  }
}
.block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px
}
@media only screen and (max-width: 767px) {
  .block01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }
}
.block01__img {
  width: 50%
}
@media only screen and (max-width: 767px) {
  .block01__img {
    width: 100%
  }
}
.block01__img img {
  border-radius: 10px
}
.block01__content {
  width: 50%
}
@media only screen and (max-width: 767px) {
  .block01__content {
    width: 100%
  }
}
.block01.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
@media only screen and (max-width: 767px) {
  .block01.is-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.block01.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.group01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px;
  position: relative;
  z-index: 1
}
@media only screen and (max-width: 767px) {
  .group01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.group01 .block02 {
  max-width: 515px;
  width: 50%
}
@media only screen and (max-width: 767px) {
  .group01 .block02 {
    width: 100%;
    max-width: 100%
  }
}
.block02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.block02 .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.mv-child {
  background: #294568;
  min-height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.mv-child__wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.mv-child__title {
  font-size: 3.2rem;
  line-height: normal;
  font-weight: 700;
  letter-spacing: .03em;
  color: #f9fafb
}
.card01 {
  overflow: hidden;
  border: 1px solid #72BAE3;
  border-radius: 15px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px
}
@media only screen and (max-width: 767px) {
  .card01 {
    padding: 20px
  }
}
.card01__img {
  background: #F9FAFB;
  border-radius: 15px 15px 0 0;
  min-height: 128px;
  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
}
.card01__img img {
  width: 73px
}
.card01__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0 0;
  border-top: 1px solid #4A90E2
}
@media only screen and (max-width: 767px) {
  .card01__content {
    padding: 20px 0 0
  }
}
.card01__content .title02 {
  margin: -15px 0
}
@media only screen and (max-width: 767px) {
  .card01__content .title02 {
    margin: 0
  }
}
.block03 {
  max-width: 840px;
  margin: 0 auto;
  padding-bottom: 90px;
  border-bottom: 1px solid #F4F4F4
}
@media only screen and (max-width: 767px) {
  .block03 {
    padding-bottom: 45px
  }
}
.block03:last-child {
  border-bottom: none;
  padding-bottom: 0
}
.block03 + .block03 {
  margin-top: 90px
}
@media only screen and (max-width: 767px) {
  .block03 + .block03 {
    margin-top: 45px
  }
}
.block03 .title01 {
  margin-bottom: 30px
}
.block03 .title01 + .list06 {
  margin-top: 75px
}
@media only screen and (max-width: 767px) {
  .block03 .title01 + .list06 {
    margin-top: 40px
  }
}
.block03 .text {
  line-height: 1.8
}
.block03 .text + .text {
  /*margin-top: 60px*/
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .block03 .text + .text {
    /*margin-top: 30px*/
    margin-top: 10px;
  }
}
.block03 .list04 {
  margin-top: 90px
}
@media only screen and (max-width: 767px) {
  .block03 .list04 {
    margin-top: 45px
  }
}
.block03__bt {
  margin-top: 60px;
  text-align: center
}
@media only screen and (max-width: 767px) {
  .block03__bt {
    margin-top: 30px
  }
}
.block03__bt .btn01 {
  max-width: 340px;
  margin: 15px auto 0
}
.block03__img {
  text-align: center
}
.block03__img img {
  width: 50%;
  border-radius: 15px
}
@media only screen and (max-width: 767px) {
  .block03__img img {
    width: 80%
  }
}
.block03 .box01 {
  margin-top: 90px
}
@media only screen and (max-width: 767px) {
  .block03 .box01 {
    margin-top: 45px
  }
}
.box01 {
  padding: 30px 40px;
  background: #F9FAFB;
  border: 1px solid #4A90E2;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px
}
@media only screen and (max-width: 767px) {
  .box01 {
    -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;
    padding: 20px;
    gap: 20px
  }
}
.box01__icon {
  width: 55px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 767px) {
  .box01__icon {
    margin: 0 auto
  }
}
.box01__icon img {
  width: 100%
}
.box01__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px;
  border-left: 1px solid #72BAE3
}
@media only screen and (max-width: 767px) {
  .box01__content {
    padding-left: 0;
    border-left: none;
    padding-top: 15px;
    border-top: 1px solid #72BAE3;
    width: 100%
  }
}
.box01__title {
  font-size: 2.2rem;
  line-height: 1.4545454545;
  font-weight: 800;
  letter-spacing: .04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px
}
.box01__title:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #60ABCC;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.box01__gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media only screen and (max-width: 767px) {
  .box01__gr {
    -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
  }
}
.box01__gr .btn01 {
  margin: 0
}
.box01.is-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px
}
@media only screen and (max-width: 767px) {
  .box01.is-column {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
.box01.is-column .box01__content {
  padding-left: 0;
  border-left: none;
  padding-top: 30px;
  border-top: 1px solid #72BAE3;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.box01.is-column .box01__gr {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.box01.is-column .box01__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.top .mv {
  position: relative;
  height: calc(100vh - 130px);
  width: 100%;
  overflow: hidden
}
@media only screen and (max-width: 1600px) {
  .top .mv {
    height: calc(100vh - 8.125vw)
  }
}
@media only screen and (max-width: 767px) {
  .top .mv {
    height: 40vh
  }
}
.top .mv__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  z-index: 1
}
.top .mv__item.is-active {
  opacity: 1;
  z-index: 2
}
.top .mv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.top .mv img {
  height: calc(100vh - 130px);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
@media only screen and (max-width: 1600px) {
  .top .mv img {
    height: calc(100vh - 8.125vw)
  }
}
@media only screen and (max-width: 767px) {
  .top .mv img {
    height: 40vh
  }
}
.top .title01 {
  margin-bottom: 30px
}
.top-section {
  padding: 120px 0
}
@media only screen and (max-width: 767px) {
  .top-section {
    padding: 60px 0
  }
}
.top-section:nth-of-type(1) .block01:nth-child(2) {
  margin-top: -60px
}
@media only screen and (max-width: 1180px) {
  .top-section:nth-of-type(1) .block01:nth-child(2) {
    margin-top: 60px
  }
}
@media only screen and (max-width: 767px) {
  .top-section:nth-of-type(1) .block01:nth-child(2) {
    margin-top: 30px
  }
}
.top-section:nth-of-type(2) {
  background: conic-gradient(from 0deg at 50% 52.63%, #4A90E2 0deg, #002880 360deg);
  position: relative
}
@media only screen and (max-width: 767px) {
  .top-section:nth-of-type(2) {
    background: -webkit-gradient(linear, left top, left bottom, from(#4A90E2), to(#002880));
    background: -webkit-linear-gradient(top, #4A90E2 0%, #002880 100%);
    background: linear-gradient(180deg, #4A90E2 0%, #002880 100%)
  }
}
.top-section:nth-of-type(2):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#4C8DDA), color-stop(108.23%, #003366));
  background: -webkit-linear-gradient(bottom, #4C8DDA 0%, #003366 108.23%);
  background: linear-gradient(0deg, #4C8DDA 0%, #003366 108.23%);
  mix-blend-mode: lighten
}
.top-section.is-news .title01 {
  margin-bottom: 60px
}
@media only screen and (max-width: 767px) {
  .top-section.is-news .title01 {
    margin-bottom: 30px
  }
}
.top-section.is-news .list02 {
  max-width: 840px;
  margin: 0 auto
}
.top-section.is-news .btn01 {
  max-width: 340px;
  margin: 70px auto 0
}
@media only screen and (max-width: 767px) {
  .top-section.is-news .btn01 {
    margin: 30px auto 0
  }
}


/*add 20260202*/


/* ======================
水色ボタンホバーアニメーション
====================== */
.btn01.is-style--cyan a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 60px 18px 30px;
  background: #60ABCC;
  color: #f9fafb;
  border-radius: 999px;
  overflow: hidden;
  text-decoration: none;
  transition: color .3s ease;
  z-index: 1;
  isolation: isolate; /* Safari対策 */
}
/* 背景スライド */
.btn01.is-style--cyan a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #F9FAFB;
  transform: translateX(-100%);
  transition: transform .35s ease;
  z-index: 0;
}
/* 矢印 */
.btn01.is-style--cyan a::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 24px;
  height: 24px;
  background: url(../img/common/icon/ic_arrow-circle--white.svg) no-repeat center/contain;
  transform: translateY(-50%);
  transition: transform .35s ease, filter .35s ease;
  z-index: 2;
}
/* 文字 */
.btn01.is-style--cyan a span {
  position: relative;
  z-index: 3;
}
/* hover */
.btn01.is-style--cyan a:hover {
  color: #fff;
}
.btn01.is-style--cyan a:hover::before {
  transform: translateX(0);
}
.btn01.is-style--cyan a:hover::after {
  transform: translate(6px, -50%);
  filter: brightness(0.95) saturate(110%) hue-rotate(165deg);
}
/* ======================
トップページリストホバーアニメーション
====================== */
.list01 li a {
  position: relative;
  transition: color .25s ease;
}
.list01 li a::before, .list01 li a::after {
  transition: transform .25s ease, filter .25s ease;
}
/* 文字 */
.list01 li a:hover span {
  color: #60ABCC;
}
/* 左ドット */
.list01 li a:hover::before {
  transform: scale(1.3);
}
/* 右矢印 */
.list01 li a:hover::after {
  transform: translateX(6px);
  filter: brightness(0.75);
}
/* ======================
トップページボタンホバーアニメーション
====================== */
/* ===== btn01 hover motion (navy / cyan 共通) ===== */
.btn01 a {
  transition: color .25s ease, background-color .25s ease;
}
.btn01 a::before, .btn01 a::after {
  transition: transform .25s ease, filter .25s ease;
}
.btn01 a span {
  transition: color .25s ease;
}
/* hover：軽い動き */
.btn01 a:hover::before {
  transform: scale(1.3);
}
.btn01 a:hover::after {
  transform: translateX(6px);
  filter: brightness(0.9); /* 元色のまま濃く（赤化しない） */
}
/* hover：文字色だけテーマに寄せる */
.btn01.is-navy a:hover span {
  color: #003366;
}
.btn01.is-cyan a:hover span {
  color: #60ABCC;
}
/* お好み：背景をほんのり */
.btn01 a:hover {
  background-color: #F4FCFD;
  opacity: 1;
}
.btn01.is-style--cyan a:hover {
  background: #60ABCC;
  opacity: 0.9;
}

/* ======================
画像の角丸
====================== */
.block03 .text img {
  border-radius: 15px;
}
/* ======================
tableエリア
====================== */
.block03 .table__area {
  margin: 20px 0 0 0;
  background: #f4f4f4;
  border-radius: 15px;
  padding: 60px;
}
/* ======================
ローカルナビ
====================== */
.local__nav {
  border-top: 1px solid #DDE5ED;
  padding: 120px 0;
}
.localnav03 {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3px; /* li間の余白 */
}
/* SP / TB（必要なら） */
@media only screen and (max-width: 1024px) {
  .localnav03 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .localnav03 {
    grid-template-columns: 1fr;
  }
}
.localnav03 > li {
  margin: 0;
}
/* link */
.localnav03 > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 22px 18px;
  background: #F9FAFB; /* 背景 */
  border: 1px solid #F4F4F4; /* 罫線 */
  border-radius: 0; /* 角丸なし */
  transition: transform .2s ease, color .2s ease;
  opacity: 1; /* 全体a:hover(opacity:.8)対策 */
}
/* テキスト */
.localnav03 > li > a > span {
  flex: 1;
  min-width: 0;
  line-height: 1.4;
  letter-spacing: .04em;
}
/* 左ドット */
.localnav03 > li > a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4A90E2; /* 指定 */
  flex-shrink: 0;
}
/* 右矢印（必要なら既存SVG流用。不要なら消してOK） */
.localnav03 > li > a::after {
  content: "";
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background: url(../img/common/icon/ic_arrow-circle--cyan.svg) no-repeat center/contain;
}
/* hover（薄くしない＋軽い動き） */
@media (hover:hover) {
  .localnav03 > li > a:hover {
    transform: translateY(-1px);
    opacity: 1;
  }
}
/* 丸と矢印だけをアニメーション */
.localnav03 > li > a::before, .localnav03 > li > a::after {
  transition: transform .25s ease, filter .25s ease;
}
/* hover時：丸だけ拡大 */
.localnav03 > li > a:hover::before {
  transform: scale(1.4);
}
/* hover時：矢印だけ右へ */
.localnav03 > li > a:hover::after {
  transform: translateX(6px);
  filter: brightness(0.85);
}
/* li本体は一切動かさない */
.localnav03 > li > a {
  transform: none !important;
}




.list05.under{
	
	margin:0;
}


/* ======================
電話相談窓口
====================== */

.tel__box{
	margin:40px 0 0 0;
	background:#E5EBF1;
		padding:20px 40px;
	border-radius:15px;
	color:#003366;
}


.h3Line{
  display:flex;
  align-items:center; /* 文字に対して上下中央 */
  gap:0; /* 個別に余白を管理 */
  font-size:2.4rem; /* ここはお好みで */
  line-height:1.3;
  margin:0 0 20px 0;
}
.h3Line__icon{
  width:22px; /* アイコンサイズ */
  height:22px;
  flex:0 0 22px;
  background:url("./icon-tel.svg") center/contain no-repeat; /* パス差し替え */
background:red;
}
.h3Line__txt{
  margin-left:10px; /* アイコンと文字の間（必要なら調整） */
  white-space:nowrap;
}
.h3Line__rule{
  height:1px;
  background:#dcdcdc; /* 罫線色 */
  flex:1;
  margin-left:30px; /* 文字の右側 30px */
}
.tel__box__list{
  display:flex;
  justify-content:center;
  gap:23px; /* アイテム間 */
}

.tel__box__list__item{
  flex:1;              /* 3等分 */
  max-width:320px;    /* 広がりすぎ防止（不要なら削除OK） */
  background:#fff;   /* 各ボックスだけ白 */
  text-align:center;
  padding:24px 16px; /* お好みで */
  box-sizing:border-box;
	border-radius:10px;
}

/* 中央にまとまって見せたい場合 */
.tel__box__list{
  max-width:1000px; /* 3つ並んだ時の最大幅 */
  margin:0 auto;
}

/* SP */
@media (max-width:767px){
  .tel__box__list{
    flex-direction:column;
    gap:16px;
  }
  .tel__box__list__item{
    max-width:none;
    width:100%;
  }
}

.tel__box__list__item h4{
  font-size:2.0rem;
}

.tel__box__list__item p{
  font-size:3.0rem;
	line-height:1.0;
	font-weight:700;
  margin:8px 0; /* 数字とラベルの間を少しだけ */
}

.tel__box__list__item span{
  font-size:1.4rem;
	font-weight:700;
  display:block;
}


/* ADD SCSS 2026.02.10 */
/*--------------------------------------------
   .header__navbar
--------------------------------------------*/
@media (min-width:1025px) {
  .header__navbar .header__navMain {
    align-items: center;
  }
  .header__navbar .header__navMain li.link-home a {
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 3px 14px;
  }
	
}

.header__toggle span span:before, .header__toggle span span:after, .header__toggle span span {
  border-top: 1px solid #3A3F45;
}

@media only screen and (max-width: 1024px) {
    .header__navbar a {
         display: block;
    width: calc(100% - 27px);
    }
	.header__navbar .is-sub a{
    width: auto;
	}
	.header__group a.is-user,.header__group a.is-lender{
    width: auto;
         display: flex;
	}
}

/*--------------------------------------------
   .no-link
--------------------------------------------*/
.no-link {
  pointer-events: none; /* クリックを無効化 */
  color: inherit;       /* 文字色を黒にする */
  text-decoration: none; /* 下線を消す */
}

/*--------------------------------------------
   .breadcrumb
--------------------------------------------*/
@media only screen and (max-width: 767px) {
.breadcrumb ul{
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
}

/*--------------------------------------------
   .title01
--------------------------------------------*/
@media only screen and (max-width: 767px) {
	.title01 {
		font-size: 6vw;
}	
	.header__group h2.title01 + div{
	margin-top: 0;
}
}

/* ADD SCSS 2026.02.12 */
/*--------------------------------------------
   .footer__nav-link
--------------------------------------------*/
.footer__nav-link{
	    font-size: 1.6rem;
}