@charset "UTF-8";
#main {
  overflow-x: hidden;
}
#main * {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}
#main a {
  text-decoration: none;
  transition: 0.3s;
}
#main a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#main .kv-container {
  height: 40.27vw;
  background: url("../img/kv-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 55px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #main .kv-container {
    background-image: url("../img/kv-bg@sp.jpg");
    height: 135.2vw;
    margin-bottom: 22px;
  }
}
#main .kv-container .kv-subsidy-tag {
  border-left: solid 20px #3cbcbc;
  background: #FFF;
  font-size: 1rem;
  font-weight: 500;
  color: #224f89;
  letter-spacing: 0.05em;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 3.6111111111%;
  bottom: 28px;
  white-space: nowrap;
  padding-left: 8px;
  padding-right: 11px;
}
@media (max-width: 767px) {
  #main .kv-container .kv-subsidy-tag {
    font-size: 0.75rem;
    line-height: 1.33;
    right: 13px;
    bottom: 20px;
    padding-left: 12px;
    padding-right: 14px;
    border-left: solid 15px #3cbcbc;
    height: auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
#main .kv-container .kv-subsidy-tag:before {
  content: "";
  position: absolute;
  width: 279px;
  height: 61px;
  bottom: -15px;
  right: -4px;
  background: url("../img/subsidy-tag-shadow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: -1;
}
@media (max-width: 767px) {
  #main .kv-container .kv-subsidy-tag:before {
    width: 140px;
    height: 40px;
    right: -1px;
    bottom: -12px;
  }
}
#main .kv-container .kv-center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 516px;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) and (max-width: 1440px) {
  #main .kv-container .kv-center {
    width: 35.83%;
  }
}
@media (max-width: 767px) {
  #main .kv-container .kv-center {
    width: 100%;
  }
}
#main .kv-container .kv-center h1 img {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  #main .kv-container .kv-center h1 img {
    width: 75.73%;
    margin: 0 auto;
  }
}
#main .kv-container .kv-center .kv-point {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgb(58, 100, 199);
  background: linear-gradient(220deg, rgb(58, 100, 199) 0%, rgb(52, 160, 230) 40%, rgb(49, 193, 157) 100%);
  color: #FFF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.075em;
}
@media (min-width: 768px) and (max-width: 1440px) {
  #main .kv-container .kv-center .kv-point {
    width: 13.89vw;
    height: 13.89vw;
    font-size: 1.53vw;
  }
}
@media (max-width: 767px) {
  #main .kv-container .kv-center .kv-point {
    width: 26.67vw;
    height: 26.67vw;
    font-size: 2.93vw;
  }
}
#main .kv-container .kv-center .kv-point strong {
  font-size: 2rem;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1440px) {
  #main .kv-container .kv-center .kv-point strong {
    font-size: 2.22vw;
  }
}
@media (max-width: 767px) {
  #main .kv-container .kv-center .kv-point strong {
    font-size: 4.27vw;
  }
}
#main .kv-container .kv-center .kv-point.point1 {
  right: -19%;
  top: 3.89%;
}
#main .kv-container .kv-center .kv-point.point1 strong {
  letter-spacing: 0;
}
@media (max-width: 767px) {
  #main .kv-container .kv-center .kv-point.point1 {
    right: 4.27%;
    top: -0.53vw;
  }
}
#main .kv-container .kv-center .kv-point.point2 {
  left: -15.89%;
  bottom: 1.17%;
  width: 172px;
  height: 172px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  #main .kv-container .kv-center .kv-point.point2 {
    width: 11.94vw;
    height: 11.94vw;
  }
}
@media (max-width: 767px) {
  #main .kv-container .kv-center .kv-point.point2 {
    width: 22.93vw;
    height: 22.93vw;
    left: 16%;
    bottom: -6.53vw;
  }
}
#main #campaign-badge {
  position: fixed;
  display: block;
  left: 85px;
  top: calc(105px + 5.55vw);
  width: 220px;
  max-width: calc(17.3vw - 29.4px);
  z-index: 4;
  transition: 0.5s;
}
@media (max-width: 767px) {
  #main #campaign-badge {
    left: 2.8%;
    top: calc(57px + 16.4vw);
    width: 32%;
    max-width: none;
  }
}
#main #campaign-badge.no-header {
  top: 20px;
}
@media (max-width: 767px) {
  #main #campaign-badge.no-header {
    max-width: 160px;
  }
}
#main #campaign-badge.hidden {
  opacity: 0;
  pointer-events: none;
}
#main #campaign-badge img {
  display: block;
  width: 100%;
}
#main .inpage-nav-section {
  margin-bottom: 74px;
}
@media (max-width: 767px) {
  #main .inpage-nav-section {
    margin-bottom: 19px;
  }
}
#main .inpage-nav-section .nav-container {
  display: flex;
  max-width: 870px;
  margin: 0 auto;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #main .inpage-nav-section .nav-container {
    margin-left: -5px;
    margin-right: -5px;
  }
}
#main .inpage-nav-section .nav-container li {
  flex: 0 0 33%;
  text-align: center;
  height: 34px;
  position: relative;
}
@media (max-width: 767px) {
  #main .inpage-nav-section .nav-container li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 38px;
    padding-bottom: 10px;
  }
}
#main .inpage-nav-section .nav-container li:not(:last-child) {
  border-right: dashed 2px #427dd6;
}
@media (max-width: 767px) {
  #main .inpage-nav-section .nav-container li:not(:last-child) {
    border-width: 1px;
  }
}
#main .inpage-nav-section .nav-container li:after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  position: absolute;
  left: 50%;
  top: calc(100% + 3px);
  transform: translateX(-50%);
  background: url("../img/triangle-down-blue.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media (max-width: 767px) {
  #main .inpage-nav-section .nav-container li:after {
    width: 11px;
    height: 6px;
    bottom: 3px;
    top: auto;
  }
}
#main .inpage-nav-section .nav-container li a {
  line-height: 34px;
  font-size: 1.375rem;
  font-weight: 500;
  color: #224f89;
  letter-spacing: 0.2em;
  width: 100%;
  display: block;
  text-align: center;
  transition: opacity 0.3s;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  #main .inpage-nav-section .nav-container li a {
    line-height: 1.2;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 768px) {
  #main .inpage-nav-section .nav-container li a:hover {
    background: url("../img/inpage-nav-hover-bg.png");
    background-repeat: no-repeat;
    background-size: 189px;
    background-position: center center;
  }
}
#main .subsidy-link-section {
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  #main .subsidy-link-section {
    margin-bottom: 27px;
  }
}
#main .subsidy-link-section .subsidy-link-container {
  display: block;
  border: solid 8px #c6e0ff;
  padding: 28px 30px 48px;
  background-image: url("../img/arrow-down-blue@2x.png");
  background-repeat: no-repeat;
  background-size: 54px;
  background-position: center bottom 16px;
  text-align: center;
}
@media (max-width: 767px) {
  #main .subsidy-link-section .subsidy-link-container {
    border: solid 4px #c6e0ff;
    padding: 16px 5px 30px;
    background-size: 27px;
    background-position: center bottom 9px;
  }
}
#main .subsidy-link-section .subsidy-link-container .p-1 {
  display: block;
  max-width: 100%;
  margin: 0 auto 10px;
}
@media (max-width: 767px) {
  #main .subsidy-link-section .subsidy-link-container .p-1 {
    margin-bottom: 9px;
    width: 296px;
  }
}
#main .subsidy-link-section .subsidy-link-container .p-2 {
  font-size: 2.75rem;
  font-weight: bold;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  #main .subsidy-link-section .subsidy-link-container .p-2 {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
