@charset "UTF-8";
/*======================================
    font
======================================*/
@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeue.ttc") format("truetype");
}
/*======================================
    color
======================================*/
/*======================================
    common
======================================*/
html {
  font-size: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", HiraginoSans-W3, sans-serif;
  color: #000;
}

body {
  background-color: #fff;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.over-hidden {
  overflow: hidden;
}

.wrap {
  font-size: min(0.8333333333vw, 1.6rem);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  .wrap {
    font-size: min(4.2666666667vw, 1.6rem);
  }
}

.is-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  br.is-pc {
    display: none;
  }
}

br.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.is-sp {
    display: block;
  }
}

/*======================================
    layout
======================================*/
.main {
  padding-top: 6.375em;
}
@media screen and (max-width: 1024px) {
  .main {
    padding-top: 5.71em;
  }
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 5.75em;
  }
}

.bg {
  width: 95%;
  max-width: 1820px;
  margin-left: auto;
  margin-right: auto;
  padding: 8.125em 0 4.375em;
  background-color: #e8f2f2;
  margin-top: 3.125em;
  margin-bottom: 3.125em;
}
@media screen and (max-width: 767px) {
  .bg {
    width: 100%;
    padding: 2.875em 0 3.125em;
  }
}

.bgFull {
  padding: 6.25em 0;
  background-color: #e8f2f2;
}
@media screen and (max-width: 767px) {
  .bgFull {
    padding: 3.75em 0;
  }
}

.inner {
  max-width: 1080px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.innerSm {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.innerMd {
  max-width: 1340px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/*======================================
    breadcrumb
======================================*/
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.25em;
  row-gap: 0.5em;
  align-items: center;
  margin-top: 2.5em;
  margin-bottom: 4.375em;
}

.breadcrumb__item {
  font-weight: 700;
  font-size: 0.875em;
  line-height: 1.7857142857;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item {
    font-size: 0.625em;
    line-height: 1.8;
  }
}
.breadcrumb__item a {
  display: block;
  font-weight: 700;
  color: #999;
  transition: opacity 0.3s ease;
}
.breadcrumb__item a:hover {
  opacity: 0.7;
}
.breadcrumb__item:not(:first-child) {
  padding-left: 1.25em;
  position: relative;
}
.breadcrumb__item:not(:first-child)::before {
  content: ">";
  position: absolute;
  top: 0;
  left: 0;
}

.bold {
  font-weight: 700;
}

.accentMain {
  color: #37b2e4;
}

.accentRed {
  color: red;
}

/*======================================
    margin
======================================*/
.mb {
  margin-bottom: 1.5em !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt {
  margin-top: 1.5em !important;
}

/*======================================
    text
======================================*/
.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

.textLeft {
  text-align: left;
}

.header {
  border-bottom: 0.375em solid #37b2e4;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .header {
    border-bottom: none;
  }
}

.h__inner {
  padding: 0 1.5em 0 2em;
  display: flex;
  height: 6.375em;
}
@media screen and (max-width: 1024px) {
  .h__inner {
    flex-direction: column-reverse;
    height: auto;
    padding: 0;
    align-items: start;
  }
}

.h__logo--wrap {
  display: flex;
  align-items: center;
  height: 100%;
  column-gap: 1.5em;
}
@media screen and (max-width: 1024px) {
  .h__logo--wrap {
    padding: 0 0.75em;
    height: 3.125em;
    column-gap: 0.75em;
  }
}

.h__logo {
  width: 12.0625em;
}
@media screen and (max-width: 1024px) {
  .h__logo {
    width: 5.125em;
  }
}

.h__logoFull--wrap {
  width: 11.3125em;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  margin-left: 0.1em;
  margin-top: 1em;
}
@media screen and (max-width: 1024px) {
  .h__logoFull--wrap {
    width: 5.5em;
    margin-top: 0;
  }
}

.h__logoFull--text {
  font-size: 0.8125em;
  margin-top: 0.25em;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .h__logoFull--text {
    font-size: 0.5em;
    white-space: nowrap;
  }
}

.h__logo100th {
  width: 15.25em;
}
@media screen and (max-width: 1024px) {
  .h__logo100th {
    width: 5.8125em;
  }
}

@media screen and (min-width: 1025px) {
  .h__right {
    margin-left: auto;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .h__right {
    display: contents;
  }
}

.h__btns {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.25em;
  width: 25em;
}
@media screen and (min-width: 1440px) {
  .h__btns {
    margin-left: 11em;
    width: 33.625em;
  }
}
@media screen and (max-width: 1024px) {
  .h__btns {
    width: 100%;
    margin-left: 0;
    column-gap: 0;
    height: auto;
    display: flex;
  }
}

.h__btn {
  display: flex;
  justify-content: center;
  height: calc(100% - 1.375em);
  border-radius: 0 0 0.9375em 0.9375em;
}
@media screen and (min-width: 1025px) {
  .h__btn {
    filter: drop-shadow(0.1875em 0.1875em 0.1875em rgba(0, 0, 0, 0.2));
  }
}
@media screen and (max-width: 1024px) {
  .h__btn {
    border-radius: 0;
    height: 100%;
    width: 50%;
  }
  .h__btn.-individual {
    border-bottom: 0.3125em solid #004d93;
  }
  .h__btn.-company {
    border-bottom: 0.3125em solid #37b2e4;
  }
}
.h__btn.active {
  height: 100%;
  border-radius: 0;
  filter: unset;
}
@media screen and (max-width: 1024px) {
  .h__btn.active.-individual {
    border-bottom: 0.3125em solid #37b2e4;
  }
  .h__btn.active.-company {
    border-bottom: 0.3125em solid #004d93;
  }
}
.h__btn.active .h__btn--item {
  position: relative;
}
.h__btn.active .h__btn--item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1875em;
  border-radius: 1em;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .h__btn.active .h__btn--item::before {
    display: none;
  }
}
.h__btn.-individual {
  background-color: #37b2e4;
}
.h__btn.-individual .h__btn--item span::before {
  background: url(../img/common/icon_individual.svg) no-repeat center/contain;
}
.h__btn.-company {
  background-color: #004d93;
}
.h__btn.-company .h__btn--item span::before {
  background: url(../img/common/icon_company.svg) no-repeat center/contain;
}

.h__btn--item {
  display: flex;
  align-items: center;
  height: 5em;
  width: 13.6875em;
  padding: 0 0.5em;
  transition: opacity 0.3s ease;
}
.h__btn--item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .h__btn--item {
    width: 100%;
    height: 2.3125em;
    justify-content: center;
  }
}
.h__btn--item span {
  font-size: 1.25em;
  color: #fff;
  display: inline-block;
  padding-left: 3.6em;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .h__btn--item span {
    font-size: 0.8125em;
    padding-left: 2.15em;
    font-weight: 700;
  }
}
.h__btn--item span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2.5em;
  height: 2.5em;
}
@media screen and (max-width: 1024px) {
  .h__btn--item span::before {
    width: 1.69em;
    height: 1.69em;
  }
}

.h__search--wrap {
  width: 19.375em;
  height: 3.5625em;
  background-color: #fff;
  display: flex;
  align-self: center;
  border-radius: 0.9375em;
  border: 1px solid #3c3c3c;
  margin-left: 3.125em;
}
@media screen and (max-width: 1024px) {
  .h__search--wrap {
    display: none;
  }
}

.fixed-btns {
  position: fixed;
  top: 9.8125em;
  right: 0;
  z-index: 300;
}

.fixed-btn:nth-child(n+2) {
  margin-top: 1.625em;
}
.fixed-btn:first-child .fixed-btn__link span::before {
  width: 1em;
  height: 1.4375em;
  background: url(../img/common/icon_pin.svg) no-repeat center/contain;
}
.fixed-btn:nth-child(2) .fixed-btn__link span::before {
  width: 1.0625em;
  height: 1.0625em;
  background: url(../img/common/icon_faq.svg) no-repeat center/contain;
}

.fixed-btn__link {
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
  width: 3.75em;
  height: 11.375em;
  background-color: #3d3d3d;
  border-radius: 0.9375em 0 0 0.9375em;
  transition: background-color 0.3s ease;
}
.fixed-btn__link:hover {
  background-color: #e60014;
}
.fixed-btn__link span {
  display: inline-block;
  font-size: 0.9375em;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.4;
  color: #fff;
  position: relative;
  padding-top: 1.875em;
}
.fixed-btn__link span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.footer {
  margin-top: auto;
}

.f__head--wrap {
  background-color: #ededed;
  padding: 4em 0 2.5em;
}

.f__head {
  width: 90%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1440px) {
  .f__head {
    transform: translateX(7.75%);
  }
}
@media screen and (max-width: 767px) {
  .f__head {
    width: 82%;
  }
}

.f__items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4.5em;
  row-gap: 2.8125em;
}

.f__item {
  font-size: 0.9375em;
  line-height: 2.7333333333;
}
.f__item a {
  transition: color 0.3s ease;
}
.f__item a:hover {
  color: #37b2e4;
}

.f__item--link {
  display: block;
}

.f__links {
  padding-left: 1em;
  border-left: 1px solid #000;
  padding-top: 1.25em;
}

.f__link a {
  display: block;
  padding-left: 1.4em;
  position: relative;
  font-feature-settings: "palt";
}
.f__link a:hover::before {
  left: 0.25em;
}
.f__link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.8em;
  height: 0.8em;
  background: url(../img/common/icon_arrow_maincolor.svg) no-repeat center/contain;
  transition: left 0.3s ease;
}

.f__bottom--wrap {
  padding: 3.5em 0 3em;
}

.f__bottom {
  width: 90%;
  max-width: 1484px;
  margin-left: auto;
  margin-right: auto;
}
.f__bottom--links {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.5em;
}
@media screen and (max-width: 767px) {
  .f__bottom--links {
    display: block;
  }
}

.f__bottom--link:last-child a {
  padding-right: 0;
}
.f__bottom--link:last-child a::before {
  display: none;
}
.f__bottom--link a {
  display: block;
  font-size: 0.9375em;
  font-feature-settings: "palt";
  line-height: 2.7333333333;
  white-space: nowrap;
  padding-right: 1.5em;
  position: relative;
  transition: opacity 0.3s ease;
}
.f__bottom--link a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .f__bottom--link a {
    font-size: 0.8125em;
    line-height: 2.2307692308;
  }
}
.f__bottom--link a::before {
  content: "／";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
  .f__bottom--link a::before {
    display: none;
  }
}

.f__logo--wrap {
  padding: 1em 0 3em;
}

.f__logo {
  display: block;
  width: 20.375em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .f__logo {
    width: 13.875em;
  }
}

.toTop {
  position: fixed;
  bottom: 1.25em;
  right: 3.15em;
  z-index: 300;
}
@media screen and (max-width: 767px) {
  .toTop {
    right: 0.9375em;
  }
}

.toTop__icon {
  display: block;
  width: 5.75em;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .toTop__icon {
    width: 3em;
  }
}
.toTop__icon:hover, .toTop__icon:focus {
  opacity: 0.7;
}

/*======================================
    button
======================================*/
.btnCenter {
  margin-left: auto;
  margin-right: auto;
}

.btnRight {
  margin-left: auto;
}

