body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 16px;
  color: #231815;
}
@media (max-width: 799px) {
  body.is-open {
    overflow: hidden;
  }
}

.mainBgWrap {
  background: transparent url(../img/common/mainBgWrap.jpg) no-repeat top center/cover;
}

.mainColorBg {
  background: -webkit-gradient(linear, left top, right top, from(#A5D3B6), to(#7E9FD2));
  background: -webkit-linear-gradient(left, #A5D3B6 0%, #7E9FD2 100%);
  background: linear-gradient(90deg, #A5D3B6 0%, #7E9FD2 100%);
  position: relative;
  z-index: 0;
}
.mainColorBg::after {
  content: "";
  position: absolute;
  background: rgba(225, 225, 225, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.section {
  max-width: 1920px;
  margin-inline: auto;
}
.section.bgWhite {
  background: #fff;
}
.section .inner {
  max-width: 1240px;
  margin-inline: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 799px) {
  .section .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section .inner .wrap {
  max-width: 1000px;
  margin-inline: auto;
}
.section .section-heading .section-title {
  padding-bottom: 30px;
}
@media (max-width: 799px) {
  .section .section-heading .section-title {
    padding-bottom: 20px;
  }
}
.section .section-heading .line-title {
  margin-bottom: 24px;
}

.pageMv {
  padding-top: 150px;
  padding-bottom: 65px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 799px) {
  .pageMv {
    padding-top: 125px;
    padding-bottom: 40px;
  }
}
.pageMv .inner {
  position: relative;
  z-index: 2;
}
.pageMv .inner .wrap {
  max-width: 1000px;
  margin-inline: auto;
}
.pageMv .bg,
.pageMv .bg-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.pageMv .bg-wrap {
  width: 1920px;
  height: 360px;
}
@media (max-width: 799px) {
  .pageMv .bg-wrap {
    width: 800px;
    height: 266px;
  }
}

.page-lead {
  padding-bottom: 64px;
}

.pageMv-heading .pageMv-title {
  padding-bottom: 40px;
}
.pageMv-heading .pageMv-subtitle {
  padding-bottom: 32px;
}
@media (max-width: 799px) {
  .pageMv-heading .pageMv-subtitle {
    padding-bottom: 16px;
  }
}

#header {
  width: 100%;
  max-width: 1920px;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 9997;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
}
@media (max-width: 799px) {
  #header {
    top: 0;
    width: 100%;
  }
}

.header-inner {
  padding: 9.25px 10px;
}

.header-nav-item {
  font-size: 13px;
  letter-spacing: 0.04em;
}

.header-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-nav ul li {
  margin-right: 24px;
  position: relative;
}
.header-nav ul li.accordion-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-nav ul li.accordion-icon .icon {
  margin-top: 2px;
  height: 9px;
  width: 14px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-left: 7px;
  cursor: pointer;
}
.header-nav ul li.accordion-icon .icon img {
  vertical-align: super;
  -webkit-transition: 0.75s ease;
  transition: 0.75s ease;
}
.header-nav ul li.accordion-icon .icon.is-open img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.header-nav-accordion {
  position: absolute;
  top: 160%;
  left: 85%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}
.header-nav-accordion.biz {
  left: 120%;
}
.header-nav-accordion.biz ul {
  width: 180px;
}
.header-nav-accordion ul {
  width: 130px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-nav-accordion ul li {
  margin-right: 0;
  padding: 10px 0 10px 15px;
}
.header-nav-accordion ul li .link-item {
  gap: 0;
}
.header-nav-accordion ul li .link-item .text {
  font-size: 12px;
}
.header-nav-accordion ul li .link-item .icon {
  padding-left: 0;
  margin-top: -2px;
}
@media (min-width: 800px) {
  .header-nav-accordion ul li:hover {
    background: #4793CA;
  }
  .header-nav-accordion ul li:hover .link-item .text {
    color: #fff;
  }
  .header-nav-accordion ul li:hover .link-item .icon img {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(0deg) brightness(110%) contrast(106%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(0deg) brightness(110%) contrast(106%);
  }
}

#siteLogo {
  width: 200px;
  margin-right: auto;
}
@media (max-width: 799px) {
  #siteLogo {
    width: 120px;
  }
}

.header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-content .header-btn {
  width: 108px;
}
.header-content .globalNav-btn {
  width: 87px;
  margin-left: 8px;
}

.drawer-nav {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 63px;
  background: #839DAE;
  color: #fff;
  display: none;
  padding: 80px 20px;
}
@media (min-width: 800px) {
  .drawer-nav {
    width: 100%;
  }
}
@media (max-width: 799px) {
  .drawer-nav {
    top: 46.59px;
    padding: 30px 15px;
    left: 0;
    overflow: scroll;
    height: 100vh;
    padding-bottom: 100px;
  }
}
.drawer-nav .inner,
.drawer-nav .policy {
  max-width: 1000px;
  margin-inline: auto;
}
@media (max-width: 799px) {
  .drawer-nav .inner {
    overflow: scroll;
  }
}
@media (min-width: 800px) {
  .drawer-nav .page-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 3%;
  }
}
.drawer-nav .page-link-list {
  padding-bottom: 24px;
}
@media (min-width: 800px) {
  .drawer-nav .page-link-list {
    width: 33.333%;
    max-width: 326px;
  }
}
@media (min-width: 800px) {
  .drawer-nav .page-link-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.drawer-nav .line-title {
  padding-bottom: 24px;
}
.drawer-nav .line-title .ja {
  color: #fff;
  font-size: 18px;
}
.drawer-nav .line-title .line {
  border-bottom: 1px solid #fff;
}
.drawer-nav .link-item .text {
  color: #fff;
  font-size: 16px;
}
.drawer-nav .policy ul li a {
  font-size: 12px;
}
.drawer-nav .page-link-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 15px;
}
@media (max-width: 799px) {
  .drawer-nav .page-link-list ul li {
    width: 50%;
  }
}
@media (min-width: 800px) {
  .drawer-nav .page-link-list ul li:nth-child(n+2) {
    margin-top: 13px;
  }
}
.drawer-nav .page-link-list ul li:nth-child(n+3) {
  margin-top: 13px;
}
@media (min-width: 800px) {
  .drawer-nav .btn-link ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6%;
  }
}
.drawer-nav .btn-link ul li {
  max-width: 360px;
}
@media (min-width: 800px) {
  .drawer-nav .btn-link ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 799px) {
  .drawer-nav .btn-link ul li {
    margin-inline: auto;
  }
}
@media (max-width: 799px) {
  .drawer-nav .btn-link ul li:nth-child(n+2) {
    margin-top: 7px;
  }
}
.drawer-nav .btn-link ul li .globalBtn {
  background: transparent url(../img/common/drawer-nav-btn.jpg) no-repeat center center/cover;
}
.drawer-nav .policy {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #fff;
}
.drawer-nav .policy ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 799px) {
  .drawer-nav .policy ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 7px;
  }
}

#footer {
  background: transparent url(../img/common/footer-bg.png) no-repeat top -20px center/1440px;
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
  overflow: hidden;
  z-index: 1;
}
#footer.footerGroupNone {
  background: none;
  padding-top: 270px;
}
@media (max-width: 799px) {
  #footer.footerGroupNone {
    padding-top: 185px;
  }
}
#footer.footerGroupNone .footer-group {
  display: none;
}
@media (max-width: 799px) {
  #footer {
    padding-top: 56px;
    background: transparent url(../img/common/footer-bg.png) no-repeat top center/1200px;
  }
}
#footer .footer-logo {
  margin-bottom: 22px;
}
@media (max-width: 900px) {
  #footer .footer-logo {
    margin-bottom: 32px;
  }
}
#footer .bg-wrap {
  width: 1920px;
  height: 690px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: -1;
}
@media (max-width: 799px) {
  #footer .bg-wrap {
    width: 800px;
    height: 1030px;
  }
}
#footer .bg-wrap .bg-item {
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 100%;
  height: 100%;
}
#footer .copyright {
  padding-bottom: 30px;
}
#footer .copyright p {
  font-size: 12px;
  text-align: center;
  color: #fff;
}
@media (max-width: 799px) {
  #footer .copyright p {
    line-height: 1.3;
  }
}

