html {
  box-sizing: border-box;
  font-size: 100%;
}

body {
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  height: auto;
  vertical-align: bottom;
}

p {
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* ヘッダー
----------------------------------- */
.header {
  background-color: #3154a6;
  height: 82px;
  width: 100%;
  position: fixed;
  z-index: 999;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.875vw;
  height: 100%;
}
.header__nav {
  display: flex;
}
.header__nav__item {
  display: inline-block;
}
.header__nav__list {
  color: #fff;
  font-size: 0.875rem;
  margin-right: 40px;
}
.header__nav__btn {
  display: inline-block;
}
.contact__btn {
  background-color: #e98c00;
  padding: 29px 40px;
  color: #fff;
}
@media (max-width: 1279px) {
  .header__nav__list {
    margin-right: 3.13vw;
  }
  .contact__btn {
    padding: 29px 3.13vw;
  }
}

/* mv
--------------------------------*/
.mv {
  padding-top: 82px;
  position: relative;
}
.mv__inner {
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  width: 100%;
}
.mv__backimg {
  width: 52.96875%;
  height: 563.75px;
  background-image: url(../img/image@2x.png);
  background-size: cover;
}
.mv__textarea {
  padding-top: 116px;
  width: 47.03125%;
  height: 600px;
  position: relative;
  background-color: #3154a6;
}
.mv__textarea__inner {
  max-width: 602px;
  width: 100%;
  margin-left: auto;
}
.mv__textarea::before {
  content: "";
  position: absolute;
  top: 0;
  right: -115px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 58px 600px 58px;
  border-color: transparent transparent transparent #3154a6;
}
.mv__textarea h1 {
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  margin-left: 69px;
  padding: 9px 0;
}
.title-middle {
  font-size: 2.25rem;
}
.title-row {
  font-size: 1.875rem;
}
.mv__img {
  margin-top: 41px;
  margin-left: 150px;
  width: 100%;

  max-width: 333px;
}
.mv__img img {
  width: 100%;
  max-width: 100%;
}
.mv__itc {
  margin-top: 87px;
  display: flex;
  align-items: center;
  margin-left: 133px;
}
.mv__itc__img {
  width: 85.35px;
  height: 84px;
  margin-right: 15.98px;
}
.mv__itc__img img {
  width: 100%;
  height: 100%;
}
.mv__itc__text {
  color: #fff;
  font-size: 0.875rem;
}
.mv__itc__text p {
  line-height: 180%;
  margin-bottom: 2.4px;
}
@media (max-width: 1279px) {
  .mv {
    padding-top: 6.41%;
    position: relative;
  }
  .mv__inner {
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    width: 100%;
  }
  .mv__backimg {
    width: 52.96875%;
    height: 44.04vw;
    background-image: url(../img/image@2x.png);
    background-size: cover;
  }
  .mv__textarea {
    padding-top: 9.06vw;
    width: 69.03125%;
    height: 46.88vw;
    position: relative;
    background-color: #3154a6;
  }
  .mv__textarea__inner {
    width: 100%;
    margin-left: auto;
  }
  .mv__textarea::before {
    content: "";
    position: absolute;
    top: 0;
    right: -115px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 58px 46.88vw 58px;
    border-color: transparent transparent transparent #3154a6;
  }
  .mv__textarea h1 {
    color: #fff;
    font-size: 3.125vw;
    font-weight: bold;
    margin-left: 5.39vw;
    padding: 0.7vw 0;
    z-index: 2;
    position: relative;
  }
  .title-middle {
    font-size: 2.81vw;
  }
  .title-row {
    font-size: 2.34vw;
  }
  .mv__img {
    margin-top: 3.2vw;
    margin-left: 11.72vw;
    width: 26.01vw;
    height: 12.5vw;
  }
  .mv__img img {
    width: 100%;
    max-width: 100%;
  }
  .mv__itc {
    margin-top: 6.8vw;
    display: flex;
    align-items: center;
    margin-left: 10.39vw;
  }
  .mv__itc__img {
    width: 6.67vw;
    height: 6.56vw;
    margin-right: 1.25vw;
  }
  .mv__itc__img img {
    width: 100%;
    height: 100%;
  }
  .mv__itc__text {
    color: #fff;
    font-size: 1.09375vw;
  }
  .mv__itc__text p {
    line-height: 180%;
    margin-bottom: 0.19vw;
  }
}
/* attention
------------------------*/
.attention {
  background-color: #fff;
  margin-top: 563px;
}
.attention__inner {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 105px;
  background: url(../img/yellow-left.png) no-repeat top 0 left 0,
    url(../img/yellow-right.png) no-repeat top 0 right 0;
  color: #282828;
}
.attention__inner h3 {
  padding-top: 108px;
  line-height: 180%;
  font-weight: bold;
  font-size: 1.75rem;
  text-align: center;
  letter-spacing: 1.4px;
}
.attention__inner p {
  width: 600px;
  margin: 0 auto;
  margin-top: 24px;
  line-height: 180%;
  letter-spacing: 1.4px;
  font-size: 0.875rem;
}
@media (max-width: 1279px) {
  .attention {
    background-color: #fff;
    margin-top: 43.98vw;
  }
  .attention__inner {
    width: inherit;
    max-width: inherit;
    padding: 0 6.25vw 8.2vw 6.25vw;
  }
  .attention__inner h3 {
    padding-top: 8.44vw;
    font-size: 2.1875vw;
  }
  .attention__inner p {
    width: 46.88vw;
    margin-top: 1.88vw;
    font-size: 1.09375vw;
  }
}
/*about
-------------------------*/
.about {
  background-color: #3154a6;
}
.about__inner {
  max-width: 960px;
  width: 100%;
  height: 640px;
  margin: 0 auto;
  position: relative;
}
.about__title {
  display: flex;
  align-items: center;
  color: #fff;
  padding-top: 64px;
}
.about__title h2 {
  font-size: 2rem;
  line-height: 180%;
  font-weight: bold;
  margin-right: 32px;
}

.about__text {
  display: flex;
  color: #fff;
  padding-top: 24px;
}
.about__text__left {
  width: 384px;
  font-size: 1.5rem;
  line-height: 180%;
  font-weight: bold;
  margin-right: 80px;
}
.about__text__right {
  width: 496px;
  font-size: 0.875rem;
  line-height: 180%;
  font-weight: bold;
}
.about__img {
  display: flex;
  position: absolute;
  bottom: -70px;
}
.about__img__left {
  width: 460px;
  height: 411px;
  margin-right: 40px;
}
.about__img__left img {
  width: 100%;
  height: 100%;
}
.about__img__right {
  width: 460px;
  height: 411px;
}
.about__img__right img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1279px) {
  .about__inner {
    max-width: initial;
    height: auto;
    width: 75vw;
    padding-bottom: 30.86vw;
  }
  .about__title h2 {
    font-size: 2.5vw;
    line-height: 180%;
    font-weight: bold;
    margin-right: 2.5vw;
  }
  .about__text__left {
    width: 30vw;
    font-size: 1.88vw;
    margin-right: 6.25vw;
  }
  .about__text__right {
    width: 38.75vw;
    font-size: 1.09vw;
  }
  .about__img__left {
    width: 35.94vw;
    height: auto;
    margin-right: 3.13vw;
  }
  .about__img__right {
    width: 35.94vw;
    height: auto;
  }
}
/*  point
--------------------------------*/
.point {
  background-color: #fff;
  background: url(../img/base_ill.png) no-repeat top 0 right 32px;
}
.point__inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  color: #282828;
}
.point__title {
  padding-top: 141px;
  display: flex;
  align-items: center;
}
.point__title h2 {
  font-size: 2rem;
  line-height: 180%;
  font-weight: bold;
  margin-right: 32px;
}
.point__text {
  font-size: 1.5rem;
  line-height: 180%;
  font-weight: bold;
  padding-top: 24px;
}
.point__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  padding-top: 48px;
}
.item {
  width: 304px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.item__title {
  color: #fff;
  line-height: 180%;

  font-size: 1.25rem;
  padding-top: 32px;
  padding-bottom: 60px;
  text-align: center;
  background-color: #3154a6;
}
.item__icon {
  padding-top: 10px;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
.item__text {
  line-height: 180%;
  font-size: 0.875rem;
  padding: 42px 24px 21px 24px;
  background-color: #fff;
  position: relative;
}
.item__text::before {
  content: "";
  position: absolute;
  top: -69px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 304px 0 0;
  border-color: transparent #fff transparent transparent;
}
@media (max-width: 1279px) {
  .point {
    background-color: #fff;
    background: url(../img/base_ill.png) no-repeat top 0 right 32px;
    background-size: 56.56vw auto;
  }
  .point__inner {
    width: 100%;
    max-width: initial;
    padding: 0 12.5vw;
    margin: 0 auto;
    color: #282828;
  }
  .point__title {
    padding-top: 11.02vw;
    display: flex;
    align-items: center;
  }
  .point__title h2 {
    font-size: 2.5vw;
    line-height: 180%;
    font-weight: bold;
    margin-right: 2.5vw;
  }
  .point__text {
    font-size: 1.88vw;
    line-height: 180%;
    font-weight: bold;
    padding-top: 1.88vw;
  }
  .point__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.88vw;
    padding-top: 3.75vw;
  }
  .item {
    width: 23.75vw;
    height: auto;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .item__title {
    color: #fff;
    line-height: 180%;
    font-size: 1.56vw;
    padding-top: 2.5vw;
    padding-bottom: 4.69vw;
    text-align: center;
    background-color: #3154a6;
  }
  .item__icon {
    width: 6.25vw;
    padding-top: 0.78vw;
    position: absolute;
    top: 11.4vw;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 2;
  }
  .item__icon img {
    width: 100%;
    max-width: 100%;
  }
  .item__text {
    line-height: 180%;
    font-size: 1.09vw;
    padding: 3.44vw 1.88vw 1.88vw 1.88vw;
    background-color: #fff;
    position: relative;
  }
  .item__text::before {
    content: "";
    position: absolute;
    top: -6.9vw;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7vw 23.75vw 0 0;
    border-color: transparent #fff transparent transparent;
  }
}

/* flow
-------------------------*/
.flow {
  background-color: #fff;
}
.flow__inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  color: #282828;
}
.flow__inner h2 {
  font-size: 2rem;
  line-height: 180%;
  font-weight: bold;
  text-align: center;
  padding-top: 80px;
  font-family: LATO;
}
.flow__sub__title {
  text-align: center;
}
.flow__step {
  display: flex;
  color: #3154a6;
  padding-top: 40px;
}
.flow__step__1 {
  position: relative;
  background-color: rgb(49, 84, 166, 0.15);
}
.flow__step__1:after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 59px 10px;
  border-color: transparent transparent transparent rgb(49, 84, 166, 0.15);
  z-index: 10;
}
.flow__step__1 p {
  padding: 11px 85px 11px 70px;
  letter-spacing: 0.05em;
  font-family: LATO;
  font-size: 1.25rem;
  line-height: 180%;
}
.flow__step__1 span {
  font-size: 1.5rem;
}
.flow__step__2 {
  background-color: rgb(49, 84, 166, 0.3);
  position: relative;
}
.flow__step__2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 59px 10px;
  border-color: transparent transparent transparent #fff;
  z-index: 8;
}
.flow__step__2:after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 59px 10px;
  border-color: transparent transparent transparent rgb(49, 84, 166, 0.3);
  z-index: 8;
}
.flow__step__2 p {
  padding: 11px 85px 11px 84px;
  letter-spacing: 0.05em;
  font-family: LATO;
  font-size: 1.25rem;
  line-height: 180%;
}
.flow__step__2 span {
  font-size: 1.5rem;
}
.flow__step__3 {
  background-color: rgb(49, 84, 166, 0.45);
  position: relative;
}
.flow__step__3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 59px 10px;
  border-color: transparent transparent transparent #fff;
  z-index: 6;
}
.flow__step__3:after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 59px 10px;
  border-color: transparent transparent transparent rgb(49, 84, 166, 0.45);
  z-index: 8;
}
.flow__step__3 p {
  padding: 11px 84px 11px 85px;
  letter-spacing: 0.05em;
  font-family: LATO;
  font-size: 1.25rem;
  line-height: 180%;
}
.flow__step__3 span {
  font-size: 1.5rem;
}
.flow__step__4 {
  background-color: rgb(49, 84, 166, 0.6);
  position: relative;
}
.flow__step__4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 59px 10px;
  border-color: transparent transparent transparent #fff;
  z-index: 4;
}
.flow__step__4 p {
  padding: 11px 90px 11px 85px;
  letter-spacing: 0.05em;
  font-family: LATO;
  font-size: 1.25rem;
  line-height: 180%;
}
.flow__step__4 span {
  font-size: 1.5rem;
}
.flow__text {
  display: flex;
  color: #282828;
  margin-top: 26px;
  padding-bottom: 80px;
}
.flow__item__1 {
  padding-left: 19px;
  padding-right: 33px;
  border-right: solid 1px #3154a6;
  text-align: center;
}
.flow__item__2 {
  padding-left: 33px;
  padding-right: 34px;
  border-right: solid 1px #3154a6;
  text-align: center;
}
.flow__item__3 {
  padding-left: 32px;
  padding-right: 33px;
  border-right: solid 1px #3154a6;
  text-align: center;
}
.flow__item__4 {
  padding-left: 33px;
  text-align: center;
}
.flow__item__title {
  font-size: 1.25rem;
  font-weight: bold;
}
.flow__item__text {
  width: 176px;
  font-size: 0.875rem;
  line-height: 200%;
  padding-top: 18px;
}
@media (max-width: 1259px) {
  .flow__inner {
    max-width: inherit;
    width: 100%;
    margin: 0 auto;
    padding: 0 12.5vw;
    color: #282828;
  }
  .flow__step__scrool {
    overflow: scroll;
  }
}
/* question
----------------------------*/
.question {
  background-color: rgb(49, 84, 166, 0.2);
  margin-bottom: 378px;
}
.question__inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.question__main__title {
  display: flex;
  align-items: center;
  color: #3154a6;
  padding-top: 64px;
}
.question__main__title h2 {
  font-size: 2rem;
  line-height: 180%;
  font-weight: bold;
  margin-right: 32px;
  font-family: LOTO;
}
.question__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-top: 40px;
  padding-bottom: 80px;
}
.question__item {
  width: 460px;
  background-color: #fff;
  padding: 26px 24px 19px 24px;
}
.question__title {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 180%;
  color: #282828;
}
.question__text {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 180%;
}
.answer__title {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 180%;
  color: #3154a6;
  padding-top: 16px;
}
.answer__title::after {
  content: "";
  width: 320.5px;
  height: 1px;
  background-color: #3154a6;
  margin-left: 23.5px;
}
.answer__text {
  font-size: 0.875rem;
  line-height: 180%;
  padding-top: 8px;
}
@media (max-width: 1279px) {
  .question {
    background-color: rgb(49, 84, 166, 0.2);
    margin-bottom: 29.53vw;
  }
  .question__inner {
    max-width: inherit;
    width: 100%;
    margin: 0 auto;
    padding: 0 12.5vw;
  }
  .question__main__title {
    display: flex;
    align-items: center;
    color: #3154a6;
    padding-top: 5vw;
  }
  .question__main__title h2 {
    font-size: 2rem;
    line-height: 180%;
    font-weight: bold;
    margin-right: 2.5vw;
    font-family: LOTO;
  }
  .question__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.13vw;
    padding-top: 3.13vw;
    padding-bottom: 6.25vw;
  }
  .question__item {
    width: 35.94vw;
    height: auto;
    background-color: #fff;
    padding: 2.03vw 1.88vw 1.48vw 1.88vw;
  }
  .question__title {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 1.09vw;
    line-height: 180%;
    color: #282828;
  }
  .question__text {
    font-weight: bold;
    font-size: 1.41vw;
    line-height: 180%;
  }
  .answer__title {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 1.09vw;
    line-height: 180%;
    color: #3154a6;
    padding-top: 1.25vw;
  }
  .answer__title::after {
    content: "";
    width: 25.04vw;
    height: 1px;
    background-color: #3154a6;
    margin-left: 1.84vw;
  }
  .answer__text {
    font-size: 1.09vw;
    line-height: 180%;
    padding-top: 0.63vw;
  }
}
/* footer
------------------------------*/
.footer {
  position: relative;
}
.footer__inner {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
}
.footer__textarea {
  width: 56.09375%;
  height: 394px;
  background-color: #3154a6;
}