.btnPdf {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9375em;
  font-feature-settings: "palt";
  text-align: center;
  color: #fff;
  background-color: #37b2e4;
  height: 3em;
  border-radius: 3em;
  position: relative;
  transition: opacity 0.3s ease;
  line-height: 1.25;
  max-width: 23.33em;
  width: 90%;
}
.btnPdf:hover {
  opacity: 0.7;
}
.btnPdf:hover::before {
  right: 1.25em;
}
.btnPdf::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url(../img/common/icon_arrow_white.svg) no-repeat center/contain;
  transition: right 0.3s ease;
}
.btnPdf::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.33em;
  transform: translateY(-50%);
  width: 1.67em;
  height: 1.67em;
  background: url(../img/common/icon_pdf.svg) no-repeat center/contain;
}
.btnPdf.lg {
  max-width: 35em;
}

.btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9375em;
  font-feature-settings: "palt";
  text-align: center;
  color: #fff;
  background-color: #37b2e4;
  height: 3em;
  border-radius: 3em;
  position: relative;
  transition: opacity 0.3s ease;
  line-height: 1.25;
  width: 17.67em;
}
.btn01:hover {
  opacity: 0.7;
}
.btn01:hover::before {
  right: 1.25em;
}
.btn01::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url(../img/common/icon_arrow_white.svg) no-repeat center/contain;
  transition: right 0.3s ease;
}
.btn01.lg {
  width: 35em;
  max-width: 100%;
}

.btn02 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.11em;
  line-height: 1.6875;
  height: 6.25em;
  padding: 0.5em;
  border: 1px solid #37b2e4;
  color: #37b2e4;
  border-radius: 0.625em;
  position: relative;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.btn02:hover {
  color: #fff;
  background-color: #37b2e4;
}
.btn02:hover::before {
  right: 1em;
  background: url(../img/common/icon_arrow_white.svg) no-repeat center/contain;
}
.btn02::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25em;
  width: 1.125em;
  height: 1.125em;
  background: url(../img/common/icon_arrow_maincolor.svg) no-repeat center/contain;
  transition: all 0.3s ease;
}

.btn03 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9375em;
  font-feature-settings: "palt";
  text-align: center;
  color: #fff;
  background-color: #37b2e4;
  height: 3em;
  border-radius: 3em;
  position: relative;
  transition: opacity 0.3s ease;
  line-height: 1.25;
  background-color: #dadada;
  color: #000;
}
.btn03:hover {
  opacity: 0.7;
}
.btn03:hover::before {
  right: 1.25em;
}
.btn03::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url(../img/common/icon_arrow_white.svg) no-repeat center/contain;
  transition: right 0.3s ease;
}
.btn03::before {
  background: url(../img/common/icon_arrow_black.svg) no-repeat center/contain;
}

.btn04 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.75;
  color: #fff;
  height: 4.15em;
  border-radius: 3em;
  border: 0.15em solid #fff;
  filter: drop-shadow(0.15em 0.15em 0.15em rgba(0, 0, 0, 0.2));
  font-size: 1.25em;
  position: relative;
  background-color: #37b2e4;
}
@media screen and (max-width: 767px) {
  .btn04 {
    font-size: 0.8125em;
  }
}
.btn04:hover::before {
  right: 1.75em;
}
.btn04::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
  width: 0.9em;
  height: 0.9em;
  background: url(../img/common/icon_arrow_white.svg) no-repeat center/contain;
  transition: right 0.3s ease;
}

.btn05 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.75;
  color: #fff;
  height: 4.15em;
  border-radius: 3em;
  border: 0.15em solid #fff;
  filter: drop-shadow(0.15em 0.15em 0.15em rgba(0, 0, 0, 0.2));
  font-size: 1.25em;
  position: relative;
  background-color: #004d93;
}
@media screen and (max-width: 767px) {
  .btn05 {
    font-size: 0.8125em;
  }
}
.btn05:hover::before {
  right: 1.75em;
}
.btn05::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
  width: 0.9em;
  height: 0.9em;
  background: url(../img/common/icon_arrow_white.svg) no-repeat center/contain;
  transition: right 0.3s ease;
}

.btnShadow {
  filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
}

.btnFlex {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
}

.btnColumn3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75em;
}

/*======================================
    link
======================================*/
.arrowLink {
  display: block;
  font-size: 0.9375em;
  font-feature-settings: "palt";
  line-height: 2.7333333333;
  padding-left: 1.25em;
  position: relative;
  transition: color 0.3s ease;
}
.arrowLink:hover {
  color: #37b2e4;
}
.arrowLink:hover::before {
  left: 0.25em;
}
.arrowLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(125%);
  width: 0.73em;
  height: 0.73em;
  background: url(../img/common/icon_arrow_maincolor.svg) no-repeat center/contain;
  transition: left 0.3s ease;
}

.archiveLink {
  display: block;
  text-align: right;
}
.archiveLink span {
  display: inline-block;
  text-align: left;
  font-feature-settings: "palt";
  padding-right: 1.5em;
  position: relative;
}
.archiveLink span:hover::before {
  right: -0.25em;
}
.archiveLink span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.125em;
  height: 1.125em;
  background: url(../img/common/icon_arrow_black.svg) no-repeat center/contain;
  transition: right 0.3s ease;
}

.link-color {
  color: #37b2e4;
  font-weight: 500;
  word-break: break-all;
  display: inline-block;
}

.link-underline {
  text-decoration: underline;
}

/*======================================
    title
======================================*/
.ttl01 {
  font-size: 1.75em;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.75;
  padding-left: 2.5em;
  position: relative;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .ttl01 {
    font-size: 1.125em;
    line-height: 1.7777777778;
  }
}
.ttl01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.86em;
  height: 1.43em;
  background: url(../img/common/icon_title.svg) no-repeat center/contain;
  transform: translateY(11.25%);
}
@media screen and (max-width: 767px) {
  .ttl01::before {
    width: 2em;
    height: 1.56em;
  }
}
.ttl01.-dark::before {
  background: url(../img/common/icon_title_dark.svg) no-repeat center/contain;
}

.ttl02 {
  font-size: 1.5em;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.75;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl02 {
    font-size: 1.0625em;
  }
}
.ttl02::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8.96em;
  height: 3px;
  transform: translateY(50%);
  background-color: #37b2e4;
}
@media screen and (max-width: 767px) {
  .ttl02::before {
    width: 9.9em;
  }
}
.ttl02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(50%);
  background-color: #37b2e4;
}

.ttl03 {
  font-size: 1.25em;
  font-weight: 700;
  font-feature-settings: "palt";
  padding-left: 1.25em;
  line-height: 1.7777777778;
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.ttl03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.94em;
  height: 0.94em;
  background-color: #37b2e4;
  transform: translateY(44.1%);
}
@media screen and (max-width: 767px) {
  .ttl03 {
    font-size: 1.0625em;
    line-height: 1.7647058824;
  }
}

.ttl04 {
  font-size: 1.5em;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.75;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .ttl04 {
    font-size: 1.0625em;
    line-height: 1.7647058824;
  }
}

/*======================================
    text
======================================*/
.textCenter {
  text-align: center;
}

.sectionText {
  line-height: 1.75;
  font-feature-settings: "palt";
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .sectionText {
    font-size: 0.8125em;
    line-height: 1.7692307692;
  }
}

.sectionTextSm {
  font-size: 0.875em;
  line-height: 1.9285714286;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .sectionTextSm {
    font-size: 0.8125em;
    line-height: 1.4615384615;
  }
}

/*======================================
    section
======================================*/
.section__Note--wrap {
  background-color: #37b2e4;
  color: #fff;
  padding: 1.875em 2em;
  margin: 2.5em auto;
}
@media screen and (max-width: 767px) {
  .section__Note--wrap {
    padding: 1em 0.875em;
  }
}
.section__Note--wrap p {
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.045em;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section__Note--wrap p {
    font-weight: 500;
    line-height: 1.4615384615;
    letter-spacing: normal;
  }
}

/*======================================
    service list
======================================*/
.serviceLists {
  width: 93.75%;
  max-width: 1800px;
  margin: 11.25em auto 3.75em;
}
@media screen and (min-width: 768px) {
  .serviceLists .swiper-pagination {
    display: none;
  }
  .serviceLists .customSwiper02 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .serviceLists {
    width: 100%;
    margin-top: 3.125em;
  }
}

.serviceList {
  border-left: 0.25em solid #37b2e4;
  border-radius: 0.28em 0.28em 0 0;
  height: auto;
  overflow: hidden;
}

.serviceList__head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  background-color: #37b2e4;
  color: #fff;
  font-size: 1.5625em;
  font-weight: 700;
  font-feature-settings: "palt";
  height: 12.36em;
  padding-bottom: 2em;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .serviceList__head {
    font-size: 1.125em;
  }
}
.serviceList__head:hover {
  opacity: 0.7;
}
.serviceList__head:hover::before {
  right: 1em;
}
.serviceList__head::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.28em;
  transform: translateY(-50%);
  width: 1.52em;
  height: 1.52em;
  background: url(../img/common/service_arrow.svg) no-repeat center/contain;
  transition: right 0.3s ease;
}

.serviceList__head--img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.6em;
}
.serviceList__head--img.-service01 {
  width: min(28.57%, 4.8em);
}
.serviceList__head--img.-service02 {
  width: min(30.24%, 5.08em);
}
.serviceList__head--img.-service03 {
  width: min(28.57%, 4.72em);
}
.serviceList__head--img.-service04 {
  width: min(22.14%, 5em);
}

.serviceList__links {
  padding-left: 2.25em;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 1.25em;
}

.serviceList__link a {
  line-height: 2.5625;
  font-weight: 700;
  display: block;
  padding-left: 1.15em;
  position: relative;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .serviceList__link a {
    font-size: 0.875em;
  }
}
.serviceList__link a:hover {
  color: #37b2e4;
}
.serviceList__link a::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #37b2e4;
  font-size: 0.8125em;
  line-height: 3.1538461538;
}

/*======================================
    layout
======================================*/
.eyeCatch {
  margin-top: 3.75em;
  margin-bottom: 3.75em;
}
@media screen and (max-width: 767px) {
  .eyeCatch {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
}

.readMore {
  font-size: 0.875em;
  line-height: 1.9285714286;
  font-feature-settings: "palt";
  margin-top: 2.8em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .readMore {
    font-size: 0.8125em;
    line-height: 1.4615384615;
  }
}

.list01 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.list01__item:nth-child(n+2) {
  margin-top: 2.5em;
}

.list01__item--text {
  line-height: 1.75;
  font-feature-settings: "palt";
  margin-top: 0.75em;
}
@media screen and (max-width: 767px) {
  .list01__item--text {
    font-size: 0.8125em;
    line-height: 1.7692307692;
  }
}
.list01__item--text p {
  margin-bottom: 1.5em;
}
.list01__item--text .ttl02 {
  font-size: 1.125em;
}

.qr-flex {
  display: grid;
  grid-template-columns: auto 7.5em;
  column-gap: 1.25em;
  align-items: center;
  margin-bottom: 1.5em;
}

.list02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3.125em;
  row-gap: 5.625em;
  margin-top: 6.25em;
  margin-bottom: 6.25em;
}
@media screen and (max-width: 767px) {
  .list02 {
    grid-template-columns: 1fr;
    row-gap: 0;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
}

.list02__item {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .list02__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
  .list02__item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }
}

