@charset "UTF-8";
.icon-arrow {
  display: inline-block;
  width: 18px;
  vertical-align: middle;
  margin-left: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .icon-arrow {
    margin-left: 0.83vw;
  }
}
@media screen and (max-width: 767px) {
  .icon-arrow {
    width: 4.1vw;
    max-width: 4.62vw;
    margin-left: 2%;
    margin-top: 0.5%;
  }
}

.btn__header--pc {
  width: 300px;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#EB5D11), to(#ED711D));
  background: linear-gradient(90deg, #EB5D11 0%, #ED711D 100%);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) and (max-width: 1320px) {
  .btn__header--pc {
    width: 100%;
    max-width: 300px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .btn__header--pc {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .btn__header--pc:hover {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .btn__header--pc {
    display: none;
  }
}

.btn__header--sp {
  width: 80%;
  height: 6.67vw;
  max-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.8vw;
  line-height: 1.2;
  margin-right: 6%;
  color: #fff;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#EB5D11), to(#ED711D));
  background: linear-gradient(90deg, #EB5D11 0%, #ED711D 100%);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16);
  position: relative;
}
.btn__header--sp img {
  display: none;
}
@media screen and (min-width: 768px) {
  .btn__header--sp {
    display: none;
  }
}

.btn__main {
  width: 83%;
  max-width: 450px;
  height: 90px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
  border-radius: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#EB5D11), to(#ED711D));
  background: linear-gradient(90deg, #EB5D11 0%, #ED711D 100%);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn__main {
    width: 92vw;
    max-width: 92vw;
    height: 18.46vw;
    max-height: 120px;
    margin: 10vw auto 0;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
    font-size: 19px;
    font-size: 4.8717948718vw;
  }
}
@media screen and (min-width: 768px) {
  .btn__main:hover {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.btn__main .fukidashi {
  display: inline-block;
  width: 76%;
  position: absolute;
  top: -22%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .btn__main .fukidashi {
    width: 76%;
  }
}
.btn__main .free {
  color: #EB5D11;
  background-color: #fff;
  border-radius: 30px;
  padding: 0 15px;
  margin-right: 18px;
  margin-left: -8px;
}
@media screen and (max-width: 767px) {
  .btn__main .free {
    padding: 0.3% 3%;
    margin-right: 4%;
    margin-left: 0;
  }
}

.btn__side {
  position: fixed;
  right: 0;
  top: 50vh;
  width: 60px;
  height: 270px;
  border-radius: 10px 0 0 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(#EB5D11), to(#EC711E));
  background: linear-gradient(0deg, #EB5D11 0%, #EC711E 100%);
  color: #fff;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
  visibility: hidden;
  opacity: 0;
}
.btn__side span {
  white-space: nowrap;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.btn__side.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .btn__side:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .btn__side {
    display: none;
  }
}

/*----------------*
    base
------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

figure {
  margin: 0;
}

a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #063458;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h2,
h3,
h4,
strong {
  font-weight: 600;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

dd {
  margin-left: 0;
}

picture,
figure {
  display: block;
}
picture img,
figure img {
  width: 100%;
}

body {
  width: 100%;
  margin: 0;
  line-height: 2;
  line-break: strict;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #063458;
  background: #fff;
  position: relative;
  margin-top: 100px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  body {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 3.5897435897vw;
    margin-top: 60px;
  }
}

/*----------------*
    common
------------------*/
.sec-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  .sec-inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.sec-ttl {
  color: #063458;
  text-align: center;
  font-size: 40px;
  line-height: 1.45;
  letter-spacing: -0.008em;
  margin-bottom: 52px;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .sec-ttl {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .sec-ttl {
    font-size: 24px;
    font-size: 6.1538461538vw;
    margin-bottom: 8vw;
  }
}

.c_blue-light {
  color: #13AAEE;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

.scroll-box figure img {
  max-width: 100%;
  min-width: 600px;
  vertical-align: top;
}

/*スクロールバー全体の高さ*/
.scroll-box::-webkit-scrollbar {
  height: 4px;
}

/*スクロールバー全体の背景*/
.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}

/*スクロールバーの動く部分*/
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}

/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}

/*------ responsive layout ------*/
@media screen and (min-width: 768px) {
  .pc-n {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-n {
    display: none;
  }
}
.header {
  width: 100vw;
  height: 100px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}
.header__inner {
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.header__col-left {
  width: 78%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 3.5%;
     -moz-column-gap: 3.5%;
          column-gap: 3.5%;
}
@media screen and (max-width: 767px) {
  .header__col-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 40%;
  }
}
.header__logo {
  width: 40%;
  max-width: 286px;
}
@media screen and (min-width: 768px) and (max-width: 1320px) {
  .header__logo {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 100%;
    margin-right: 0;
  }
}
.header__logo img {
  display: block;
}
.header__pcNav {
  width: 68%;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .header__pcNav {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .header__pcNav {
    display: none;
  }
}
.header__pcNav ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .header__pcNav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    font-size: 14px;
    -webkit-column-gap: 1.67vw;
       -moz-column-gap: 1.67vw;
            column-gap: 1.67vw;
  }
}
.header__col-right {
  width: 22%;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .header__col-right {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .header__col-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 55%;
  }
}
.header__spNav {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.4s ease, visibility 0.4s, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s, -webkit-transform 0.4s ease;
}
.header__spNav ul {
  list-style: none;
  padding: 6vh 20vw;
}
.header__spNav ul li {
  margin: 15px 0;
  text-align: left;
}
.header__spNav ul li a {
  color: #063458;
  text-decoration: none;
  font-size: 18px;
  display: block;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.header__spNav ul li a.btn__header {
  color: #fff;
}
.header__spNav.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header__spNav.is-active ul li a {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.header__hamburger {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .header__hamburger {
    display: block;
    width: 30px;
    height: 20px;
    position: relative;
  }
  .header__hamburger span {
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header__hamburger span:nth-child(1) {
    top: 0;
  }
  .header__hamburger span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__hamburger span:nth-child(3) {
    bottom: 0;
  }
  .header__hamburger.is-active span:nth-child(1) {
    -webkit-transform: rotate(38deg) translate(5px, 8px);
            transform: rotate(38deg) translate(5px, 8px);
  }
  .header__hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .header__hamburger.is-active span:nth-child(3) {
    -webkit-transform: rotate(-38deg) translate(5px, -8px);
            transform: rotate(-38deg) translate(5px, -8px);
  }
}

/* SPメニューが開いている時 */
.no-scroll {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
}

.fv {
  background: -webkit-gradient(linear, left top, left bottom, from(#E9E9F5), color-stop(50%, #FEFEFE), to(#E9E9F5));
  background: linear-gradient(180deg, #E9E9F5 0%, #FEFEFE 50%, #E9E9F5 100%);
}
.fv__inner {
  background: url(../img/fv_bgimg-pc.png) calc(50% + 23vw) center/auto 100% no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .fv__inner {
    background-position: calc(50% + 26vw) center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .fv__inner {
    background-position: calc(50% + 32vw) center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1060px) {
  .fv__inner {
    background-position: calc(50% + 38vw) center;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .fv__inner {
    background-position: calc(50% + 48vw) center;
  }
}
@media screen and (min-width: 768px) and (max-width: 860px) {
  .fv__inner {
    background-position: calc(50% + 60vw) center;
  }
}
@media screen and (max-width: 767px) {
  .fv__inner {
    background: none;
    position: relative;
  }
}
.fv__col-left {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fv__col-left--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 44px 30px 55px 8%;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .fv__col-left--inner {
    padding-left: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .fv__col-left--inner {
    width: 100%;
    padding: 5.5vw 4vw 8vw;
  }
}
@media screen and (min-width: 768px) {
  .fv__col-right {
    display: none;
  }
}
.fv__sub {
  border-radius: 5px;
  display: inline-block;
  background: #0057AA;
  padding-right: 12px;
  padding-left: 20px;
  margin-bottom: 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv__sub {
    padding-right: 3vw;
    padding-left: 4vw;
    margin-bottom: 6.5vw;
  }
}
.fv__sub span {
  color: #fff;
  font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .fv__sub span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .fv__sub span {
    font-size: 15px;
    font-size: 3.8461538462vw;
    letter-spacing: 0.06em;
    line-height: 2.1;
  }
}
.fv__sub::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0px solid transparent;
  border-left: 10px solid transparent;
  border-top: 12px solid #0057AA;
  border-bottom: 0;
  position: absolute;
  bottom: -10px;
  left: 50px;
}
@media screen and (max-width: 767px) {
  .fv__sub::after {
    border-left: 1.54vw solid transparent;
    border-top: 2.56vw solid #0057AA;
    left: 12%;
    bottom: -2vw;
  }
}
.fv__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .fv__copy {
    margin-bottom: 3vw;
  }
}
.fv__copy--txt {
  display: block;
  font-size: 42px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .fv__copy--txt {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .fv__copy--txt {
    font-size: 27px;
    font-size: 6.9230769231vw;
    letter-spacing: 0.008em;
  }
}
.fv__copy--txt small {
  font-size: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .fv__copy--txt small {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .fv__copy--txt small {
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
}
.fv__copy--logo {
  display: block;
  width: 100%;
  max-width: 504px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .fv__copy--logo {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .fv__copy--logo {
    width: 94%;
    margin-top: 4.2vw;
  }
}
.fv__meritlist {
  font-weight: 500;
  font-size: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 42px;
     -moz-column-gap: 42px;
          column-gap: 42px;
}
@media screen and (max-width: 767px) {
  .fv__meritlist {
    width: 100%;
    font-size: 14px;
    font-size: 3.5897435897vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 6.5%;
       -moz-column-gap: 6.5%;
            column-gap: 6.5%;
  }
}
.fv__meritlist li {
  text-align: center;
  line-height: 1.3;
}
.fv__meritlist li small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .fv__meritlist li small {
    font-size: 10px;
    font-size: 2.5641025641vw;
  }
}
.fv__meritlist li:nth-of-type(2) {
  position: relative;
}
.fv__meritlist li:nth-of-type(2)::before, .fv__meritlist li:nth-of-type(2)::after {
  content: "";
  width: 1px;
  height: 90%;
  background-color: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fv__meritlist li:nth-of-type(2)::before {
  left: -24px;
}
@media screen and (max-width: 767px) {
  .fv__meritlist li:nth-of-type(2)::before {
    left: -22%;
  }
}
.fv__meritlist li:nth-of-type(2)::after {
  right: -24px;
}
@media screen and (max-width: 767px) {
  .fv__meritlist li:nth-of-type(2)::after {
    right: -22%;
  }
}
@media screen and (max-width: 767px) {
  .fv .btn__main {
    position: absolute;
    bottom: 4vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    margin-top: 0;
  }
}

.achievements {
  padding-top: 48px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .achievements {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
.achievements__ttl {
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .achievements__ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .achievements__ttl {
    font-size: 20px;
    font-size: 5.1282051282vw;
    line-height: 1.4;
  }
}
.achievements__ttl span {
  font-size: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .achievements__ttl span {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .achievements__ttl span {
    line-height: 0.8;
    font-size: 28px;
    font-size: 7.1794871795vw;
  }
}
.achievements__list01 {
  width: 96%;
  margin: 32px auto 36px;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .achievements__list01 {
    width: 100%;
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
  }
}
@media screen and (max-width: 767px) {
  .achievements__list01 {
    width: 60%;
    margin: 6vw auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4vw;
  }
}
.achievements__list02 {
  width: 96%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .achievements__list02 {
    width: 100%;
    gap: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .achievements__list02 {
    width: 100%;
    gap: 2vw;
  }
}
.achievements__list02 li {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
  border: 1px solid #000;
  padding: 0 8px;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .achievements__list02 li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .achievements__list02 li {
    font-size: 14px;
    font-size: 3.5897435897vw;
    padding: 0 4px;
  }
}

.about {
  background: #ECECF6;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
}
.about .sec-ttl .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .about .sec-ttl .logo {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .about .sec-ttl .logo {
    width: 70%;
    font-size: 20px;
    font-size: 5.1282051282vw;
    margin: 0 auto;
  }
}
.about .sec-ttl .logo img {
  display: inline-block;
  width: 100%;
  max-width: 338px;
  margin-right: 10px;
}
.about .sec-ttl .c_logo {
  color: #496BD1;
}
.about__txt01 {
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 80px;
  color: #063458;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .about__txt01 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .about__txt01 {
    font-size: 15px;
    font-size: 3.8461538462vw;
    text-align: left;
    margin-bottom: 8vw;
  }
}
.about__txt01 p:not(:last-of-type) {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .about__txt01 p:not(:last-of-type) {
    margin-bottom: 4vw;
  }
}
.about__img {
  width: 100%;
}
.about__txt02 {
  color: #074F90;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  margin-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .about__txt02 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .about__txt02 {
    font-size: 17px;
    font-size: 4.358974359vw;
    margin-top: 8vw;
  }
}

.issues {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E9EFF6));
  background: linear-gradient(180deg, #FFF 0%, #E9EFF6 100%);
  padding-top: 125px;
  padding-bottom: 125px;
}
@media screen and (max-width: 767px) {
  .issues {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
}
.issues .sec-ttl {
  margin-bottom: 75px;
  color: #074F90;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .issues .sec-ttl span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .issues .sec-ttl {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .issues__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 6vw;
  }
}
.issues__list--item {
  line-height: 1.4;
  color: #074F90;
  width: 32%;
}
@media screen and (max-width: 767px) {
  .issues__list--item {
    width: 100%;
  }
}
.issues__list--item header {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .issues__list--item header {
    margin-bottom: 4vw;
    text-align: center;
  }
}
.issues__list--item header span {
  display: inline-block;
  font-size: 28px;
  border-bottom: 2px solid #074F90;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .issues__list--item header span {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .issues__list--item header span {
    font-size: 24px;
    font-size: 6.1538461538vw;
  }
}
.issues__list--item dt {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .issues__list--item dt {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .issues__list--item dt {
    font-size: 22px;
    font-size: 5.641025641vw;
    margin-bottom: 4vw;
    text-align: center;
  }
}
.issues__list--item dd {
  width: 90%;
  font-size: 20px;
  line-height: 1.6;
  padding-left: 35px;
  position: relative;
}
.issues__list--item dd::before {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #074F90;
  border-radius: 20px;
  position: absolute;
  top: 17%;
  left: 5.5%;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .issues__list--item dd::before {
    width: 8px;
    height: 8px;
    left: 3.5%;
  }
}
@media screen and (max-width: 767px) {
  .issues__list--item dd::before {
    width: 8px;
    height: 8px;
    top: 2.2vw;
    left: 1.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .issues__list--item dd {
    font-size: 16px;
    padding-left: 10%;
  }
}
@media screen and (max-width: 767px) {
  .issues__list--item dd {
    width: 100%;
    font-size: 16px;
    font-size: 4.1025641026vw;
    padding-left: 5vw;
  }
}
.issues__list--item dd:first-of-type {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .issues__list--item dd:first-of-type {
    margin-bottom: 2vw;
  }
}
.issues__list--item figure {
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .issues__list--item figure {
    margin: 5vw auto 0;
  }
}
.issues__list--item:nth-of-type(1) figure {
  width: 91%;
}
@media screen and (max-width: 767px) {
  .issues__list--item:nth-of-type(1) figure {
    width: 70%;
  }
}
.issues__list--item:nth-of-type(2) figure {
  width: 91%;
}
@media screen and (max-width: 767px) {
  .issues__list--item:nth-of-type(2) figure {
    width: 70%;
  }
}
.issues__list--item:nth-of-type(3) figure {
  width: 94%;
}
@media screen and (max-width: 767px) {
  .issues__list--item:nth-of-type(3) figure {
    width: 70%;
  }
}

.merit__header {
  background: #0057AA;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .merit__header {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.merit__header::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 42px solid transparent;
  border-left: 42px solid transparent;
  border-top: 40px solid #0057AA;
  border-bottom: 0;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .merit__header::after {
    border-right: 6vw solid transparent;
    border-left: 6vw solid transparent;
    border-top: 6vw solid #0057AA;
    bottom: -5.9vw;
  }
}
.merit__header p {
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 1.32;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .merit__header p {
    font-size: 36px;
  }
  .merit__header p .pc-n {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .merit__header p {
    font-size: 24px;
    font-size: 6.1538461538vw;
  }
}
.merit__body {
  padding-top: 84px;
  padding-bottom: 130px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E9EFF6));
  background: linear-gradient(180deg, #FFF 0%, #E9EFF6 100%);
  color: #074F90;
}
@media screen and (max-width: 767px) {
  .merit__body {
    padding-top: 6vw;
    padding-bottom: 15vw;
  }
}
.merit__body .sec-ttl {
  color: #074F90;
  letter-spacing: 0.03em;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .merit__body .sec-ttl {
    margin-bottom: 20vw;
  }
}
.merit__body .sec-ttl span {
  font-size: 82px;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .merit__body .sec-ttl span {
    font-size: 72px;
  }
}
@media screen and (max-width: 767px) {
  .merit__body .sec-ttl span {
    font-size: 42px;
    font-size: 10.7692307692vw;
  }
}
.merit__item {
  -webkit-column-gap: 4.6%;
     -moz-column-gap: 4.6%;
          column-gap: 4.6%;
}
@media screen and (max-width: 767px) {
  .merit__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 6vw;
  }
  .merit__item:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.merit__item:not(:last-of-type) {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .merit__item:not(:last-of-type) {
    margin-bottom: 25vw;
  }
}
.merit__item:nth-of-type(1) .merit__item--txt::before, .merit__item:nth-of-type(2) .merit__item--txt::before, .merit__item:nth-of-type(3) .merit__item--txt::before {
  content: "";
  display: inline-block;
  width: 14.38vw;
  max-width: 207px;
  height: 10.28vw;
  max-height: 148px;
  background: url(../img/merit_no01.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -25%;
  left: -10%;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .merit__item:nth-of-type(1) .merit__item--txt::before, .merit__item:nth-of-type(2) .merit__item--txt::before, .merit__item:nth-of-type(3) .merit__item--txt::before {
    top: -6vw;
    left: -3vw;
  }
}
@media screen and (max-width: 767px) {
  .merit__item:nth-of-type(1) .merit__item--txt::before, .merit__item:nth-of-type(2) .merit__item--txt::before, .merit__item:nth-of-type(3) .merit__item--txt::before {
    width: 24vw;
    height: 17vw;
    top: -12vw;
    left: 0;
  }
}
.merit__item:nth-of-type(2) .merit__item--txt::before {
  background: url(../img/merit_no02.svg) no-repeat;
  background-size: contain;
}
.merit__item:nth-of-type(3) .merit__item--txt::before {
  background: url(../img/merit_no03.svg) no-repeat;
  background-size: contain;
}
.merit__item--txt {
  width: 49%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .merit__item--txt {
    width: 100%;
  }
}
.merit__item--txt h3 {
  font-size: 42px;
  line-height: 1.34;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .merit__item--txt h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .merit__item--txt h3 {
    font-size: 26px;
    font-size: 6.6666666667vw;
    margin-bottom: 4vw;
    text-align: center;
  }
}
.merit__item--txt ul {
  padding-left: 36px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .merit__item--txt ul {
    padding-left: 6%;
  }
}
@media screen and (max-width: 767px) {
  .merit__item--txt ul {
    padding-left: 5vw;
    margin-bottom: 4vw;
  }
}
.merit__item--txt li {
  font-size: 22px;
  position: relative;
}
.merit__item--txt li::before {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #074F90;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .merit__item--txt li::before {
    width: 8px;
    height: 8px;
    left: -4.5%;
  }
}
@media screen and (max-width: 767px) {
  .merit__item--txt li::before {
    width: 8px;
    height: 8px;
    top: 54%;
    left: -3.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .merit__item--txt li {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .merit__item--txt li {
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}
.merit__item--txt p {
  color: #000;
  font-weight: 400;
  text-align: justify;
}
.merit__item--img {
  width: 45%;
  display: block;
}
@media screen and (max-width: 767px) {
  .merit__item--img {
    width: 100%;
  }
}
.merit__item--img img {
  -webkit-box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .merit__item--img img {
    -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
  }
}

.results {
  background: #fff;
  padding-top: 130px;
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .results {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
}
.results .sec-ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .results .sec-ttl {
    margin-bottom: 8vw;
  }
}
.results .service-infograph {
  width: 100%;
}
.results__ttl {
  letter-spacing: 0.1em;
  margin-top: 74px;
}
@media screen and (max-width: 767px) {
  .results__ttl {
    margin-top: 20vw;
  }
}
.results__txt {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .results__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .results__txt {
    margin-bottom: 8vw;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.results__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .results__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8vw;
  }
}
.results__list--item:nth-of-type(1) {
  width: 27%;
}
@media screen and (max-width: 767px) {
  .results__list--item:nth-of-type(1) {
    width: 57%;
  }
}
.results__list--item:nth-of-type(2) {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .results__list--item:nth-of-type(2) {
    width: 61%;
  }
}
.results__list--item:nth-of-type(3) {
  width: 27.5%;
}
@media screen and (max-width: 767px) {
  .results__list--item:nth-of-type(3) {
    width: 57.5%;
  }
}

.cta {
  background: #0057AA;
  padding-top: 44px;
  padding-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .cta {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
.cta__copy {
  font-size: 34px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .cta__copy {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cta__copy {
    font-size: 17px;
    font-size: 4.358974359vw;
    margin-bottom: 8vw;
  }
}
.cta__copy img {
  display: block;
  width: 47%;
  max-width: 502px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cta__copy img {
    width: 80%;
  }
}

.license {
  background: url("../img/sec_bg.png"), lightgray 0px 785.077px/100% 22.423% no-repeat;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .license {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
}
.license .sec-ttl {
  letter-spacing: 0.03em;
  line-height: 1.35;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .license .sec-ttl {
    margin-bottom: 8vw;
  }
}
.license__cont01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .license__cont01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 15vw;
  }
}
.license__cont01--txt {
  width: 49%;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .license__cont01--txt {
    width: 56%;
  }
}
@media screen and (max-width: 767px) {
  .license__cont01--txt {
    width: 100%;
  }
}
.license__cont01--txt ul {
  color: #074F90;
  padding-left: 35px;
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .license__cont01--txt ul {
    padding-left: 6%;
  }
}
@media screen and (max-width: 767px) {
  .license__cont01--txt ul {
    padding-left: 5vw;
    margin-bottom: 4vw;
  }
}
.license__cont01--txt li {
  position: relative;
  font-size: 22px;
}
.license__cont01--txt li::before {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #074F90;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .license__cont01--txt li::before {
    width: 8px;
    height: 8px;
    left: -4.5%;
  }
}
@media screen and (max-width: 767px) {
  .license__cont01--txt li::before {
    width: 8px;
    height: 8px;
    top: 54%;
    left: -3.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .license__cont01--txt li {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .license__cont01--txt li {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.license__cont01--txt p {
  color: #000;
  font-weight: 400;
  text-align: justify;
}
.license__cont01--img {
  width: 47%;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .license__cont01--img {
    width: 36%;
  }
}
@media screen and (max-width: 767px) {
  .license__cont01--img {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.license__subttl {
  color: #fff;
  background-color: #074F90;
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .license__subttl {
    font-size: 36px;
    line-height: 1.5;
    padding: 10px 2vw;
  }
  .license__subttl .pc-n {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .license__subttl {
    font-size: 24px;
    font-size: 6.1538461538vw;
    margin-bottom: 8vw;
    line-height: 1.5;
    padding: 10px 2vw;
  }
}
.license__cont02 {
  max-width: 970px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .license__cont02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.license__cont02--img {
  width: 26%;
}
@media screen and (max-width: 767px) {
  .license__cont02--img {
    width: 50%;
    margin: 0 auto 4vw;
  }
}
.license__cont02--txt {
  width: 62.5%;
}
@media screen and (max-width: 767px) {
  .license__cont02--txt {
    width: 100%;
  }
}
.license__cont02--txt p {
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .license__cont02--txt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .license__cont02--txt p {
    font-size: 16px;
    font-size: 4.1025641026vw;
    margin-bottom: 4vw;
  }
}
.license__cont02--txt ul {
  color: #074F90;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .license__cont02--txt ul {
    padding-left: 5vw;
  }
}
.license__cont02--txt li {
  position: relative;
}
.license__cont02--txt li::before {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #074F90;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .license__cont02--txt li::before {
    width: 8px;
    height: 8px;
    left: -4.5%;
  }
}
@media screen and (max-width: 767px) {
  .license__cont02--txt li::before {
    width: 8px;
    height: 8px;
    top: 54%;
    left: -3.5vw;
  }
}

.faq {
  background: url("../img/sec_bg.png"), lightgray 0px 785.077px/100% 22.423% no-repeat;
  background-size: cover;
  padding-top: 125px;
  padding-bottom: 130px;
  color: #074F90;
}
@media screen and (max-width: 767px) {
  .faq {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
}
.faq .sec-ttl {
  color: #074F90;
  letter-spacing: 0.1em;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .faq .sec-ttl {
    margin-bottom: 8vw;
  }
}
.faq__list {
  max-width: 768px;
  margin: 0 auto;
}
.faq__item {
  border: 1px solid #000;
  background: #FFF;
  line-height: 1.55;
}
.faq__item:not(:last-of-type) {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .faq__item:not(:last-of-type) {
    margin-bottom: 2vw;
  }
}
.faq__question {
  font-size: 18px;
  padding: 20px 54px 20px 24px;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .faq__question {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .faq__question {
    font-size: 16px;
    font-size: 4.1025641026vw;
    padding: 4vw 9vw 4vw 4vw;
  }
}
.faq__question::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/icon_close.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .faq__question::after {
    width: 25px;
    height: 25px;
    right: 3vw;
  }
}
.faq__question.open::after {
  background: url(../img/icon_close.svg) no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.faq__inner {
  padding: 0 24px 24px;
}
@media screen and (max-width: 767px) {
  .faq__inner {
    padding: 0 4vw 4vw;
  }
}
.faq__answer {
  font-weight: 400;
}

.inquiry {
  background: #0057AA;
  color: #fff;
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .inquiry {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .inquiry {
    padding: 15vw 4vw;
  }
}
.inquiry__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inquiry__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8vw;
  }
}
.inquiry__col-left {
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .inquiry__col-left {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .inquiry__col-left {
    width: 100%;
  }
}
.inquiry__col-left h2 {
  font-size: 20px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .inquiry__col-left h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .inquiry__col-left h2 {
    font-size: 18px;
    font-size: 4.6153846154vw;
    margin-bottom: 4vw;
    text-align: center;
  }
  .inquiry__col-left h2 span {
    line-height: 1.4;
  }
}
.inquiry__col-left h2 strong {
  font-size: 48px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .inquiry__col-left h2 strong {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 767px) {
  .inquiry__col-left h2 strong {
    font-size: 28px;
    font-size: 7.1794871795vw;
  }
}
.inquiry__col-left h2 span,
.inquiry__col-left h2 strong {
  display: block;
  text-align: justify;
}
.inquiry__col-left p {
  font-size: 18px;
  line-height: 1.45;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .inquiry__col-left p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .inquiry__col-left p {
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}
.inquiry__img {
  display: block;
  width: 87%;
  margin: 35px auto 0;
}
@media screen and (max-width: 767px) {
  .inquiry__img {
    margin-top: 5vw;
  }
}
.inquiry__col-right {
  width: 43.5%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .inquiry__col-right {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .inquiry__col-right {
    width: 100%;
  }
}
.inquiry__form-item {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .inquiry__form-item {
    margin-bottom: 4vw;
  }
}
.inquiry__form-item:nth-of-type(5) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .inquiry__form-item:nth-of-type(5) {
    -webkit-column-gap: 2vw;
       -moz-column-gap: 2vw;
            column-gap: 2vw;
    margin-bottom: 6vw;
  }
}
.inquiry__form-item:nth-of-type(5) label {
  margin-bottom: 0;
}
.inquiry__form-item:nth-of-type(5) .checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  background: #FFF;
  border-radius: 0;
}
.inquiry__form-item label,
.inquiry__form-item input {
  font-weight: 400;
  display: block;
}
.inquiry__form-item label {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .inquiry__form-item label {
    margin-bottom: 0.5vw;
  }
}
.inquiry__form-item input {
  width: 100%;
  color: #000;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #000;
  padding: 8px 12px;
}
.inquiry__form-item input::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 400;
}
.inquiry__form-item input::-moz-placeholder {
  color: #aaa;
  font-weight: 400;
}
.inquiry__form-item input:-ms-input-placeholder {
  color: #aaa;
  font-weight: 400;
}
.inquiry__form-item input::-ms-input-placeholder {
  color: #aaa;
  font-weight: 400;
}
.inquiry__form-item input::placeholder {
  color: #aaa;
  font-weight: 400;
}
.inquiry__form .btn_submit {
  width: 62%;
  max-width: 316px;
  height: 78px;
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EB5D11;
  border-radius: 90px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .inquiry__form .btn_submit {
    font-size: 18px;
    width: 70%;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .inquiry__form .btn_submit {
    width: 100%;
    max-width: 92vw;
    height: 14vw;
    max-height: 90px;
    padding: 2.5vw 5vw;
    font-size: 18px;
    font-size: 4.6153846154vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .inquiry__form .btn_submit:hover {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

.flow {
  background: #EAF6FB;
  padding-top: 60px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .flow {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
.flow__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .flow__ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 4vw;
    margin: 0;
  }
}
.flow__ttl--img {
  width: 20%;
  max-width: 205px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .flow__ttl--img {
    width: 40%;
  }
}
.flow__ttl .sec-ttl {
  margin-bottom: 0;
  color: #074F90;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .flow__ttl .sec-ttl {
    line-height: 1.3;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 964px) {
  .flow__ttl .sec-ttl .pc-n {
    display: block;
  }
}
.flow__list {
  background: #fff;
  position: relative;
  z-index: 1;
  top: -7px;
  padding: 32px 50px 40px;
}
@media screen and (max-width: 767px) {
  .flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: -2vw;
    padding: 6vw;
    row-gap: 12vw;
  }
}
.flow__list--item {
  font-size: 20px;
  width: 28%;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .flow__list--item {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .flow__list--item {
    font-size: 16px;
    font-size: 4.1025641026vw;
    width: 100%;
  }
}
.flow__list--item:nth-of-type(1):before, .flow__list--item:nth-of-type(2):before {
  content: "";
  width: 34px;
  height: 34px;
  background: url("../img/icon_arrow_flow.svg") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 55%;
  right: -15%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .flow__list--item:nth-of-type(1):before, .flow__list--item:nth-of-type(2):before {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .flow__list--item:nth-of-type(1):before, .flow__list--item:nth-of-type(2):before {
    width: 6vw;
    height: 6vw;
    top: initial;
    bottom: -10vw;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
.flow__list--item h3 {
  font-size: 32px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .flow__list--item h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .flow__list--item h3 {
    font-size: 22px;
    font-size: 5.641025641vw;
    line-height: 1.4;
    margin-bottom: 2vw;
    text-align: center;
  }
}
.flow__list--item p {
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: 400;
  text-align: justify;
  padding-right: 14%;
}
@media screen and (max-width: 767px) {
  .flow__list--item p {
    padding-right: 0;
  }
}

/*----------------*
    footer
------------------*/
.footer__top {
  padding: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .footer__top nav {
    width: 65%;
  }
}
.footer__top--nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .footer__top--nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
}
@media screen and (max-width: 767px) {
  .footer__top--nav {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5%;
  }
}
.footer__logo {
  width: 22%;
  max-width: 287px;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .footer__logo {
    width: 28%;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 70%;
    margin: 0 auto 2%;
  }
}
.footer__bottom {
  width: 100%;
  color: #fff;
  font-weight: 400;
  background: #063458;
  padding: 16px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 10px 4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .footer__bottom nav {
    width: 58%;
  }
}
@media screen and (max-width: 767px) {
  .footer__bottom nav {
    width: 100%;
  }
}
.footer__bottom--nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .footer__bottom--nav {
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
  }
}
@media screen and (max-width: 767px) {
  .footer__bottom--nav {
    width: 100%;
    -ms-flex-flow: nowrap;
        flex-flow: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
  .footer__bottom--nav li {
    display: inline-block;
  }
}
.footer__bottom--nav a {
  display: block;
  color: #fff;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .footer__bottom--nav a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer__bottom--nav a {
    font-size: 12px;
    font-size: 3.0769230769vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
  }
}
.footer__bottom--nav a img {
  width: 20px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .footer__bottom--nav a img {
    width: 4.5vw;
    max-width: 30px;
    margin-left: 2%;
  }
}
.footer__copy {
  letter-spacing: -0.005em;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .footer__copy {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 10px;
    font-size: 2.5641025641vw;
  }
}