.footer__textarea__inner {
  max-width: 718px;
  width: 100%;
  margin-left: auto;
  padding-left: 160px;
  padding-top: 48px;
  position: relative;
}
.footer__textarea__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 99.8%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 394px 80px;
  border-color: transparent transparent transparent #3154a6;
}
.footer__nav {
  display: flex;
}
.footer__nav li {
  margin-right: 32px;
}
.footer__nav li:last-child {
  margin-right: 0;
}
.footer__nav li a {
  font-size: 0.875rem;
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
}
.footer__logo {
  margin-top: 48px;
  width: 180px;
}
.footer__logo img {
  width: 100%;
  max-width: 100%;
}
.footer__postalcode {
  padding-top: 32.27px;
  font-size: 0.875rem;
  line-height: 20px;
  color: #fff;
}
.footer__streetaddress {
  padding-top: 8px;
  font-size: 0.875rem;
  line-height: 20px;
  color: #fff;
}
.footer__background {
  margin-top: 16px;
  background: url(../img/footer__img.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 43.90625%;
  height: 378px;
}
.copylight {
  padding-top: 56px;
  padding-bottom: 31px;
  line-height: 19px;
  color: #fff;
}
@media (max-width: 1259px) {
  .footer {
    position: relative;
  }
  .footer__inner {
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 0;
  }
  .footer__textarea {
    width: 56.09375%;
    height: 30.78vw;
    background-color: #3154a6;
  }

  .footer__textarea__inner {
    max-width: inherit;
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding-left: 12.5vw;
    padding-top: 3.75vw;
    position: relative;
  }
  .footer__textarea__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 99.7%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 30.78vw 80px;
    border-color: transparent transparent transparent #3154a6;
  }
  .footer__nav {
    display: flex;
  }
  .footer__nav li {
    margin-right: 2.5vw;
  }
  .footer__nav li:last-child {
    margin-right: 0;
  }
  .footer__nav li a {
    font-size: 1.09375vw;
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
    line-height: 180%;
  }
  .footer__logo {
    margin-top: 3.75vw;
    width: 14.06vw;
    height: 6.78vw;
  }
  .footer__postalcode {
    padding-top: 2.52vw;
    font-size: 1.09vw;
    line-height: 20px;
    color: #fff;
  }
  .footer__streetaddress {
    padding-top: 0.63vw;
    font-size: 1.09vw;
    line-height: 20px;
    color: #fff;
  }
  .footer__background {
    margin-top: 1.25vw;
    background: url(../img/footer__img.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 43.90625%;
    height: 29.53vw;
  }
  .copylight {
    padding-top: 3vw;
    padding-bottom: 0;
    line-height: 19px;
    color: #fff;
  }
}
/*　共通
----------------------*/
.sub__title {
  font-size: 0.875rem;
  line-height: 180%;
  font-weight: bold;
}
@media (max-width: 1279px) {
  .sub__title {
    font-size: 1.09vw;
  }
}
@media (max-width: 859px) {
  .sub__title {
    font-size: 3.73333333vw;
  }
}
.pc {
  display: block;
}
.tb {
  display: block;
}
.sp {
  display: none;
}
@media (max-width: 1279px) {
  .tb {
    display: none;
  }
}
@media (max-width: 859px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* sp版　
--------------------------*/

@media (max-width: 859px) {
  .header {
    background-color: #3154a6;
    height: 50px;
    width: 100%;
    position: fixed;
    z-index: 999;
  }
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 6.4vw;
    height: 100%;
  }
  .header__nav {
    display: flex;
  }
  .header__nav__item {
    display: none;
  }
  .contact__btn {
    background-color: #e98c00;
    padding: 16px 23px 14px 25px;
    color: #fff;
    font-size: 0.875rem;
  }

  /* mv
--------------------------------*/
  .mv {
    padding-top: 50px;
    position: static;
  }
  .mv__inner {
    display: block;
    position: relative;
    width: 100%;
  }
  .mv__backimg {
    width: 100%;
    height: auto;
    background-image: url(../img/image@2x.png);
    background-size: cover;
    padding-top: 56.263%;
  }
  .mv__textarea {
    padding-top: 0;
    width: 100%;
    padding-bottom: 10.93vw;
    height: auto;
    position: relative;
    background-color: #3154a6;
  }
  .mv__textarea__inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .mv__textarea::before {
    content: "";
    position: absolute;
    top: -10.13vw;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100vw 10.13vw 0;
    border-color: transparent transparent #3154a6 transparent;
  }
  .mv__textarea h1 {
    color: #fff;
    font-size: 6.4vw;
    font-weight: bold;
    margin-left: 0;
    text-align: center;
    padding: 1.47vw 0;
    line-height: 1.5;
  }
  .title-middle {
    font-size: 3.73333vw;
  }
  .title-row {
    font-size: 3.733333vw;
  }
  .mv__img {
    margin: 16px auto 0 auto;
    width: 59.2vw;
    height: 28.8vw;
  }
  .mv__img img {
    width: 100%;
    height: 100%;
  }
  .mv__itc {
    width: 100%;
    display: block;
    align-items: center;
    margin: 8.53vw auto 0 auto;
  }
  .mv__itc__img {
    width: 16.8vw;
    height: auto;
    margin: 0 auto;
  }
  .mv__itc__img img {
    width: 100%;
    height: 100%;
  }
  .mv__itc__text {
    color: #fff;
    font-size: 3.46666667vw;
    white-space: nowrap;
  }
  .mv__itc__text p {
    line-height: 180%;
    margin-bottom: 0.64vw;
  }

  /* attention
------------------------*/
  .attention {
    background-color: #fff;
    margin-top: 0;
  }
  .attention__inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 4.27vw;
    color: #282828;
    background-image: none;
  }
  .attention__inner h3 {
    padding-top: 12.53vw;
    line-height: 180%;
    font-weight: bold;
    font-size: 5.3333333vw;
    text-align: center;
    letter-spacing: 1.4px;
  }
  .attention__inner p {
    width: 100%;
    font-weight: 500;
    margin: 0 auto;
    margin-top: 6.4vw;
    line-height: 180%;
    letter-spacing: 1.4px;
    font-size: 3.7333333vw;
    margin-bottom: 2.4vw;
  }
  .attention__background {
    width: 100%;
    height: 30.93vw;
    background: url(../img/yellow-sp.png) no-repeat bottom 0 right 0;
  }
  /*about
-------------------------*/
  .about {
    margin-top: 8.53vw;
    height: auto;
    background-color: #3154a6;
  }
  .about__inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 4.27vw;
    position: relative;
  }
  .about__title {
    display: block;
    align-items: center;
    color: #fff;
    padding-top: 17.07vw;
    text-align: center;
  }
  .about__title h2 {
    font-size: 8.533333333vw;
    line-height: 180%;
    font-weight: bold;
    margin-right: 0;
  }

  .about__text {
    display: block;
    color: #fff;
    padding-top: 6.4vw;
    padding-bottom: 153.07vw;
  }
  .about__text__left {
    width: 100%;
    font-size: 5.333333333vw;
    line-height: 180%;
    font-weight: bold;
    margin-right: 21.33vw;
  }
  .about__text__right {
    width: 100%;
    font-size: 3.733333333vw;
    line-height: 180%;
    font-weight: bold;
  }
  .about__img {
    display: block;
    position: absolute;
    top: 100vw;
  }
  .about__img__left {
    width: 91.47vw;
    height: auto;
    margin-right: 0;
  }
  .about__img__left img {
    width: 100%;
    height: 100%;
  }
  .about__img__right {
    width: 91.47vw;
    height: auto;
  }
  .about__img__right img {
    width: 100%;
    height: 100%;
  }

  /*  point
--------------------------------*/
  .point {
    background-color: #fff;
    background: url(../img/base_ill-sp.png) no-repeat top 0 right 0;
    background-size: 100%;
  }
  .point__inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 4.27vw;
    color: #282828;
  }
  .point__title {
    padding-top: 23.47vw;
    display: block;
    align-items: center;
    text-align: center;
  }
  .point__title h2 {
    font-size: 8.53333333vw;
    line-height: 180%;
    font-weight: bold;
    margin-right: 0;
  }
  .point__text {
    font-size: 3.733333333vw;
    line-height: 180%;
    font-weight: bold;
    padding-top: 6.4vw;
  }
  .point__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.67vw;
    padding-top: 48px;
  }
  .item {
    width: 100%;
    height: auto;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .item__title {
    color: #fff;
    line-height: 180%;
    font-size: 3.73vw;
    padding-top: 5.33vw;
    padding-bottom: 13.33vw;
    text-align: center;
    background-color: #3154a6;
  }
  .item__icon {
    width: 10.67vw;
    padding-top: 2.67vw;
    position: absolute;
    top: 28vw;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 2;
  }
  .item__icon img {
    width: 100%;
    max-width: 100%;
  }
  .item__text {
    line-height: 180%;
    font-size: 3.2vw;
    padding: 3.91vw 2.79vw 2.79vw 2.79vw;
    background-color: #fff;
    position: relative;
  }
  .item__text::before {
    content: "";
    position: absolute;
    top: -13.33vw;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13.33vw 44.42vw 0 0;
    border-color: transparent #fff transparent transparent;
  }

  /* flow
-------------------------*/
  .flow {
    background-color: #fff;
  }
  .flow__inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 4.27vw;
    color: #282828;
  }
  .flow__inner h2 {
    font-size: 9.14vw;
    line-height: 180%;
    font-weight: bold;
    text-align: center;
    padding-top: 21.33vw;
    font-family: LATO;
  }
  .flow__sub__title {
    text-align: center;
  }
  .flow__step__scrool {
    overflow: scroll;
  }
  .flow__step {
    display: flex;
    color: #3154a6;
    padding-top: 40px;
  }
  .flow__step__1 {
    position: relative;
    background-color: rgb(49, 84, 166, 0.15);
  }
  .flow__step__1:after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 59px 10px;
    border-color: transparent transparent transparent rgb(49, 84, 166, 0.15);
    z-index: 10;
  }
  .flow__step__1 p {
    padding: 11px 85px 11px 70px;
    letter-spacing: 0.05em;
    font-family: LATO;
    font-size: 1.25rem;
    line-height: 180%;
  }
  .flow__step__1 span {
    font-size: 1.5rem;
  }
  .flow__step__2 {
    background-color: rgb(49, 84, 166, 0.3);
    position: relative;
  }
  .flow__step__2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 59px 10px;
    border-color: transparent transparent transparent #fff;
    z-index: 8;
  }
  .flow__step__2:after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 59px 10px;
    border-color: transparent transparent transparent rgb(49, 84, 166, 0.3);
    z-index: 8;
  }
  .flow__step__2 p {
    padding: 11px 85px 11px 84px;
    letter-spacing: 0.05em;
    font-family: LATO;
    font-size: 1.25rem;
    line-height: 180%;
  }
  .flow__step__2 span {
    font-size: 1.5rem;
  }
  .flow__step__3 {
    background-color: rgb(49, 84, 166, 0.45);
    position: relative;
  }
  .flow__step__3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 59px 10px;
    border-color: transparent transparent transparent #fff;
    z-index: 6;
  }
  .flow__step__3:after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 59px 10px;
    border-color: transparent transparent transparent rgb(49, 84, 166, 0.45);
    z-index: 8;
  }
  .flow__step__3 p {
    padding: 11px 84px 11px 85px;
    letter-spacing: 0.05em;
    font-family: LATO;
    font-size: 1.25rem;
    line-height: 180%;
  }
  .flow__step__3 span {
    font-size: 1.5rem;
  }
  .flow__step__4 {
    background-color: rgb(49, 84, 166, 0.6);
    position: relative;
  }
  .flow__step__4:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 59px 10px;
    border-color: transparent transparent transparent #fff;
    z-index: 4;
  }
  .flow__step__4 p {
    padding: 11px 90px 11px 85px;
    letter-spacing: 0.05em;
    font-family: LATO;
    font-size: 1.25rem;
    line-height: 180%;
  }
  .flow__step__4 span {
    font-size: 1.5rem;
  }
  .flow__text {
    display: flex;
    color: #282828;
    margin-top: 26px;
    padding-bottom: 80px;
  }
  .flow__item__1 {
    padding-left: 19px;
    padding-right: 33px;
    border-right: solid 1px #3154a6;
    text-align: center;
  }
  .flow__item__2 {
    padding-left: 33px;
    padding-right: 34px;
    border-right: solid 1px #3154a6;
    text-align: center;
  }
  .flow__item__3 {
    padding-left: 32px;
    padding-right: 33px;
    border-right: solid 1px #3154a6;
    text-align: center;
  }
  .flow__item__4 {
    padding-left: 33px;
    text-align: center;
  }
  .flow__item__title {
    font-size: 1.25rem;
    font-weight: bold;
  }
  .flow__item__text {
    width: 176px;
    font-size: 0.875rem;
    line-height: 200%;
    padding-top: 18px;
  }

  /* question
----------------------------*/
  .question {
    background-color: rgb(49, 84, 166, 0.2);
    margin-bottom: 0;
  }
  .question__inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 4.27vw;
  }
  .question__main__title {
    display: block;
    align-items: center;
    color: #3154a6;
    padding-top: 8vw;
    text-align: center;
  }
  .question__main__title h2 {
    font-size: 2rem;
    line-height: 180%;
    font-weight: bold;
    margin-right: 0;
    font-family: LOTO;
  }
  .question__grid {
    display: block;
    grid-template-columns: 1fr 1fr;
    gap: 2.67vw;
    padding-top: 10.67vw;
    padding-bottom: 21.33vw;
  }
  .question__item {
    /* width: 343px; */
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 6.93vw 6.4vw 0 6.4vw;
    margin-bottom: 10px;
  }
  .question__title {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 2.67vw;
    line-height: 180%;
    color: #282828;
  }
  .question__text {
    font-weight: bold;
    font-size: 3.73vw;
    line-height: 180%;
  }
  .answer__title {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 2.67vw;
    line-height: 180%;
    color: #3154a6;
    padding-top: 4.27vw;
  }
  .answer__title::after {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #3154a6;
    margin-left: 6.27vw;
  }
  .answer__text {
    font-size: 2.67vw;
    line-height: 180%;
    padding: 8px 2.79vw 2.91vw 2.79vw;
  }

  /* footer
------------------------------*/
  .footer {
    position: static;
    background-color: #3154a6;
  }
  .footer__inner {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 4.27vw;
    position: relative;
  }
  .footer__textarea {
    width: 100%;
    height: auto;
  }

  .footer__textarea__inner {
    max-width: inherit;
    width: 100%;
    padding-left: 0;
    padding-top: 12.8vw;
    position: static;
    text-align: center;
  }
  .footer__textarea__inner::before {
    content: "";
    position: absolute;
    top: -37px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100vw 38px 0;
    border-color: transparent transparent #3154a6 transparent;
  }
  .footer__nav {
    display: block;
  }
  .footer__nav li {
    margin-right: 0;
    border-bottom: solid 1px #fff;
  }
  .footer__nav li:last-child {
    margin-right: 0;
    border-bottom: none;
  }
  .footer__nav li a {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 0.812rem;
    padding: 1.33vw 0;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 3.47vw;
    line-height: 180%;
  }
  .footer__btn__contact {
    display: inline-block;
    margin-top: 2.13vw;
    background-color: #e98c00;
    font-size: 3.73vw;
    line-height: 180%;
    color: #ffffff;
    padding: 3.2vw 30.13vw 3.47vw 30.4vw;
  }
  .footer__logo {
    width: 30.93vw;
    height: 14.93vw;
    margin: 12.8vw auto 0 auto;
  }
  .footer__logo img {
    width: 100%;
    max-width: 100%;
  }
  .footer__postalcode {
    padding-top: 4.27vw;
    font-size: 3.43vw;
    line-height: 20px;
    color: #fff;
    text-align: center;
  }
  .footer__streetaddress {
    margin-top: 2.13vw;
    padding-top: 0;
    font-size: 3.43vw;
    line-height: 20px;
    color: #fff;
    text-align: center;
  }
  .footer__background {
    background-image: none;
    display: none;
  }
  .copylight {
    text-align: center;
    padding-top: 4.53vw;
    padding-bottom: 8.53vw;
    line-height: 17px;
    color: #fff;
  }
}