.list02__item--link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .list02__item--link {
    display: grid;
    grid-template-columns: 28.57% auto;
    column-gap: 0.75em;
    align-items: start;
    position: relative;
    padding: 1em 1.875em 1.25em 0;
  }
  .list02__item--link:hover::before {
    right: -0.25em;
  }
  .list02__item--link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 0.9375em;
    height: 0.9375em;
    background: url(../img/common/icon_arrow_black.svg) no-repeat center/contain;
    transition: right 0.3s ease;
  }
  .list02__item--link .ttl03 {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.list02__item--img {
  position: relative;
  margin-bottom: 1.25em;
}
.list02__item--img::before {
  content: "";
  display: block;
  padding-top: 61.5384615385%;
}
.list02__item--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list02__item--body {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.list02__item--text {
  font-size: 0.875em;
  line-height: 1.9285714286;
  font-feature-settings: "palt";
  margin-top: 0.5em;
  margin-bottom: 4.29em;
}
@media screen and (max-width: 767px) {
  .list02__item--text {
    font-size: 0.8125em;
    line-height: 1.4615384615;
  }
}
@media screen and (max-width: 767px) {
  .list02__item--text {
    margin-bottom: 0;
  }
}

.list02__item--btn {
  width: 100%;
  max-width: 15em;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .list02__item--btn {
    display: none;
  }
}

.list03 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5em;
}
.list03.-full {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 2.5em;
  margin: 2.5em auto;
}
@media screen and (max-width: 767px) {
  .list03.-full {
    margin: 2em auto;
  }
}
@media screen and (max-width: 767px) {
  .list03 {
    grid-template-columns: 1fr;
    row-gap: 2em;
  }
}

.list03__item {
  height: 100%;
}

.list03__item--link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border-left: 0.375em solid #37b2e4;
  padding: 2em 5.3125em 1.875em 2em;
  border-radius: 0 0.625em 0.625em 0;
  min-height: 11.25em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list03__item--link {
    padding: 2em 3.5em 1.875em 1.75em;
    min-height: 9.875em;
  }
}
.list03__item--link:hover::before {
  right: 1.25em;
}
.list03__item--link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  width: 1.125em;
  height: 1.125em;
  background: url(../img/common/icon_arrow_maincolor.svg) no-repeat center/contain;
  transition: right 0.3s ease;
}
.list03__item--text {
  font-size: 0.875em;
  line-height: 1.9285714286;
  font-feature-settings: "palt";
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .list03__item--text {
    font-size: 0.8125em;
    line-height: 1.4615384615;
  }
}
@media screen and (max-width: 767px) {
  .list03__item--text {
    text-align: justify;
    margin-bottom: 0;
  }
}

.list04__column2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3.75em;
}
@media screen and (max-width: 767px) {
  .list04__column2 {
    grid-template-columns: 1fr;
  }
}

.list04 {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.list04__item {
  display: grid;
  grid-template-columns: auto 10em;
  column-gap: 1.25em;
  padding: 0.875em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  align-items: center;
}
.list04__item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.list04__item--text {
  font-size: 0.875em;
  line-height: 1.9285714286;
  font-feature-settings: "palt";
  padding-left: 1.2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list04__item--text {
    font-size: 0.8125em;
    line-height: 1.4615384615;
  }
}
.list04__item--text::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}

.list04__item--btn {
  font-size: 0.6875em;
  max-width: 14.55em;
  width: 100%;
}

.note {
  background-color: #fff;
  padding: 2em 2em 1.875em;
  margin-top: 3.75em;
}
@media screen and (max-width: 767px) {
  .note {
    padding: 2em 1.75em 1.875em;
    margin-top: 2.5em;
  }
}
.note .sectionText {
  margin-top: 1em;
}

.kome {
  position: relative;
  display: block;
  padding-left: 1.25em;
}
.kome::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.maru {
  display: block;
  position: relative;
  padding-left: 1.25em;
}
.maru::before {
  content: "○";
  position: absolute;
  top: 0;
  left: 0;
}

.indent {
  padding-left: 1.5em;
}

/*======================================
    table
======================================*/
.list__table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin-top: 2.5em;
  background-color: #fff;
}
.list__table tbody tr th, .list__table tbody tr td {
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0.625em;
}
.list__table tbody tr th:first-child {
  width: 15em;
}
.list__table tbody tr th:not(:first-child) {
  text-align: center;
}
.list__table tbody tr td {
  text-align: center;
}

.table {
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin: 2.5em auto;
}
.table tbody tr th, .table tbody tr td {
  padding: 0.625em;
  border: 1px solid rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}
.table tbody tr th {
  font-weight: 700;
}
.table tbody tr .center {
  text-align: center;
}
.table tbody tr .right {
  text-align: right;
}
.table tbody tr .vertical {
  writing-mode: vertical-rl;
  text-align: center;
  letter-spacing: 0.1em;
}
.table span.table-lg {
  font-size: 1.25em;
}

/*======================================
    list style
======================================*/
ol.mb0 li {
  margin-bottom: 0;
}
ol li {
  padding-left: 2.5em;
  counter-increment: cnt;
  margin-bottom: 1.5em;
  position: relative;
}
ol li::before {
  content: "（" counter(cnt) "）";
  display: inline-block;
  width: 2.5em;
  position: absolute;
  top: 0;
  left: 0;
}

ol.number {
  counter-reset: cnt;
}
ol.number li,
ol.number li.number__item {
  padding-left: 2.5em;
  counter-increment: cnt;
  margin-bottom: 0;
  position: relative;
}
ol.number li::before,
ol.number li.number__item::before {
  content: counter(cnt) ".";
  display: inline-block;
  width: 2.5em;
  position: absolute;
  top: 0;
  left: 0;
}
ol.number li.number__item::before {
  background-color: unset !important;
}

ol.circle-number {
  counter-reset: cnt;
}
ol.circle-number li,
ol.circle-number li.circle-number__item {
  padding-left: 1.5em;
  counter-increment: cnt;
  margin-bottom: 0;
  position: relative;
}
ol.circle-number li::before,
ol.circle-number li.circle-number__item::before {
  content: counter(cnt);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  width: 1.1em;
  height: 1.1em;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.875em;
  transform: translateY(30%);
  background-color: unset;
}

ol.kakko-number {
  counter-reset: cnt;
}
ol.kakko-number li,
ol.kakko-number li.circle-number__item {
  padding-left: 1.5em;
  counter-increment: cnt;
  margin-bottom: 0;
  position: relative;
}
ol.kakko-number li::before,
ol.kakko-number li.circle-number__item::before {
  content: "(" counter(cnt) ")";
  font-size: 0.875em;
  background-color: unset;
}

ol.chu-number {
  counter-reset: cnt;
}
ol.chu-number li,
ol.chu-number li.chu-number__item {
  padding-left: 3.125em;
  counter-increment: cnt;
  margin-bottom: 0;
  position: relative;
}
ol.chu-number li::before,
ol.chu-number li.chu-number__item::before {
  content: "(注 " counter(cnt) " )";
  font-size: 0.875em;
  background-color: unset;
  white-space: nowrap;
}

ul.disc-lg li {
  margin-bottom: 1.5em;
  padding-left: 1.25em;
  position: relative;
}
ul.disc-lg li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}

ul.disc {
  counter-reset: cnt;
}
ul.disc li,
ul.disc li.disc__item {
  margin-bottom: 0;
  padding-left: 0.5em;
  position: relative;
}
ul.disc li::before,
ul.disc li.disc__item::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 0.2em;
  height: 0.2em;
  background-color: #000;
  border-radius: 50%;
  font-size: 1em;
  transform: translate(0);
  border: none;
}

ul.square li {
  padding-left: 1.25em;
  position: relative;
  margin-bottom: 0.625em;
}
ul.square li::before {
  content: "◾️";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .topSectionAText {
    font-size: 0.8125em;
    line-height: 1.6923076923;
    margin-right: -0.25em;
    text-align: justify;
  }
}

.topMv {
  position: relative;
}
@media screen and (max-width: 767px) {
  .topMv {
    margin-bottom: 0.875em;
  }
}

.mvSwiper__slide {
  position: relative;
  opacity: 0.35;
  transition: opacity 0.3s ease;
}
.mvSwiper__slide.swiper-slide-active {
  opacity: 1;
}
.mvSwiper__slide::before {
  content: "";
  display: block;
  padding-top: 64.1025641026%;
  background-color: lightgray;
}
.mvSwiper__slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .topMv__login {
    font-size: 0.8333333333vw;
    position: absolute;
    top: calc((100% - min(4em, 64px)) / 2);
    left: 50%;
    transform: translate(41.8%, -50%);
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 1.625em;
    width: 37.375em;
    height: 34.875em;
    padding: 5.625em;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .topMv__login {
    background-color: #e8f2f2;
    padding: 1.25em 0 1.875em;
    margin-top: 1.25em;
  }
}

.topMv__login--sp {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .topMv__login--sp {
    display: contents;
  }
}

.topMv__login--ttl {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.75;
  font-feature-settings: "palt";
  padding-left: 1.1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topMv__login--ttl {
    font-size: 0.875em;
    line-height: 1;
  }
}
.topMv__login--ttl:nth-child(n+2) {
  margin-top: 2em;
}
.topMv__login--ttl::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}

.topMv__login--btns {
  margin-top: 1.25em;
  display: flex;
  flex-direction: column;
  row-gap: 1.875em;
}
@media screen and (max-width: 767px) {
  .topMv__login--btns {
    row-gap: 1.25em;
    margin-top: 0.75em;
  }
}
.topMv__login--btns .btn05.-toushin {
  background-color: #fff;
  border-color: #ff8700;
  color: #ff8700;
}
.topMv__login--btns .btn05.-toushin::before {
  background-image: url(../img/common/icon_arrow_orange.svg);
}

.topImportant {
  margin-top: 3.125em;
}
@media screen and (max-width: 767px) {
  .topImportant {
    margin-top: 0.875em;
  }
}

.topImportant__wrap {
  color: #e60014;
}
@media screen and (min-width: 768px) {
  .topImportant__wrap {
    border: 1px solid #e60014;
    border-radius: 0.375em;
    display: grid;
    grid-template-columns: 12.125em auto;
    padding: 0.625em 1.625em 0.625em 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .topImportant__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    row-gap: 0.625em;
  }
}

.topImportant__head {
  font-weight: 700;
  font-size: 1.0625em;
  font-feature-settings: "palt";
  display: flex;
  align-items: center;
  padding-left: 2.25em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topImportant__head {
    order: 1;
    font-size: 0.75em;
    line-height: 1.75;
    padding-left: 1.75em;
  }
}
.topImportant__head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.75em;
  height: 1.625em;
  background: url(../img/common/icon_attention.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .topImportant__head::before {
    width: 1.42em;
    height: 1.2em;
  }
}

.topImportant__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  border-left: 1px solid #e60014;
  padding-left: 1.875em;
}
@media screen and (max-width: 767px) {
  .topImportant__body {
    display: contents;
  }
}