#main .subsidy-section {
  background: url("../img/subsidy-bg@2x.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 38px;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1330px) {
  #main .subsidy-section {
    padding-top: 3.5vw;
    margin-bottom: 7.5vw;
  }
}
@media (max-width: 767px) {
  #main .subsidy-section {
    background: none;
    padding-top: 0;
    position: relative;
    margin-bottom: 22px;
  }
}
#main .subsidy-section h2 {
  margin-bottom: 13px;
  text-align: center;
  color: #224f89;
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) and (max-width: 1330px) {
  #main .subsidy-section h2 {
    font-size: 1.95vw;
  }
}
@media (max-width: 767px) {
  #main .subsidy-section h2 {
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 36%;
    height: 28%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#main .subsidy-section h2 img.sp_only {
  width: 88%;
}
#main .subsidy-section .img-flex {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #main .subsidy-section .img-flex {
    flex-flow: row wrap;
  }
}
#main .subsidy-section .img-flex div {
  flex: 0 0 25%;
  width: 25%;
}
@media (max-width: 767px) {
  #main .subsidy-section .img-flex div {
    width: 50%;
    flex: 0 0 50%;
  }
}
#main .subsidy-section .img-flex div img {
  display: block;
  width: 100%;
}
#main .section2 {
  background: rgb(58, 100, 199);
  background: linear-gradient(90deg, rgba(58, 100, 199, 0.25) 0%, rgba(63, 129, 214, 0.25) 22%, rgba(52, 160, 230, 0.25) 51%, rgba(94, 193, 236, 0.25) 75%, rgba(101, 213, 239, 0.25) 100%);
  position: relative;
  padding-top: 8.04vw;
  padding-bottom: 140px;
}
#main .section2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8.04vw;
  background: url("../img/wave-white@2x.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
#main .section2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
#main .section2 .white-container {
  background: #FFF;
  border-radius: 8px;
  padding: 50px 30px 60px;
  box-shadow: 0 9px 21px rgba(134, 134, 134, 0.17);
  margin-top: 70px;
  margin-bottom: 84px;
}
@media (max-width: 767px) {
  #main .section2 .white-container {
    margin-top: 32px;
    padding: 18px 12px 22px;
    margin-bottom: 45px;
  }
}
#main .section2 .white-container h3 img {
  display: block;
  margin: 0 auto 18px;
  max-width: 100%;
}
@media (max-width: 767px) {
  #main .section2 .white-container h3 img {
    margin-bottom: 8px;
    width: 325px;
  }
}
#main .section2 .white-container dl {
  margin: 0 auto;
  max-width: 878px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: -26px;
}
@media (max-width: 767px) {
  #main .section2 .white-container dl {
    margin-bottom: -16px;
    max-width: 488px;
  }
}
#main .section2 .white-container dl dt {
  flex: 0 0 40px;
  width: 40px;
  margin-right: 24px;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  #main .section2 .white-container dl dt {
    flex: 0 0 22px;
    width: 22px;
    margin-right: 16px;
    margin-bottom: 16px;
  }
}
#main .section2 .white-container dl dt img {
  display: block;
  max-width: 100%;
}
#main .section2 .white-container dl dd {
  flex: 0 0 calc(100% - 64px);
  width: calc(100% - 64px);
  margin-bottom: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #151515;
}
@media (max-width: 767px) {
  #main .section2 .white-container dl dd {
    flex: 0 0 calc(100% - 38px);
    width: calc(100% - 38px);
    font-size: 0.9375rem;
    margin-bottom: 16px;
    letter-spacing: 0.05em;
  }
}
#main .section2 .white-container dl dd strong {
  color: #224f89;
  font-weight: bold;
  font-size: 2.125rem;
}
@media (max-width: 767px) {
  #main .section2 .white-container dl dd strong {
    font-size: 1.1875rem;
  }
}
#main .section2 .s2-p2 h2 {
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  #main .section2 .s2-p2 h2 {
    margin-bottom: 28px;
  }
}
#main .section2 .s2-p2 h2 img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  #main .section2 .s2-p2 h2 img {
    width: 334px;
  }
}
#main .section2 .s2-p2 .gradient-ttl {
  border-radius: 100px;
  background: rgb(58, 100, 199);
  background: linear-gradient(270deg, rgba(58, 100, 199, 0.75) 0%, rgba(52, 160, 230, 0.75) 46%, rgba(49, 193, 157, 0.75) 100%);
  color: #FFF;
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  line-height: 1.4;
  padding: 8px 28px;
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  #main .section2 .s2-p2 .gradient-ttl {
    font-size: 1.1875rem;
    padding: 7px 10px;
    margin-bottom: 21px;
  }
}
#main .section2 .s2-p2 .flex-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  #main .section2 .s2-p2 .flex-container {
    flex-flow: row wrap;
    margin-bottom: 22px;
  }
}
#main .section2 .s2-p2 .flex-container .fukidashi {
  background: url("../img/bubble-white1@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 335px;
  height: 330px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  #main .section2 .s2-p2 .flex-container .fukidashi {
    order: 2;
    width: 100%;
    height: auto;
    background: none;
    margin-right: 0;
  }
}
#main .section2 .s2-p2 .flex-container .fukidashi p {
  font-size: 1.625rem;
  font-weight: bold;
  color: #151515;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #main .section2 .s2-p2 .flex-container .fukidashi p {
    text-align: center;
    font-size: 0.9375rem;
  }
}
#main .section2 .s2-p2 .flex-container .fukidashi p strong {
  font-size: 2.25rem;
  color: #578ed9;
}
@media (max-width: 767px) {
  #main .section2 .s2-p2 .flex-container .fukidashi p strong {
    font-size: 1.25rem;
  }
}
#main .section2 .s2-p2 .flex-container .fukidashi.fukidashi2 {
  background-image: url("../img/bubble-white2@2x.png");
  width: 387px;
  height: 382px;
  margin-right: 3px;
}
@media (max-width: 767px) {
  #main .section2 .s2-p2 .flex-container .fukidashi.fukidashi2 {
    background: none;
    width: 100%;
    height: auto;
    margin-right: 0;
  }
}
#main .section2 .s2-p2 .flex-container .fukidashi.fukidashi2 p strong {
  color: #f5a100;
}
#main .section2 .s2-p2 .flex-container .flex-right {
  position: relative;
  padding-top: 16px;
  padding-left: 30px;
  padding-right: 71px;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  #main .section2 .s2-p2 .flex-container .flex-right {
    order: 1;
    padding-top: 14px;
    padding-bottom: 0;
    margin-bottom: 8px;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 470px;
  }
}
#main .section2 .s2-p2 .flex-container .flex-right .img-lrg {
  max-width: 100%;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}
