html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
}

section, article, aside, hgroup, header, footer, main, nav, dialog, figure, figcaption {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline-color: #aaa;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

b, strong, em {
  font-weight: inherit;
  font-style: inherit;
}

html {
  font-size: 10px;
}
@media screen and (max-width:374px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  color: #102B54;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width:767.9px) {
  body.is-locked {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width:767.9px) {
  body {
    min-width: 320px;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a img,
a i {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

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

iframe {
  vertical-align: bottom;
}

.hover-alpha a:hover img {
  opacity: 0.7;
}

::-webkit-input-placeholder {
  color: #ccc;
  padding-top: 0.2em;
}

:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  border: none;
  background: none;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  border: 1px solid #eee;
  background: #fff;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 44px;
  line-height: 44px;
  font-size: 1.6rem;
}

select {
  cursor: pointer;
  width: 100%;
  padding: 0 40px 0 15px;
  border: 1px solid #eee;
  background: #fff;
  height: 44px;
  font-size: 1.6rem;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
  width: 100%;
  line-height: 1.5;
  border: 1px solid #eee;
  background: #fff;
  font-size: 1.6rem;
  padding: 15px;
  font: inherit;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  line-height: 1;
  cursor: pointer;
}

button {
  cursor: pointer;
}

@media screen and (max-width:767.9px) {
  select,
textarea,
input[type=text],
input[type=email],
input[type=number],
input[type=tel] {
    font-size: 1.6rem;
  }
}
.u-clr:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

@media screen and (max-width:374px) {
  .u-xs-min {
    display: none !important;
  }
}

@media print, screen and (min-width:375px) {
  .u-xs-max {
    display: none !important;
  }
}

@media screen and (max-width:767.9px) {
  .u-sm-min {
    display: none !important;
  }
}

@media print, screen and (min-width:768px) {
  .u-sm-max {
    display: none !important;
  }
}

@media screen and (max-width:1024px) {
  .u-md-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1025px) {
  .u-md-max {
    display: none !important;
  }
}

@media screen and (max-width:1199px) {
  .u-lg-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1200px) {
  .u-lg-max {
    display: none !important;
  }
}

.u-ff-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.u-ff-en {
  font-family: Arial;
}

.u-fz-20 {
  font-size: 2rem !important;
}

.u-fz-19 {
  font-size: 1.9rem !important;
}

.u-fz-18 {
  font-size: 1.8rem !important;
}

.u-fz-17 {
  font-size: 1.7rem !important;
}

.u-fz-16 {
  font-size: 1.6rem !important;
}

.u-fz-15 {
  font-size: 1.5rem !important;
}

.u-fz-14 {
  font-size: 1.4rem !important;
}

.u-fz-13 {
  font-size: 1.3rem !important;
}

.u-fz-12 {
  font-size: 1.2rem !important;
}

.u-fz-11 {
  font-size: 1.1rem !important;
}

.u-fz-10 {
  font-size: 1rem !important;
}

.u-fw-400 {
  font-weight: 400 !important;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.u-td-ul {
  text-decoration: underline !important;
}

.u-td-none {
  text-decoration: none !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-va-t {
  vertical-align: top !important;
}

.u-va-m {
  vertical-align: middle !important;
}

.u-va-b {
  vertical-align: bottom !important;
}

.u-c-main {
  color: #000 !important;
}

.u-c-plain {
  color: #102B54 !important;
}

.u-c-white {
  color: #fff !important;
}

.u-bg-alpha {
  background-color: transparent !important;
}

.u-bg-main {
  background-color: #000 !important;
}

.u-bg-plain {
  background-color: #102B54 !important;
}

.u-bg-focus {
  background-color: #aaa !important;
}

.u-bg-border {
  background-color: #eee !important;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-bg-gray01 {
  background-color: #eee !important;
}

.u-bg-gray02 {
  background-color: #ccc !important;
}

.u-bd {
  border: 1px solid #eee !important;
}

.u-bd-t {
  border-top: 1px solid #eee !important;
}

.u-bd-l {
  border-left: 1px solid #eee !important;
}

.u-bd-b {
  border-bottom: 1px solid #eee !important;
}

.u-bd-r {
  border-right: 1px solid #eee !important;
}

.u-bd-main {
  border-color: #000 !important;
}

.u-bd-white {
  border-color: #fff !important;
}

.u-w-100 {
  width: 100% !important;
}

.u-w-90 {
  width: 90% !important;
}

.u-w-80 {
  width: 80% !important;
}

.u-w-70 {
  width: 70% !important;
}

.u-w-60 {
  width: 60% !important;
}

.u-w-50 {
  width: 50% !important;
}

.u-w-40 {
  width: 40% !important;
}

.u-w-30 {
  width: 30% !important;
}

.u-w-20 {
  width: 20% !important;
}

.u-w-10 {
  width: 10% !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-xs {
  margin-top: 20px !important;
}
@media screen and (max-width:767.9px) {
  .u-mt-xs {
    margin-top: 10px !important;
  }
}

.u-mt-sm {
  margin-top: 40px !important;
}
@media screen and (max-width:767.9px) {
  .u-mt-sm {
    margin-top: 20px !important;
  }
}

.u-mt-md {
  margin-top: 60px !important;
}
@media screen and (max-width:767.9px) {
  .u-mt-md {
    margin-top: 30px !important;
  }
}

.u-mt-lg {
  margin-top: 80px !important;
}
@media screen and (max-width:767.9px) {
  .u-mt-lg {
    margin-top: 40px !important;
  }
}

.u-mt-xl {
  margin-top: 100px !important;
}
@media screen and (max-width:767.9px) {
  .u-mt-xl {
    margin-top: 50px !important;
  }
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-xs {
  margin-bottom: 20px !important;
}
@media screen and (max-width:767.9px) {
  .u-mb-xs {
    margin-bottom: 10px !important;
  }
}

.u-mb-sm {
  margin-bottom: 40px !important;
}
@media screen and (max-width:767.9px) {
  .u-mb-sm {
    margin-bottom: 20px !important;
  }
}

.u-mb-md {
  margin-bottom: 60px !important;
}
@media screen and (max-width:767.9px) {
  .u-mb-md {
    margin-bottom: 30px !important;
  }
}

.u-mb-lg {
  margin-bottom: 80px !important;
}
@media screen and (max-width:767.9px) {
  .u-mb-lg {
    margin-bottom: 40px !important;
  }
}

.u-mb-xl {
  margin-bottom: 100px !important;
}
@media screen and (max-width:767.9px) {
  .u-mb-xl {
    margin-bottom: 50px !important;
  }
}

.u-p-0 {
  padding: 0 !important;
}

.u-p-5 {
  padding: 5px !important;
}

.u-p-10 {
  padding: 10px !important;
}

.u-p-15 {
  padding: 15px !important;
}

.u-p-20 {
  padding: 20px !important;
}

.u-p-25 {
  padding: 25px !important;
}

.u-p-30 {
  padding: 30px !important;
}

.u-p-35 {
  padding: 35px !important;
}

.u-p-40 {
  padding: 40px !important;
}

.u-p-45 {
  padding: 45px !important;
}

.u-p-50 {
  padding: 50px !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-xs {
  padding-top: 20px !important;
}
@media screen and (max-width:767.9px) {
  .u-pt-xs {
    padding-top: 10px !important;
  }
}

.u-pt-sm {
  padding-top: 40px !important;
}
@media screen and (max-width:767.9px) {
  .u-pt-sm {
    padding-top: 20px !important;
  }
}

.u-pt-md {
  padding-top: 60px !important;
}
@media screen and (max-width:767.9px) {
  .u-pt-md {
    padding-top: 30px !important;
  }
}

.u-pt-lg {
  padding-top: 80px !important;
}
@media screen and (max-width:767.9px) {
  .u-pt-lg {
    padding-top: 40px !important;
  }
}

.u-pt-xl {
  padding-top: 100px !important;
}
@media screen and (max-width:767.9px) {
  .u-pt-xl {
    padding-top: 50px !important;
  }
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-xs {
  padding-bottom: 20px !important;
}
@media screen and (max-width:767.9px) {
  .u-pb-xs {
    padding-bottom: 10px !important;
  }
}

.u-pb-sm {
  padding-bottom: 40px !important;
}
@media screen and (max-width:767.9px) {
  .u-pb-sm {
    padding-bottom: 20px !important;
  }
}

.u-pb-md {
  padding-bottom: 60px !important;
}
@media screen and (max-width:767.9px) {
  .u-pb-md {
    padding-bottom: 30px !important;
  }
}

.u-pb-lg {
  padding-bottom: 80px !important;
}
@media screen and (max-width:767.9px) {
  .u-pb-lg {
    padding-bottom: 40px !important;
  }
}

.u-pb-xl {
  padding-bottom: 100px !important;
}
@media screen and (max-width:767.9px) {
  .u-pb-xl {
    padding-bottom: 50px !important;
  }
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
}
@media screen and (max-width:767.9px) {
  .l-inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.l-inner--md {
  max-width: 1020px;
}
.l-inner--sm {
  max-width: 900px;
}

@media print, screen and (min-width:768px) {
  .l-container {
    padding: 100px 0;
  }
}
@media screen and (max-width:767.9px) {
  .l-container {
    padding: 50px 0;
  }
}
@media print, screen and (min-width:768px) {
  .l-container:last-child {
    padding-bottom: 150px;
  }
}
@media screen and (max-width:767.9px) {
  .l-container:last-child {
    padding-bottom: 80px;
  }
}
.l-container.l-container--gray {
  background: #eee;
}

.l-page {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.l-page__heading {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.l-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9000;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  background: #fff;
  -webkit-box-shadow: 0 0 12px rgba(39, 0, 0, 0.12);
          box-shadow: 0 0 12px rgba(39, 0, 0, 0.12);
  padding-left: 30px;
  padding-right: 25px;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width:1024px) {
  .l-header__inner {
    padding-left: 15px;
    padding-right: 10px;
  }
}
@media screen and (max-width:767.9px) {
  .l-header__inner {
    height: 52px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0;
    z-index: 8500;
    position: relative;
  }
}
@media print, screen and (min-width:768px) {
  .l-header__bg {
    display: none;
  }
}
@media screen and (max-width:767.9px) {
  .l-header__bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 8000;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
  }
  .l-header__bg.is-open {
    visibility: visible;
  }
}

@media print, screen and (min-width:768px) {
  .l-header-logo {
    width: 260px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .l-header-logo {
    width: 200px;
  }
}
@media screen and (max-width:767.9px) {
  .l-header-logo {
    width: 180px;
  }
}
.l-header-logo__link {
  display: block;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .l-header-logo__link:hover {
    opacity: 0.7;
  }
}

@media print, screen and (min-width:768px) {
  .l-header-menu {
    display: none;
  }
}
@media screen and (max-width:767.9px) {
  .l-header-menu {
    color: transparent;
    overflow: hidden;
    cursor: pointer;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
    z-index: 9001;
    outline: none;
    text-align: center;
  }
  .l-header-menu__line {
    display: block;
    background: #102B54;
    width: 26px;
    height: 2px;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -13px;
    top: 20px;
    -webkit-transition: background-color 100ms;
    transition: background-color 100ms;
  }
  .l-header-menu__line:before, .l-header-menu__line:after {
    content: "";
    display: block;
    background: #102B54;
    width: 26px;
    height: 2px;
    position: absolute;
    left: 0;
    -webkit-transition: top 200ms, -webkit-transform 200ms;
    transition: top 200ms, -webkit-transform 200ms;
    transition: transform 200ms, top 200ms;
    transition: transform 200ms, top 200ms, -webkit-transform 200ms;
  }
  .l-header-menu__line:before {
    top: -6px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .l-header-menu__line:after {
    top: 6px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .l-header-menu__txt {
    display: block;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    color: #102B54;
    position: absolute;
    left: 0;
    right: 0;
    top: 33px;
  }
  .l-header-menu.is-open .l-header-menu__line {
    background: #FFF;
  }
  .l-header-menu.is-open .l-header-menu__line:before, .l-header-menu.is-open .l-header-menu__line:after {
    top: 0;
  }
  .l-header-menu.is-open .l-header-menu__line:before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .l-header-menu.is-open .l-header-menu__line:after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}

@media print, screen and (min-width:768px) {
  .l-header-nav {
    display: block;
  }
}
@media screen and (max-width:767.9px) {
  .l-header-nav {
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: calc(100% - 52px);
    background: #112954;
    color: #FFF;
    top: 52px;
    right: 0;
    z-index: 9000;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media screen and (max-width:767.9px) {
  .l-header-nav__inner {
    position: relative;
    height: 100%;
    overflow: auto;
    padding: 0 20px 50px;
  }
}
@media print, screen and (min-width:768px) {
  .l-header-nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media screen and (max-width:767.9px) {
  .l-header-nav__items {
    padding-top: 20px;
  }
}
@media screen and (max-width:767.9px) {
  .l-header-nav__item {
    padding: 10px 0;
    border-bottom: 1px solid #707F99;
  }
}
.l-header-nav__item.is-current a::before {
  opacity: 1;
}
.l-header-nav__link {
  cursor: pointer;
  position: relative;
  font-weight: 700;
  line-height: 1.3;
}
@media print, screen and (min-width:768px) {
  .l-header-nav__link {
    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;
    height: 80px;
    font-size: 1.4rem;
    padding: 0 15px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .l-header-nav__link {
    padding: 0 10px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width:767.9px) {
  .l-header-nav__link {
    font-size: 2rem;
    display: block;
    font-weight: 500;
    padding: 20px 0 20px 20px;
  }
}
@media print, screen and (min-width:768px) {
  .is-view-pc .l-header-nav__link:hover {
    color: #FF4D33;
  }
}
.l-header-nav__link::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #FFB133 0%, #FF4D33 100%);
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  opacity: 0;
}
@media print, screen and (min-width:768px) {
  .l-header-nav__link::before {
    left: 50%;
    margin-left: -6px;
    bottom: -6px;
  }
}
@media screen and (max-width:767.9px) {
  .l-header-nav__link::before {
    width: 10px;
    height: 10px;
    top: 50%;
    left: 0;
    margin-top: -5px;
    opacity: 1;
  }
}
@media screen and (max-width:767.9px) {
  .l-header-nav.is-open {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media print, screen and (min-width:768px) {
  .l-header-entry {
    display: none;
  }
}
@media screen and (max-width:767.9px) {
  .l-header-entry {
    margin-top: 55px;
  }
}
.l-header-entry__item:not(:first-child) {
  margin-top: 18px;
}
.l-header-entry .top-btn-01 {
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width:768px) {
  .l-header-copyright {
    display: none;
  }
}
@media screen and (max-width:767.9px) {
  .l-header-copyright {
    line-height: 1.3;
    margin-top: 45px;
    display: block;
    text-align: center;
    color: #707F99;
    font-size: 1rem;
    letter-spacing: 0.06em;
  }
}

.l-footer {
  color: #fff;
  line-height: 1;
  position: relative;
  text-align: center;
  background: #000;
  padding: 60px 0 55px;
  margin-top: auto;
  background: #F7F7F7;
}
@media screen and (max-width:767.9px) {
  .l-footer {
    padding: 55px 0 50px;
  }
}

.l-footer-pagetop {
  position: absolute;
  right: 0;
  top: 80px;
}
@media screen and (max-width:1024px) {
  .l-footer-pagetop {
    top: 75px;
  }
}
.l-footer-pagetop__trigger {
  display: block;
  position: absolute;
  bottom: 45px;
  right: 35px;
  z-index: 1000;
  outline: none;
  cursor: pointer;
  background: #FFF;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 12px rgba(39, 0, 0, 0.12);
          box-shadow: 0 0 12px rgba(39, 0, 0, 0.12);
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
@media screen and (max-width:1199px) {
  .l-footer-pagetop__trigger {
    right: 20px;
  }
}
@media screen and (max-width:1024px) {
  .l-footer-pagetop__trigger {
    width: 60px;
    height: 60px;
    right: 10px;
  }
}
.l-footer-pagetop__trigger .l-footer-pagetop__ico {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0;
  line-height: 0;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.l-footer-pagetop__trigger .l-footer-pagetop__ico::before {
  content: "";
  display: block;
  width: 18px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.49 21'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2%7Bfill:none;stroke:%23102b54;stroke-linecap:round;stroke-width:3px;%7D.cls-2%7Bstroke-linejoin:round;%7D%3C/style%3E%3C/defs%3E%3Cg id='Group_3130'%3E%3Cg id='arrow'%3E%3Cpath class='cls-2' d='M8.53,19.5V1.5S1.5,8.85,1.5,8.85'/%3E%3C/g%3E%3Cpath class='cls-1' d='M15.99,8.9L8.59,1.5'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media print, screen and (min-width:768px) {
  .is-view-pc .l-footer-pagetop__trigger:hover {
    -webkit-box-shadow: 0 0 20px rgba(39, 0, 0, 0.18);
            box-shadow: 0 0 20px rgba(39, 0, 0, 0.18);
  }
  .is-view-pc .l-footer-pagetop__trigger:hover .l-footer-pagetop__ico {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.l-footer-pagetop__trigger.is-fixed {
  position: fixed;
}

.l-footer-logo {
  width: 360px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:767.9px) {
  .l-footer-logo {
    width: 260px;
  }
}
@media print, screen and (min-width:768px) {
  .is-view-pc .l-footer-logo__link:hover {
    opacity: 0.7;
  }
}

.l-footer-entry {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:767.9px) {
  .l-footer-entry {
    margin-top: 42px;
    display: block;
  }
}
.l-footer-entry__item {
  width: 100%;
}
.l-footer-entry__item:not(:first-child) {
  margin-left: 40px;
}
@media screen and (max-width:1024px) {
  .l-footer-entry__item:not(:first-child) {
    margin-left: 20px;
  }
}
@media screen and (max-width:767.9px) {
  .l-footer-entry__item:not(:first-child) {
    margin-top: 18px;
    margin-left: 0;
  }
}
.l-footer-entry .top-btn-01 {
  margin-left: auto;
  margin-right: auto;
}

.l-footer-copyright {
  font-size: 1.2rem;
  line-height: 1.3;
  display: block;
  text-align: center;
  color: #102B54;
  letter-spacing: 0.06em;
  margin-top: 60px;
}
@media screen and (max-width:767.9px) {
  .l-footer-copyright {
    margin-top: 45px;
    font-size: 1rem;
  }
}

.l-main {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width:767.9px) {
  .transfer.l-page {
    padding-top: 52px;
  }
}

.is-animate.is-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.is-animated.is-fadeUp {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.8s 0.2s ease-out, -webkit-transform 0.8s 0.2s ease-out;
  transition: opacity 0.8s 0.2s ease-out, -webkit-transform 0.8s 0.2s ease-out;
  transition: transform 0.8s 0.2s ease-out, opacity 0.8s 0.2s ease-out;
  transition: transform 0.8s 0.2s ease-out, opacity 0.8s 0.2s ease-out, -webkit-transform 0.8s 0.2s ease-out;
}

.is-animate.is-fadeUpCtn [class*=is-fadeUpSub] {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.is-animated.is-fadeUpCtn [class*=is-fadeUpSub] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.is-animated.is-fadeUpCtn .is-fadeUpSub01 {
  -webkit-transition: opacity 0.8s 0.2s ease-out, -webkit-transform 0.8s 0.2s ease-out;
  transition: opacity 0.8s 0.2s ease-out, -webkit-transform 0.8s 0.2s ease-out;
  transition: transform 0.8s 0.2s ease-out, opacity 0.8s 0.2s ease-out;
  transition: transform 0.8s 0.2s ease-out, opacity 0.8s 0.2s ease-out, -webkit-transform 0.8s 0.2s ease-out;
}
.is-animated.is-fadeUpCtn .is-fadeUpSub02 {
  -webkit-transition: opacity 0.8s 0.5s ease-out, -webkit-transform 0.8s 0.5s ease-out;
  transition: opacity 0.8s 0.5s ease-out, -webkit-transform 0.8s 0.5s ease-out;
  transition: transform 0.8s 0.5s ease-out, opacity 0.8s 0.5s ease-out;
  transition: transform 0.8s 0.5s ease-out, opacity 0.8s 0.5s ease-out, -webkit-transform 0.8s 0.5s ease-out;
}
.is-animated.is-fadeUpCtn .is-fadeUpSub03 {
  -webkit-transition: opacity 0.8s 0.8s ease-out, -webkit-transform 0.8s 0.8s ease-out;
  transition: opacity 0.8s 0.8s ease-out, -webkit-transform 0.8s 0.8s ease-out;
  transition: transform 0.8s 0.8s ease-out, opacity 0.8s 0.8s ease-out;
  transition: transform 0.8s 0.8s ease-out, opacity 0.8s 0.8s ease-out, -webkit-transform 0.8s 0.8s ease-out;
}
.is-animated.is-fadeUpCtn .is-fadeUpSub04 {
  -webkit-transition: opacity 0.8s 1.1s ease-out, -webkit-transform 0.8s 1.1s ease-out;
  transition: opacity 0.8s 1.1s ease-out, -webkit-transform 0.8s 1.1s ease-out;
  transition: transform 0.8s 1.1s ease-out, opacity 0.8s 1.1s ease-out;
  transition: transform 0.8s 1.1s ease-out, opacity 0.8s 1.1s ease-out, -webkit-transform 0.8s 1.1s ease-out;
}

.is-animate.is-fadeIn {
  opacity: 0;
}

.is-animated.is-fadeIn {
  opacity: 1;
  -webkit-transition: opacity 0.6s 0s ease-out;
  transition: opacity 0.6s 0s ease-out;
}

.is-animate.is-fadeRight {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

.is-animated.is-fadeRight {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.8s 0.2s ease-out, -webkit-transform 0.8s 0.2s ease-out;
  transition: opacity 0.8s 0.2s ease-out, -webkit-transform 0.8s 0.2s ease-out;
  transition: transform 0.8s 0.2s ease-out, opacity 0.8s 0.2s ease-out;
  transition: transform 0.8s 0.2s ease-out, opacity 0.8s 0.2s ease-out, -webkit-transform 0.8s 0.2s ease-out;
}

.is-animate.is-fadeLeft {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

.is-animated.is-fadeLeft {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.8s 0.2s ease-out, -webkit-transform 0.8s 0.2s ease-out;
  transition: opacity 0.8s 0.2s ease-out, -webkit-transform 0.8s 0.2s ease-out;
  transition: transform 0.8s 0.2s ease-out, opacity 0.8s 0.2s ease-out;
  transition: transform 0.8s 0.2s ease-out, opacity 0.8s 0.2s ease-out, -webkit-transform 0.8s 0.2s ease-out;
}

.transfer-mv {
  position: relative;
  background-color: #FCF6EF;
}
.transfer-mv::before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url("../img/mv_bg.png") 50% 100% no-repeat;
}
@media screen and (min-width: 1658px) {
  .transfer-mv::before {
    background-size: cover;
  }
}
@media screen and (max-width:767.9px) {
  .transfer-mv::before {
    background: url("../img/mv_bg_sp.png") 50% 100%/cover;
  }
}
.transfer-mv__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 760px;
  padding-top: 80px;
  padding-bottom: 40px;
  z-index: 2;
}
@media screen and (max-width:767.9px) {
  .transfer-mv__inner {
    display: block;
    height: auto;
    padding-top: 16vw;
    padding-bottom: 0;
  }
}
.transfer-mv__box {
  padding-left: 40px;
}
@media screen and (max-width:1199px) {
  .transfer-mv__box {
    padding-left: 3.3333333333vw;
  }
}
@media screen and (max-width:1024px) {
  .transfer-mv__box {
    padding-left: 0;
  }
}
.transfer-mv__txt {
  font-size: 6rem;
  line-height: 1.3;
  font-weight: 700;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
@media screen and (max-width:1199px) {
  .transfer-mv__txt {
    font-size: 5vw;
  }
}
@media screen and (max-width:1024px) {
  .transfer-mv__txt {
    margin-left: 0;
  }
}
@media screen and (max-width:767.9px) {
  .transfer-mv__txt {
    font-size: 7.4666666667vw;
  }
}
.transfer-mv__txt-item {
  display: block;
  position: relative;
}
.transfer-mv__txt-item:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width:767.9px) {
  .transfer-mv__txt-item:not(:first-child) {
    margin-top: 10px;
  }
}
.transfer-mv__txt-item::before {
  content: "";
  display: block;
  top: 7px;
  left: 7px;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF4D33), to(#FFB133));
  background-image: linear-gradient(to right, #FF4D33 0%, #FFB133 100%);
  position: absolute;
}
@media screen and (max-width:767.9px) {
  .transfer-mv__txt-item::before {
    top: 5px;
    left: 5px;
  }
}
.transfer-mv__txt-item > span {
  content: attr(data-text);
  display: block;
  background-color: #FFF;
  position: relative;
  z-index: 1;
  padding: 0.12em 0.16em 0.18em;
}
.transfer-mv__img {
  padding-right: 20px;
  padding-top: 70px;
}
@media screen and (max-width:1199px) {
  .transfer-mv__img {
    padding-right: 1.6666666667vw;
    padding-top: 5.8333333333vw;
  }
}
@media screen and (max-width:1024px) {
  .transfer-mv__img {
    padding-right: 0;
  }
}
@media screen and (max-width:767.9px) {
  .transfer-mv__img {
    padding-top: 12vw;
  }
}
.transfer-mv__img figure {
  width: 520px;
  height: 570px;
  margin-left: -200px;
}
@media screen and (max-width:1199px) {
  .transfer-mv__img figure {
    width: 43.3333333333vw;
    height: 47.5vw;
  }
}
@media screen and (max-width:767.9px) {
  .transfer-mv__img figure {
    width: 72vw;
    height: 78.9333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.transfer-mv__img img {
  display: block;
}
.transfer-mv.is-animate .transfer-mv__txt {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.transfer-mv.is-animate .transfer-mv__img {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.transfer-mv.is-animated .transfer-mv__txt,
.transfer-mv.is-animated .transfer-mv__img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media print, screen and (min-width:768px) {
  .transfer-mv.is-animated .transfer-mv__img {
    -webkit-transition: opacity 0.8s 0s ease-out, -webkit-transform 0.8s 0s ease-out;
    transition: opacity 0.8s 0s ease-out, -webkit-transform 0.8s 0s ease-out;
    transition: transform 0.8s 0s ease-out, opacity 0.8s 0s ease-out;
    transition: transform 0.8s 0s ease-out, opacity 0.8s 0s ease-out, -webkit-transform 0.8s 0s ease-out;
  }
  .transfer-mv.is-animated .transfer-mv__txt {
    -webkit-transition: opacity 1s 0.2s ease-out, -webkit-transform 1s 0.2s ease-out;
    transition: opacity 1s 0.2s ease-out, -webkit-transform 1s 0.2s ease-out;
    transition: transform 1s 0.2s ease-out, opacity 1s 0.2s ease-out;
    transition: transform 1s 0.2s ease-out, opacity 1s 0.2s ease-out, -webkit-transform 1s 0.2s ease-out;
  }
}
@media screen and (max-width:767.9px) {
  .transfer-mv.is-animated .transfer-mv__txt {
    -webkit-transition: opacity 0.8s 0s ease-out, -webkit-transform 0.8s 0s ease-out;
    transition: opacity 0.8s 0s ease-out, -webkit-transform 0.8s 0s ease-out;
    transition: transform 0.8s 0s ease-out, opacity 0.8s 0s ease-out;
    transition: transform 0.8s 0s ease-out, opacity 0.8s 0s ease-out, -webkit-transform 0.8s 0s ease-out;
  }
  .transfer-mv.is-animated .transfer-mv__img {
    -webkit-transition: opacity 1s 0.2s ease-out, -webkit-transform 1s 0.2s ease-out;
    transition: opacity 1s 0.2s ease-out, -webkit-transform 1s 0.2s ease-out;
    transition: transform 1s 0.2s ease-out, opacity 1s 0.2s ease-out;
    transition: transform 1s 0.2s ease-out, opacity 1s 0.2s ease-out, -webkit-transform 1s 0.2s ease-out;
  }
}

.transfer-container-yellow {
  position: relative;
  background-color: #FCF6EF;
  padding-bottom: 150px;
}
@media screen and (max-width:767.9px) {
  .transfer-container-yellow {
    padding-bottom: 0;
  }
}
.transfer-container-yellow::before {
  content: "";
  display: block;
  width: 1987px;
  bottom: 0;
  position: absolute;
  top: -292px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -65px;
  pointer-events: none;
  background: url("../img/bg_yellow_deco.png") no-repeat left top;
}
@media screen and (max-width:767.9px) {
  .transfer-container-yellow::before {
    top: -40vw;
    width: 100%;
    left: 0;
    -webkit-transform: none;
            transform: none;
    margin-left: 0;
    background: url("../img/bg_yellow_deco_sp.png") no-repeat left top/100% auto;
  }
}
.transfer-container-yellow .l-inner {
  position: relative;
  z-index: 1;
}

.transfer-container-blue {
  position: relative;
  padding-bottom: 150px;
}
@media screen and (max-width:767.9px) {
  .transfer-container-blue {
    padding-bottom: 14.9333333333vw;
  }
}
.transfer-container-blue::before {
  content: "";
  position: absolute;
  top: -150px;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0069F0), to(#6FBDFF));
  background-image: linear-gradient(to bottom, #0069F0 0%, #6FBDFF 100%);
}
@media screen and (max-width:767.9px) {
  .transfer-container-blue::before {
    top: -14.9333333333vw;
  }
}
.transfer-container-blue::after {
  content: "";
  display: block;
  width: 1960px;
  position: absolute;
  top: -150px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  background: url("../img/bg_blue_deco.png") no-repeat right top;
}
@media screen and (max-width:767.9px) {
  .transfer-container-blue::after {
    width: 100%;
    left: 0;
    -webkit-transform: none;
            transform: none;
    top: -40vw;
    background: url("../img/bg_blue_deco_sp.png") no-repeat right top/100% auto;
  }
}
.transfer-container-blue .l-inner {
  position: relative;
  z-index: 1;
}

.transfer-container-white {
  position: relative;
  z-index: 2;
  padding-bottom: 150px;
}
@media screen and (max-width:767.9px) {
  .transfer-container-white {
    padding-bottom: 14.9333333333vw;
  }
}
.transfer-container-white::before, .transfer-container-white::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width:767.9px) {
  .transfer-container-white::before, .transfer-container-white::after {
    height: 14.9333333333vw;
  }
}
.transfer-container-white::before {
  bottom: 100%;
  margin-bottom: -1px;
  background: url("../img/bg_white_top.png") no-repeat center bottom;
  background: url("../img/bg_white_top_sp.png") no-repeat center bottom/100% 100%;
}
@media screen and (min-width: 2000px) {
  .transfer-container-white::before {
    background-size: 100% 150px;
  }
}
.transfer-container-white::after {
  bottom: 0;
  margin-top: -1px;
  background: url("../img/bg_white_bottom.png") no-repeat center top;
  background: url("../img/bg_white_bottom_sp.png") no-repeat center top/100% 100%;
}
@media screen and (min-width: 2000px) {
  .transfer-container-white::after {
    background-size: 100% 150px;
  }
}
.transfer-container-white .l-inner {
  position: relative;
  z-index: 1;
}

.transfer-container-yellow02 {
  position: relative;
  z-index: 1;
  padding-bottom: 150px;
  background-color: #FCF8F2;
}
@media screen and (max-width:767.9px) {
  .transfer-container-yellow02 {
    padding-bottom: 14.9333333333vw;
  }
}
.transfer-container-yellow02::before {
  content: "";
  position: absolute;
  top: -150px;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: url("../img/bg_yellow.png") no-repeat center top;
}
@media screen and (min-width: 2000px) {
  .transfer-container-yellow02::before {
    background-size: cover;
  }
}
@media screen and (max-width:767.9px) {
  .transfer-container-yellow02::before {
    top: -13.3333333333vw;
    background: url("../img/bg_yellow_sp.png") no-repeat center top/100% auto;
  }
}
.transfer-container-yellow02 .l-inner {
  position: relative;
  z-index: 1;
}

.transfer-container-last {
  padding-bottom: 160px;
}
@media screen and (max-width:767.9px) {
  .transfer-container-last {
    padding-bottom: 100px;
  }
}

.ico-blank {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath id='Path_4679' data-name='Path 4679' d='M15.222,9a.78.78,0,0,0-.778.778v4.667H3.555V3.555H8.222A.778.778,0,1,0,8.222,2H3.555A1.56,1.56,0,0,0,2,3.555V14.444A1.559,1.559,0,0,0,3.555,16H14.444A1.559,1.559,0,0,0,16,14.445V9.778A.78.78,0,0,0,15.222,9Z' transform='translate(-2 -2)' fill='%23102B54'/%3E%3Cpath id='Path_4680' data-name='Path 4680' d='M14.977,2H10.863a.385.385,0,0,0-.272.661L12.1,4.17,6.03,10.237a.774.774,0,0,0,0,1.1h0a.774.774,0,0,0,1.1,0h0l6.058-6.059L14.7,6.783a.393.393,0,0,0,.669-.28V2.389A.385.385,0,0,0,14.984,2Z' transform='translate(-1.779 -2)' fill='%23102B54'/%3E%3C/svg%3E") no-repeat center/100% 100%;
}
@media screen and (max-width:767.9px) {
  .ico-blank {
    width: 12px;
    height: 12px;
  }
}
.ico-blank--w {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath id='Path_4679' data-name='Path 4679' d='M15.222,9a.78.78,0,0,0-.778.778v4.667H3.555V3.555H8.222A.778.778,0,1,0,8.222,2H3.555A1.56,1.56,0,0,0,2,3.555V14.444A1.559,1.559,0,0,0,3.555,16H14.444A1.559,1.559,0,0,0,16,14.445V9.778A.78.78,0,0,0,15.222,9Z' transform='translate(-2 -2)' fill='%23fff'/%3E%3Cpath id='Path_4680' data-name='Path 4680' d='M14.977,2H10.863a.385.385,0,0,0-.272.661L12.1,4.17,6.03,10.237a.774.774,0,0,0,0,1.1h0a.774.774,0,0,0,1.1,0h0l6.058-6.059L14.7,6.783a.393.393,0,0,0,.669-.28V2.389A.385.385,0,0,0,14.984,2Z' transform='translate(-1.779 -2)' fill='%23fff'/%3E%3C/svg%3E");
}

.top-btn-01 {
  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;
  text-align: center;
  width: 100%;
  max-width: 410px;
  height: 90px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  border: 2px solid #0069F0;
  background-color: #0069F0;
  color: #FFF;
  padding: 0 30px;
  font-size: 1.8rem;
  line-height: 1.3;
  border-radius: 90px;
  letter-spacing: 0.04em;
}
@media screen and (max-width:767.9px) {
  .top-btn-01 {
    font-size: 1.6rem;
    height: 70px;
    border-radius: 55px;
  }
}
.top-btn-01__txt {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.top-btn-01__ico {
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:767.9px) {
  .top-btn-01__ico {
    right: 40px;
  }
}
@media print, screen and (min-width:768px) {
  .is-view-pc .top-btn-01:hover {
    color: #0069F0;
    background: #FFF;
  }
  .is-view-pc .top-btn-01:hover .top-btn-01__ico {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath id='Path_4679' data-name='Path 4679' d='M15.222,9a.78.78,0,0,0-.778.778v4.667H3.555V3.555H8.222A.778.778,0,1,0,8.222,2H3.555A1.56,1.56,0,0,0,2,3.555V14.444A1.559,1.559,0,0,0,3.555,16H14.444A1.559,1.559,0,0,0,16,14.445V9.778A.78.78,0,0,0,15.222,9Z' transform='translate(-2 -2)' fill='%230069F0'/%3E%3Cpath id='Path_4680' data-name='Path 4680' d='M14.977,2H10.863a.385.385,0,0,0-.272.661L12.1,4.17,6.03,10.237a.774.774,0,0,0,0,1.1h0a.774.774,0,0,0,1.1,0h0l6.058-6.059L14.7,6.783a.393.393,0,0,0,.669-.28V2.389A.385.385,0,0,0,14.984,2Z' transform='translate(-1.779 -2)' fill='%230069F0'/%3E%3C/svg%3E");
  }
}
.top-btn-01--black {
  border-color: #102B54;
  background-color: #102B54;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .top-btn-01--black:hover {
    color: #102B54;
  }
  .is-view-pc .top-btn-01--black:hover .top-btn-01__ico {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath id='Path_4679' data-name='Path 4679' d='M15.222,9a.78.78,0,0,0-.778.778v4.667H3.555V3.555H8.222A.778.778,0,1,0,8.222,2H3.555A1.56,1.56,0,0,0,2,3.555V14.444A1.559,1.559,0,0,0,3.555,16H14.444A1.559,1.559,0,0,0,16,14.445V9.778A.78.78,0,0,0,15.222,9Z' transform='translate(-2 -2)' fill='%23102B54'/%3E%3Cpath id='Path_4680' data-name='Path 4680' d='M14.977,2H10.863a.385.385,0,0,0-.272.661L12.1,4.17,6.03,10.237a.774.774,0,0,0,0,1.1h0a.774.774,0,0,0,1.1,0h0l6.058-6.059L14.7,6.783a.393.393,0,0,0,.669-.28V2.389A.385.385,0,0,0,14.984,2Z' transform='translate(-1.779 -2)' fill='%23102B54'/%3E%3C/svg%3E");
  }
}
.top-btn-01--white {
  border-color: #FFF;
  background-color: #FFF;
  color: #102B54;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .top-btn-01--white:hover {
    color: #FFF;
    background-color: #102B54;
  }
  .is-view-pc .top-btn-01--white:hover .top-btn-01__ico {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath id='Path_4679' data-name='Path 4679' d='M15.222,9a.78.78,0,0,0-.778.778v4.667H3.555V3.555H8.222A.778.778,0,1,0,8.222,2H3.555A1.56,1.56,0,0,0,2,3.555V14.444A1.559,1.559,0,0,0,3.555,16H14.444A1.559,1.559,0,0,0,16,14.445V9.778A.78.78,0,0,0,15.222,9Z' transform='translate(-2 -2)' fill='%23fff'/%3E%3Cpath id='Path_4680' data-name='Path 4680' d='M14.977,2H10.863a.385.385,0,0,0-.272.661L12.1,4.17,6.03,10.237a.774.774,0,0,0,0,1.1h0a.774.774,0,0,0,1.1,0h0l6.058-6.059L14.7,6.783a.393.393,0,0,0,.669-.28V2.389A.385.385,0,0,0,14.984,2Z' transform='translate(-1.779 -2)' fill='%23fff'/%3E%3C/svg%3E");
  }
}

.top-ttl-01 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 55px;
}
@media screen and (max-width:767.9px) {
  .top-ttl-01 {
    margin-bottom: 9.3333333333vw;
  }
}
.top-ttl-01 .text-sub {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 9px;
}
@media screen and (max-width:767.9px) {
  .top-ttl-01 .text-sub {
    font-size: 3.7333333333vw;
  }
}
.top-ttl-01 .text-main {
  display: block;
  font-size: 4.2rem;
}
@media screen and (max-width:1024px) {
  .top-ttl-01 .text-main {
    font-size: 3.8rem;
  }
}
@media screen and (max-width:767.9px) {
  .top-ttl-01 .text-main {
    font-size: 6.9333333333vw;
  }
}
.top-ttl-01 .text-main small {
  font-size: 66.66%;
}
.top-ttl-01 .text-main02 {
  display: block;
  font-size: 3.6rem;
}
@media screen and (max-width:1024px) {
  .top-ttl-01 .text-main02 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width:767.9px) {
  .top-ttl-01 .text-main02 {
    font-size: 5.8666666667vw;
  }
}
.top-ttl-01::after {
  content: "";
  display: block;
  width: 80px;
  height: 6px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF4D33), to(#FFB133));
  background-image: linear-gradient(to right, #FF4D33 0%, #FFB133 100%);
}
@media screen and (max-width:767.9px) {
  .top-ttl-01::after {
    width: 16vw;
    height: 1.0666666667vw;
    margin-top: 5.3333333333vw;
  }
}

.top-txt-01 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.11;
}
@media screen and (max-width:1024px) {
  .top-txt-01 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width:767.9px) {
  .top-txt-01 {
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}
.top-txt-01 > * + * {
  margin-top: 1em;
}

.top-txt-02 {
  font-size: 1.5rem;
  line-height: 2.13;
}
@media screen and (max-width:767.9px) {
  .top-txt-02 {
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}
.top-txt-02 > * + * {
  margin-top: 1em;
}

.top-list-01 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.11;
}
@media screen and (max-width:767.9px) {
  .top-list-01 {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
.top-list-01 li {
  padding-left: 26px;
  position: relative;
}
@media screen and (max-width:767.9px) {
  .top-list-01 li {
    padding-left: 6.9333333333vw;
  }
  .top-list-01 li + li {
    margin-top: 5.8666666667vw;
  }
}
.top-list-01 li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0069F0;
  position: absolute;
  left: 0;
  top: 0.75em;
}
@media screen and (max-width:767.9px) {
  .top-list-01 li::before {
    top: 0.45em;
    width: 3.2vw;
    height: 3.2vw;
  }
}

.sect-deco {
  width: 300px;
  height: 300px;
  z-index: 3;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width:1199px) {
  .sect-deco {
    width: 25vw;
    height: 25vw;
  }
}
@media screen and (max-width:767.9px) {
  .sect-deco {
    width: 42.6666666667vw;
    height: 42.6666666667vw;
  }
}

.sect-intro {
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width:767.9px) {
  .sect-intro {
    padding-top: 17.3333333333vw;
    padding-bottom: 65.3333333333vw;
  }
}
.sect-intro::before {
  content: "";
  display: inline-block;
  pointer-events: none;
  width: 167px;
  height: 257px;
  background: url("../img/intro_deco_bg_01.png") no-repeat center;
  position: absolute;
  top: 150px;
  right: -32px;
}
@media screen and (max-width:1199px) {
  .sect-intro::before {
    right: auto;
    left: calc(50% + 465px);
  }
}
@media screen and (max-width:767.9px) {
  .sect-intro::before {
    width: 28vw;
    height: 34.1333333333vw;
    background: url("../img/intro_deco_bg_01_sp.png") no-repeat center/100% 100%;
    bottom: 21.3333333333vw;
    right: -4vw;
    top: auto;
    left: auto;
  }
}
@media print, screen and (min-width:768px) {
  .sect-intro .sect-deco--intro {
    left: -70px;
    top: 50%;
    margin-top: -100px;
  }
}
@media screen and (min-width:768px) and (max-width: 1440px) {
  .sect-intro .sect-deco--intro {
    right: calc(50% + 490px);
    left: auto;
  }
}
@media screen and (max-width:767.9px) {
  .sect-intro .sect-deco--intro {
    width: 53.3333333333vw;
    height: 53.3333333333vw;
    bottom: 2.1333333333vw;
    top: auto;
    right: auto;
    left: -6.9333333333vw;
  }
}

.intro-cont {
  margin-top: 40px;
}
@media screen and (max-width:767.9px) {
  .intro-cont {
    margin-top: 8vw;
  }
}
.intro-cont__img {
  background-color: #FFF;
  padding: 30px;
  border-radius: 20px;
}
@media screen and (max-width:767.9px) {
  .intro-cont__img {
    padding: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    margin-left: -2.6666666667vw;
    margin-right: -2.6666666667vw;
  }
}

.sect-benefit {
  padding-top: 70px;
  padding-bottom: 55px;
}
@media screen and (max-width:767.9px) {
  .sect-benefit {
    padding-top: 18.6666666667vw;
    padding-bottom: 19.2vw;
  }
}
.sect-benefit::before {
  content: "";
  display: inline-block;
  width: 408px;
  height: 850px;
  background: url("../img/benefit_deco_bg_01.png") no-repeat center;
  pointer-events: none;
  position: absolute;
  bottom: -110px;
  right: -280px;
  z-index: 1;
}
@media screen and (max-width:1199px) {
  .sect-benefit::before {
    right: auto;
    left: calc(50% + 465px);
  }
}
@media screen and (max-width:767.9px) {
  .sect-benefit::before {
    display: none;
  }
}
.sect-benefit::after {
  content: "";
  display: inline-block;
  pointer-events: none;
  width: 160px;
  height: 160px;
  position: absolute;
  top: -220px;
  left: -90px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(#FF4D33), to(#FFB133));
  background-image: linear-gradient(to left, #FF4D33 0%, #FFB133 100%);
}
@media screen and (max-width:767.9px) {
  .sect-benefit::after {
    display: none;
  }
}
.sect-benefit .l-inner {
  position: relative;
  z-index: 1;
}
.sect-benefit .sect-deco--benefit {
  right: -70px;
  top: -127px;
}
@media screen and (max-width:1024px) {
  .sect-benefit .sect-deco--benefit {
    right: -6.8292682927vw;
  }
}

.benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.benefit-cont {
  margin-top: 70px;
  min-height: 350px;
}
@media screen and (max-width:1024px) {
  .benefit-cont {
    min-height: 34.1463414634vw;
  }
}
@media screen and (max-width:767.9px) {
  .benefit-cont {
    min-height: auto;
    margin-top: 13.3333333333vw;
  }
}
.benefit-cont__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding-left: 18px;
  padding-right: 18px;
}
@media screen and (max-width:767.9px) {
  .benefit-cont__items {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 74.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.benefit-cont__item {
  width: 33.33%;
  position: relative;
  padding-top: 30px;
}
@media screen and (max-width:1024px) {
  .benefit-cont__item {
    padding-top: 2.9268292683vw;
  }
}
@media screen and (max-width:767.9px) {
  .benefit-cont__item {
    width: 74.6666666667vw;
    height: 74.6666666667vw;
    padding-top: 11.2vw;
  }
  .benefit-cont__item + .benefit-cont__item {
    margin-top: -5.3333333333vw;
  }
}
.benefit-cont__item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 100%;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='350' height='350' viewBox='0 0 350 350'%3E%3Cdefs%3E%3CradialGradient id='radial-gradient' cx='0.5' cy='0.5' r='0.5' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='0.704' stop-color='%23fff' stop-opacity='0.078'/%3E%3Cstop offset='1' stop-color='%230069f0' stop-opacity='0.102'/%3E%3C/radialGradient%3E%3C/defs%3E%3Ccircle id='Ellipse_31' data-name='Ellipse 31' cx='175' cy='175' r='175' fill='url(%23radial-gradient)'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width:767.9px) {
  .benefit-cont__item::before {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.benefit-cont__item > * {
  position: relative;
  z-index: 1;
}
.benefit-cont__img {
  height: 92px;
}
.benefit-cont__img.img01 img {
  width: 80px;
}
.benefit-cont__img.img02 img {
  width: 75px;
}
.benefit-cont__img.img03 img {
  width: 73px;
}
@media screen and (max-width:1024px) {
  .benefit-cont__img {
    height: 8.9756097561vw;
  }
  .benefit-cont__img.img01 img {
    width: 7.8048780488vw;
  }
  .benefit-cont__img.img02 img {
    width: 7.3170731707vw;
  }
  .benefit-cont__img.img03 img {
    width: 7.1219512195vw;
  }
}
@media screen and (max-width:767.9px) {
  .benefit-cont__img {
    height: auto;
  }
  .benefit-cont__img.img01 img {
    width: 17.0666666667vw;
  }
  .benefit-cont__img.img02 img {
    width: 16vw;
  }
  .benefit-cont__img.img03 img {
    width: 15.4666666667vw;
    margin: 1.3333333333vw 0;
  }
}
.benefit-cont__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width:1024px) {
  .benefit-cont__ttl {
    font-size: 2.8rem;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width:767.9px) {
  .benefit-cont__ttl {
    font-size: 6.9333333333vw;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}
.benefit-cont__txt {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.867;
}
@media screen and (max-width:1024px) {
  .benefit-cont__txt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width:767.9px) {
  .benefit-cont__txt {
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
}

.sect-about {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width:767.9px) {
  .sect-about {
    padding-top: 23.2vw;
    padding-bottom: 16vw;
  }
}
.sect-about::before {
  content: "";
  display: inline-block;
  width: 297px;
  height: 297px;
  background: url("../img/about_deco_bg_01.png") no-repeat center;
  pointer-events: none;
  position: absolute;
  top: 110px;
  left: -180px;
}
@media screen and (max-width:1199px) {
  .sect-about::before {
    left: auto;
    right: calc(50% + 480px);
  }
}
@media screen and (max-width:767.9px) {
  .sect-about::before {
    width: 30.6666666667vw;
    height: 35.2vw;
    left: -9.8666666667vw;
    top: -33.6vw;
    z-index: 2;
    background: url("../img/about_deco_bg_01_sp.png") no-repeat center/100% 100%;
  }
}
.sect-about::after {
  content: "";
  display: inline-block;
  width: 190px;
  height: 266px;
  background: url("../img/about_deco_bg_02.png") no-repeat center;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: -66px;
  margin-top: -73px;
}
@media screen and (max-width:1199px) {
  .sect-about::after {
    right: auto;
    left: calc(50% + 465px);
  }
}
.sect-about .l-inner {
  position: relative;
  z-index: 1;
}
.sect-about .sect-deco--about {
  left: -70px;
  top: -83px;
}
@media screen and (max-width:1024px) {
  .sect-about .sect-deco--about {
    left: -6.8292682927vw;
  }
}
@media screen and (max-width:767.9px) {
  .sect-about .sect-deco--about {
    left: auto;
    right: -10.6666666667vw;
    top: -20vw;
  }
  .sect-about .sect-deco--about.is-animate.is-fadeRight {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  .sect-about .sect-deco--about.is-animated.is-fadeRight {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sect-about .top-ttl-01 {
  color: #FFF;
}

.about-box {
  color: #FFF;
  text-align: center;
  max-width: 685px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  line-height: 1.888;
  padding: 20px 10px;
  position: relative;
}
@media screen and (max-width:767.9px) {
  .about-box {
    line-height: 2;
    padding: 4vw 2.6666666667vw 6.4vw;
  }
}
.about-box::before, .about-box::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #FFF;
  border-radius: 10px;
  pointer-events: none;
}
.about-box::before {
  top: 0;
  left: 0;
}
.about-box::after {
  top: 5px;
  left: 5px;
}
.about-box dl dt {
  font-size: 2.2rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width:767.9px) {
  .about-box dl dt {
    font-size: 5.8666666667vw;
  }
}
.about-box dl dd {
  font-size: 1.8rem;
}
@media screen and (max-width:767.9px) {
  .about-box dl dd {
    font-size: 4.2666666667vw;
  }
}

.about-cont {
  margin-top: 65px;
}
@media screen and (max-width:767.9px) {
  .about-cont {
    margin-top: 6.4vw;
  }
}
.about-cont__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -40px -20px 0;
}
@media screen and (max-width:1024px) {
  .about-cont__items {
    margin: -20px -10px 0;
  }
}
@media screen and (max-width:767.9px) {
  .about-cont__items {
    display: block;
    margin: 0;
  }
}
.about-cont__item {
  width: calc(50% - 40px);
  margin: 40px 20px 0;
  background-color: #FFF;
  border-radius: 20px;
  overflow: hidden;
  padding: 35px 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 40px rgba(7, 97, 240, 0.6);
          box-shadow: 0 0 40px rgba(7, 97, 240, 0.6);
}
@media screen and (max-width:1024px) {
  .about-cont__item {
    width: calc(50% - 20px);
    margin: 20px 10px 0;
    padding: 20px 25px;
  }
}
@media screen and (max-width:767.9px) {
  .about-cont__item {
    display: block;
    width: 100%;
    margin: 0;
    border-radius: 5.3333333333vw;
    padding: 6.4vw 8vw;
  }
  .about-cont__item + .about-cont__item {
    margin-top: 5.3333333333vw;
  }
}
.about-cont__index {
  width: 100px;
  height: 100px;
  padding-top: 15px;
  padding-left: 15px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width:767.9px) {
  .about-cont__index {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    padding-top: 4vw;
    padding-left: 4vw;
  }
}
.about-cont__index::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 0;
  border-color: #102B54 transparent transparent transparent;
}
@media screen and (max-width:767.9px) {
  .about-cont__index::before {
    border-width: 26.6666666667vw 26.6666666667vw 0 0;
  }
}
.about-cont__index > * {
  position: relative;
  z-index: 1;
}
.about-cont__index .index-text {
  display: block;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 3px;
}
@media screen and (max-width:767.9px) {
  .about-cont__index .index-text {
    font-size: 3.7333333333vw;
    margin-bottom: 0.8vw;
  }
}
.about-cont__index .index-num {
  width: 24px;
  height: 17px;
  display: inline-block;
}
@media screen and (max-width:767.9px) {
  .about-cont__index .index-num {
    width: 6.4vw;
    height: 4.5333333333vw;
  }
}
.about-cont__text {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width:1024px) {
  .about-cont__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:767.9px) {
  .about-cont__text {
    font-size: 3.7333333333vw;
  }
}
.about-cont__note {
  font-size: 1.4rem;
}
@media screen and (max-width:1024px) {
  .about-cont__note {
    font-size: 1.2rem;
  }
}
@media screen and (max-width:767.9px) {
  .about-cont__note {
    font-size: 3.2vw;
  }
}
.about-cont .group .g-text {
  font-size: 2.2rem;
  font-weight: 700;
}
.about-cont .group .g-text--01 {
  margin-right: 15px;
}
.about-cont .group .g-text--02 {
  margin-left: 15px;
}
@media screen and (max-width:1024px) {
  .about-cont .group .g-text {
    font-size: 1.9512195122vw;
  }
  .about-cont .group .g-text--01 {
    margin-right: 10px;
  }
  .about-cont .group .g-text--02 {
    margin-left: 10px;
  }
}
@media screen and (max-width:767.9px) {
  .about-cont .group .g-text {
    font-size: 5.8666666667vw;
  }
  .about-cont .group .g-text--01 {
    margin-right: 0.5em;
  }
  .about-cont .group .g-text--02 {
    margin-left: 0.5em;
  }
}
.about-cont .group .g-unit {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin-left: 10px;
}
@media screen and (max-width:1024px) {
  .about-cont .group .g-unit {
    font-size: 3.512195122vw;
  }
}
@media screen and (max-width:767.9px) {
  .about-cont .group .g-unit {
    font-size: 8.5333333333vw;
    margin-bottom: -0.1em;
    margin-left: 0.35em;
  }
}
.about-cont .group .g-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-cont .group .g-num--40 {
  width: 99px;
  height: 71px;
}
@media screen and (max-width:1024px) {
  .about-cont .group .g-num--40 {
    width: 9.6585365854vw;
    height: 6.9268292683vw;
  }
}
@media screen and (max-width:767.9px) {
  .about-cont .group .g-num--40 {
    width: 23.7333333333vw;
    height: 17.04vw;
  }
}
.about-cont .group .g-num--22 {
  width: 85px;
  height: 63px;
}
@media screen and (max-width:1024px) {
  .about-cont .group .g-num--22 {
    width: 8.2926829268vw;
    height: 6.1463414634vw;
  }
}
@media screen and (max-width:767.9px) {
  .about-cont .group .g-num--22 {
    width: 20.2666666667vw;
    height: 15vw;
  }
}
.about-cont .group .g-num--539 {
  width: 132px;
  height: 63px;
}
@media screen and (max-width:1024px) {
  .about-cont .group .g-num--539 {
    width: 12.8780487805vw;
    height: 6.1463414634vw;
  }
}
@media screen and (max-width:767.9px) {
  .about-cont .group .g-num--539 {
    width: 31.2vw;
    height: 15vw;
  }
}
.about-cont .group .g-num--500 {
  width: 132px;
  height: 63px;
}
@media screen and (max-width:1024px) {
  .about-cont .group .g-num--500 {
    width: 12.8780487805vw;
    height: 6.1463414634vw;
  }
}
@media screen and (max-width:767.9px) {
  .about-cont .group .g-num--500 {
    width: 31.2vw;
    height: 15vw;
  }
}
.about-cont .group .g-num--30 {
  width: 86px;
  height: 63px;
}
@media screen and (max-width:1024px) {
  .about-cont .group .g-num--30 {
    width: 8.3902439024vw;
    height: 6.1463414634vw;
  }
}
@media screen and (max-width:767.9px) {
  .about-cont .group .g-num--30 {
    width: 20.5333333333vw;
    height: 15vw;
  }
}
@media screen and (max-width:767.9px) {
  .about-cont .about-cont__item--01 {
    padding-top: 16vw;
  }
}
.about-cont .about-cont__item--01 .group {
  margin-bottom: 65px;
}
@media screen and (max-width:767.9px) {
  .about-cont .about-cont__item--01 .group {
    margin-bottom: 13.3333333333vw;
  }
}
.about-cont .about-cont__item--01 .group .g-title {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width:1024px) {
  .about-cont .about-cont__item--01 .group .g-title {
    font-size: 2.5365853659vw;
  }
}
@media screen and (max-width:767.9px) {
  .about-cont .about-cont__item--01 .group .g-title {
    font-size: 6.9333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.about-cont .about-cont__item--02 .title02 {
  font-weight: 700;
  text-align: center;
  font-size: 2.4rem;
}
.about-cont .about-cont__item--02 .title02 strong {
  font-size: 3.6rem;
}
@media screen and (max-width:1024px) {
  .about-cont .about-cont__item--02 .title02 {
    font-size: 2.3414634146vw;
  }
  .about-cont .about-cont__item--02 .title02 strong {
    font-size: 3.512195122vw;
  }
}
@media screen and (max-width:767.9px) {
  .about-cont .about-cont__item--02 .title02 {
    font-size: 6.4vw;
    padding-top: 2.6666666667vw;
  }
  .about-cont .about-cont__item--02 .title02 strong {
    font-size: 9.6vw;
  }
}
.about-cont .about-cont__item--02 .list02 {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width:767.9px) {
  .about-cont .about-cont__item--02 .list02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 2.6666666667vw;
    margin-top: 5.6vw;
    margin-bottom: 5.6vw;
    width: 73.3333333333vw;
    font-weight: 500;
  }
}
.about-cont .about-cont__item--02 .list02 li {
  width: 136px;
  height: 136px;
  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;
  text-align: center;
  border-radius: 50%;
  margin-left: -10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='350' height='350' viewBox='0 0 350 350'%3E%3Cdefs%3E%3CradialGradient id='radial-gradient' cx='0.5' cy='0.5' r='0.5' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='0.704' stop-color='%23fff' stop-opacity='0.078'/%3E%3Cstop offset='1' stop-color='%230069f0' stop-opacity='0.102'/%3E%3C/radialGradient%3E%3C/defs%3E%3Ccircle id='Ellipse_31' data-name='Ellipse 31' cx='175' cy='175' r='175' fill='url(%23radial-gradient)'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 1.6rem;
  line-height: 1.5625;
}
@media screen and (max-width:1024px) {
  .about-cont .about-cont__item--02 .list02 li {
    width: 13.2682926829vw;
    height: 13.2682926829vw;
    font-size: 1.5609756098vw;
  }
}
@media screen and (max-width:767.9px) {
  .about-cont .about-cont__item--02 .list02 li {
    width: 36.2666666667vw;
    height: 36.2666666667vw;
    font-size: 4.2666666667vw;
    margin-left: -2.6666666667vw;
  }
  .about-cont .about-cont__item--02 .list02 li:nth-child(3) {
    margin-top: -6.6666666667vw;
  }
}
.about-cont .about-cont__item--02 .about-cont__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width:768px) {
  .about-cont .about-cont__item--03 .group {
    margin-bottom: 57px;
    padding-top: 20px;
  }
  .about-cont .about-cont__item--03 .group .g-item + .g-item {
    margin-top: 42px;
  }
  .about-cont .about-cont__item--03 .group .g-text {
    margin-bottom: -0.2em;
  }
}
@media screen and (max-width:767.9px) {
  .about-cont .about-cont__item--03 .group {
    margin-bottom: 12vw;
    padding-top: 9.6vw;
    padding-left: 8vw;
  }
  .about-cont .about-cont__item--03 .group .g-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .about-cont .about-cont__item--03 .group .g-item + .g-item {
    margin-top: 8vw;
  }
  .about-cont .about-cont__item--03 .group .g-item + .g-item .g-text--01 {
    font-size: 4.8vw;
  }
  .about-cont .about-cont__item--03 .group .g-text--01 {
    width: 100%;
    margin-bottom: 3.2vw;
  }
  .about-cont .about-cont__item--03 .group .g-text--02 {
    margin-bottom: -0.25em;
  }
}
@media print, screen and (min-width:768px) {
  .about-cont .about-cont__item--04 {
    padding-bottom: 30px;
  }
  .about-cont .about-cont__item--04 .group {
    margin-bottom: 40px;
  }
  .about-cont .about-cont__item--04 .group .g-item .g-text--01 {
    margin-bottom: -0.1em;
  }
  .about-cont .about-cont__item--04 .group .g-item + .g-item {
    margin-top: 65px;
  }
  .about-cont .about-cont__item--04 .group .g-item + .g-item .g-text--01 {
    font-size: 2rem;
  }
}
@media screen and (max-width:767.9px) {
  .about-cont .about-cont__item--04 {
    padding-top: 21.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
  .about-cont .about-cont__item--04 .group {
    margin-bottom: 12vw;
  }
  .about-cont .about-cont__item--04 .group .g-text--01 {
    margin-bottom: -0.25em;
  }
  .about-cont .about-cont__item--04 .group .g-item + .g-item {
    margin-top: 19.2vw;
  }
  .about-cont .about-cont__item--04 .group .g-item + .g-item .g-text--01 {
    font-size: 5.3333333333vw;
  }
}

.sect-number {
  position: relative;
  padding-top: 70px;
  padding-bottom: 80px;
}
@media screen and (max-width:767.9px) {
  .sect-number {
    padding-top: 32vw;
    padding-bottom: 18.6666666667vw;
  }
}
.sect-number .sect-deco--number {
  left: -70px;
  top: -123px;
}
@media screen and (max-width:1024px) {
  .sect-number .sect-deco--number {
    left: -6.8292682927vw;
  }
}
@media screen and (max-width:767.9px) {
  .sect-number .sect-deco--number {
    left: -8.8vw;
    top: -21.3333333333vw;
  }
}
.sect-number__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.number-cont {
  margin-top: 50px;
  background-color: #FFF;
  padding: 30px;
  border-radius: 20px;
}
@media screen and (max-width:767.9px) {
  .number-cont {
    margin-top: 8vw;
    padding: 3.2vw;
    border-radius: 2.6666666667vw;
    margin-left: -2.6666666667vw;
    margin-right: -2.6666666667vw;
  }
}
@media screen and (max-width:767.9px) {
  .number-cont__img {
    text-align: center;
    overflow-x: auto;
    padding-right: 1px;
  }
  .number-cont__img img {
    min-width: 660px;
  }
}

.sect-system {
  position: relative;
  padding-top: 70px;
}
@media screen and (max-width:767.9px) {
  .sect-system {
    padding-top: 18.6666666667vw;
  }
}
.sect-system::before {
  content: "";
  display: inline-block;
  pointer-events: none;
  position: absolute;
}
@media print, screen and (min-width:768px) {
  .sect-system::before {
    width: 408px;
    height: 588px;
    background: url("../img/system_deco_bg_01.png") no-repeat center;
    bottom: -54px;
    left: -290px;
  }
}
@media screen and (max-width:1199px) {
  .sect-system::before {
    left: auto;
    right: calc(50% + 465px);
  }
}
@media screen and (max-width:767.9px) {
  .sect-system::before {
    width: 53.3333333333vw;
    height: 53.3333333333vw;
    background: url("../img/about_deco_bg_01.png") no-repeat center/100% 100%;
    right: -37.3333333333vw;
    top: -32.5333333333vw;
  }
}
.sect-system::after {
  content: "";
  display: inline-block;
  width: 408px;
  height: 486px;
  background: url("../img/system_deco_bg_02.png") no-repeat center;
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  right: -280px;
  margin-bottom: -26px;
  z-index: 1;
}
@media screen and (max-width:1199px) {
  .sect-system::after {
    right: auto;
    left: calc(50% + 465px);
  }
}
.sect-system__ttl01 {
  margin-bottom: 40px;
}
@media screen and (max-width:767.9px) {
  .sect-system__ttl01 {
    margin-bottom: 8vw;
  }
}
.sect-system__txt {
  margin-bottom: 75px;
}
@media screen and (max-width:767.9px) {
  .sect-system__txt {
    margin-bottom: 16vw;
  }
}
.sect-system__txt .item-other {
  display: block;
  text-align: right;
  line-height: 1.2;
}
.sect-system__ttl02 {
  margin-bottom: 40px;
}
@media screen and (max-width:767.9px) {
  .sect-system__ttl02 {
    margin-bottom: 8vw;
  }
}

.system-cont__item:not(:first-child) {
  margin-top: 32px;
}
@media screen and (max-width:767.9px) {
  .system-cont__item:not(:first-child) {
    margin-top: 9.3333333333vw;
  }
}
.system-cont__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  padding-left: 16px;
  margin-bottom: 12px;
}
.system-cont__ttl::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#0069F0), to(#6FBDFF));
  background-image: linear-gradient(to right, #0069F0 0%, #6FBDFF 100%);
  top: 50%;
  left: 0;
  margin-top: -3px;
}
.system-cont__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -11px;
  margin-right: -11px;
  line-height: 1.6;
  font-size: 1.4rem;
}
@media screen and (max-width:767.9px) {
  .system-cont__list {
    margin-left: -1rem;
    margin-right: -1rem;
    font-size: 3.2vw;
  }
}
.system-cont__list li {
  width: calc(33.33% - 22px);
  margin-left: 11px;
  margin-right: 11px;
  border-bottom: 1px solid #DEE4ED;
  padding: 6px 0 7px;
}
@media screen and (max-width:767.9px) {
  .system-cont__list li {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 9px 0 10px;
  }
}
.system-cont .item-other {
  border-bottom: 0;
  text-align: right;
  line-height: 1.6;
  font-size: 1.4rem;
  padding: 6px 0 0;
}
@media screen and (max-width:767.9px) {
  .system-cont .item-other {
    font-size: 3.2vw;
    text-align: left;
    padding: 9px 0 0;
  }
}