.topImportant__ttl {
  font-size: 1.0625em;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.7647058824;
}
@media screen and (max-width: 767px) {
  .topImportant__ttl {
    order: 3;
    width: 100%;
    font-size: 0.75em;
    line-height: 1.75;
    border: 1px solid #e60014;
    border-radius: 0.5em;
    padding: 0.7em 1em;
  }
}
.topImportant__ttl a {
  font-weight: inherit;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.topImportant__ttl a:hover {
  opacity: 0.7;
}

.topImportant__archive {
  display: block;
  font-weight: 500;
  font-feature-settings: "palt";
  padding-right: 2em;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .topImportant__archive {
    order: 2;
    font-size: 0.75em;
    padding-right: 1.5em;
  }
}
.topImportant__archive:hover {
  opacity: 0.7;
}
.topImportant__archive:hover::before {
  transform: translate(0.25em, -50%);
}
.topImportant__archive::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url(../img/common/icon_arrow_red.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}

.topPurpose {
  height: 30.5em;
  background-color: lightgray;
  margin-top: 1.875em;
}
@media screen and (max-width: 767px) {
  .topPurpose {
    margin-top: 1em;
    height: 19.0625em;
  }
}

.topService {
  margin-top: 9.375em;
  margin-bottom: 6.25em;
}
@media screen and (max-width: 767px) {
  .topService {
    margin-top: 2.5em;
    margin-bottom: 3.125em;
  }
}
.topService .serviceLists {
  margin-top: 3.75em;
}
@media screen and (max-width: 767px) {
  .topService .serviceLists {
    margin-top: 2em;
  }
}

.topService__more {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.75;
  font-feature-settings: "palt";
  margin-top: 4.5em;
  padding-bottom: 1.8em;
  margin-bottom: 1.75em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topService__more {
    margin-top: 3em;
    font-size: 1.125em;
    line-height: 1.7777777778;
    padding-bottom: 1.33em;
    margin-bottom: 1em;
  }
}
.topService__more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.8em;
  height: 0.95em;
  background-color: #646464;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 767px) {
  .topService__more::before {
    width: 1.39em;
    height: 0.72em;
  }
}

.topService__list {
  border-radius: 0.75em;
  background-color: #d5d5d5;
  padding: 2.5em 3em;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5em;
  row-gap: 0.875em;
}
@media screen and (max-width: 767px) {
  .topService__list {
    padding: 1em 0.9375em;
    row-gap: 0.625em;
  }
}

.topService__list--item a {
  display: block;
  font-size: 0.9375em;
  font-weight: 500;
  line-height: 1.7333333333;
  font-feature-settings: "palt";
  position: relative;
  background-color: #fff;
  padding: 0.55em 2.75em 0.55em 1em;
  border-radius: 0.467em;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .topService__list--item a {
    font-size: 0.8125em;
    padding: 0.55em 2.25em 0.55em 1em;
  }
}
.topService__list--item a:hover {
  opacity: 0.7;
}
.topService__list--item a:hover::before {
  transform: translate(0.25em, -50%);
}
.topService__list--item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 0.67em;
  height: 0.67em;
  background: url(../img/common/icon_arrow_black.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}

.topLife {
  height: 47.5em;
  background-color: lightgray;
  margin: 6.25em auto;
}
@media screen and (max-width: 767px) {
  .topLife {
    margin: 3.125em auto 4.375em;
    height: 40.3125em;
  }
}

.topPickup {
  padding: 6.875em 0 8.125em;
  background: url(../img/top/pickup_bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .topPickup {
    padding: 3em 0 3.75em;
    background: url(../img/top/pickup_bg_sp.jpg) no-repeat center/cover;
    overflow: hidden;
  }
}
.topPickup .ttl01 {
  color: #fff;
}

.topPickup-swiper__wrap {
  max-width: 1470px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.125em;
}
@media screen and (max-width: 767px) {
  .topPickup-swiper__wrap {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100%;
    margin-top: 2em;
  }
}

.topPickup-swiper {
  position: relative;
}
.topPickup-swiper .swiper-wrapper {
  padding: 4% 0;
}
@media screen and (max-width: 767px) {
  .topPickup-swiper .swiper-wrapper {
    padding: 7% 0;
  }
}
.topPickup-swiper .customSwiper-pagination .swiper-pagination-bullet {
  background-color: #cbcbcb;
}

.topPickup__slide {
  transition: transform 0.3s ease;
}
.topPickup__slide.swiper-slide-active {
  transform: scale(1.4);
}

.topPickup__slide--link {
  display: block;
  position: relative;
  transition: opacity 0.3s ease;
}
.topPickup__slide--link:hover {
  opacity: 0.7;
}
.topPickup__slide--link::before {
  content: "";
  display: block;
  padding-top: 65%;
}
.topPickup__slide--link img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topClient {
  margin: 6.25em 0 5em;
}
@media screen and (max-width: 767px) {
  .topClient {
    margin: 3.125em auto;
  }
  .topClient .ib__column2--item__head {
    margin-bottom: 1.25em;
  }
}

@media screen and (min-width: 768px) {
  .topClient__ttl--wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .topClient__ttl--wrap .ttl01 {
    width: 100%;
    order: 1;
  }
  .topClient__ttl--wrap .archiveLink {
    order: 3;
  }
  .topClient__ttl--wrap .sectionText {
    order: 2;
    margin-top: 1.25em;
  }
  .topClient__ttl--wrap .ib__column2--item__head {
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .customSwiper02__wrap {
    width: 91%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .topClient-swiper {
    margin-top: 2em;
  }
}

.topClient-swiper__slide {
  position: relative;
  height: auto;
}
.topClient-swiper__slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(100% - 3.375em);
  width: 1px;
  background-color: #000;
}

.topClient-swiper__slide--img {
  position: relative;
  filter: drop-shadow(0.15625em 0.15625em 0.15625em rgba(0, 0, 0, 0.2));
}
.topClient-swiper__slide--img::before {
  content: "";
  display: block;
  padding-top: 62.3529411765%;
}
.topClient-swiper__slide--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topClient-swiper__slide--body {
  padding: 1em 1em 0;
}

.topClient-swiper__slide--text {
  font-size: 0.9375em;
  line-height: 1.4666666667;
  font-feature-settings: "palt";
}

.topClient-swiper__slide--client {
  font-size: 0.8125em;
  font-weight: 500;
  line-height: 1.6923076923;
  font-feature-settings: "palt";
  margin-top: 1em;
}

.topClient-swiper__slide--details dt, .topClient-swiper__slide--details dd {
  font-feature-settings: "palt";
}
.topClient-swiper__slide--details dt {
  font-size: 0.6875em;
  line-height: 2.1818181818;
  font-weight: 500;
}
.topClient-swiper__slide--details dd {
  font-size: 0.8125em;
  line-height: 1.6923076923;
  font-feature-settings: "palt";
  font-weight: 500;
}
.topClient-swiper__slide--details dd span {
  display: inline-block;
  text-decoration: underline;
}

.topBuild {
  position: relative;
}
.topBuild::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  mix-blend-mode: multiply;
}

.topBuild__btn {
  max-width: 18.75em;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 2;
}
.topBuild__btn a:hover {
  opacity: 1;
}

.topAbout {
  margin: 6.25em auto 5em;
}
@media screen and (max-width: 767px) {
  .topAbout {
    margin: 4.375em auto 3em;
  }
}

.topAbout__head {
  display: grid;
  grid-template-columns: 60% auto;
  column-gap: 3em;
  align-items: center;
  margin-top: 2.25em;
}
@media screen and (max-width: 767px) {
  .topAbout__head {
    grid-template-columns: 1fr;
    row-gap: 1.25em;
  }
}

.topAbout__head--lead {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.8333333333;
  font-feature-settings: "palt";
  letter-spacing: 0.135em;
}
@media screen and (max-width: 767px) {
  .topAbout__head--lead {
    font-size: 1.125em;
    line-height: 1.7222222222;
  }
}

.topAbout__head--text {
  margin-top: 2em;
  font-size: 0.875em;
  line-height: 1.8571428571;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.065em;
}
@media screen and (max-width: 767px) {
  .topAbout__head--text {
    font-size: 0.75em;
    line-height: 1.9166666667;
    margin-top: 1.5em;
  }
}

.topAbout__head--link {
  margin-top: 2em;
  font-size: 0.9375em;
  font-weight: 500;
  display: inline-block;
  font-feature-settings: "palt";
  padding-right: 1.5em;
  position: relative;
  transition: opacity 0.3s ease;
}
.topAbout__head--link:hover {
  opacity: 0.7;
}
.topAbout__head--link:hover::before {
  transform: translate(0.25em, -50%);
}
.topAbout__head--link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url(../img/common/icon_arrow_maincolor.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}

.topAbout__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 2em;
  margin-top: 4.375em;
}
@media screen and (max-width: 767px) {
  .topAbout__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5em;
    column-gap: 1.5em;
    margin-top: 2.5em;
  }
}

.topAbout__listItem {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.topAbout__listItem--ttl {
  font-size: 1.125em;
  line-height: 1.7777777778;
  font-weight: 500;
  font-feature-settings: "palt";
  margin-top: 1.4em;
}
@media screen and (max-width: 767px) {
  .topAbout__listItem--ttl {
    font-size: 0.9375em;
    line-height: 1.7333333333;
    margin-top: 0.5em;
  }
}

.topAbout__listItem--text {
  font-size: 0.875em;
  line-height: 1.8571428571;
  font-feature-settings: "palt";
  font-weight: 500;
  margin-top: 2em;
  margin-bottom: 1.5em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .topAbout__listItem--text {
    font-size: 0.6875em;
    line-height: 1.5454545455;
    margin-bottom: 1.5em;
    margin-top: 1em;
  }
}

.topAbout__listItem--btn {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .topAbout__listItem--btn a {
    font-size: 0.75em;
  }
}

.topAbout__link--wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.25em;
  padding: 3.75em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-top: 3.75em;
}
@media screen and (max-width: 767px) {
  .topAbout__link--wrap {
    grid-template-columns: 1fr;
    margin-top: 2.5em;
    padding: 2em 0;
    row-gap: 1.25em;
  }
}

.topAbout__link {
  display: flex;
  flex-direction: column;
  row-gap: 1.5em;
}
@media screen and (max-width: 767px) {
  .topAbout__link {
    row-gap: 1.25em;
  }
}

.topAbout__link--item a {
  display: block;
  padding-left: 1.25em;
  position: relative;
  font-size: 0.9375em;
  line-height: 1.4;
  font-weight: 500;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .topAbout__link--item a {
    font-size: 0.875em;
  }
}
.topAbout__link--item a:hover {
  opacity: 0.7;
}
.topAbout__link--item a::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #37b2e4;
  font-size: 0.867em;
  line-height: 1.6153846154;
}

.topOthers {
  margin-top: 5em;
  margin-bottom: 6.25em;
}
@media screen and (max-width: 767px) {
  .topOthers {
    margin-top: 2.5em;
    margin-bottom: 5.25em;
  }
}

.topRecruit {
  display: block;
  transition: opacity 0.3s ease;
  filter: drop-shadow(0.1875em 0.1875em 0.1875em rgba(0, 0, 0, 0.2));
}
.topRecruit:hover {
  opacity: 0.7;
}

.topOthers__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3.75em;
  margin-top: 4.375em;
}
@media screen and (max-width: 767px) {
  .topOthers__list {
    margin-top: 2.5em;
    grid-template-columns: 1fr;
    width: 91%;
    margin-left: auto;
    margin-right: auto;
    row-gap: 1em;
  }
}