.footer-logo {
  width: 200px;
  margin-right: auto;
}
@media (max-width: 799px) {
  .footer-logo {
    margin-inline: auto;
  }
}

.footer-inner {
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  margin-inline: auto;
}
@media (max-width: 799px) {
  .footer-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.footer-group {
  height: 750px;
}
@media (min-width: 800px) {
  .footer-group {
    padding-top: 120px;
  }
}
@media (max-width: 799px) {
  .footer-group {
    height: 605px;
  }
}
.footer-group .line-title {
  margin-bottom: 16px;
}

.footer-group-link {
  max-width: 910px;
  margin-inline: auto;
}
.footer-group-link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: wrap;
      -ms-flex-direction: wrap;
          flex-direction: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.6%;
}
@media (max-width: 799px) {
  .footer-group-link ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-group-link ul li {
  margin-top: 16px;
}
@media (max-width: 799px) {
  .footer-group-link ul li {
    margin-inline: auto;
    margin-top: 8px;
  }
}
.footer-group-link ul li.holding {
  max-width: 425px;
}
.footer-group-link ul li.fudosan {
  max-width: 240px;
}
.footer-group-link ul li.sogo {
  max-width: 210px;
}
.footer-group-link ul li.group {
  max-width: 260px;
}
.footer-group-link ul li .img img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (min-width: 800px) {
  .footer-group-link ul li:hover .img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.footer-link-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.footer-link-item .icon {
  width: 9px;
  margin-top: 3px;
}
.footer-link-item .text {
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #fff;
}

.footer-link {
  max-width: 680px;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 9.2%;
}
@media (max-width: 799px) {
  .footer-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-inline: auto;
  }
}
.footer-link .line-title {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 7px;
}
.footer-link .line-title .ja {
  font-size: 18px;
  color: #fff;
}
.footer-link .line-title .line {
  border-bottom: 1px solid rgba(225, 225, 225, 0.7);
}
@media (min-width: 800px) {
  .footer-link .list {
    width: 27.2%;
  }
}
@media (max-width: 799px) {
  .footer-link .list:nth-child(n+2) {
    margin-top: 40px;
  }
}
.footer-link .list ul li {
  margin-top: 20px;
}

@media (max-width: 900px) {
  .footer-btnLink ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8%;
  }
}
.footer-btnLink ul li {
  max-width: 168px;
}
@media (max-width: 900px) {
  .footer-btnLink ul li {
    width: 28%;
  }
}
.footer-btnLink ul li:nth-child(n+2) {
  margin-top: 26px;
}
@media (max-width: 900px) {
  .footer-btnLink ul li:nth-child(n+2) {
    margin-top: 0;
  }
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(225, 225, 225, 0.5);
}
@media (max-width: 900px) {
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 799px) {
  .footer-content {
    margin-bottom: 24px;
  }
}
.footer-content .footer-btnLink {
  width: 168px;
}
@media (max-width: 900px) {
  .footer-content .footer-btnLink {
    width: 100%;
  }
}
.footer-content .footer-link {
  width: calc(100% - 168px);
}
@media (max-width: 900px) {
  .footer-content .footer-link {
    padding-bottom: 32px;
    width: 100%;
  }
}