#main .section2 .s2-p2 .flex-container .flex-right .img-ppm {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  #main .section2 .s2-p2 .flex-container .flex-right .img-ppm {
    width: 68px;
    bottom: -16px;
    left: 18px;
  }
}
@media (max-width: 767px) {
  #main .section2 .s2-p2 .flex-container .flex-right .img-ppm.ppm2 {
    width: 94px;
  }
}
#main .section2 .s2-p2 .flex-container .flex-right .bubble {
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
  height: 160px;
  background: url("../img/bubble-blue2@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #main .section2 .s2-p2 .flex-container .flex-right .bubble {
    width: 96px;
    height: 96px;
  }
}
#main .section2 .s2-p2 .flex-container .flex-right .bubble p {
  text-align: center;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #main .section2 .s2-p2 .flex-container .flex-right .bubble p {
    font-size: 0.875rem;
  }
}
#main .section2 .s2-p2 .flex-container .flex-right .bubble p strong {
  font-size: 2rem;
}
@media (max-width: 767px) {
  #main .section2 .s2-p2 .flex-container .flex-right .bubble p strong {
    font-size: 1.1875rem;
  }
}
#main .section2 .s2-p2 .flex-container .flex-right .bubble.bubble2 {
  background-image: url("../img/bubble-blue3@2x.png");
}
#main .section2 .s2-p2 .flex-container .flex-right .bubble.bubble2 p strong {
  color: #fff100;
}
#main .section2 .s2-p3 h2 {
  font-size: 2.625rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  color: #224f89;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #main .section2 .s2-p3 h2 {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
}
#main .section2 .s2-p3 .flex-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 735px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #main .section2 .s2-p3 .flex-container {
    max-width: 306px;
    align-items: flex-start;
  }
}
#main .section2 .s2-p3 .flex-container .flex-left, #main .section2 .s2-p3 .flex-container .flex-right {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #151515;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #main .section2 .s2-p3 .flex-container .flex-left, #main .section2 .s2-p3 .flex-container .flex-right {
    font-size: 0.875rem;
  }
}
#main .section2 .s2-p3 .flex-container .flex-left img, #main .section2 .s2-p3 .flex-container .flex-right img {
  display: block;
  max-width: 100%;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  #main .section2 .s2-p3 .flex-container .flex-left .s2-p3-img1, #main .section2 .s2-p3 .flex-container .flex-right .s2-p3-img1 {
    width: 134px;
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  #main .section2 .s2-p3 .flex-container .flex-left .s2-p3-img2, #main .section2 .s2-p3 .flex-container .flex-right .s2-p3-img2 {
    width: 109px;
  }
}
#main .section3 .s3-subttl {
  font-size: 2.375rem;
  line-height: 1.42;
  color: #4983d5;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #main .section3 .s3-subttl {
    font-size: 1.1875rem;
    margin-bottom: 17px;
  }
}
#main .section3 .s3-ttl {
  font-size: 4.625rem;
  color: #224f89;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
  margin-bottom: 82px;
}
@media (max-width: 767px) {
  #main .section3 .s3-ttl {
    font-size: 2.3125rem;
    margin-bottom: 30px;
  }
}
#main .section3 .s3-ttl .small-txt {
  font-size: 4rem;
}
@media (max-width: 767px) {
  #main .section3 .s3-ttl .small-txt {
    font-size: 2rem;
  }
}
#main .section3 .s3-ttl:before {
  content: "";
  position: absolute;
  width: 461px;
  height: 98px;
  background: url("../img/nayami-bg-shape@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  top: 62%;
  left: calc(50% + 2em);
  transform: translate(-100%, -50%);
  z-index: -1;
}
@media (max-width: 767px) {
  #main .section3 .s3-ttl:before {
    width: 230px;
    height: 50px;
    left: 50%;
    top: 1.5em;
    transform: translate(-57%, 0);
  }
}
#main .section3 .s3-ttl2 {
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.075em;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #main .section3 .s3-ttl2 {
    font-size: 1.5625rem;
    margin-right: -20px;
    margin-top: 60px;
    margin-bottom: 45px;
  }
}
#main .section3 .s3-ttl2 img {
  display: block;
  max-width: 100%;
  margin: 22px auto 0;
}
@media (max-width: 767px) {
  #main .section3 .s3-ttl2 img {
    width: 337px;
    margin-top: 20px;
    padding-right: 20px;
  }
}
#main .section3 h2 {
  font-size: 3.375rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  text-align: center;
  color: #224f89;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #main .section3 h2 {
    font-size: 1.6875rem;
    line-height: 1.4;
    margin-bottom: 18px;
  }
}
#main .section3 .bubble-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 -10px 66px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  #main .section3 .bubble-container {
    flex-flow: row wrap;
  }
}
@media (max-width: 767px) {
  #main .section3 .bubble-container {
    flex-flow: row wrap;
    margin-bottom: 14px;
  }
}
#main .section3 .bubble-container .item {
  margin-bottom: 40px;
  width: 247px;
}
@media (max-width: 767px) {
  #main .section3 .bubble-container .item {
    width: 170px;
    margin-bottom: 32px;
  }
}
#main .section3 .bubble-container .item:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 767px) {
  #main .section3 .bubble-container .item:not(:last-child) {
    margin-right: 0;
  }
}
#main .section3 .bubble-container .item .bubble {
  background: url("../img/bubble-blue@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 247px;
  height: 253px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}