.topOthers__list--item a {
  display: block;
  transition: opacity 0.3s ease;
  filter: drop-shadow(0.1875em 0.1875em 0.1875em rgba(0, 0, 0, 0.2));
  position: relative;
}
.topOthers__list--item a::before {
  content: "";
  display: block;
  padding-top: 35.2201257862%;
}
.topOthers__list--item a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topOthers__list--item a:hover {
  opacity: 0.7;
}

/*======================================
    swiper
======================================*/
@keyframes bullet {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.customSwiper-tools {
  text-align: center;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .customSwiper-tools {
    margin-top: 1.25em;
  }
}

.customSwiper-tools-wrap {
  position: relative;
  display: inline-block;
  padding: 0 2.25em;
}
@media screen and (max-width: 767px) {
  .customSwiper-tools-wrap {
    padding: 0 2em;
    height: 0.875em;
  }
}

.customSwiper-pagination {
  position: static;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.75em;
  height: 1em;
}
@media screen and (max-width: 767px) {
  .customSwiper-pagination {
    column-gap: 0.625em;
    height: 0.875em;
  }
}
.customSwiper-pagination .swiper-pagination-bullet {
  width: 3.125em;
  height: 0.1875em;
  margin: 0 !important;
  border-radius: 0;
  background-color: rgba(35, 24, 21, 0.15);
  opacity: 1;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .customSwiper-pagination .swiper-pagination-bullet {
    width: 2.8125em;
  }
}
.customSwiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #37b2e4;
}
.customSwiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  animation: forwards bullet 3.5s linear;
}

.customSwiper-prev,
.customSwiper-next {
  width: 0.5em;
  height: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .customSwiper-prev,
  .customSwiper-next {
    width: 0.4375em;
    height: 0.875em;
  }
}
.customSwiper-prev::after,
.customSwiper-next::after {
  content: "" !important;
  display: none;
}

.customSwiper-prev {
  left: 0;
  right: unset;
  background: url(../img/common/pagination_prev.svg) no-repeat center/contain;
}

.customSwiper-next {
  right: 0;
  left: unset;
  background: url(../img/common/pagination_next.svg) no-repeat center/contain;
}

.customSwiper-center-prev,
.customSwiper-center-next {
  position: absolute;
  top: calc((100% - 4em) / 2);
  left: 50%;
  width: 1.625em;
  height: 4em;
  background-color: #b4b4b4;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .customSwiper-center-prev,
  .customSwiper-center-next {
    width: 3.2vw;
    height: 8vw;
    top: calc((100% - 2.125em) / 2);
  }
}

.customSwiper-center-prev {
  clip-path: polygon(100% 100%, 0 50%, 100% 0);
}
@media screen and (max-width: 767px) {
  .customSwiper-center-prev {
    left: 51.5%;
  }
}

.customSwiper-center-next {
  clip-path: polygon(0 100%, 100% 50%, 0 0);
}
@media screen and (max-width: 767px) {
  .customSwiper-center-next {
    left: 48.5%;
  }
}

.customSwiper-pagination-circle {
  bottom: 0 !important;
}
.customSwiper-pagination-circle .swiper-pagination-bullet {
  width: 0.75em;
  height: 0.75em;
  border: 1px solid #000;
  background-color: #fff;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .customSwiper-pagination-circle .swiper-pagination-bullet {
    margin: 0 0.3125em !important;
  }
}
.customSwiper-pagination-circle .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c2c2c2;
}

.customSwiper02__wrap {
  position: relative;
}

.customSwiper02 {
  padding-bottom: 5em;
}
@media screen and (max-width: 767px) {
  .customSwiper02 {
    padding-bottom: 3.125em;
  }
}

.customSwiper02-prev,
.customSwiper02-next {
  width: 1.5625em;
  height: 5.125em;
  top: calc((100% - 5em) / 2);
}
@media screen and (max-width: 767px) {
  .customSwiper02-prev,
  .customSwiper02-next {
    width: 0.9375em;
    height: 3.125em;
    top: calc((100% - 3.125em) / 2);
  }
}
.customSwiper02-prev::after,
.customSwiper02-next::after {
  content: "";
  display: none;
}

.customSwiper02-prev {
  background: url(../img/common/navi_prev.svg) no-repeat center/contain;
  transform: translateX(calc(-100% - 3.6em));
}
@media screen and (max-width: 767px) {
  .customSwiper02-prev {
    transform: translateX(calc(-100% - 1.25em));
  }
}

.customSwiper02-next {
  background: url(../img/common/navi_next.svg) no-repeat center/contain;
  transform: translateX(calc(100% + 3.6em));
}
@media screen and (max-width: 767px) {
  .customSwiper02-next {
    transform: translateX(calc(100% + 1.25em));
  }
}

/*======================================
    sonaeru
======================================*/
.ideco_logo {
  display: block;
  height: 1.25em;
  margin-left: 0.625em;
  margin-bottom: 0.25em;
}
.ideco_logo img {
  width: auto;
  height: 100%;
}

.tableWrap {
  margin-bottom: 2.5em;
}
@media screen and (max-width: 767px) {
  .tableWrap {
    margin-right: calc(50% - 50vw);
    overflow: scroll;
    padding-bottom: 0.625em;
    padding-right: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .tableWrap table {
    width: 1000px;
  }
}

.sonaeru_hoken {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .sonaeru_hoken {
    width: 850px;
  }
}
.sonaeru_hoken tr th, .sonaeru_hoken tr td {
  border: 1px solid #000;
  padding: 1em 0.625em;
  line-height: 1.5;
}
.sonaeru_hoken tr th {
  font-weight: 700;
  background-color: #37b2e4;
  color: #fff;
  letter-spacing: 0.08em;
  vertical-align: middle;
}
.sonaeru_hoken tr td {
  font-weight: 500;
  vertical-align: middle;
}
.sonaeru_hoken tr td a {
  color: #37b2e4;
  text-decoration: underline;
  transition: opacity 0.3s ease;
  font-weight: 700;
  display: block;
}
.sonaeru_hoken tr td a:hover {
  opacity: 0.7;
}

.shintaku__btn {
  display: block;
  width: 14.625em;
  margin-top: 2.5em;
}

/*======================================
    benri
======================================*/
.benri_lifeplan__title {
  margin-bottom: 5em;
}

.benri_lifeplan {
  display: block;
  margin-top: -2px;
}

.toto-table {
  width: 100%;
  table-layout: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .toto-table {
    width: 1000px;
    font-size: 0.875em;
    line-height: 1.9285714286;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .toto-table {
    font-size: 0.8125em;
    line-height: 1.4615384615;
  }
}
.toto-table tr th {
  background-color: #37b2e4;
  color: #fff;
}
.toto-table tr td {
  background-color: #fff;
}

.app-passbook__head {
  display: grid;
  grid-template-columns: 30% auto;
  column-gap: 1.25em;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 767px) {
  .app-passbook__head {
    grid-template-columns: 1fr;
    row-gap: 1.25em;
  }
}

@media screen and (max-width: 767px) {
  .app-passbook__head--img {
    max-width: 15em;
    margin-left: auto;
    margin-right: auto;
  }
}

.app-passbook__title {
  font-weight: 700;
  color: #37b2e4;
  font-size: 1.25em;
  line-height: 1.5;
  margin-bottom: 1.5em;
}

.app-passbook__table {
  width: 100%;
  table-layout: fixed;
}

.app-passbook__install {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .app-passbook__install {
    grid-template-columns: 1fr;
  }
}

.app-passbook__install--item {
  padding: 1.25em;
}
.app-passbook__install--item:nth-child(2) {
  border-left: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .app-passbook__install--item:nth-child(2) {
    border-left: none;
    border-top: 1px solid #000;
  }
}

.app-passbook__qr {
  display: grid;
  grid-template-columns: auto 30%;
  column-gap: 1.25em;
}

.app-passbook__store {
  display: block;
  transition: opacity 0.3s ease;
  max-width: 15em;
  width: 100%;
}
.app-passbook__store:hover {
  opacity: 0.7;
}

/*======================================
    理事長挨拶
======================================*/
.greeting__img {
  width: 50%;
  float: right;
  margin-left: 1.25em;
  margin-bottom: 1.25em;
}

.greeting__autogragh {
  max-width: 20em;
  margin-left: auto;
}

.greeting__text {
  text-align: justify;
}

/*======================================
    お問い合わせ
======================================*/
.contact__ttl {
  font-size: 1.5625em;
  font-weight: 700;
  text-align: center;
  font-feature-settings: "palt";
}

.contact__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2.5em;
  row-gap: 5.625em;
  margin-top: 4.375em;
}
@media screen and (max-width: 767px) {
  .contact__wrap {
    grid-template-columns: 1fr;
    row-gap: 2.5em;
    margin-top: 3.125em;
  }
}

@media screen and (min-width: 768px) {
  .contact__item .ibContact__item {
    max-width: unset;
  }
}
.contact__item .ibContact__content {
  min-height: 10.625em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact__item .ibContact__list {
  margin-top: 1.5em;
}
.contact__item.-column {
  display: flex;
  flex-direction: column;
  height: 100%;
  row-gap: 1.25em;
}
@media screen and (max-width: 767px) {
  .contact__item.-column {
    row-gap: 2.5em;
  }
}
.contact__item.-column .contact__item--child:nth-child(n+2) {
  margin-top: auto;
}

.contact__brunch {
  max-width: 15em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25em;
  width: 100%;
}

.contact__item--child .ibContact__content {
  height: auto;
}

/*======================================
    お申し込みの流れ
======================================*/
.apply {
  margin-top: 3.75em;
}
@media screen and (max-width: 767px) {
  .apply {
    margin-top: 3.125em;
  }
}

.apply__column2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3.75em;
  row-gap: 2.5em;
}
@media screen and (max-width: 767px) {
  .apply__column2 {
    grid-template-columns: 1fr;
  }
}
.apply__column2.-start {
  align-items: start;
}

.applyItem__arrow {
  padding-top: 6.25em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .applyItem__arrow {
    padding-top: 0;
  }
}
.applyItem__arrow .applyItem {
  height: 100%;
}
.applyItem__arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.375em;
  height: 2em;
  background-color: #37b2e4;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 767px) {
  .applyItem__arrow::before {
    width: 1.9em;
    height: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .applyItem__arrow::before {
    display: none;
  }
}

.applyItem {
  background-color: #e8f2f2;
  padding: 2.5em 2.5em;
}
@media screen and (max-width: 767px) {
  .applyItem {
    padding: 2.5em 1.25em;
  }
}

.applyItem__inner {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.applyItem__ttl {
  text-align: center;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.7777777778;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .applyItem__ttl {
    font-size: 1em;
  }
}

.applyItem__step {
  margin-top: 1.5em;
}

.applyItem__step--item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 8.375em;
  background-color: #fff;
  border-radius: 0.625em;
  border: 0.125em solid #37b2e4;
  padding: 2em 2.25em;
}
@media screen and (max-width: 767px) {
  .applyItem__step--item {
    padding: 2em 1.25em;
  }
}
.applyItem__step--item:nth-child(n+2) {
  margin-top: 0.75em;
  position: relative;
}
.applyItem__step--item:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
  width: 2.375em;
  height: 2em;
  background-color: #37b2e4;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 767px) {
  .applyItem__step--item:nth-child(n+2)::before {
    width: 1.9em;
    height: 1.6em;
  }
}

