.container {
  width: 1600px;
  margin: 0 auto;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .container {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@keyframes scrolldown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(18px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes followdown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  55% {
    transform: translateY(38px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeDown {
  0% {
    transform: translateY(-80px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#section1 {
  background: url(../../images/front-page/section1_img.png) no-repeat center/cover;
  width: 100vw;
  height: 100vw;
}

.one {
  color: #FFF;
  position: relative;
}
.one__title {
  font-size: 3rem;
  line-height: 3.875rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .one__title {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}
.one__text {
  color: #D1D1D1;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .one__text {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}

.detail-link {
  display: inline-block;
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2rem;
  margin-top: 1.875rem;
  text-decoration: underline;
  text-underline-position: under;
}
@media only screen and (max-width: 767px) {
  .detail-link {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}

.scroll-down {
  position: absolute;
  bottom: -30vh;
  left: -50px;
  display: block;
  transform: rotate(90deg);
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .scroll-down {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .scroll-down {
    display: none;
  }
}
.scroll-down__arrow {
  display: inline-block;
  background: url(../../images/arrow.svg) no-repeat center/cover;
  width: 1.125rem;
  height: 1.125rem;
  transform: rotate(-90deg);
  vertical-align: bottom;
  margin-left: 0.625rem;
}

.notify {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 67.5625rem;
  height: 5rem;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: 0.625rem;
          backdrop-filter: 0.625rem;
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
}
@media only screen and (max-width: 767px) {
  .notify {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .notify {
    width: 100%;
    height: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .notify {
    width: 100%;
    height: 3.75rem;
  }
}
.notify__list {
  padding: 1.5rem 0;
}
@media only screen and (max-width: 767px) {
  .notify__list {
    padding: 1.1875rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .notify__item {
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
.notify__link {
  padding: 1.5rem 3.125rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .notify__link {
    padding: 1.5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .notify__link {
    padding: 1.1875rem 0;
  }
}
.notify__arrow {
  display: inline-block;
  background: url(../../images/arrow.svg) no-repeat center/cover;
  width: 1.125rem;
  height: 1.125rem;
  transform: rotate(-90deg);
  margin-left: 13.1875rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .notify__arrow {
    margin-left: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .notify__arrow {
    position: absolute;
    right: 1.25rem;
    transform: rotate(-90deg);
    margin-left: 1.25rem;
  }
}
.notify .bold {
  font-weight: 700;
}
.notify .stick {
  display: inline-block;
  margin: 0 3.125rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .notify .stick {
    margin: 0 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .notify .stick {
    margin: 0 0.625rem;
  }
}

#fp-nav {
  width: 100rem;
  transform: translateX(-50%);
  left: 50%;
  pointer-events: none;
}
#fp-nav ul {
  width: -moz-fit-content;
  width: fit-content;
  height: 12.375rem;
  margin: auto;
  margin-right: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
#fp-nav ul li {
  width: 100%;
  height: 0.5rem;
}
#fp-nav ul li .active span {
  background: #0036F4;
  width: 0.5rem !important;
  height: 0.5rem !important;
  margin: 0 !important;
}
#fp-nav ul li a span {
  background: #DCE2E8;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0;
}

.emphasis {
  color: #0036F4;
}

.section.active .promotion__title {
  animation: fadeDown 1.5s 0.15s ease-out forwards;
}

.promotion {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.promotion__title {
  font-size: 3rem;
  line-height: 3.875rem;
  font-weight: 700;
  color: #111;
  text-align: center;
  margin-bottom: 6.25rem;
  opacity: 0;
}
.promotion__title__bg {
  position: absolute;
  font-size: 7.5rem;
  line-height: 10.125rem;
  font-weight: 700;
  color: #F6F7F9;
  z-index: -1;
  top: 50%;
  right: 50%;
  transform: translate(50%, -145%);
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .promotion__title__bg {
    transform: translate(50%, -135%);
  }
}
@media only screen and (max-width: 767px) {
  .promotion__title__bg {
    font-size: 3.775rem;
    line-height: 5.0938rem;
    transform: translate(50%, -170%);
  }
}
@media only screen and (max-width: 767px) {
  .promotion__title {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .promotion__title {
    font-size: 2.5rem;
    line-height: 3.375rem;
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .promotion__title {
    margin-bottom: 3.125rem;
  }
  .promotion__title br {
    display: none;
  }
}
.promotion__animation {
  width: 2.375rem;
  height: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .promotion__animation {
    width: 2.5rem;
    height: 1.25rem;
  }
}
.promotion__animation:nth-of-type(1) {
  background: url(../../images/promoArrow_color.svg) no-repeat center/cover;
  animation: followdown 2s ease-in-out infinite;
}
.promotion__animation:nth-of-type(2) {
  background: url(../../images/promoArrow_color.svg) no-repeat center/cover;
  animation: scrolldown 2s ease-in-out infinite;
}

.slide {
  position: relative;
}

.bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100vh;
  background-color: #F6F7F9;
  z-index: -1;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .bg {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .bg {
    display: none;
  }
}

.section_head {
  width: 100rem;
  position: relative;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 20%);
  z-index: 1000;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .section_head {
    width: 100%;
    padding: 0 5rem;
    top: 0;
    left: 0;
    transform: translate(0);
  }
}
@media only screen and (max-width: 767px) {
  .section_head {
    width: 100%;
    padding: 0 2.5rem;
    top: 0;
    left: 0;
    transform: translate(0);
  }
}

.service {
  position: relative;
}
.service__title {
  font-size: 3rem;
  line-height: 3.875rem;
  font-weight: 700;
  color: #111;
}
@media only screen and (max-width: 767px) {
  .service__title {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}
.service__subtitle {
  color: #111;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
  margin-top: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .service__subtitle {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.service-link {
  color: #767676;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  display: inline-block;
  margin-top: 1.25rem;
  text-decoration: underline;
  text-underline-position: under;
}
@media only screen and (max-width: 767px) {
  .service-link {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.service__picture {
  position: absolute;
  top: -150%;
  right: 8rem;
  width: 40.5625rem;
  height: 39.8125rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .service__picture {
    position: relative;
    top: 0;
    right: 0;
    width: 28.25rem;
    height: 27.75rem;
    margin: 0 auto;
    margin-top: 5rem;
  }
  .service__picture::before {
    content: "";
    position: absolute;
    top: -10%;
    right: -160px;
    width: 100%;
    height: 120%;
    background-color: #F6F7F9;
    z-index: -1;
  }
}
@media only screen and (max-width: 767px) {
  .service__picture {
    position: relative;
    top: 0;
    right: 0;
    width: 12.875rem;
    height: 12.625rem;
    margin: 0 auto;
    margin-top: 3.125rem;
  }
  .service__picture::before {
    content: "";
    position: absolute;
    top: -10%;
    right: -80px;
    width: 100%;
    height: 120%;
    background-color: #F6F7F9;
    z-index: -1;
  }
}
.service__picture > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#section3 {
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  #section3 {
    height: -moz-fit-content !important;
    height: fit-content !important;
    padding-bottom: 6.25rem;
  }
}
@media only screen and (max-width: 767px) {
  #section3 {
    height: -moz-fit-content !important;
    height: fit-content !important;
    padding-bottom: 5rem;
  }
}
#section3 .fp-tableCell {
  height: -moz-fit-content !important;
  height: fit-content !important;
}
#section3 > .fp-slidesNav {
  display: none;
}
#section3 > .fp-controlArrow {
  display: none;
}
#section3 .fp-controlArrow {
  background: url(../../images/slide-prev-btn.svg) no-repeat center/cover;
}
#section3 .fp-controlArrow.fp-prev {
  border: none;
  top: 50%;
  left: -67px;
  width: 3.125rem;
  height: 3.125rem;
  transform: translateY(25%);
}
@media only screen and (max-width: 767px) {
  #section3 .fp-controlArrow.fp-prev {
    width: 1.875rem;
    height: 1.875rem;
    left: -3.125rem;
    top: 50%;
    transform: translateY(50%);
  }
}
#section3 .fp-controlArrow.fp-next {
  border: none;
  top: 50%;
  right: -67px;
  width: 3.125rem;
  height: 3.125rem;
  transform: rotate(180deg) translateY(-25%);
}
@media only screen and (max-width: 767px) {
  #section3 .fp-controlArrow.fp-next {
    width: 1.875rem;
    height: 1.875rem;
    right: -3.125rem;
    top: 50%;
    transform: rotate(180deg) translateY(-50%);
  }
}

@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .service-list {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .service-list {
    margin-top: 3.125rem;
  }
}
.service-list .emphasis {
  color: #0036F4;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.625rem;
}
@media only screen and (max-width: 767px) {
  .service-list .emphasis {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .service-list .emphasis {
    vertical-align: middle;
  }
}
.service-list::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 3.25rem;
  width: 0.1875rem;
  height: 11rem;
  background-color: #F6F7F9;
  z-index: -1;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .service-list::before {
    left: 5.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .service-list::before {
    left: 3.1875rem;
    height: 0;
    bottom: 30px;
  }
}
.service-list__title {
  color: #111;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.625rem;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .service-list__title {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .service-list__title {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.service-list__item {
  color: #ADADAD;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
  margin-top: 0.625rem;
  text-indent: 3.25rem;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .service-list__item {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .service-list__item {
    text-indent: 2.1875rem;
    margin-top: 0;
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.service-list__item:nth-of-type(1) {
  margin-top: 1.25rem;
}
.service-list__item::before {
  content: "";
  display: inline-block;
  width: 0.1875rem;
  height: 3.25rem;
  background-color: #F6F7F9;
  vertical-align: middle;
  margin-right: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .service-list__item::before {
    margin-right: 0.625rem;
    height: 2.625rem;
  }
}
.service-list__item:hover {
  color: #767676;
}
.service-list__item:hover::before {
  background-color: #0036F4;
}

#section4 {
  color: #FFF;
  position: relative;
}
#section4 .control-wrap {
  width: 100rem;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  #section4 .control-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #section4 .control-wrap {
    width: 100%;
  }
}
#section4 > .fp-slidesNav > ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 6.25rem;
}
@media only screen and (max-width: 767px) {
  #section4 > .fp-slidesNav > ul {
    margin-bottom: 5rem;
    gap: 0.625rem;
  }
}
#section4 > .fp-slidesNav > ul li {
  text-align: center;
}
#section4 > .fp-slidesNav > ul a.active {
  bottom: -4px;
}
#section4 > .fp-slidesNav > ul a.active span {
  background-color: #0036F4;
  width: 1.5625rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  transform: translateX(-0.1875rem);
}
@media only screen and (max-width: 767px) {
  #section4 > .fp-slidesNav > ul a.active span {
    width: 1.25rem;
  }
}
#section4 > .fp-slidesNav > ul span {
  background-color: #FFF;
  width: 0.5rem;
  height: 0.5rem;
}
#section4 > .fp-controlArrow {
  display: none;
}
#section4 .fp-controlArrow {
  background: url(../../images/slide-prev_btn_w.svg) no-repeat center/cover;
}
#section4 .fp-controlArrow.fp-prev {
  border: none;
  top: -3.125rem;
  left: 10%;
  width: 3.125rem;
  height: 3.125rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  #section4 .fp-controlArrow.fp-prev {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #section4 .fp-controlArrow.fp-prev {
    left: 0;
    width: 1.875rem;
    height: 1.875rem;
  }
}
#section4 .fp-controlArrow.fp-next {
  border: none;
  top: -3.125rem;
  right: 10%;
  width: 3.125rem;
  height: 3.125rem;
  transform: rotate(180deg);
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  #section4 .fp-controlArrow.fp-next {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #section4 .fp-controlArrow.fp-next {
    right: 0;
    width: 1.875rem;
    height: 1.875rem;
  }
}
#section4 .slide:nth-of-type(1) {
  background: url(../../images/front-page/section4_main.png) no-repeat center/cover;
  height: 100vh;
}
#section4 .slide:nth-of-type(2) {
  background: url(../../images/front-page/section4_second.png) no-repeat center/cover;
  height: 100vh;
}
#section4 .slide:nth-of-type(3) {
  background: url(../../images/front-page/section4_third.png) no-repeat center/cover;
  height: 100vh;
}