@media (max-width: 767px) {
  #main .section3 .bubble-container .item .bubble {
    width: 150px;
    height: 150px;
    margin-bottom: 8px;
  }
}
#main .section3 .bubble-container .item .bubble img {
  max-width: 100%;
}
@media (max-width: 767px) {
  #main .section3 .bubble-container .item .bubble .nayami-1-img {
    width: 116px;
  }
}
@media (max-width: 767px) {
  #main .section3 .bubble-container .item .bubble .nayami-2-img {
    width: 144px;
  }
}
#main .section3 .bubble-container .item .bubble .nayami-3-img {
  transform: translateX(5%);
}
@media (max-width: 767px) {
  #main .section3 .bubble-container .item .bubble .nayami-3-img {
    width: 127px;
  }
}
@media (max-width: 767px) {
  #main .section3 .bubble-container .item .bubble .nayami-4-img {
    width: 87px;
  }
}
#main .section3 .bubble-container .item .bubble .nayami-5-img {
  transform: translateX(10%);
}
@media (max-width: 767px) {
  #main .section3 .bubble-container .item .bubble .nayami-5-img {
    width: 101px;
  }
}
#main .section3 .bubble-container .item p {
  text-align: center;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 1.45;
  margin: 0 -10px;
  color: #231f20;
}
@media (max-width: 767px) {
  #main .section3 .bubble-container .item p {
    font-size: 0.9375rem;
    margin: 0 -15px;
  }
}
#main .section3 .bubble-container .item:nth-child(even) {
  width: 253px;
}
@media (max-width: 767px) {
  #main .section3 .bubble-container .item:nth-child(even) {
    width: 170px;
  }
}
#main .section3 .bubble-container .item:nth-child(even) .bubble {
  background-image: url("../img/bubble-green@2x.png");
  width: 253px;
  height: 253px;
}
@media (max-width: 767px) {
  #main .section3 .bubble-container .item:nth-child(even) .bubble {
    width: 150px;
    height: 150px;
  }
}
#main .section3 .blue-container {
  background: #effaff;
  border-radius: 8px;
  display: flex;
  align-items: stretch;
  padding: 34px 0 40px;
  margin-bottom: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  #main .section3 .blue-container {
    display: block;
    padding: 0 0 15px;
    margin-bottom: 42px;
  }
}
#main .section3 .blue-container .flex-item {
  flex: 0 1 50%;
  width: 50%;
  text-align: center;
  padding: 0 30px;
}
@media (max-width: 767px) {
  #main .section3 .blue-container .flex-item {
    width: 100%;
    padding: 25px 17px;
  }
}
#main .section3 .blue-container .flex-item:first-child {
  position: relative;
}
#main .section3 .blue-container .flex-item:first-child:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  border-right: dotted 2px #69d0ff;
}
@media (max-width: 767px) {
  #main .section3 .blue-container .flex-item:first-child:after {
    border-right: none;
    border-bottom: dotted 2px #69d0ff;
    bottom: 0;
    left: 10%;
    height: 1px;
    width: 80%;
    top: auto;
  }
}
#main .section3 .blue-container .flex-item h3 {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #main .section3 .blue-container .flex-item h3 {
    font-size: 1.125rem;
    margin-bottom: 17px;
  }
}
#main .section3 .blue-container .flex-item img {
  max-width: 100%;
}
#main .section3 .blue-container .img-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 455px;
}
@media (max-width: 767px) {
  #main .section3 .blue-container .img-flex {
    max-width: 300px;
  }
}
#main .section3 .blue-container .img-flex div {
  flex: 0 1 265px;
  margin-right: 8px;
}
#main .section3 .blue-container .img-flex div:last-child {
  flex: 0 1 154px;
}
#main .section3 .blue-container .img-flex div img {
  max-width: 100%;
}
@media (max-width: 767px) {
  #main .section3 .blue-container .s3-p2-img1 {
    width: 169px;
  }
}
@media (max-width: 767px) {
  #main .section3 .blue-container .s3-p2-img2 {
    width: 101px;
  }
}
@media (max-width: 767px) {
  #main .section3 .blue-container .s3-p2-img3 {
    width: 262px;
  }
}
#main .section3 .s3-p6 {
  margin-bottom: 112px;
}
@media (max-width: 767px) {
  #main .section3 .s3-p6 {
    text-align: center;
    margin-bottom: 68px;
  }
}
#main .section3 .s3-p6 .flex-container {
  display: flex;
  align-items: top;
  justify-content: center;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  #main .section3 .s3-p6 .flex-container {
    display: block;
    margin-bottom: 21px;
  }
}
#main .section3 .s3-p6 .flex-container div {
  flex: 0 1 478px;
}
@media (max-width: 767px) {
  #main .section3 .s3-p6 .flex-container div {
    max-width: 350px;
    margin: 0 auto;
    padding-left: 13px;
  }
}
#main .section3 .s3-p6 .flex-container div:first-child {
  flex: 0 1 508px;
  margin-right: 3.9%;
}
@media (max-width: 767px) {
  #main .section3 .s3-p6 .flex-container div:first-child {
    margin: 0 auto 25px;
  }
}
#main .section3 .s3-p6 .flex-container div img {
  display: block;
  max-width: 100%;
}
#main .section3 .s3-p6 .footnote-link {
  color: #000;
  display: inline-block;
  font-size: 1rem;
}
@media (max-width: 767px) {
  #main .section3 .s3-p6 .footnote-link {
    font-size: 0.6875rem;
    text-decoration: underline;
  }
}
#main .section3 .s3-p6 .footnote-link:before {
  content: "";
  display: inline-block;
  background: url("../img/footnote-arrow@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 10px;
  height: 8px;
  margin-right: 6px;
  transform: translateY(-30%);
}
@media (max-width: 767px) {
  #main .section3 .s3-p6 .footnote-link:before {
    width: 15px;
    height: 12px;
    transform: translateY(10%);
  }
}
#main .section3 .s3-p6 .footnote-link.is-open:before {
  background-image: url("../img/footnote-arrow-open@2x.png");
}
#main .section3 .s3-p6 #footnote1 {
  text-align: left;
  font-weight: normal;
  font-size: 1rem;
  display: none;
}
@media (max-width: 767px) {
  #main .section3 .s3-p6 #footnote1 {
    font-size: 0.6875rem;
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  #main .section3 .s3-p7 .header-flex .flex-right h2 {
    letter-spacing: 0;
    margin-left: -10px;
    margin-right: -20px;
  }
}
#main .section3 .s3-p7 .figure-flex .flex-left, #main .section3 .s3-p7 .figure-flex .flex-right {
  position: relative;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  #main .section3 .s3-p7 .figure-flex .flex-left, #main .section3 .s3-p7 .figure-flex .flex-right {
    padding-bottom: 0;
    margin-bottom: 50px;
  }
}
#main .section3 .s3-p7 .figure-flex .flex-left h4, #main .section3 .s3-p7 .figure-flex .flex-right h4 {
  margin-bottom: 12px;
}
#main .section3 .s3-p7 .figure-flex .flex-left p, #main .section3 .s3-p7 .figure-flex .flex-right p {
  margin-bottom: 24px;
  font-size: 1.375rem;
}
@media (max-width: 767px) {
  #main .section3 .s3-p7 .figure-flex .flex-left p, #main .section3 .s3-p7 .figure-flex .flex-right p {
    font-size: 0.9375rem;
    margin-bottom: 9px;
  }
}
@media (max-width: 767px) {
  #main .section3 .s3-p7 .figure-flex .flex-left img, #main .section3 .s3-p7 .figure-flex .flex-right img {
    width: 252px;
  }
}
#main .section3 .s3-p7 .figure-flex .flex-left .blue-circle, #main .section3 .s3-p7 .figure-flex .flex-right .blue-circle {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #3ec2ff;
  border-radius: 50%;
  width: 192px;
  height: 192px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #main .section3 .s3-p7 .figure-flex .flex-left .blue-circle, #main .section3 .s3-p7 .figure-flex .flex-right .blue-circle {
    width: 115px;
    height: 115px;
    bottom: -18px;
    right: auto;
    left: calc(50% + 59px);
  }
}
@media (max-width: 360px) {
  #main .section3 .s3-p7 .figure-flex .flex-left .blue-circle, #main .section3 .s3-p7 .figure-flex .flex-right .blue-circle {
    right: -5px;
    left: auto;
  }
}
#main .section3 .s3-p7 .figure-flex .flex-left .blue-circle p, #main .section3 .s3-p7 .figure-flex .flex-right .blue-circle p {
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #main .section3 .s3-p7 .figure-flex .flex-left .blue-circle p, #main .section3 .s3-p7 .figure-flex .flex-right .blue-circle p {
    font-size: 0.6875rem;
    line-height: 1.5;
  }
}
#main .section3 .s3-p7 .figure-flex .flex-left .blue-circle p strong, #main .section3 .s3-p7 .figure-flex .flex-right .blue-circle p strong {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  #main .section3 .s3-p7 .figure-flex .flex-left .blue-circle p strong, #main .section3 .s3-p7 .figure-flex .flex-right .blue-circle p strong {
    font-size: 0.875rem;
  }
}
#main .section3 .header-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  #main .section3 .header-flex {
    display: block;
    margin-bottom: 32px;
  }
}
#main .section3 .header-flex .flex-left {
  margin-right: 28px;
  flex: 0 0 199px;
}
@media (max-width: 767px) {
  #main .section3 .header-flex .flex-left {
    margin-right: 0;
    margin-bottom: 17px;
  }
}
#main .section3 .header-flex .flex-left img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  #main .section3 .header-flex .flex-left img {
    width: 110px;
  }
}
#main .section3 .header-flex h2 {
  margin-bottom: 6px;
  letter-spacing: 0.075em;
  font-size: 3rem;
  text-align: left;
}
@media (max-width: 767px) {
  #main .section3 .header-flex h2 {
    font-size: 1.625rem;
    text-align: center;
  }
}
#main .section3 .header-flex p {
  font-size: 1.5rem;
  font-weight: bold;
  color: #151515;
  letter-spacing: 0.05em;
  text-align: left;
}
@media (max-width: 767px) {
  #main .section3 .header-flex p {
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.6;
    margin-left: -12px;
    margin-right: -20px;
  }
}
#main .section3 h3 {
  font-size: 2.25rem;
  font-weight: 500;
  color: #37afe6;
  text-align: center;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  #main .section3 h3 {
    font-size: 1.1875rem;
  }
}
#main .section3 p {
  font-weight: 500;
  font-size: 1.125rem;
  color: #151515;
  text-align: center;
}
@media (max-width: 767px) {
  #main .section3 p {
    font-size: 0.75rem;
    text-align: center;
    line-height: 1.8;
  }
}
#main .section3 .s3-p4-fig1 {
  display: block;
  max-width: 100%;
  margin: 28px auto 24px;
}
@media (max-width: 767px) {
  #main .section3 .s3-p4-fig1 {
    width: 264px;
    margin-top: 17px;
    margin-bottom: 42px;
  }
}
#main .section3 .figure-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  #main .section3 .figure-flex {
    display: block;
    margin-bottom: 17px;
  }
}
#main .section3 .figure-flex .flex-left, #main .section3 .figure-flex .flex-right {
  flex: 0 0 49%;
}
#main .section3 .figure-flex .flex-left h4, #main .section3 .figure-flex .flex-right h4 {
  text-align: center;
  background: #a2a2a2;
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0;
  border-radius: 100px;
  padding: 9px 10px;
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  #main .section3 .figure-flex .flex-left h4, #main .section3 .figure-flex .flex-right h4 {
    font-size: 1rem;
    margin-bottom: 16px;
    padding: 6px 10px;
  }
}
#main .section3 .figure-flex .flex-left h4.blue, #main .section3 .figure-flex .flex-right h4.blue {
  background: #4a8ad9;
}
#main .section3 .figure-flex .flex-left img, #main .section3 .figure-flex .flex-right img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #main .section3 .figure-flex .flex-left {
    margin-bottom: 40px;
  }
}
#main .section3 .figure-flex1 {
  container-type: inline-size;
}
#main .section3 .figure-flex1 .flex-left h4, #main .section3 .figure-flex1 .flex-right h4 {
  line-height: 1.3125;
}
@media (min-width: 768px) {
  #main .section3 .figure-flex1 .flex-left h4, #main .section3 .figure-flex1 .flex-right h4 {
    height: 70px;
    display: grid;
    place-content: center;
  }
}
#main .section3 .figure-flex1 .flex-left h4 small, #main .section3 .figure-flex1 .flex-right h4 small {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25;
  display: block;
}
@media (min-width: 768px) {
  #main .section3 .figure-flex1 .flex-left h4 small, #main .section3 .figure-flex1 .flex-right h4 small {
    font-size: 1.2903225806cqw;
  }
}
#main .section3 .footnotes {
  margin-bottom: 66px;
}
@media (max-width: 767px) {
  #main .section3 .footnotes {
    margin-bottom: 31px;
  }
}
#main .section3 .footnotes li {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #231f20;
}
@media (max-width: 767px) {
  #main .section3 .footnotes li {
    font-size: 0.5625rem;
  }
}
#main .section3 .gradient-box {
  background: #3a64c7;
  background: linear-gradient(270deg, rgba(58, 100, 199, 0.75) 0%, rgba(52, 160, 230, 0.75) 46%, rgba(49, 193, 157, 0.75) 100%);
  border-radius: 10px;
  padding: 7px;
  margin-bottom: 112px;
}
@media (max-width: 767px) {
  #main .section3 .gradient-box {
    border-radius: 7px;
    padding: 5px;
    margin-bottom: 60px;
  }
}
#main .section3 .gradient-box .inner {
  border-radius: 3px;
  background: #FFF;
  padding: 49px 30px 35px;
  position: relative;
}
@media (max-width: 767px) {
  #main .section3 .gradient-box .inner {
    border-radius: 2px;
    padding: 23px 15px 19px;
  }
}
#main .section3 .gradient-box .inner h4 {
  font-size: 2.1875rem;
  font-weight: bold;
  color: #224f89;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -60%);
  background: #FFF;
  display: inline-block;
  padding: 0 19px;
}
@media (max-width: 767px) {
  #main .section3 .gradient-box .inner h4 {
    font-size: 1.125rem;
    padding: 0 10px;
  }
}
#main .section3 .s3-p5-img1 {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #main .section3 .s3-p5-img1 {
    width: 313px;
  }
}
#main .section3 .h3-style2 {
  color: #4a8ad9;
  margin-bottom: 24px;
}
#main .section3 .h3-style2 strong {
  font-size: 3.125rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  #main .section3 .h3-style2 strong {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  #main .section3 .s3-p8 {
    margin-bottom: 52px;
  }
}
#main .section3 .s3-p8 .inner {
  padding: 54px 30px 51px;
}
@media (max-width: 767px) {
  #main .section3 .s3-p8 .inner {
    padding: 31px 15px 24px;
  }
}
#main .section3 .s3-p8 .inner .s3-p8-img1 {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #main .section3 .s3-p8 .inner .s3-p8-img1 {
    width: 295px;
  }
}
#main .section4 {
  padding-bottom: 9.3vw;
  background: url("../img/wave-green.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
@media (max-width: 767px) {
  #main .section4 {
    padding-bottom: calc(19vw + 40px);
    background-position: center bottom 40px;
  }
}
#main .section4 .s4-p1 {
  background: rgb(58, 100, 199);
  background: linear-gradient(90deg, rgba(58, 100, 199, 0.25) 0%, rgba(63, 129, 214, 0.25) 22%, rgba(52, 160, 230, 0.25) 51%, rgba(94, 193, 236, 0.25) 75%, rgba(101, 213, 239, 0.25) 100%);
  position: relative;
  padding-top: 4.3vw;
  padding-bottom: 128px;
  text-align: center;
}
@media (max-width: 767px) {
  #main .section4 .s4-p1 {
    padding-bottom: 60px;
  }
}
#main .section4 .s4-p1:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.3vw;
  background: url("../img/wave-white@2x.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
#main .section4 .s4-p1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background: none;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 767px) {
  #main .section4 .s4-p1:after {
    height: 60px;
  }
}
#main .section4 .s4-p1 h2 {
  margin-top: 96px;
  font-size: 3.375rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  color: #224f89;
  text-align: center;
}
@media (max-width: 767px) {
  #main .section4 .s4-p1 h2 {
    margin-top: 60px;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
#main .section4 .s4-p1 h2 span {
  display: inline-block;
  margin-left: 0.3em;
}
#main .section4 .s4-p1 h2 img {
  display: block;
  margin: 20px auto 60px;
  max-width: 100%;
}
@media (max-width: 767px) {
  #main .section4 .s4-p1 h2 img {
    width: 231px;
    margin: 15px auto 38px;
  }
}
#main .section4 .s4-p1 .check-list {
  display: inline-block;
  text-align: left;
}
#main .section4 .s4-p1 .check-list li {
  font-weight: bold;
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #main .section4 .s4-p1 .check-list li {
    letter-spacing: 0.03em;
    font-size: 1.125rem;
    margin-bottom: 20px;
    text-indent: -28px;
    margin-left: 28px;
  }
}
#main .section4 .s4-p1 .check-list li:before {
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/icon-check@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 20px;
  transform: translateY(20%);
}
@media (max-width: 767px) {
  #main .section4 .s4-p1 .check-list li:before {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
}
#main .section4 .s4-p2 {
  margin-bottom: 112px;
}
@media (max-width: 767px) {
  #main .section4 .s4-p2 {
    margin-bottom: 52px;
  }
}
#main .section4 .s4-p2 h2 {
  color: #FFF;
  background: rgb(58, 100, 199);
  background: linear-gradient(270deg, rgba(58, 100, 199, 0.95) 0%, rgba(52, 160, 230, 0.95) 50%, rgba(49, 193, 157, 0.95) 100%);
  text-align: center;
  padding: 11px 10px;
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: 0.075em;
  position: relative;
  margin-bottom: 76px;
}
@media (max-width: 767px) {
  #main .section4 .s4-p2 h2 {
    font-size: 1.25rem;
    padding: 12px 4px;
    margin-bottom: 45px;
  }
}
#main .section4 .s4-p2 h2:after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0;
  width: 58px;
  height: 34px;
  background: url("../img/triangle-blue@2x.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  transform: translate(-50%, 100%);
}
@media (max-width: 767px) {
  #main .section4 .s4-p2 h2:after {
    width: 36px;
    height: 21px;
  }
}
#main .section4 .s4-p2 .blue-points {
  text-align: center;
  color: #151515;
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  #main .section4 .s4-p2 .blue-points {
    font-size: 0.9375rem;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 12px;
  }
}
#main .section4 .s4-p2 .blue-points span {
  white-space: nowrap;
  margin-bottom: 5px;
}
#main .section4 .s4-p2 .blue-points .point {
  display: inline-block;
  background: #4a8ad9;
  color: #FFF;
  margin-right: 12px;
  border-radius: 10px;
  white-space: nowrap;
  padding: 11px 15px;
}
@media (max-width: 767px) {
  #main .section4 .s4-p2 .blue-points .point {
    padding: 9px 12px;
    margin-right: 5px;
  }
}
#main .section4 .s4-p2 h3 {
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #main .section4 .s4-p2 h3 {
    font-size: 1.1875rem;
    line-height: 1.4;
  }
}
#main .section4 .s4-p2 .duct-container {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  #main .section4 .s4-p2 .duct-container {
    margin-bottom: 48px;
  }
}
#main .section4 .s4-p2 .duct-container .image-container {
  width: 364px;
  max-width: 100%;
  min-height: 364px;
  margin: 0 auto 30px;
  background: url("../img/bubble-large@2x.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 34px;
  text-align: center;
}
@media (max-width: 767px) {
  #main .section4 .s4-p2 .duct-container .image-container {
    width: 240px;
    background-size: 217px;
    min-height: 217px;
  }
}
#main .section4 .s4-p2 .duct-container .image-container img {
  display: block;
  max-width: 100%;
  margin: 0 auto 31px;
}
@media (max-width: 767px) {
  #main .section4 .s4-p2 .duct-container .image-container img {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  #main .section4 .s4-p2 .duct-container .image-container .s4-p2-img1 {
    width: 204px;
  }
}
@media (max-width: 767px) {
  #main .section4 .s4-p2 .duct-container .image-container .s4-p2-img2 {
    width: 224px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  #main .section4 .s4-p2 .duct-container .image-container .s4-p2-img3 {
    width: 224px;
    margin-bottom: 16px;
  }
}
#main .section4 .s4-p2 .duct-container .image-container p {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.67;
  text-align: left;
}
@media (max-width: 767px) {
  #main .section4 .s4-p2 .duct-container .image-container p {
    font-size: 0.75rem;
  }
}
#main .section4 .s4-p2 .duct-container .footnote {
  text-align: center;
  font-size: 1rem;
  line-height: 1.7;
}
@media (max-width: 767px) {
  #main .section4 .s4-p2 .duct-container .footnote {
    font-size: 0.6875rem;
  }
}
#main .section4 .s4-p2 h4 {
  text-align: center;
  margin: 0 auto 51px;
  max-width: 754px;
  border-bottom: solid 2px #4a8ad9;
  position: relative;
}
@media (max-width: 767px) {
  #main .section4 .s4-p2 h4 {
    margin-bottom: 24px;
  }
}
#main .section4 .s4-p2 h4 span {
  display: inline-block;
  background: #FFF;
  font-size: 1.875rem;
  color: #224f89;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  padding-left: 0.8em;
  padding-right: 0.1em;
}
@media (max-width: 767px) {
  #main .section4 .s4-p2 h4 span {
    font-size: 1.125rem;
  }
}
#main .section4 .s4-p2 .video-container {
  width: 100%;
  display: block;
  max-width: 800px;
  margin: 0 auto 110px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #main .section4 .s4-p2 .video-container {
    margin-bottom: 48px;
  }
}
#main .section4 .s4-p2 .flex-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 767px) {
  #main .section4 .s4-p2 .flex-container {
    display: block;
  }
}
#main .section4 .s4-p2 .flex-container .image-container {
  margin: 0 15px;
  flex: 0 0 auto;
  width: 364px;
  max-width: 100%;
  min-height: 364px;
  background: url("../img/bubble-large@2x.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 65px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #main .section4 .s4-p2 .flex-container .image-container {
    margin: 0 auto 12px;
  }
}
@media (max-width: 767px) {
  #main .section4 .s4-p2 .flex-container .image-container {
    width: 240px;
    background-size: 217px;
    min-height: 217px;
  }
}
#main .section4 .s4-p2 .flex-container .image-container img {
  display: block;
  max-width: 100%;
  margin: 0 auto 31px;
}
@media (max-width: 767px) {
  #main .section4 .s4-p2 .flex-container .image-container img {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  #main .section4 .s4-p2 .flex-container .image-container .s4-p2-img1 {
    width: 204px;
  }
}
@media (max-width: 767px) {
  #main .section4 .s4-p2 .flex-container .image-container .s4-p2-img2 {
    width: 224px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  #main .section4 .s4-p2 .flex-container .image-container .s4-p2-img3 {
    width: 224px;
    margin-bottom: 16px;
  }
}
#main .section4 .s4-p2 .flex-container .image-container p {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.67;
  text-align: left;
}
@media (max-width: 767px) {
  #main .section4 .s4-p2 .flex-container .image-container p {
    font-size: 0.75rem;
  }
}
#main .section4 .s4-p2 .footnote {
  text-align: center;
  font-size: 1rem;
  line-height: 1.7;
}
@media (max-width: 767px) {
  #main .section4 .s4-p2 .footnote {
    font-size: 0.6875rem;
  }
}
#main .section4 .subsidy-container {
  border: solid 8px #c6e0ff;
  padding: 66px 50px 70px;
  text-align: center;
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  #main .section4 .subsidy-container {
    border-width: 4px;
    padding: 25px 10px 30px;
    margin-bottom: 60px;
  }
}
#main .section4 .subsidy-container .top-label {
  background: #224f89;
  color: #FFF;
  display: block;
  margin: 0 auto 10px;
  height: 40px;
  line-height: 40px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: -0.05em;
  border-radius: 10px;
  width: 7.5rem;
}
@media (max-width: 767px) {
  #main .section4 .subsidy-container .top-label {
    height: 30px;
    line-height: 30px;
    font-size: 0.875rem;
    width: 6.25rem;
    border-radius: 8px;
    margin-bottom: 11px;
  }
}
#main .section4 .subsidy-container .subsidy-ttl {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 40px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  padding-bottom: 15px;
  position: relative;
}
@media (max-width: 767px) {
  #main .section4 .subsidy-container .subsidy-ttl {
    font-size: 1.1875rem;
    line-height: 1.625rem;
    margin-bottom: 30px;
    padding-bottom: 13px;
  }
}
#main .section4 .subsidy-container .subsidy-ttl:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 90px;
  height: 4px;
  background: #4a8ad9;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #main .section4 .subsidy-container .subsidy-ttl:after {
    width: 45px;
    height: 2px;
  }
}
#main .section4 .subsidy-container .blue-block {
  min-height: 50px;
  line-height: 50px;
  background: #4a8ad9;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #FFF;
  border-radius: 25px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #main .section4 .subsidy-container .blue-block {
    min-height: 40px;
    line-height: 40px;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    margin-bottom: 26px;
  }
}
#main .section4 .subsidy-container .flex-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  #main .section4 .subsidy-container .flex-container {
    display: block;
    margin-bottom: 35px;
  }
}
#main .section4 .subsidy-container .flex-container .img-container {
  flex: 0 0 auto;
  width: 40.75%;
}
@media (max-width: 767px) {
  #main .section4 .subsidy-container .flex-container .img-container {
    width: 100%;
    margin-bottom: 14px;
  }
  #main .section4 .subsidy-container .flex-container .img-container:last-child {
    margin-bottom: 0;
  }
}
#main .section4 .subsidy-container .flex-container .img-container img {
  display: block;
  width: 100%;
}
#main .section4 .subsidy-container .flex-container .txt-container {
  flex: 0 0 auto;
  width: 55.625%;
  text-align: left;
}
@media (max-width: 767px) {
  #main .section4 .subsidy-container .flex-container .txt-container {
    width: 100%;
    margin-bottom: 14px;
  }
  #main .section4 .subsidy-container .flex-container .txt-container:last-child {
    margin-bottom: 0;
  }
}
#main .section4 .subsidy-container .flex-container .txt-container p {
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #main .section4 .subsidy-container .flex-container .txt-container p {
    font-size: 0.8125rem;
    line-height: 1.375rem;
  }
}
#main .section4 .subsidy-container .point-ttl {
  color: #224f89;
  text-align: center;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.4;
  padding-bottom: 22px;
  background: url("../img/point-ttl-underline@2x.png");
  background-repeat: no-repeat;
  background-size: 800px;
  background-position: center bottom;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  #main .section4 .subsidy-container .point-ttl {
    font-size: 0.9375rem;
    margin-bottom: 18px;
    background-image: url("../img/point-ttl-underline@sp.png");
    background-repeat: repeat-x;
    background-size: 395px;
    padding-bottom: 16px;
  }
}
#main .section4 .subsidy-container .subsidy-bottom-section {
  background: url("../img/blue-dotted-line@2x.png");
  background-repeat: repeat-x;
  background-size: 10px;
  background-position: left top;
  padding-top: 55px;
}
@media (max-width: 767px) {
  #main .section4 .subsidy-container .subsidy-bottom-section {
    background-size: 5px;
    padding-top: 33px;
  }
}
#main .section4 .subsidy-container .subsidy-ttl2 {
  color: #4a8ad9;
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 1.4;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  #main .section4 .subsidy-container .subsidy-ttl2 {
    font-size: 1.125rem;
  }
}
#main .section4 .subsidy-container p {
  font-size: 1rem;
  line-height: 1.7;
  color: #0e0e0e;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #main .section4 .subsidy-container p {
    font-size: 0.8125rem;
    margin-bottom: 6px;
  }
}
#main .section4 .subsidy-container .support-pic {
  display: block;
  max-width: 100%;
  margin: 0 auto 45px;
}
@media (max-width: 767px) {
  #main .section4 .subsidy-container .support-pic {
    margin-bottom: 12px;
    width: 312px;
  }
}
#main .section4 .subsidy-container .subsidy-button {
  display: inline-block;
  width: 400px;
  max-width: 100%;
  background: #4a8ad9;
  background-image: url("../img/subsidy-button-arrow@2x.png");
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: right 30px center;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  height: 60px;
  line-height: 60px;
  border-radius: 4px;
  padding: 0 45px;
}
@media (max-width: 767px) {
  #main .section4 .subsidy-container .subsidy-button {
    font-size: 1.0625rem;
    height: 50px;
    line-height: 50px;
    width: 270px;
    background-size: 7px;
    background-position: right 25px center;
    padding: 0 35px;
  }
}
#main .section4 .s4-p4 {
  text-align: center;
}
#main .section4 .s4-p4 h2 {
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  #main .section4 .s4-p4 h2 {
    margin-bottom: 45px;
  }
}
#main .section4 .s4-p4 h2 img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  #main .section4 .s4-p4 h2 img {
    width: 304px;
  }
}
#main .section4 .s4-p4 .campaign-inquiry-banner {
  display: block;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  #main .section4 .s4-p4 .campaign-inquiry-banner {
    margin-bottom: 60px;
  }
}
#main .section4 .s4-p4 .campaign-inquiry-banner img {
  display: block;
  width: 100%;
}
#main .section4 .s4-p4 .s4-p4-img1 {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #main .section4 .s4-p4 .s4-p4-img1 {
    width: 334px;
  }
}
#main .contact-section {
  color: #FFF;
  background: rgb(58, 100, 199);
  background: linear-gradient(270deg, rgba(58, 100, 199, 0.95) 0%, rgba(52, 160, 230, 0.95) 50%, rgba(49, 193, 157, 0.95) 100%);
  padding: 50px 0 64px;
  text-align: center;
}
@media (max-width: 767px) {
  #main .contact-section {
    padding: 35px 0 40px;
  }
}
#main .contact-section h2 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  #main .contact-section h2 {
    font-size: 0.75rem;
  }
}
#main .contact-section .telephone-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #main .contact-section .telephone-container {
    flex-flow: row wrap;
    margin-bottom: 4px;
    text-align: center;
  }
}
#main .contact-section .telephone-container .number-container {
  display: flex;
  align-items: center;
}
#main .contact-section .telephone-container .icon-phone {
  margin-right: 6px;
  width: 38px;
}
@media (max-width: 767px) {
  #main .contact-section .telephone-container .icon-phone {
    width: 24px;
  }
}
#main .contact-section .telephone-container .icon-green {
  margin-right: 3px;
  width: 54px;
}
@media (max-width: 767px) {
  #main .contact-section .telephone-container .icon-green {
    width: 28px;
  }
}
#main .contact-section .telephone-container .phone-number {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #main .contact-section .telephone-container .phone-number {
    font-size: 1.4375rem;
  }
}
#main .contact-section .telephone-container .free-dial {
  color: #fff100;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  #main .contact-section .telephone-container .free-dial {
    font-size: 1.625rem;
  }
}
#main .contact-section .telephone-container .phone-text {
  font-size: 1.25rem;
  font-weight: bold;
  margin-left: 4px;
  margin-right: 10px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #main .contact-section .telephone-container .phone-text {
    flex: 0 0 100%;
    text-align: center;
    margin: 6px 0;
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  #main .contact-section .telephone-container.pc_only {
    display: none;
  }
}
@media (min-width: 768px) {
  #main .contact-section .telephone-container.sp_only {
    display: none;
  }
}
#main .contact-section .warning {
  color: #e60011;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #main .contact-section .warning {
    font-size: 0.8125rem;
    margin-bottom: 6px;
  }
}
#main .contact-section p {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 46px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #main .contact-section p {
    font-size: 0.75rem;
    margin-bottom: 28px;
  }
}
#main .contact-section .contact-btn-lrg {
  display: block;
  margin: 0 auto;
  width: 475px;
  max-width: 100%;
  background: #FFF;
  border-radius: 6px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #224f89;
  padding: 18px 10px;
}
@media (max-width: 767px) {
  #main .contact-section .contact-btn-lrg {
    font-size: 0.875rem;
    padding: 10px 10px;
    width: 238px;
  }
}
#main .contact-section .contact-btn-lrg:before {
  content: "";
  display: inline-block;
  background: url("../img/icon-mail@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 40px;
  height: 29px;
  margin-right: 13px;
  transform: translateY(15%);
}
@media (max-width: 767px) {
  #main .contact-section .contact-btn-lrg:before {
    width: 21px;
    height: 15px;
    margin-right: 8px;
  }
}
#main #contact-right-bg {
  display: none;
  z-index: 9;
}
@media (max-width: 767px) {
  #main #contact-right-bg.active {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
#main #contact-right {
  position: fixed;
  right: 0;
  width: 680px;
  top: 65vh;
  background: #e3eef9;
  border-radius: 20px 0 0 20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.17);
  text-align: center;
  padding: 30px 0;
  transform: translate(584px, -50%);
  transition: 0.5s;
  z-index: 10;
  background: rgb(58, 100, 199);
  background: linear-gradient(-150deg, rgb(58, 100, 199) 0%, rgb(52, 160, 230) 51%, rgb(49, 193, 157) 100%);
  background-size: 120px 100%;
}
@media (max-width: 767px) {
  #main #contact-right {
    width: 360px;
    border-radius: 15px 0 0 15px;
    max-width: calc(100% - 15px);
    padding: 15px 5px;
    top: 45vh;
    transform: translate(calc(100% - 30px), 0);
    height: 132px;
    cursor: pointer;
  }
}
#main #contact-right.open {
  transform: translate(0, -50%);
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  #main #contact-right.open {
    height: 186px;
    transform: none;
    cursor: auto;
  }
}
#main #contact-right.open .contact-toggle-img {
  opacity: 0;
}
#main #contact-right.open .contact-right-inner {
  opacity: 1;
}
@media (max-width: 767px) {
  #main #contact-right.open .telephone-container .number-container {
    pointer-events: auto;
  }
}
#main #contact-right.hidden {
  transform: translate(640px, -50%);
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  #main #contact-right.hidden {
    transform: translate(330px, 0);
  }
}
#main #contact-right .contact-toggle-img {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
@media (max-width: 767px) {
  #main #contact-right .contact-toggle-img {
    width: 12px;
    left: 11px;
    top: 14px;
    transform: none;
  }
}
#main #contact-right .contact-right-inner {
  opacity: 0;
  transition: 0.2s;
}
#main #contact-right .top-txt {
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  color: #FFF;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #main #contact-right .top-txt {
    font-size: 0.8125rem;
    margin-bottom: 9px;
  }
}
#main #contact-right .telephone-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  #main #contact-right .telephone-container {
    margin-bottom: 2px;
  }
}
#main #contact-right .telephone-container .number-container {
  display: flex;
  align-items: center;
  pointer-events: none;
}
#main #contact-right .telephone-container .icon-phone {
  margin-right: 6px;
  width: 30px;
}
@media (max-width: 767px) {
  #main #contact-right .telephone-container .icon-phone {
    width: 20px;
    margin-right: 5px;
  }
}
#main #contact-right .telephone-container .icon-green {
  margin-right: 3px;
  width: 43px;
}
@media (max-width: 767px) {
  #main #contact-right .telephone-container .icon-green {
    width: 24px;
  }
}
#main #contact-right .telephone-container .phone-number {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Lucida Grande", Osaka, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
@media (max-width: 767px) {
  #main #contact-right .telephone-container .phone-number {
    font-size: 0.9375rem;
  }
}
#main #contact-right .telephone-container .free-dial {
  color: #e4e300;
}
#main #contact-right .telephone-container .contact-text3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-left: 4px;
  margin-right: 10px;
  white-space: nowrap;
  color: #FFF;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}
