@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.u-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .u-tab {
    display: none;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.6vw;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 640px;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1050px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

body {
  background-color: #ECF8FD;
}

main {
  margin-top: 60px;
  margin-top: 3.75rem;
  overflow: hidden;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 1024px) {
  main {
    margin-top: 7.5rem;
    padding-bottom: 6.25rem;
  }
}

.contents-wrap {
  position: relative;
  overflow: hidden;
}

.sec__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.36;
  color: #04335A;
}
@media screen and (min-width: 768px) {
  .sec__title {
    font-size: 2.5rem;
    line-height: 1.25;
  }
}
.sec__title.is-white {
  color: #fff;
}

/*==============================
# header
==============================*/
.header {
  height: 60px;
  height: 3.75rem;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
@media screen and (min-width: 1024px) {
  .header {
    height: 7.5rem;
  }
}
.header__inner {
  height: 100%;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 18.5px;
  padding-right: 1.15625rem;
  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;
}
@media screen and (min-width: 1024px) {
  .header__inner {
    padding-left: 3.75rem;
    padding-right: 2.8125rem;
  }
}
.header__titles {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__logo {
  width: 200px;
  width: 12.5rem;
}
@media screen and (min-width: 1024px) {
  .header__logo {
    width: 15.625rem;
  }
}
@media screen and (min-width: 1440px) {
  .header__logo {
    width: 22.25rem;
  }
}
.header__logo img {
  width: 100%;
}
.header__title {
  font-size: 6px;
  font-size: 0.375rem;
  font-weight: 600;
  margin-top: 2.7px;
  margin-top: 0.16875rem;
  line-height: 1.66;
}
@media screen and (min-width: 1024px) {
  .header__title {
    font-size: 0.625rem;
    margin-top: 0.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .header__title {
    font-size: 0.8125rem;
  }
}
.header__text {
  font-size: 6px;
  font-size: 0.375rem;
  font-weight: 600;
  line-height: 1.66;
}
@media screen and (min-width: 1024px) {
  .header__text {
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 1440px) {
  .header__text {
    font-size: 0.8125rem;
  }
}
.header-nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .header-nav {
    gap: 2.8125rem;
  }
}
.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 1440px) {
  .header-nav__list {
    gap: 3.125rem;
  }
}
.header-nav__item a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 1440px) {
  .header-nav__item a {
    font-size: 1rem;
  }
}
.header-nav__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  gap: 0.9375rem;
}
.header-nav__btn {
  display: inline-block;
  padding: 12px 28px;
  padding: 0.75rem 1.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 1440px) {
  .header-nav__btn {
    font-size: 1rem;
  }
}
.header-nav__btn.orange {
  background-color: #FF6646;
}
.header-nav__btn.blue {
  background-color: #0087B7;
}

.hamburger {
  display: inline-block;
  width: 25px;
  width: 1.5625rem;
  height: 20px;
  height: 1.25rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}