.applyItem__step--text {
  font-size: 1.125em;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.7777777778;
  text-align: justify;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .applyItem__step--text {
    font-size: 0.875em;
  }
}
.applyItem__step--text.textCenter {
  text-align: center;
}
.applyItem__step--text.-accent {
  color: #37b2e4;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.applyItem__text {
  font-size: 0.9375em;
  font-weight: 500;
  line-height: 1.7333333333;
  font-feature-settings: "palt";
  margin-top: 1.5em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .applyItem__text {
    font-size: 0.75em;
  }
}

.apply__section--border {
  margin: 6.25em 0;
  height: 0.125em;
  background-color: #37b2e4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .apply__section--border {
    margin: 3.125em 0;
  }
}
@media screen and (min-width: 768px) {
  .apply__section--border.-spOnly {
    display: none;
  }
}
.apply__section--border::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 2.375em;
  height: 2em;
  background-color: #37b2e4;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 767px) {
  .apply__section--border::before {
    width: 1.9em;
    height: 1.6em;
  }
}

.applyItem__substep--item {
  padding-bottom: 1.875em;
  border-bottom: 1px solid #000;
}
.applyItem__substep--item:nth-child(n+2) {
  padding-top: 1.875em;
}

.applyMore {
  margin-top: 5.625em;
}
@media screen and (max-width: 767px) {
  .applyMore {
    margin-top: 3.125em;
  }
}

/*======================================
    NISA
======================================*/
.nisa__note {
  margin-top: 5.625em;
}
@media screen and (max-width: 767px) {
  .nisa__note {
    margin-top: 3.125em;
  }
}

.nisa__note--attention {
  margin-top: 3.125em;
}
@media screen and (max-width: 767px) {
  .nisa__note--attention {
    margin-top: 1.25em;
  }
}

/*======================================
    経営サポート
======================================*/
.support {
  margin-top: 3.75em;
}
@media screen and (max-width: 767px) {
  .support {
    margin-top: 1.25em;
  }
}

.supportHead {
  text-align: center;
  margin-top: 3.75em;
}
@media screen and (max-width: 767px) {
  .supportHead {
    margin-top: 1.25em;
  }
}

.supportHead__lead {
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.7272727273;
  letter-spacing: 0.15em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .supportHead__lead {
    font-size: 1.125em;
  }
}

.supportHead__ttl {
  font-weight: 500;
  font-size: 2.25em;
  font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .supportHead__ttl {
    font-size: 1.875em;
    margin-top: 0.25em;
  }
}

.supportHead__text {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.8571428571;
  font-feature-settings: "palt";
  margin-top: 1.25em;
}

.supportHead__btn {
  margin-top: 2em;
  max-width: 14.375em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .supportHead__btn {
    margin-top: 1.25em;
  }
}

.supportProduct {
  margin-top: 5em;
}

.supportProduct__list {
  margin-top: 2em;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 2.5em;
}
@media screen and (max-width: 767px) {
  .supportProduct__list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.5em;
    row-gap: 2.5em;
  }
}

.supportProduct__list--item {
  display: grid;
}
@media screen and (min-width: 768px) {
  .supportProduct__list--item {
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
}

.supportProduct__list--img {
  position: relative;
}
.supportProduct__list--img::before {
  content: "";
  display: block;
  padding-top: 73.75%;
}
.supportProduct__list--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.supportProduct__list--link {
  display: flex;
  align-items: center;
  line-height: 1.7777777778;
  margin-top: 0.75em;
  font-size: 1.125em;
  font-feature-settings: "palt";
  padding-right: 1.5em;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .supportProduct__list--link {
    font-size: 0.75em;
  }
}
.supportProduct__list--link:hover {
  opacity: 0.7;
}
.supportProduct__list--link:hover::before {
  transform: translate(0.25em, -50%);
}
.supportProduct__list--link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url(../img/common/icon_arrow_maincolor.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}

.supportAbout__btn {
  max-width: 18.75em;
  margin-left: auto;
  margin-right: auto;
}

/*======================================
    sdgs
======================================*/
.sdgs__vision {
  font-size: 1.25em;
  max-width: 20em;
  padding: 1.5em;
  border: 1px solid #000;
  margin: 2em auto;
}
@media screen and (max-width: 767px) {
  .sdgs__vision {
    font-size: 1.125em;
  }
}

.sdgs__about {
  margin-bottom: 3.125em;
}

.sdgs__list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  column-gap: 1.25em;
  row-gap: 1.25em;
}
@media screen and (max-width: 767px) {
  .sdgs__list {
    grid-template-columns: repeat(auto-fill, minmax(6.25em, 1fr));
  }
}

/*======================================
    インターネットバンキング 共通
======================================*/
.ib__section {
  margin: 5.625em auto;
}
@media screen and (max-width: 767px) {
  .ib__section {
    margin: 2.5em auto;
  }
}

.ib__section--ttl {
  text-align: center;
  font-size: 1.5625em;
  font-weight: 700;
  line-height: 1.76;
  letter-spacing: 0.135em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .ib__section--ttl {
    font-size: 1.0625em;
    line-height: 1.7647058824;
  }
}

.ib__section--text {
  font-size: 0.9375em;
  line-height: 1.75;
  font-feature-settings: "palt";
  margin-top: 3em;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .ib__section--text {
    font-size: 0.875em;
    line-height: 1.8571428571;
  }
}

.ib__section--ttl02 {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.7777777778;
  font-feature-settings: "palt";
  padding-left: 1.2em;
  position: relative;
  margin-top: 4.5em;
  margin-bottom: 2.67em;
}
@media screen and (max-width: 767px) {
  .ib__section--ttl02 {
    font-size: 1.0625em;
    margin-top: 3.5em;
    margin-bottom: 1.75em;
  }
}
.ib__section--ttl02::before {
  content: "";
  position: absolute;
  top: 0.42em;
  left: 0;
  background-color: #37b2e4;
  width: 0.944em;
  height: 0.944em;
}

.ib__section--ttl03 {
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .ib__section--ttl03 {
    font-size: 1.0625em;
    line-height: 1.7647058824;
  }
}

.ibHead {
  display: grid;
  grid-template-columns: auto 53%;
  background-color: #e8f2f2;
  margin-top: 7.125em;
  margin-bottom: 5.625em;
}
@media screen and (max-width: 767px) {
  .ibHead {
    grid-template-columns: 1fr;
    border-radius: 0.75em;
    overflow: hidden;
    margin-top: 2.25em;
    margin-bottom: 1.25em;
  }
}

.ibHead__texts {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.875em 2.625em;
}
@media screen and (max-width: 767px) {
  .ibHead__texts {
    padding: 1.25em 0.875em 1.875em;
  }
}

.ibHead__ttl--wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}

.ibHead__ttl {
  font-size: 1.5em;
  font-feature-settings: "palt";
  letter-spacing: 0.085em;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .ibHead__ttl {
    font-size: 1.25em;
  }
}
.ibHead__ttl span.ttl__head {
  display: block;
  font-weight: 500;
  letter-spacing: normal;
}
.ibHead__ttl span.lg {
  font-size: 2.25em;
  letter-spacing: -0.065em;
}
.ibHead__ttl span.md {
  font-size: 2.08em;
  letter-spacing: 0.015em;
}
.ibHead__ttl span.densai {
  font-size: 1.67em;
  line-height: 1.325;
}
@media screen and (max-width: 767px) {
  .ibHead__ttl span.densai {
    font-size: 1.3em;
    line-height: 1.3461538462;
  }
}
.ibHead__ttl span.toushin {
  max-width: 6.2em;
  line-height: 1.34;
  margin-left: auto;
  margin-right: auto;
  display: block;
  letter-spacing: normal;
}

.ibHead__button--wrap {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  row-gap: 1.25em;
}
@media screen and (max-width: 767px) {
  .ibHead__button--wrap {
    margin-top: 1.5em;
    row-gap: 0.75em;
  }
}

.oneTimePass {
  margin: 5.625em auto;
}
@media screen and (max-width: 767px) {
  .oneTimePass {
    margin: 1.25em auto;
  }
}

.oneTimePass__contents {
  margin: 2.25em auto 0;
  max-width: 47.5em;
}

.oneTimePass__texts {
  display: grid;
  grid-template-columns: 2.5em auto;
  column-gap: 0.5em;
  padding: 0.5em 0.625em;
  border-radius: 0.625em;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .oneTimePass__texts {
    margin: 1em auto 0;
    grid-template-columns: 1.75em auto;
  }
}

.oneTimePass__text {
  font-size: 0.875em;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-right: -1em;
}
@media screen and (max-width: 767px) {
  .oneTimePass__text {
    font-size: 0.6875em;
    margin-right: 0;
  }
}

.oneTimePass__btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.875em;
  margin-top: 4em;
}
.oneTimePass__btns.center {
  display: flex;
  justify-content: center;
}
.oneTimePass__btns.center .oneTimePass__btn {
  width: 100%;
  max-width: 21.25em;
}
@media screen and (max-width: 767px) {
  .oneTimePass__btns.center .oneTimePass__btn {
    max-width: 18.75em;
  }
}
@media screen and (max-width: 767px) {
  .oneTimePass__btns {
    grid-template-columns: 1fr;
    row-gap: 0.625em;
    margin-top: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .oneTimePass__btn {
    width: 100%;
    max-width: 18.75em;
    margin-left: auto;
    margin-right: auto;
  }
}
.oneTimePass__btn a {
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.11em;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .oneTimePass__btn a {
    font-size: 0.8125em;
    height: 4.15em;
  }
}
@media screen and (min-width: 768px) {
  .oneTimePass__btn a {
    border-color: #000;
    color: #000;
  }
  .oneTimePass__btn a:hover {
    background-color: #fff;
    color: #000;
    opacity: 0.7;
  }
  .oneTimePass__btn a:hover::before {
    background-image: url(../img/common/icon_arrow_black.svg);
  }
  .oneTimePass__btn a::before {
    background-image: url(../img/common/icon_arrow_black.svg);
  }
}

.oneTimePass__message {
  margin-top: 1em;
  margin-right: 0;
}

.ib__column2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4.375em;
}
@media screen and (max-width: 767px) {
  .ib__column2 {
    grid-template-columns: 1fr;
    row-gap: 3.125em;
  }
}

.ib__column2--item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 0.625em;
  row-gap: 0.675em;
  margin-bottom: 2em;
}
.ib__column2--item__head .ttl01 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .ib__column2--item__head {
    padding-right: 1em;
  }
}