@media (max-width: 767px) {
  #main #contact-right .telephone-container .contact-text3 {
    font-size: 0.75rem;
    margin-left: 2px;
    margin-right: 6px;
  }
}
#main #contact-right .warning {
  color: #e60011;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  #main #contact-right .warning {
    font-size: 0.75rem;
  }
}
#main #contact-right .bottom-txt {
  font-size: 0.9375rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  color: #FFF;
  line-height: 1;
  margin-bottom: 15px;
  white-space: nowrap;
  font-weight: 500;
}
@media (max-width: 767px) {
  #main #contact-right .bottom-txt {
    font-size: 0.75rem;
    line-height: 1.125rem;
    margin-bottom: 12px;
  }
}
#main #contact-right .contact-button {
  display: block;
  width: 380px;
  margin: 0 auto;
  background: #024665;
  border-radius: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 1.1875rem;
  font-weight: bold;
  color: #FFF;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}
@media (max-width: 767px) {
  #main #contact-right .contact-button {
    width: 215px;
    max-width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 0.75rem;
  }
}
#main #contact-right .contact-button .icon-mail {
  margin-right: 10px;
  transform: translateY(5px);
}
@media (max-width: 767px) {
  #main #contact-right .contact-button .icon-mail {
    width: 18px;
    margin-right: 8px;
    transform: translateY(3px);
  }
}
#main .top-button {
  position: fixed;
  right: 40px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #4b89d9;
  background-image: url("../img/up-arrow-white@2x.png");
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center center;
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
}
@media (max-width: 767px) {
  #main .top-button {
    width: 35px;
    height: 35px;
    background-size: 12px;
    right: 15px;
    bottom: 15px;
  }
}
#main .top-button.active {
  opacity: 1;
  pointer-events: auto;
}