.effect {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  text-align: center;
}
.effect__title {
  font-size: 3rem;
  line-height: 3.875rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .effect__title {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}
.effect__subtitle {
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
}
@media only screen and (max-width: 767px) {
  .effect__subtitle {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .effect__subtitle {
    width: 29.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .effect__subtitle {
    width: 12.875rem;
  }
}
.effect > .detail-link {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
}
@media only screen and (max-width: 767px) {
  .effect > .detail-link {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

#section5 {
  background-color: #F6F7F9;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  #section5 {
    padding-top: 6.25rem;
    padding-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 767px) {
  #section5 {
    padding-top: 5rem;
    padding-bottom: 3.125rem;
  }
}

.announcement__title {
  font-size: 3rem;
  line-height: 3.875rem;
  font-weight: 700;
  color: #111;
}
@media only screen and (max-width: 767px) {
  .announcement__title {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .announcement__title {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.announcement__subtitle {
  color: #111;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
  margin-top: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .announcement__subtitle {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.announcement > .detail-link {
  display: block;
  color: #767676;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .announcement > .detail-link {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

.announcement-box {
  width: 82.875rem;
  margin: 0 auto;
  margin-top: 3.125rem;
  height: 25.25rem;
  background-color: #FFF;
  padding: 3.125rem 6.25rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .announcement-box {
    width: 43rem;
    height: 37.5rem;
    padding: 3.125rem 1.875rem;
    flex-flow: column nowrap;
    align-items: normal;
  }
}
@media only screen and (max-width: 767px) {
  .announcement-box {
    width: 20rem;
    height: -moz-fit-content;
    height: fit-content;
    padding: 1.875rem 1.25rem;
    flex-flow: column nowrap;
    align-items: normal;
    margin-top: 1.875rem;
  }
}
.announcement-box__subject {
  flex-basis: 45%;
}
@media only screen and (max-width: 767px) {
  .announcement-box__subject {
    flex-basis: 0;
  }
}
.announcement-box__maintext {
  flex-basis: 55%;
}
@media only screen and (max-width: 767px) {
  .announcement-box__maintext {
    flex-basis: 0;
  }
}

.subject__title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.25rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .subject__title {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .subject__title {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.subject__link {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  border-radius: 1.75rem;
  background-color: #0036F4;
  color: #FFF;
  margin-top: 1.875rem;
  padding: 0.8125rem 2.625rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .subject__link {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-top: 1.25rem;
    padding: 0.5625rem 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .subject__link {
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-top: 0.625rem;
    padding: 0.5625rem 1.25rem;
  }
}

.maintext__list br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .maintext__list br {
    display: block;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .maintext__list {
    margin-top: 3.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .maintext__list {
    margin-top: 1.5625rem;
  }
}
.maintext__item {
  color: #767676;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.375rem;
  margin-bottom: 1.25rem;
  display: flex;
  flex-flow: row nowrap;
}
@media only screen and (max-width: 767px) {
  .maintext__item {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .maintext__item {
    margin-bottom: 0.6875rem;
  }
}
.maintext__item__title {
  color: #111;
  font-weight: 700;
  display: inline-block;
  width: 3.0625rem;
  white-space: nowrap;
}
.maintext__item__text {
  padding-left: 1.875rem;
}
.maintext__item .emphasis {
  color: #F00;
  display: block;
}
@media only screen and (max-width: 767px) {
  .maintext__item .emphasis {
    display: flex;
  }
}
.maintext__item .emphasis > span {
  margin: 0 0.625rem;
}
@media only screen and (max-width: 767px) {
  .maintext__item .emphasis > span {
    margin: 0 0.3125rem;
    display: block;
  }
}
.maintext__ask {
  color: #767676;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.625rem;
}
@media only screen and (max-width: 767px) {
  .maintext__ask {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.maintext__ask .emphasis {
  color: #111;
  display: inline-block;
}
.maintext__who {
  color: #505050;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.375rem;
  display: inline-block;
  margin-top: 1.25rem;
  width: 100%;
  text-align: end;
}
@media only screen and (max-width: 767px) {
  .maintext__who {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .maintext__who {
    margin-top: 1.875rem;
  }
}

.devide-line {
  display: block;
  margin: 1.875rem 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #DCE2E8;
}

#section6 {
  background: url(../../images/front-page/section6-bg.png) no-repeat center/cover;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  #section6 {
    padding: 8.75rem 0;
  }
}
@media only screen and (max-width: 767px) {
  #section6 {
    padding: 5rem 0;
  }
}

.inquiry {
  width: 83rem;
  height: 39.8125rem;
  margin: 0 auto;
  background-color: #FFF;
  display: flex;
  flex-flow: row nowrap;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .inquiry {
    width: 43rem;
    height: 46.5rem;
    flex-flow: column nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .inquiry {
    width: 20rem;
    height: 30rem;
    flex-flow: column nowrap;
  }
}
.inquiry__imgbox {
  background: url(../../images/front-page/section6-content-img.png) no-repeat center/cover;
  width: 100%;
  height: 100%;
  flex-basis: 50%;
}
.inquiry__textbox {
  flex-basis: 50%;
  padding: 6.25rem 3.125rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .inquiry__textbox {
    padding: 3.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .inquiry__textbox {
    padding: 1.875rem;
  }
}
.inquiry__textbox__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.875rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .inquiry__textbox__title {
    font-size: 2.5rem;
    line-height: 3.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .inquiry__textbox__title {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.inquiry__textbox__subtitle {
  color: #111;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
  margin-top: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .inquiry__textbox__subtitle {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .inquiry__textbox__subtitle {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .inquiry__textbox__subtitle {
    display: none;
  }
}
.inquiry__textbox__link {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  border-radius: 1.75rem;
  background-color: #0036F4;
  color: #FFF;
  margin-top: 13.4375rem;
  padding: 0.8125rem 3.125rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .inquiry__textbox__link {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-top: 7.375rem;
    padding: 0.5625rem 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .inquiry__textbox__link {
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-top: 5rem;
    padding: 0.5625rem 1.25rem;
  }
}

.footer {
  height: 320px !important;
  background-color: #F6F7F9;
  width: clamp(100%, 100rem, 100rem);
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .footer {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    width: 100%;
  }
}

#fp-nav > ul > li:last-of-type {
  display: none;
}

.meaningless {
  display: inline-block;
  width: 1px;
  height: 0.75rem;
  background-color: #767676;
  vertical-align: baseline;
}

.footer_top, .footer_infomation {
  width: 100rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .footer_top, .footer_infomation {
    width: calc(100% - 5rem);
  }
}
@media only screen and (max-width: 767px) {
  .footer_top, .footer_infomation {
    width: calc(100% - 2.5rem);
  }
}

.footer_top {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 3.125rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #CDD2DD;
}
@media only screen and (max-width: 767px) {
  .footer_top {
    flex-flow: column nowrap;
    align-items: flex-start;
    gap: 0.625rem;
  }
}
.footer_top > h2 {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.25rem;
  color: #0036F4;
}
.footer_top > ul {
  display: flex;
  align-items: baseline;
  color: #767676;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
}
@media only screen and (max-width: 767px) {
  .footer_top > ul {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
.footer_top > ul li:nth-child(1) {
  color: #111;
  font-weight: 500;
}
.footer_top > ul > .meaningless {
  margin-right: 1.25rem;
  margin-left: 1.25rem;
  background-color: #767676;
}
dt, dd {
  display: inline-block;
  margin-inline-end: 0;
  margin-inline-start: 0;
}

address {
  display: flex;
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  address {
    flex-flow: row wrap;
    gap: unset;
  }
}
@media only screen and (max-width: 767px) {
  address {
    flex-flow: column nowrap;
    padding: 1.25rem 0;
  }
}
address dl {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-right: 3.125rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  address dl {
    margin-right: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  address dl {
    margin: 0.625rem 0;
  }
}
address dt {
  color: #111;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.375rem;
}
@media only screen and (max-width: 767px) {
  address dt {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
address dd {
  color: #767676;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
}
@media only screen and (max-width: 767px) {
  address dd {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
address .meaningless {
  margin-left: 0.9375rem;
  margin-right: 0.625rem;
}
@media only screen and (max-width: 767px) {
  address .meaningless {
    margin: 0 0.625rem;
  }
}

.footer_infomation {
  padding-bottom: 7.125rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .footer_infomation {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_infomation {
    padding-bottom: 1.875rem;
  }
}
.footer_infomation > span {
  color: #767676;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
}
@media only screen and (max-width: 767px) {
  .footer_infomation > span {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}/*# sourceMappingURL=main.css.map */