.newsList__item {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.newsList__item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.newsList__item--link {
  display: grid;
  grid-template-columns: 8.375em auto;
  column-gap: 1.25em;
  padding: 1.875em 2.5em 1.875em 0;
  transition: opacity 0.3s ease;
  position: relative;
}
.newsList__item--link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  width: 0.625em;
  height: 0.625em;
  background: url(../img/common/icon_arrow_simple.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .newsList__item--link::before {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .newsList__item--link {
    grid-template-columns: 1fr;
    row-gap: 0.625em;
    padding: 1.25em 3.125em 1.25em 0;
  }
}
.newsList__item--link:hover {
  opacity: 0.7;
}
.newsList__item--link:hover::before {
  transform: translate(0.25em, -50%);
}
@media screen and (min-width: 768px) {
  .newsList__item--link.new .newsList__item--ttl {
    padding-right: 3.33em;
  }
  .newsList__item--link.new .newsList__item--ttl::before {
    content: "NEW";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 0.6em;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.67em;
    height: 3.67em;
    border-radius: 50%;
    background-color: #e40014;
    letter-spacing: 0.075em;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 767px) {
  .newsList__item--link.new::after {
    content: "NEW";
    position: absolute;
    top: 50%;
    right: 1.875em;
    transform: translateY(-50%);
    font-size: 0.5em;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    background-color: #e40014;
    letter-spacing: 0.075em;
    font-feature-settings: "palt";
  }
}

.newsList__item--date {
  font-size: 0.9375em;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .newsList__item--date {
    font-size: 0.75em;
  }
}

.newsList__item--ttl {
  font-size: 0.9375em;
  font-weight: 500;
  line-height: 1.5;
  justify-self: start;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .newsList__item--ttl {
    font-size: 0.75em;
    display: block;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
.newsList__item--ttl.new {
  padding-right: 3.33em;
}
.newsList__item--ttl.new::before {
  content: "NEW";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 0.6em;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.67em;
  height: 3.67em;
  border-radius: 50%;
  background-color: #e40014;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
}

.ibAboutList {
  margin-top: 4.375em;
}

.ibAboutList__item {
  display: flex;
  align-items: center;
}
.ibAboutList__item:nth-child(n+2) {
  margin-top: 3.75em;
}
@media screen and (max-width: 767px) {
  .ibAboutList__item:nth-child(n+2) {
    margin-top: 2.125em;
  }
}
@media screen and (min-width: 768px) {
  .ibAboutList__item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .ibAboutList__item:nth-child(odd) .ibAboutList__item--texts {
    padding-left: 3.25em;
    border-radius: 0.75em 0 0 0.75em;
  }
}
@media screen and (max-width: 767px) {
  .ibAboutList__item {
    flex-direction: column;
  }
}

.ibAboutList__item--img {
  border-radius: 0.625em;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .ibAboutList__item--img {
    width: 56.48%;
  }
}
@media screen and (max-width: 767px) {
  .ibAboutList__item--img {
    border-radius: 0.3125em;
    margin-bottom: -0.25em;
    position: relative;
    z-index: 2;
  }
}

.ibAboutList__item--texts {
  background-color: #e8f2f2;
  padding: 3em 3em 2.25em;
  border-radius: 0 0.75em 0.75em 0;
}
@media screen and (min-width: 768px) {
  .ibAboutList__item--texts {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .ibAboutList__item--texts {
    border-radius: 0 0 0.375em 0.375em;
    max-width: 90.75%;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em 1.25em;
  }
}

.ibAboutList__item--ttl {
  font-size: 1.5625em;
  font-weight: 700;
  line-height: 1.52;
  font-feature-settings: "palt";
  padding-left: 3.84em;
  position: relative;
  min-height: 3.24em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ibAboutList__item--ttl {
    font-size: 1.125em;
    padding-left: 1.33em;
    min-height: 2.83em;
  }
}
.ibAboutList__item--ttl .number {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  font-weight: 500;
  color: #fff;
  width: 2.7em;
  height: 2.7em;
  background-color: #37b2e4;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .ibAboutList__item--ttl .number {
    font-size: 1em;
    width: 2.83em;
    height: 2.83em;
    transform: translate(-69%, -50%);
  }
}

.ibAboutList__item--text {
  margin-top: 2em;
  font-size: 0.875em;
  line-height: 1.9285714286;
  font-weight: 500;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .ibAboutList__item--text {
    margin-top: 1em;
  }
}

.ibAboutList__item--btn {
  max-width: 14.875em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.1875em;
}
@media screen and (max-width: 767px) {
  .ibAboutList__item--btn {
    margin-top: 1em;
  }
}

@media screen and (max-width: 767px) {
  .swiperSp {
    margin-right: calc(50% - 50vw);
  }
}

.swiper-step .swiper-slide {
  height: auto;
  padding-top: 3.1875em;
}
@media screen and (max-width: 767px) {
  .swiper-step .swiper-slide {
    padding-top: 2.875em;
  }
}
.swiper-step .swiper-slide:nth-child(n+2) .ibStep__slide--icon {
  position: relative;
}
.swiper-step .swiper-slide:nth-child(n+2) .ibStep__slide--icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  width: 2.625em;
  height: 3em;
  background-color: #37b2e4;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
@media screen and (max-width: 767px) {
  .swiper-step .swiper-slide:nth-child(n+2) .ibStep__slide--icon::before {
    width: 2.1875em;
    height: 2.5625em;
  }
}

.ibStep__slide {
  padding: 4.875em 1.125em 1.25em;
  background-color: #fff;
  height: 100%;
  border-radius: 0.625em;
  position: relative;
  border: 1px solid #37b2e4;
}
@media screen and (max-width: 767px) {
  .ibStep__slide {
    padding: 4.375em 1.125em 1.25em;
  }
}

.ibStep__slide--number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.125em;
  font-weight: 700;
  width: 5.67em;
  height: 5.67em;
  background-color: #37b2e4;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .ibStep__slide--number {
    font-size: 0.9375em;
    letter-spacing: 0.12em;
    font-feature-settings: "palt";
    width: 5.8em;
    height: 5.8em;
  }
}

.ibStep__slide--icon {
  height: 4.375em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25em;
}
.ibStep__slide--icon .step-form {
  max-width: 2.6875em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .ibStep__slide--icon .step-form {
    max-width: 2.3125em;
  }
}
.ibStep__slide--icon .step-mail {
  max-width: 4.25em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .ibStep__slide--icon .step-mail {
    max-width: 3.625em;
  }
}
.ibStep__slide--icon .step-submit {
  max-width: 4.125em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .ibStep__slide--icon .step-submit {
    max-width: 3.5em;
  }
}
.ibStep__slide--icon .step-web {
  max-width: 2.625em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .ibStep__slide--icon .step-web {
    max-width: 2.25em;
  }
}
.ibStep__slide--icon .step-start {
  max-width: 4em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .ibStep__slide--icon .step-start {
    max-width: 3.4375em;
  }
}

.ibStep__slide--ttl {
  text-align: center;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.7777777778;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .ibStep__slide--ttl {
    font-size: 0.875em;
    line-height: 1.7142857143;
  }
}

.ibStep__slide--text {
  font-size: 0.9375em;
  font-weight: 500;
  line-height: 1.7333333333;
  font-feature-settings: "palt";
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .ibStep__slide--text {
    font-size: 0.75em;
  }
}

.ibStep__slide--btn {
  margin-top: 1.5em;
}
.ibStep__slide--btn a {
  font-size: 0.9375em;
  padding-right: 1.5em;
}
@media screen and (max-width: 767px) {
  .ibStep__slide--btn a {
    font-size: 0.8125em;
  }
}

.ibLink {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.75em;
  row-gap: 1.875em;
}
@media screen and (max-width: 767px) {
  .ibLink {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.25em;
    column-gap: 1.625em;
  }
}

.ibLink__item--link {
  display: grid;
  grid-template-columns: 3em auto;
  column-gap: 0.75em;
  align-items: center;
  padding: 1.5em 2.375em 1.5em 1.375em;
  background-color: #fff;
  border-radius: 0.625em;
  border: 1px solid #37b2e4;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .ibLink__item--link {
    display: block;
    padding: 0.875em 0.5em;
    height: 100%;
  }
}
.ibLink__item--link:hover {
  opacity: 0.7;
}
.ibLink__item--link:hover::before {
  transform: translate(0.25em, -50%);
}
.ibLink__item--link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25em;
  transform: translateY(-50%);
  width: 1.125em;
  height: 1.125em;
  background: url(../img/common/icon_arrow_maincolor.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .ibLink__item--link::before {
    right: 1em;
    width: 0.875em;
    height: 0.875em;
  }
}

@media screen and (max-width: 767px) {
  .ibLink__item--icon {
    max-width: 2.875em;
    margin-left: auto;
    margin-right: auto;
  }
}

.ibLink__item--ttl {
  color: #37b2e4;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .ibLink__item--ttl {
    text-align: center;
    font-size: 0.875em;
    margin-top: 0.875em;
  }
}

.ibFaq__ttl {
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.75;
  margin-top: 6em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #646464;
}
@media screen and (max-width: 767px) {
  .ibFaq__ttl {
    font-size: 1.0625em;
    line-height: 1.7647058824;
  }
}
@media screen and (max-width: 767px) {
  .ibFaq__ttl {
    margin-top: 3.3em;
    padding-bottom: 1em;
  }
}

.ibFaqList {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .ibFaqList {
    margin-top: 1.875em;
  }
}

.ibFaqList__item {
  padding: 2.25em 2.5em;
  background-color: #fff;
  border-radius: 0.625em;
}
@media screen and (max-width: 767px) {
  .ibFaqList__item {
    padding: 1.25em 1em;
  }
}
.ibFaqList__item:nth-child(n+2) {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .ibFaqList__item:nth-child(n+2) {
    margin-top: 1.875em;
  }
}
.ibFaqList__item dl dt {
  font-size: 1.125em;
  line-height: 1.4444444444;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  padding-left: 1.78em;
  position: relative;
  padding-bottom: 1.3em;
  border-bottom: 1px solid rgba(55, 176, 226, 0.5);
}
@media screen and (max-width: 767px) {
  .ibFaqList__item dl dt {
    font-size: 0.875em;
    line-height: 1.8571428571;
  }
}
.ibFaqList__item dl dt::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.39em;
  transform: translateY(-17.5%);
}
@media screen and (max-width: 767px) {
  .ibFaqList__item dl dt::before {
    font-size: 1.79em;
  }
}
.ibFaqList__item dl dd {
  font-size: 0.9375em;
  line-height: 1.7333333333;
  font-weight: 500;
  font-feature-settings: "palt";
  padding-left: 2.13em;
  letter-spacing: 0.05em;
  margin-top: 1.67em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ibFaqList__item dl dd {
    font-size: 0.875em;
    line-height: 1.8571428571;
  }
}
.ibFaqList__item dl dd::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.67em;
  transform: translateY(-17.5%);
}
@media screen and (max-width: 767px) {
  .ibFaqList__item dl dd::before {
    font-size: 1.79em;
  }
}

.faq__hide {
  display: none;
}
.faq__hide .ibFaqList {
  margin-top: 2em;
}

.faq__hide--more {
  font-size: 0.9375em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.125em;
  font-feature-settings: "palt";
  color: #646464;
  padding-top: 2.875em;
  position: relative;
  border-top: 1px solid #646464;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .faq__hide--more {
    margin-top: 1.875em;
  }
}
.faq__hide--more.is-active::before {
  transform: translateX(-50%) rotate(180deg);
}
.faq__hide--more:hover {
  cursor: pointer;
}
.faq__hide--more::before {
  content: "";
  position: absolute;
  top: 1.375em;
  left: 50%;
  transform: translateX(-50%);
  width: 1.47em;
  height: 0.73em;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #646464;
  transition: transform 0.3s ease;
}

.ibContact {
  margin-top: 7.5em;
}

.ibContact__wrap {
  margin-top: 3.125em;
  display: flex;
  column-gap: 4.125em;
}
@media screen and (max-width: 767px) {
  .ibContact__wrap {
    flex-direction: column;
    row-gap: 1.875em;
    margin-top: 2.5em;
  }
}