.hamburger__line {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #111;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger__line::before, .hamburger__line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #111;
  -webkit-transition: inherit;
  transition: inherit;
}
.hamburger__line::before {
  top: -8px;
}
.hamburger__line::after {
  top: 8px;
}
.hamburger__line.is-open {
  background-color: transparent;
}
.hamburger__line.is-open::before {
  top: 0;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.hamburger__line.is-open::after {
  top: 0;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.drawer {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #ECF8FD;
  width: 100%;
  height: 100dvh;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.drawer.is-open {
  opacity: 1;
  visibility: visible;
}
.drawer__inner {
  padding: 80px 10px 10px;
  padding: 5rem 0.625rem 0.625rem;
}
.drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
  padding: 0 10px;
  padding: 0 0.625rem;
}
.drawer__item a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  display: block;
}
.drawer__titles {
  margin-top: 38px;
  margin-top: 2.375rem;
  padding: 0 16px;
  padding: 0 1rem;
}
.drawer__logo {
  width: 100%;
  max-width: 324px;
  max-width: 20.25rem;
}
.drawer__logo img {
  width: 100%;
}
.drawer__title {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
  margin-top: 4px;
  margin-top: 0.25rem;
}
.drawer__text {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
  margin-top: 6px;
  margin-top: 0.375rem;
}
.drawer__links {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  gap: 0.25rem;
}
.drawer__btn {
  display: inline-block;
  width: calc(50% - 0.125rem);
  padding: 14px 0;
  padding: 0.875rem 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}
.drawer__btn.orange {
  background-color: #FF6646;
}
.drawer__btn.blue {
  background-color: #0087B7;
}
.drawer__copy {
  margin-top: auto;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #0087B7;
  padding: 8px 0;
  padding: 0.5rem 0;
}

/*==============================
# mv
==============================*/
.mv {
  position: relative;
}
.mv__inner {
  padding-top: 45px;
  padding-top: 2.8125rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .mv__inner {
    width: 100%;
    max-width: 1040px;
    padding-top: 4.375rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mv__texts {
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .mv__texts {
    padding: 0;
  }
}
.mv__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .mv__title {
    font-size: 3.0625rem;
  }
}
.mv__sub {
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.7;
  color: #FF6646;
  text-indent: -0.5em;
  margin-top: 20px;
  margin-top: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv__sub {
    font-size: 3.0625rem;
    margin-top: 0.625rem;
  }
}
.mv__sub::before {
  content: "";
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background-color: #FF6646;
  position: absolute;
  top: 100%;
  left: 0;
}
.mv__lead {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625;
  white-space: nowrap;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .mv__lead {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 2.375rem;
  }
}
.mv__lead span {
  color: #28B9ED;
}
.mv__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 0 5px;
  padding: 0 0.3125rem;
  max-width: 375px;
  max-width: 23.4375rem;
}
@media screen and (min-width: 768px) {
  .mv__items {
    padding: 0;
    margin-top: 1.875rem;
    max-width: 46.25rem;
  }
}
.mv__item {
  width: 25%;
}
.mv__text {
  display: none;
}
@media screen and (min-width: 768px) {
  .mv__text {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #0087B7;
    margin-top: 1.25rem;
  }
}
.mv__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 375px;
  max-width: 23.4375rem;
  gap: 4px;
  gap: 0.25rem;
  padding: 0 10px;
  padding: 0 0.625rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .mv__links {
    padding: 0;
    margin-top: 0.75rem;
    gap: 1rem;
    max-width: 48.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .mv__links {
    max-width: none;
  }
}
.mv__btn {
  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: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
  border-radius: 5px;
  width: calc(50% - 0.125rem);
  height: 50px;
  height: 3.125rem;
}
@media screen and (min-width: 1024px) {
  .mv__btn {
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1;
    width: auto;
    height: auto;
    padding: 1.25rem 3.5rem;
    text-align: center;
  }
}
.mv__btn span {
  display: none;
}
@media screen and (min-width: 1024px) {
  .mv__btn span {
    display: inline;
  }
}
.mv__btn.orange {
  background-color: #FF6646;
}
.mv__btn.blue {
  background-color: #0087B7;
}
@media screen and (min-width: 1024px) {
  .mv__btn.blue {
    width: 35.9375rem;
  }
}
.mv__bg {
  width: 42.66vw;
  max-width: 430px;
  max-width: 26.875rem;
  position: absolute;
  top: 18px;
  top: 1.125rem;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mv__bg {
    top: 0;
    right: 1.875rem;
  }
}
.mv__triangle {
  width: 143vw;
  max-width: 1453px;
  max-width: 90.8125rem;
  position: absolute;
  top: -104px;
  top: -6.5rem;
  right: -260px;
  right: -16.25rem;
  right: -70vw;
}
@media screen and (min-width: 768px) {
  .mv__triangle {
    top: -30.8125rem;
    right: -47.8125rem;
  }
}

/*==============================
# case
==============================*/
.case {
  margin-top: 35px;
  margin-top: 2.1875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .case {
    margin-top: 6.875rem;
  }
}
.case__titles {
  position: relative;
}
.case__titles::before, .case__titles::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.case__titles::before {
  width: 74px;
  width: 4.625rem;
  height: 76px;
  height: 4.75rem;
  background-image: url(../images/common/case_illust01.png);
  top: -5px;
  top: -0.3125rem;
  left: -30px;
  left: -1.875rem;
}
@media screen and (min-width: 768px) {
  .case__titles::before {
    width: 11.1875rem;
    height: 11.5rem;
    top: 0.625rem;
    left: 1.125rem;
  }
}
.case__titles::after {
  width: 52px;
  width: 3.25rem;
  height: 89px;
  height: 5.5625rem;
  background-image: url(../images/common/case_illust02.png);
  top: -5px;
  top: -0.3125rem;
  right: -10px;
  right: -0.625rem;
}
@media screen and (min-width: 768px) {
  .case__titles::after {
    width: 6.5625rem;
    height: 11.25rem;
    top: -0.625rem;
    right: 3.75rem;
  }
}
.case__lead {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #FF6646;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .case__lead {
    font-size: 1.25rem;
    margin-top: 1.875rem;
  }
}
.case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  gap: 1.125rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .case__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.5rem;
    margin-top: 4.0625rem;
  }
}
.case-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
@media screen and (min-width: 768px) {
  .case-item {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 768px) {
  .case-item:last-child {
    width: 100%;
  }
}
.case-item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  gap: 0.8125rem;
  padding: 8px 13px;
  padding: 0.5rem 0.8125rem;
  background-color: #0087B7;
  border-radius: 10px 10px 0 0;
}
.case-item__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1;
  color: rgba(255, 255, 255, .75);
}
@media screen and (min-width: 768px) {
  .case-item__title {
    font-size: 1.875rem;
  }
}
.case-item__num {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .case-item__num {
    font-size: 3rem;
  }
}
.case-item__body {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 20px 15px;
  padding: 1.25rem 0.9375rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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 (min-width: 768px) {
  .case-item__body {
    padding: 3.125rem 1.875rem 1.5625rem;
  }
}
.case-item-q {
  position: relative;
}
@media screen and (min-width: 768px) {
  .case-item-q {
    padding: 0 1.875rem;
  }
}
.case-item-q::before {
  content: "";
  position: absolute;
  top: -17px;
  top: -1.0625rem;
  left: -10px;
  left: -0.625rem;
  width: 40px;
  width: 2.5rem;
  height: 38px;
  height: 2.375rem;
  background-image: url(../images/common/ico_case-q.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .case-item-q::before {
    top: -2.25rem;
    left: -1.0625rem;
    width: 3.3125rem;
    height: 3.125rem;
  }
}
.case-item-q__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #FF6646;
  padding: 0 30px 15px;
  padding: 0 1.875rem 0.9375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .case-item-q__title {
    font-size: 1.25rem;
    padding: 0 0 0.9375rem;
  }
}
.case-item-q__title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background-color: #FF6646;
}
.case-item-q__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.6;
  padding: 0 30px;
  padding: 0 1.875rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .case-item-q__text {
    font-size: 1.125rem;
    line-height: 1.44;
    padding: 0;
  }
}
.case-item-a {
  margin-top: 26px;
  margin-top: 1.625rem;
  position: relative;
  padding: 15px 30px 30px;
  padding: 0.9375rem 1.875rem 1.875rem;
  background-color: #F7F7FA;
  border-radius: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .case-item-a {
    margin-top: 1.875rem;
    padding: 0.9375rem 1.875rem 0.625rem;
  }
}
.case-item-a::before, .case-item-a::after {
  content: "";
  position: absolute;
}
.case-item-a::before {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  background-image: url(../images/common/ico_case-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .case-item-a::before {
    width: 2.375rem;
    height: 2.375rem;
  }
}
.case-item-a::after {
  width: 54px;
  width: 3.375rem;
  height: 52px;
  height: 3.25rem;
  background-image: url(../images/common/ico_case-a.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -26px;
  top: -1.625rem;
  left: -11px;
  left: -0.6875rem;
}
@media screen and (min-width: 768px) {
  .case-item-a::after {
    width: 4.375rem;
    height: 4.5rem;
    top: -1rem;
    left: -1.125rem;
  }
}
.case-item-a__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  color: #28B9ED;
  padding-left: 15px;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .case-item-a__title {
    font-size: 1.625rem;
    padding-left: 1.875rem;
  }
}
.case-item-a__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.6;
  color: #0087B7;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .case-item-a__text {
    font-size: 1rem;
  }
}