.triangle-down {
  display: block;
  width: 180px;
  height: 63px;
  margin: 0 auto;
  background: url("../img/triangle-down@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .triangle-down {
    width: 90px;
    height: 31px;
    margin-bottom: 48px;
  }
}

sub {
  vertical-align: baseline;
  font-size: 65%;
}

sup {
  vertical-align: super;
  font-size: 65%;
}

.bold {
  font-weight: bold;
}

.yellow-txt {
  color: #fff100;
}

.orange-txt {
  color: #f5a100;
}

.blue-txt {
  color: #4a8ad9;
}

.nowrap {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .global_footer {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .inner-800 {
    width: 800px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .inner-1380 {
    max-width: 1380px;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .inner-1270 {
    max-width: 1270px;
    width: calc(100% - 170px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .inner-1190 {
    max-width: 1190px;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .inner-sp {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .inner-pc {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

/*******************
Fade In Animation
*******************/
.fade-in {
  opacity: 0;
  transform: translateY(70px);
  transition: 1s;
}
@media (max-width: 767px) {
  .fade-in {
    transform: translateY(35px);
  }
}

.delay1 {
  transition-delay: 0.3s;
}

.delay2 {
  transition-delay: 0.6s;
}

.delay3 {
  transition-delay: 0.9s;
}

.delay-short1 {
  transition-delay: 0.1s;
}

.delay-short2 {
  transition-delay: 0.2s;
}

.delay-short3 {
  transition-delay: 0.3s;
}

.delay-short4 {
  transition-delay: 0.4s;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/*!* -------------------------------
    pagetop
------------------------------- *!*/
.pagetop {
  visibility: visible;
  opacity: 1;
  position: fixed;
  z-index: 990;
  right: 24px;
  bottom: 24px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s, visibility 0.3s, background 0.3s;
  transition: opacity 0.3s, visibility 0.3s, background 0.3s;
  font-size: 0;
  text-align: right;
}

.pagetop a {
  display: inline-block;
  background: #c00;
}

.pagetop a:hover {
  background: #e60000;
}

.pagetop img {
  width: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.pagetop:hover img {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.pagetop.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.pagetop.is-absoluted {
  position: absolute;
  bottom: 0;
}

@media (max-width: 767px) {
  .pagetop {
    right: 20px;
  }
  .pagetop img {
    width: 33px;
  }
  .pagetop:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