.footer-policy {
  padding-bottom: 30px;
}
@media (max-width: 900px) {
  .footer-policy {
    padding-bottom: 45px;
  }
}
@media (max-width: 799px) {
  .footer-policy {
    padding-bottom: 25px;
  }
}
.footer-policy ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 799px) {
  .footer-policy ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-policy ul li:not(:last-child) {
  margin-right: 24px;
}
.footer-policy ul li a {
  font-size: 12px;
  color: #fff;
}
@media (max-width: 799px) {
  .footer-policy ul li a {
    font-size: 9px;
  }
}

.contactBtn {
  background: #57AF9B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 6px 0;
  position: relative;
  z-index: 1;
}
.contactBtn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
}
.contactBtn .text,
.contactBtn .icon {
  position: relative;
  z-index: 2;
}
.contactBtn .text {
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #fff;
}
.contactBtn .icon {
  width: 16px;
}
@media (min-width: 800px) {
  .contactBtn:hover::after {
    opacity: 1;
  }
}

.globalNav-btn {
  background: #839DAE;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 0;
  gap: 5px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.globalNav-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
}
.globalNav-btn .name,
.globalNav-btn .icon {
  position: relative;
  z-index: 2;
}
.globalNav-btn .name {
  font-size: 11px;
  letter-spacing: 0.04em;
  padding-bottom: 1px;
}
.globalNav-btn .icon {
  width: 11px;
  height: 10px;
  position: relative;
}
.globalNav-btn .icon span {
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.globalNav-btn .icon span:nth-child(n+2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.globalNav-btn .icon span:nth-child(n+3) {
  bottom: 0;
  top: auto;
}
.globalNav-btn.is-open .icon span {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.globalNav-btn.is-open .icon span:nth-child(n+2) {
  opacity: 0;
}
.globalNav-btn.is-open .icon span:nth-child(n+3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 1;
}
@media (min-width: 800px) {
  .globalNav-btn:hover::after {
    opacity: 1;
  }
}

.line-title {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.line-title .ja {
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #231815;
}
.line-title .en {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #4793CA;
}
.line-title .line {
  height: 1px;
  border-bottom: 1px solid #4793CA;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.globalBtn {
  padding: 20px 0;
  font-size: 16px;
  display: block;
  text-align: center;
  background: transparent url(../img/common/btn_bg.png) no-repeat center center/cover;
  color: #fff;
  width: 100%;
  position: relative;
}
@media (max-width: 799px) {
  .globalBtn {
    font-size: 13px;
  }
}
.globalBtn.arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 9px;
}
.globalBtn.arrow .arrow {
  padding-bottom: 3px;
}
.globalBtn.bgBlue {
  background: -webkit-gradient(linear, left top, right top, from(#A5D3B6), to(#7E9FD2));
  background: -webkit-linear-gradient(left, #A5D3B6 0%, #7E9FD2 100%);
  background: linear-gradient(90deg, #A5D3B6 0%, #7E9FD2 100%);
}
.globalBtn.arrow-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 9px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.globalBtn.arrow-icon .arrow {
  position: relative;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 1px;
  margin-top: 9.9px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.globalBtn.arrow-icon .arrow::before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 9px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
@media (min-width: 800px) {
  .globalBtn:hover.arrow-icon .arrow {
    width: 25px;
    left: 5px;
  }
}
.globalBtn.zoom {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  position: relative;
}
.globalBtn.zoom::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(320deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 80%);
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 80%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.globalBtn.zoom .text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 800px) {
  .globalBtn.zoom:hover::before {
    top: 0;
    left: 100%;
  }
  .globalBtn.zoom:hover .text {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.section-title.textAlignCenter {
  text-align: center;
}
.section-title.ja {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.14em;
}
@media (max-width: 799px) {
  .section-title.ja {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 799px) {
  .section-title.fz16-sp {
    font-size: 16px;
    letter-spacing: 0;
  }
}

.section-lead {
  font-size: 14px;
  line-height: 2.4;
  letter-spacing: 0.14em;
}
@media (max-width: 799px) {
  .section-lead {
    font-size: 12px;
    line-height: 2.2;
    letter-spacing: 0.14em;
  }
}
.section-lead.textAlignCenter {
  text-align: center;
}

.pageMv-title {
  font-size: 24px;
  letter-spacing: 0.04em;
}
.pageMv-title.col-2 {
  line-height: 1.25;
}

.btn {
  display: block;
  letter-spacing: 0.14em;
  font-size: 14px;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  line-height: 2.2;
  background: #57AF9B;
}

.border-title {
  font-size: 28px;
  line-height: 2.2;
  letter-spacing: 0.14em;
  color: #231815;
  text-align: center;
  padding: 9px 0;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
}
@media (max-width: 799px) {
  .border-title {
    padding: 5px 0;
    font-size: 20px;
  }
}

.pageMv-subtitle {
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #231815;
  text-align: center;
}
@media (max-width: 799px) {
  .pageMv-subtitle {
    font-size: 18px;
    line-height: 1.6;
  }
}

.pageMv-lead {
  font-size: 16px;
  letter-spacing: 0.14em;
  line-height: 2.2em;
  color: #231815;
  text-align: center;
}
@media (max-width: 799px) {
  .pageMv-lead {
    font-size: 13px;
  }
}

.bandTitle {
  text-align: center;
  position: relative;
}
.bandTitle .text {
  background: -webkit-gradient(linear, left top, right top, from(#A5D3B6), to(#7E9FD2));
  background: -webkit-linear-gradient(left, #A5D3B6 0%, #7E9FD2 100%);
  background: linear-gradient(90deg, #A5D3B6 0%, #7E9FD2 100%);
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #231815;
  display: inline-block;
  padding: 8px;
  position: relative;
  z-index: 1;
}
@media (max-width: 799px) {
  .bandTitle .text {
    font-size: 13px;
    letter-spacing: 0;
  }
}
.bandTitle .mask {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(225, 225, 225, 0.5);
}

.add-caption {
  position: relative;
}
.add-caption .caption {
  position: absolute;
  bottom: 2.5%;
}
.add-caption .caption.right {
  left: 1.5%;
}
.add-caption .caption.positionRight {
  right: 1.5%;
  padding-bottom: 5px;
}

.caption {
  padding-top: 5px;
  font-size: 12px;
}
.caption.colorWhite {
  color: #fff;
}

.section-line {
  position: relative;
}
.section-line::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#A5D3B6), to(#7E9FD2));
  background: -webkit-linear-gradient(left, #A5D3B6 0%, #7E9FD2 100%);
  background: linear-gradient(90deg, #A5D3B6 0%, #7E9FD2 100%);
}
.section-line.bottom::before {
  bottom: 0;
}
.section-line.top::before {
  top: 0;
}

.link-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  width: 100%;
}
.link-item .icon {
  width: 9px;
  margin-top: 3px;
}
.link-item .text {
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #231815;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.external-btn {
  background: -webkit-gradient(linear, left top, right top, from(#A5D3B6), to(#7E9FD2));
  background: -webkit-linear-gradient(left, #A5D3B6 0%, #7E9FD2 100%);
  background: linear-gradient(90deg, #A5D3B6 0%, #7E9FD2 100%);
  padding: 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.external-btn.gray {
  background: #839DAE;
}
.external-btn.revers .text {
  text-align: right;
}
.external-btn .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
}
.external-btn .arrow {
  width: 20px;
  height: 5px;
  margin-top: -4px;
}

.achieve-section {
  padding-top: 80px;
}
.achieve-section .container:not(:last-child) {
  padding-bottom: 64px;
}

.achieve-list .title {
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #231815;
  background: #fff;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 16px;
}
.achieve-list .subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.achieve-list .subtitle::before, .achieve-list .subtitle::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  height: 1px;
  border-bottom: 1px solid #4793CA;
}
.achieve-list .subtitle .text {
  padding: 0 20px;
  font-size: 13px;
  color: #4793CA;
  letter-spacing: 0.08em;
}
.achieve-list .subtitle + .list {
  margin-bottom: 32px;
}
.achieve-list .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 816px;
  margin-inline: auto;
}
@media (min-width: 800px) {
  .achieve-list .list.flexDirectionRow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 799px) {
  .achieve-list .list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.achieve-list .list li {
  font-size: 13px;
  color: #231815;
  margin-top: 10px;
  padding-left: 12px;
  position: relative;
  width: 33.333%;
  line-height: 1.25;
}
@media (max-width: 799px) {
  .achieve-list .list li {
    width: 50%;
    font-size: 11px;
  }
}
.achieve-list .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16%;
  width: 10px;
  height: 10px;
  border: 1px solid #231815;
}

@media (min-width: 800px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 799px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 900px) {
  .lg_ss_down {
    display: none;
  }
}
@media (max-width: 900px) {
  .lg_ss_up {
    display: none;
  }
}
@media (min-width: 800px) {
  .md_down {
    display: none;
  }
}
@media (max-width: 800px) {
  .md_up {
    display: none;
  }
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.displayNone {
  display: none;
}

@media (max-width: 799px) {
  .textLeft-sp {
    text-align: left !important;
  }
}

.textLeft {
  text-align: left !important;
}

@media (max-width: 799px) {
  .textRight-sp {
    text-align: right;
  }
}

@media (max-width: 799px) {
  .marginAuto-sp {
    margin: auto;
  }
}

.print {
  display: none;
}
@media print {
  .print {
    display: inline-block;
  }
}

.anim-up {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  opacity: 0;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}

.is-move {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  -moz-transition-delay: 300ms !important;
  -webkit-transition-delay: 300ms !important;
  -o-transition-delay: 300ms !important;
  -ms-transition-delay: 300ms !important;
}

.delay2 {
  -moz-transition-delay: 600ms !important;
  -webkit-transition-delay: 600ms !important;
  -o-transition-delay: 600ms !important;
  -ms-transition-delay: 600ms !important;
}

.delay3 {
  -moz-transition-delay: 900ms !important;
  -webkit-transition-delay: 900ms !important;
  -o-transition-delay: 900ms !important;
  -ms-transition-delay: 900ms !important;
}

.delay4 {
  -moz-transition-delay: 1200ms !important;
  -webkit-transition-delay: 1200ms !important;
  -o-transition-delay: 1200ms !important;
  -ms-transition-delay: 1200ms !important;
}

.delay5 {
  -moz-transition-delay: 1500ms !important;
  -webkit-transition-delay: 1500ms !important;
  -o-transition-delay: 1500ms !important;
  -ms-transition-delay: 1500ms !important;
}

.delay6 {
  -moz-transition-delay: 1800ms !important;
  -webkit-transition-delay: 1800ms !important;
  -o-transition-delay: 1800ms !important;
  -ms-transition-delay: 1800ms !important;
}

.delay7 {
  -moz-transition-delay: 2100ms !important;
  -webkit-transition-delay: 2100ms !important;
  -o-transition-delay: 2100ms !important;
  -ms-transition-delay: 2100ms !important;
}

.delay8 {
  -moz-transition-delay: 2400ms !important;
  -webkit-transition-delay: 2400ms !important;
  -o-transition-delay: 2400ms !important;
  -ms-transition-delay: 2400ms !important;
}

.delay9 {
  -moz-transition-delay: 2700ms !important;
  -webkit-transition-delay: 2700ms !important;
  -o-transition-delay: 2700ms !important;
  -ms-transition-delay: 2700ms !important;
}

.delay10 {
  -moz-transition-delay: 3000ms !important;
  -webkit-transition-delay: 3000ms !important;
  -o-transition-delay: 3000ms !important;
  -ms-transition-delay: 3000ms !important;
}