/*==============================
# pillar
==============================*/
.pillar {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .pillar {
    margin-top: 8.125rem;
  }
}
.pillar__list {
  margin-top: 50px;
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  gap: 3.125rem;
}
@media screen and (min-width: 768px) {
  .pillar__list {
    margin-top: 4.6875rem;
    gap: 4.0625rem;
  }
}
.pillar-item {
  padding: 40px 25px 25px;
  padding: 2.5rem 1.5625rem 1.5625rem;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pillar-item {
    padding: 3.125rem 1.25rem 3.125rem 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.pillar-item-tag {
  position: absolute;
  top: -30px;
  top: -1.875rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .pillar-item-tag {
    top: -2.1875rem;
    left: 3.125rem;
  }
}
.pillar-item-tag__num {
  font-size: 55px;
  font-size: 3.4375rem;
  font-weight: 600;
  line-height: 1;
  color: #BFEAFA;
}
@media screen and (min-width: 768px) {
  .pillar-item-tag__num {
    font-size: 4.4375rem;
  }
}
.pillar-item-tag__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #28B9ED;
}
@media screen and (min-width: 768px) {
  .pillar-item__texts {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52.47%;
            flex: 0 0 52.47%;
  }
}
.pillar-item__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.36;
  color: #28B9ED;
}
@media screen and (min-width: 768px) {
  .pillar-item__title {
    font-size: 1.875rem;
  }
}
.pillar-item__lead {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #FF6646;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .pillar-item__lead {
    font-size: 1.125rem;
    margin-top: 1.75rem;
  }
}
.pillar-item__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .pillar-item__text {
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 1.75rem;
  }
}
@media screen and (min-width: 768px) {
  .pillar-item__text + .pillar-item__text {
    margin-top: 1.25rem;
  }
}
.pillar-item__img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.pillar-item__img--01 {
  max-width: 270px;
  max-width: 16.875rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .pillar-item__img--01 {
    max-width: 24.5rem;
  }
}
.pillar-item__img--02 {
  max-width: 233px;
  max-width: 14.5625rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .pillar-item__img--02 {
    max-width: 17.125rem;
  }
}
.pillar-item__img--03 {
  max-width: 210px;
  max-width: 13.125rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .pillar-item__img--03 {
    max-width: 19.25rem;
  }
}