.ibContact__item {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 31.625em;
  height: auto;
  display: flex;
  flex-direction: column;
}

.ibContact__ttl {
  color: #37b2e4;
  line-height: 1.625;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-weight: 700;
  padding-left: 1.2em;
  position: relative;
}
.ibContact__ttl::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}

.ibContact__content {
  text-align: center;
  background-color: #fff;
  padding: 1.25em 1.25em 1em;
  border-radius: 0.625em;
  margin-top: 1em;
  height: 100%;
}

.ibContact__content--ttl {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.4444444444;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.ibContact__content--ttl.-second {
  margin-top: 3.5em;
}
@media screen and (max-width: 767px) {
  .ibContact__content--ttl {
    font-size: 0.75em;
    line-height: 1.75;
  }
}

.ibContact__content--number {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .ibContact__content--number {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
}
.ibContact__content--number a {
  font-size: 2.9375em;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-family: "HelveticaNeue", "sans-serif";
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .ibContact__content--number a {
    font-size: 1.9375em;
  }
}
.ibContact__content--number a.freedial {
  padding-left: 1.49em;
  position: relative;
}
.ibContact__content--number a.freedial::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.36em;
  height: 0.79em;
  background: url(../img/ib/icon_freedial.svg) no-repeat center/contain;
}

.ibContact__content--note {
  font-size: 0.9375em;
  line-height: 1.5333333333;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-feature-settings: "palt";
}
.ibContact__content--note.textLeft {
  text-align: left;
  max-width: 28.67em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .ibContact__content--note {
    font-size: 0.75em;
    line-height: 1.5;
  }
}

.ibContact__list {
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .ibContact__list {
    margin-top: 1.25em;
  }
}

.ibContact__list--item {
  font-size: 0.9375em;
  line-height: 1.7333333333;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .ibContact__list--item {
    font-size: 0.75em;
  }
}

/*======================================
    個人インターネットバンキング
======================================*/
.arrowDown {
  position: relative;
  padding-bottom: 3.125em;
}
.arrowDown::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 3em;
  height: 2em;
  background-color: #37b2e4;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

/*======================================
    法人インターネットバンキング
======================================*/
/*======================================
    でんさいネット
======================================*/
.densai__character {
  max-width: 16em;
  margin-left: auto;
  margin-top: 1.25em;
}
@media screen and (max-width: 767px) {
  .densai__character {
    max-width: 10em;
  }
}

/*======================================
    投信インターネットサービス
======================================*/
.toushinHead {
  margin-bottom: 3.75em;
}
@media screen and (max-width: 767px) {
  .toushinHead {
    margin-bottom: 1.25em;
  }
}

.toushin__head--text {
  font-size: 0.9375em;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  line-height: 1.7333333333;
  font-weight: 500;
}

.toushin__head--list {
  margin-top: 1em;
}

.toushin__character {
  max-width: 20em;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .toushin__character {
    max-width: 16em;
  }
}

.mb {
  margin-bottom: 1.5em;
}

.mb0 {
  margin-bottom: 0;
}

/* 追加 */
.t__bg_pt-s {
  padding-top: 4.375em;
}
.t__br-ttl {
  display: block;
  font-size: 0.75em;
}
.t__mt {
  margin-top: 2em;
}
.t__mt-l {
  margin-top: 2.8em;
}
.t__mt-s {
  margin-top: 1em !important;
}
.t__mb-s {
  margin-bottom: 1em !important;
}
.t__mt0 {
  margin-top: 0;
}
.t__t-left {
  text-align: right;
}
.t__link-blue {
  color: #37b2e4;
  text-decoration: underline;
}
.t__dark-blue {
  color: #009;
}
.t__red {
  color: #E50011;
}
.t__img01 {
  display: block;
  width: 30em;
  margin: 1em auto 0;
}
.t__center {
  justify-content: center;
}
.t__ol li::before {
  content: "（3）";
  display: inline-block;
  width: 2.5em;
  position: absolute;
  top: 0;
  left: 0;
}
.t__ol-child {
  counter-reset: t-ol-child 0;
}
.t__ol-child--item {
  counter-increment: t-ol-child 1;
}
.t__ol-child--item::before {
  content: "（" counter(t-ol-child) "）";
}
.t__ol-alpha {
  counter-reset: number 0;
}
.t__ol-alpha li {
  counter-increment: number 1;
}
.t__ol-alpha li::before {
  content: counter(number, upper-alpha) ".";
  display: inline-block;
  width: 2.5em;
  position: absolute;
  top: 0;
  left: 0;
}
.t__number > li {
  counter-increment: unset;
}
.t__number > li:nth-of-type(1)::before {
  content: "1." !important;
}
.t__number > li:nth-of-type(2)::before {
  content: "2." !important;
}
.t__number > li:nth-of-type(3)::before {
  content: "3." !important;
}
.t__number > li:nth-of-type(4)::before {
  content: "4." !important;
}
.t__number > li:nth-of-type(5)::before {
  content: "5." !important;
}
.t__number > li:nth-of-type(6)::before {
  content: "6." !important;
}
.t__number > li:nth-of-type(7)::before {
  content: "7." !important;
}
.t__number > li:nth-of-type(8)::before {
  content: "8." !important;
}
.t__number > li:nth-of-type(9)::before {
  content: "9." !important;
}
.t__number > li:nth-of-type(10)::before {
  content: "10." !important;
}
.t__numberol li:not(.t__circle-item) {
  margin-bottom: 0 !important;
}
.t__numberol li:not(.t__circle-item)::before {
  content: "（" counter(cnt) "）";
  display: inline-block;
  width: 2.5em;
  position: absolute;
  top: 0;
  left: 0;
}
.t__maru > li {
  position: relative;
  padding-left: 1.5em !important;
}
.t__maru > li::before {
  content: "○" !important;
  display: inline-block;
  width: 1.5em !important;
  position: absolute;
  top: 0;
  left: 0;
}
.t__li-mb > li, .t__li-mb > ul, .t__li-mb > ol {
  margin-bottom: 1.5em !important;
}
.t__border {
  padding: 1.5em;
  border: solid 1px #000;
}
.t__btn-wide {
  width: 24.67em;
}
.t__flex-column {
  flex-direction: column;
  align-items: center;
  gap: 1em;
  width: 23em;
}

/*==========*/
.h__table01 {
  margin-top: 1em;
  background-color: #fff;
  border-spacing: unset;
}
.h__table01 th,
.h__table01 td {
  padding: 0.5em 0.7em;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: unset;
}
.h__table01 tbody tr:last-of-type th,
.h__table01 tbody tr:last-of-type td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.h__table01 tbody th,
.h__table01 tbody td {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: unset;
}
.h__table01 tbody th {
  border-right: unset;
}
.h__table01 thead th:first-of-type {
  border-right: unset;
}
.h__table01 thead th,
.h__table01 thead td {
  border-bottom: unset;
}
.h__table01 thead th {
  color: #fff;
  background-color: #37b2e4;
}

.h__table02 {
  margin-top: 1em;
}
.h__table02 tr {
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: #fff;
}
.h__table02 th {
  height: 100%;
  padding: 0.5em 0.7em;
}
.h__table02 td {
  height: 50%;
}
.h__table02 td > div {
  padding: 0.5em;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-top: unset;
  border-right: unset;
}
.h__table02 td > div:last-of-type {
  border-bottom: unset;
}
.h__table02 thead th {
  color: #fff;
  background-color: #37b2e4;
}

.h__table03 {
  margin-top: 1em;
  background-color: #fff;
  border-spacing: unset;
}
.h__table03 tbody tr:last-of-type th,
.h__table03 tbody tr:last-of-type td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.h__table03 tbody th,
.h__table03 tbody td {
  padding: 0.5em 0.7em;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: unset;
}
.h__table03 tbody th {
  color: #fff;
  background-color: #37b2e4;
  border-right: unset;
}

.h__table04 {
  margin-top: 1em;
  background-color: #fff;
  border-spacing: unset;
}
.h__table04 th,
.h__table04 td {
  padding: 0.5em 0.7em;
}
.h__table04 thead th {
  text-align: center;
  color: #fff;
  background-color: #37b2e4;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-right: unset;
  border-bottom: unset;
}
.h__table04 thead th:last-of-type {
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}
.h__table04 tbody tr:last-of-type th,
.h__table04 tbody tr:last-of-type td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.h__table04 tbody tr td:last-of-type {
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}
.h__table04 tbody th,
.h__table04 tbody td {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-right: unset;
  border-bottom: unset;
}

.list01__item--text.powerful__houjin-style .btnPdf {
  margin-top: 1em;
  margin-bottom: 2em;
}
.list01__item--text.powerful__houjin-style .border {
  display: inline-block;
  width: 90%;
  max-width: 23.33em;
  padding: 0.5em 1em;
  text-align: center;
  background-color: #fff;
  border: solid 2px #37b2e4;
  font-size: 0.9375em;
}

.eyeCatch.abl__houjin-style {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.cloudfunding__houjin-style {
  display: flex;
  gap: 1em;
  align-items: center;
}
.cloudfunding__houjin-style picture {
  height: 3em;
}
.cloudfunding__houjin-style picture img,
.cloudfunding__houjin-style picture source {
  object-fit: cover;
  height: 3em;
}

.StarPayAplus__houjin-style {
  display: flex;
  gap: 1em;
  align-items: center;
}
.StarPayAplus__houjin-style picture {
  height: 5em;
}
.StarPayAplus__houjin-style picture img,
.StarPayAplus__houjin-style picture source {
  object-fit: cover;
  height: 5em;
}

.bizmatch__houjin-style picture {
  display: block;
  height: 5em;
  margin-top: 1em;
}
.bizmatch__houjin-style picture img,
.bizmatch__houjin-style picture source {
  object-fit: contain;
  height: 100%;
}

.disc-lg.teikiyokin__houjin-style {
  margin-top: 1em;
}

.h__qnet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.h__qnet-grid > div p {
  margin-bottom: unset;
}
.h__qnet-grid:not(:first-of-type) {
  margin-top: 2em;
}
.h__qnet-grid:last-of-type {
  margin-bottom: 2em;
}
.h__qnet-ul > li label {
  display: block;
  margin-top: 2em;
  margin-bottom: 1em;
}
.h__qnet.list01__item--text img,
.h__qnet.list01__item--text source {
  width: unset;
  object-fit: contain;
}
.h__qnet.list01__item--text.is-01 img,
.h__qnet.list01__item--text.is-01 source {
  height: 15em;
}
.h__qnet.list01__item--text.is-02 img,
.h__qnet.list01__item--text.is-02 source {
  height: 17em;
}
.h__qnet.list01__item--text.is-03 img,
.h__qnet.list01__item--text.is-03 source {
  height: 10em;
}
.h__transfer.list01__item--text img,
.h__transfer.list01__item--text source {
  width: unset;
  object-fit: contain;
}
.keikidoukou__hojin-syle.note {
  margin-bottom: 2em;
}
.keikidoukou__hojin-syle .list03__item {
  height: 100%;
  background-color: #fff;
  border-left: 0.375em solid #37b2e4;
  padding: 2em 5.3125em 1.875em 2em;
  border-radius: 0 0.625em 0.625em 0;
}
.keikidoukou__hojin-syle .list03__item--text {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: 2em;
}