/*==============================
# feature
==============================*/
.feature {
  background-color: #0087B7;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .feature {
    margin-top: 8.75rem;
  }
}
.feature__inner {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .feature__inner {
    padding-top: 3.375rem;
    padding-bottom: 4.5625rem;
  }
}
.feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .feature__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.875rem 2.5rem;
    margin-top: 5.9375rem;
  }
}
.feature-item {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  padding: 25px 25px 30px;
  padding: 1.5625rem 1.5625rem 1.875rem;
  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 (min-width: 768px) {
  .feature-item {
    padding: 1.5625rem 1.5625rem 1.25rem;
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 768px) {
  .feature-item:last-child {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1.25rem 3.125rem 1.25rem 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .feature-item:last-child .feature-item__text {
    margin-top: 1.4375rem;
  }
}
@media screen and (min-width: 768px) {
  .feature-item__contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52.68%;
            flex: 0 0 52.68%;
    padding-top: 0.3125rem;
  }
}
.feature-item__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.feature-item__img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.feature-item__img--01 {
  max-width: 82px;
  max-width: 5.125rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.feature-item__img--02 {
  max-width: 292px;
  max-width: 18.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.feature-item__img--03 {
  max-width: 183px;
  max-width: 11.4375rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}
.feature-item__img--04 {
  max-width: 82px;
  max-width: 5.125rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.feature-item__img--05 {
  max-width: 285px;
  max-width: 17.8125rem;
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .feature-item__img--05 {
    max-width: 20.625rem;
    margin-right: 0;
  }
}
.feature-item__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .feature-item__text {
    font-size: 1rem;
    padding: 0 0.3125rem;
  }
}

/*==============================
# merit
==============================*/
.merit {
  margin-top: 60px;
  margin-top: 3.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .merit {
    margin-top: 8.75rem;
  }
}
.merit__inner {
  position: relative;
  z-index: 1;
}
.merit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .merit__list {
    margin-top: 2.8125rem;
  }
}
.merit-item {
  padding: 20px 25px 40px;
  padding: 1.25rem 1.5625rem 2.5rem;
  border-radius: 10px;
  background-color: #fff;
  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 (min-width: 768px) {
  .merit-item {
    padding: 2.1875rem 3.75rem 2.1875rem 1.5625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.merit-item__head {
  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;
}
@media screen and (min-width: 768px) {
  .merit-item__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18.125rem;
            flex: 0 0 18.125rem;
  }
}
.merit-item__num {
  display: inline-block;
  font-size: 47px;
  font-size: 2.9375rem;
  font-weight: 600;
  line-height: 1;
  color: #28B9ED;
}
.merit-item__img {
  width: 100%;
}
.merit-item__img--01 {
  max-width: 135px;
  max-width: 8.4375rem;
  margin-top: 23px;
  margin-top: 1.4375rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .merit-item__img--01 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1.875rem;
  }
}
.merit-item__img--02 {
  max-width: 171px;
  max-width: 10.6875rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
}
@media screen and (min-width: 768px) {
  .merit-item__img--02 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1.25rem;
  }
}
.merit-item__img--03 {
  max-width: 95px;
  max-width: 5.9375rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .merit-item__img--03 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 2.8125rem;
  }
}
.merit-item__img--04 {
  max-width: 156px;
  max-width: 9.75rem;
  margin-top: 28px;
  margin-top: 1.75rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}
@media screen and (min-width: 768px) {
  .merit-item__img--04 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1.875rem;
  }
}
.merit-item__img--05 {
  max-width: 110px;
  max-width: 6.875rem;
  margin-top: 18px;
  margin-top: 1.125rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .merit-item__img--05 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 3.125rem;
  }
}
.merit-item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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 (min-width: 768px) {
  .merit-item__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.merit-item__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  color: #0087B7;
}
@media screen and (min-width: 768px) {
  .merit-item__title {
    text-align: left;
  }
}
.merit-item__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.merit__bg {
  position: absolute;
  width: 98.3vw;
  max-width: 1376px;
  max-width: 86rem;
  top: -211px;
  top: -13.1875rem;
  left: -700px;
  left: -43.75rem;
}

/*==============================
# flow
==============================*/
.flow {
  margin-top: 70px;
  margin-top: 4.375rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(52%, transparent), color-stop(52%, #0087B7), to(#0087B7));
  background: linear-gradient(to bottom, transparent 0%, transparent 52%, #0087B7 52%, #0087B7 100%);
  position: relative;
}
.flow__inner {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .flow__inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1050px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 2.25rem;
  }
}
.flow__contents {
  position: relative;
  margin-top: 30px;
  margin-top: 1.875rem;
}
.flow__list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 768px) {
  .flow__list {
    gap: 0.8125rem;
  }
}
.flow-item {
  background-color: #fff;
  border-radius: 15px;
  padding: 13px 29px 20px;
  padding: 0.8125rem 1.8125rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
@media screen and (min-width: 768px) {
  .flow-item {
    width: calc(25% - 0.60938rem);
  }
}
.flow-item__step {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.flow-item__num {
  font-size: 43px;
  font-size: 2.6875rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #FF6646;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
.flow-item__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.1;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.flow-item__list {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 20px;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
.flow-item__list li {
  padding-left: 1em;
  position: relative;
}
.flow-item__list li::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 9px;
  width: 0.5625rem;
  height: 9px;
  height: 0.5625rem;
  background-color: #FF6646;
}
.flow .swiper-button-prev,
.flow .swiper-button-next {
  height: 30px;
  height: 1.875rem;
  width: 30px;
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .flow .swiper-button-prev,
  .flow .swiper-button-next {
    display: none;
  }
}
.flow .swiper-button-prev {
  left: 40px;
  left: 2.5rem;
}
.flow .swiper-button-next {
  right: 40px;
  right: 2.5rem;
}
.flow .swiper-button-prev::after,
.flow .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  height: 1.875rem;
  margin: auto;
  width: 30px;
  width: 1.875rem;
}
.flow .swiper-button-prev::after {
  background-image: url(../images/common/ico_prev.png);
}
.flow .swiper-button-next::after {
  background-image: url(../images/common/ico_next.png);
}
.flow .swiper-slide img {
  width: 100%;
}
.flow__bg {
  position: absolute;
}
.flow__bg--01 {
  width: 98.3vw;
  max-width: 1376px;
  max-width: 86rem;
  top: 170px;
  top: 10.625rem;
  left: -700px;
  left: -43.75rem;
}
.flow__bg--02 {
  width: 42.85vw;
  max-width: 600px;
  max-width: 37.5rem;
  bottom: -62px;
  bottom: -3.875rem;
  left: 35px;
  left: 2.1875rem;
}
.flow__bg--03 {
  width: 108.14vw;
  max-width: 1514px;
  max-width: 94.625rem;
  bottom: -328px;
  bottom: -20.5rem;
  right: -872px;
  right: -54.5rem;
}

/*==============================
# faq
==============================*/
.faq {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .faq {
    margin-top: 5rem;
  }
}
.faq__inner {
  position: relative;
  z-index: 1;
}
.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
.faq-item-q {
  background-color: #fff;
  border-radius: 10px;
  padding: 17px 34px 17px 10px;
  padding: 1.0625rem 2.125rem 1.0625rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
  position: relative;
}
.faq-item-q::before {
  content: "";
  width: 19.5px;
  width: 1.21875rem;
  height: 9.75px;
  height: 0.609375rem;
  background-image: url(../images/common/faq_arw.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 14.5px;
  right: 0.90625rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.faq-item-q.is-active {
  border-radius: 10px 10px 0 0;
}
.faq-item-q.is-active::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq-item-q__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  -ms-flex: 0 0 2rem;
      flex: 0 0 2rem;
}
.faq-item-q__icon img {
  width: 100%;
}
.faq-item-q__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
}
.faq-item-a {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 13px 40px 25px 10px;
  padding: 0.8125rem 2.5rem 1.5625rem 0.625rem;
  display: none;
}
.faq-item-a__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  gap: 0.875rem;
}
.faq-item-a__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  -ms-flex: 0 0 1.875rem;
      flex: 0 0 1.875rem;
}
.faq-item-a__icon img {
  width: 100%;
}
.faq-item-a__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
}

/*==============================
# service
==============================*/
.service {
  background-color: #0087B7;
  position: relative;
}
.service__inner {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .service__inner {
    max-width: 1240px;
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}
.service__img {
  width: 100%;
}
.service__img img {
  width: 100%;
}
.service__bg {
  position: absolute;
}
.service__bg--01 {
  width: 98.3vw;
  max-width: 1376px;
  max-width: 86rem;
  top: -450px;
  top: -28.125rem;
  left: -700px;
  left: -43.75rem;
}
.service__bg--02 {
  width: 108.14vw;
  max-width: 1514px;
  max-width: 94.625rem;
  bottom: -345px;
  bottom: -21.5625rem;
  right: -872px;
  right: -54.5rem;
}

/*==============================
# cta-bot
==============================*/
.cta-bot {
  position: relative;
}
.cta-bot__inner {
  padding: 10px;
  padding: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 375px;
  max-width: 23.4375rem;
  gap: 4px;
  gap: 0.25rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cta-bot__inner {
    gap: 1rem;
    max-width: 48.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .cta-bot__inner {
    max-width: 51.25rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.cta-bot__btn {
  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: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
  border-radius: 5px;
  width: calc(50% - 0.125rem);
  height: 50px;
  height: 3.125rem;
}
@media screen and (min-width: 1024px) {
  .cta-bot__btn {
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1;
    width: auto;
    height: auto;
    padding: 1.25rem 3.5rem;
    text-align: center;
  }
}
.cta-bot__btn span {
  display: none;
}
@media screen and (min-width: 1024px) {
  .cta-bot__btn span {
    display: inline;
  }
}
.cta-bot__btn.orange {
  background-color: #FF6646;
}
@media screen and (min-width: 1024px) {
  .cta-bot__btn.orange {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.cta-bot__btn.blue {
  background-color: #0087B7;
}
@media screen and (min-width: 1024px) {
  .cta-bot__btn.blue {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35.9375rem;
            flex: 0 0 35.9375rem;
  }
}

/*==============================
# footer
==============================*/
.footer {
  background-color: #fff;
  position: relative;
}
.footer__inner {
  padding-top: 35px;
  padding-top: 2.1875rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .footer__inner {
    max-width: 1040px;
    padding-top: 3.125rem;
    padding-bottom: 1.0625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .footer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.4375rem;
    margin-top: 0.9375rem;
  }
}
.footer__item a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  display: block;
}
.footer__titles {
  margin-top: 38px;
  margin-top: 2.375rem;
  padding: 0 16px;
  padding: 0 1rem;
}
@media screen and (min-width: 1024px) {
  .footer__titles {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    padding: 0;
  }
}
.footer__logo {
  width: 100%;
  max-width: 324px;
  max-width: 20.25rem;
}
@media screen and (min-width: 1024px) {
  .footer__logo {
    max-width: 22.25rem;
  }
}
.footer__logo img {
  width: 100%;
}
.footer__title {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .footer__title {
    font-size: 0.8125rem;
  }
}
.footer__text {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 1024px) {
  .footer__text {
    font-size: 0.8125rem;
  }
}
.footer__copy {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #0087B7;
  padding: 8px 0;
  padding: 0.5rem 0;
}

/*==============================
# bg
==============================*/
.bg {
  position: absolute;
}
.bg__01 {
  width: 134.4vw;
  top: 258px;
  top: 16.125rem;
  left: -75.7vw;
  max-width: 1376px;
  max-width: 86rem;
}
@media screen and (min-width: 768px) {
  .bg__01 {
    top: 2.3125rem;
    left: -48rem;
  }
}
.bg__02 {
  width: 108vw;
  max-width: 1513px;
  max-width: 94.5625rem;
  top: 910px;
  top: 56.875rem;
  right: -850px;
  right: -53.125rem;
}
.bg__03 {
  width: 98.3vw;
  max-width: 1376px;
  max-width: 86rem;
  top: 1542px;
  top: 96.375rem;
  left: -710px;
  left: -44.375rem;
}
/*# sourceMappingURL=styles.css.map */
