@charset "UTF-8";
/*
========================================
common
========================================
*/
@media (max-width: 374px) {
  .br374 {
    display: none !important;
  }
}
/*
========================================
header
========================================
*/
/* SP */
.header {
  width: 100%;
  background-color: #fff;
  border-bottom: #002896 2px solid;
  margin: 0 auto;
}

.header__inner {
  width: 100%;
  height: 58px;
  padding: 9px 0;
  text-align: center;
}

.header__image {
  width: auto;
  height: 40px;
  margin: 0 auto;
}

/* PC */
@media (min-width: 768px) {
  .header__inner {
    padding: 13px;
  }
  .header__logo {
    display: block;
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
  }
  .header__image {
    margin: 0;
    width: auto;
    height: 32px;
  }
}
/*
========================================
mainVisual
========================================
*/
/* SP */
.mainVisual__imageSP {
  width: 100%;
  height: auto;
}

/* PC */
@media (min-width: 768px) {
  .mainVisual {
    margin: 0 auto;
  }
  .mainVisual__imagePC {
    margin: 0 auto;
    height: 315px;
    -o-object-fit: none;
       object-fit: none;
  }
}
.mainButton {
  margin-top: 40px;
}

.mainButton__link {
  display: block;
  width: 91.4666666667%;
  max-width: 360px;
  margin: 0 auto;
  padding: 12px 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #bf0000;
  border-radius: 50px;
}

.main__notes {
  width: 91.4666666667%;
  margin: 16px auto 0;
  font-size: 11px;
  text-align: center;
}

.main__caution {
  width: 91.4666666667%;
  margin: 16px auto 0;
  font-size: 15px;
  text-align: center;
  color: #ec0606;
}

/* PC */
@media (min-width: 768px) {
  .mainButton__link {
    max-width: 460px;
    padding: 13px 0;
    font-size: 20px;
  }
}
/*
========================================
navigation
========================================
*/
/* SP */
.navigation, .floatingNavigation {
  padding: 40px 18px 0;
}

.navigation__list {
  display: grid;
  grid-template-areas: "merit flow" "about about";
  gap: 0px 5px;
  max-width: 334px;
  margin: 0 auto;
}

.floatingNavigation__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: 846px;
  height: 45px;
}

.navigation__listItem, .floatingNavigation__listItem {
  position: relative;
  min-width: 167px;
  height: auto;
  font-size: 13px;
  font-weight: bold;
  color: #002896;
  text-align: center;
  letter-spacing: 0.5px;
  background-image: url(../img/navigation_bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 331/116;
}
.navigation__listItem::after, .floatingNavigation__listItem::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="41px" height="41px"><path fill-rule="evenodd" fill="rgb(0, 40, 150)" d="M16.1000,1.001 C25.837,1.001 32.1000,8.164 32.1000,16.999 C32.1000,25.836 25.837,33.001 16.1000,33.001 C8.163,33.001 0.1000,25.836 0.1000,16.999 C0.1000,8.164 8.163,1.001 16.1000,1.001 Z"/><path fill-rule="evenodd" stroke="rgb(255, 255, 255)" stroke-width="2px" stroke-linecap="butt" stroke-linejoin="miter" fill="none" d="M25.022,13.621 L16.1000,22.320 L8.978,13.621 "/></svg>') center center/contain no-repeat;
}
.navigation__listItem:nth-child(1), .floatingNavigation__listItem:nth-child(1) {
  grid-area: merit;
}
.navigation__listItem:nth-child(2), .floatingNavigation__listItem:nth-child(2) {
  grid-area: flow;
}
.navigation__listItem:nth-child(3), .floatingNavigation__listItem:nth-child(3) {
  grid-area: about;
  width: 100%;
  background-image: url(../img/navigation_bg02_sp.jpg);
  aspect-ratio: 686/88;
}

.floatingNavigation__listItem {
  font-size: 10px;
  min-width: 3%;
  background: none;
  aspect-ratio: auto;
  font-weight: normal;
}
.floatingNavigation__listItem + .floatingNavigation__listItem {
  position: relative;
}
.floatingNavigation__listItem + .floatingNavigation__listItem::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #d3d3d3;
}
.floatingNavigation__listItem::after {
  right: 4px;
  width: 15px;
  height: 15px;
}
.floatingNavigation__listItem:nth-child(1) {
  grid-area: auto;
}
.floatingNavigation__listItem:nth-child(2) {
  grid-area: auto;
}
.floatingNavigation__listItem:nth-child(3) {
  grid-area: auto;
  background: none;
  aspect-ratio: auto;
}

.navigation__link, .floatingNavigation__link {
  display: grid;
  place-items: center;
  width: 100%;
  height: 60px;
  text-decoration: none;
  padding: 3px 18px 5px 10px;
}

.floatingNavigation__link {
  padding: 3px 13px 5px 2px;
  height: 100%;
}

@media (max-width: 374px) {
  .navigation__list {
    gap: 5px;
  }
  .navigation__listItem, .floatingNavigation__listItem {
    width: 100%;
    min-width: 43.75%;
    height: 100%;
    font-size: 10px;
    letter-spacing: 0.2px;
  }
  .navigation__listItem::after, .floatingNavigation__listItem::after {
    right: 5px;
  }
  .navigation__link, .floatingNavigation__link {
    padding: 4px 18px 5px 10px;
    height: 100%;
  }
  .floatingNavigation__link {
    padding: 5px 18px 5px 10px;
  }
}
/* PC */
@media (min-width: 768px) {
  .navigation__list {
    max-width: 680px;
    gap: 10px;
    height: 100%;
  }
  .floatingNavigation__list {
    max-width: 848px;
    height: 60px;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
  }
  .navigation__listItem {
    min-width: 334px;
    height: 60px;
    font-size: 18px;
    background-image: url(../img/navigation_bg_pc.jpg);
  }
  .navigation__listItem::after {
    right: 15px;
    width: 20px;
    height: 20px;
  }
  .navigation__listItem:nth-child(3) {
    width: 680px;
    background-image: url(../img/navigation_bg02_pc.jpg);
  }
  .floatingNavigation__listItem {
    min-width: auto;
    width: 100%;
    font-size: 14px;
  }
  .floatingNavigation__listItem::after {
    right: 8px;
    width: 18px;
    height: 18px;
  }
  .floatingNavigation__listItem:nth-child(3) {
    width: auto;
  }
  .navigation__link, .floatingNavigation__link {
    height: 100%;
    margin-top: -2px;
  }
}
#floatingNavigation {
  display: none;
}

#floatingNavigation.is-fixed {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 1;
  background: #fff;
  box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.05);
}

/*
========================================
merit
========================================
*/
.merit {
  padding-top: 48px;
}

.merit__headline {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #002896;
}
.merit__headline::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px;
  width: 80px;
  height: 2px;
  background-color: #002896;
}

.merit01 {
  width: 91.4666666667%;
  max-width: 550px;
  margin: 26px auto 0;
  padding: 17px;
  background-color: #3a6dfa;
  border-radius: 8px;
}

.merit01__text01 {
  position: relative;
  padding: 15px 31px;
  font-size: 16px;
  line-height: 1.4;
  color: #002896;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
}
.merit01__text01::before {
  content: "";
  position: absolute;
  top: -17px;
  left: -17px;
  width: 60px;
  height: 60px;
  background-image: url(../img/merit01_title.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.merit01__bold {
  font-weight: bold;
}

.merit01__color {
  color: #ec0606;
}

.merit01__detail {
  margin-top: 16px;
  padding: 15px 0 20px;
  background-color: #fff;
  border-radius: 8px;
}

.merit01__title {
  font-size: 14px;
  text-align: center;
  color: #002896;
}

.merit01__boxWrap {
  margin-top: 20px;
}

.merit01__box + .merit01__box {
  margin-top: 15px;
}

.merit01__boxText {
  font-size: 14px;
  text-align: center;
}

.merit01__boxImage {
  width: 229px;
  margin: 5px auto 0;
}

.merit02 {
  width: 91.4666666667%;
  max-width: 550px;
  margin: 19px auto 0;
  padding: 17px;
  background-color: #009ff0;
  border-radius: 8px;
}

.merit02__inner {
  margin: 0 auto;
}

.merit02__headline {
  margin-bottom: 10px;
  font-size: 16px;
}
.merit02__headline.--bold {
  font-weight: bold;
}

.merit02__headlineText {
  font-size: 11px;
}

.merit02__contentHeadline {
  text-align: center;
  font-weight: bold;
  color: #002896;
}

.merit02__header {
  text-align: center;
  color: #002896;
  font-size: 15px;
  margin-bottom: 10px;
  letter-spacing: 0.03em;
}

.merit02__header::before,
.merit02__header::after {
  bottom: 0px;
}

.merit02__header strong {
  color: var(--color-black);
  font-size: 20px;
}

.merit02__description {
  font-size: 15px;
  text-align: center;
  margin-bottom: 15px;
  padding: 0 20px;
}

.merit02__itemBoxs {
  display: flex;
  justify-content: space-between;
  gap: 13px;
}

.merit02__items {
  margin-top: 20px;
  width: 3333.3333333333%;
}

.merit02__itemsTxt {
  color: #002896;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3333333333;
  margin-top: 10px;
}
.merit02__itemsTxt.--note {
  display: inline-block;
  margin: 10px -10px 0;
  font-size: 12px;
  font-weight: normal;
  color: #333;
}

.merit02__identBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 63.2835820896%;
  margin: 20px auto 0;
}

.merit02__note {
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
}

.merit02__detail {
  margin-top: 16px;
  padding: 15px 15px 20px;
  background-color: #fff;
  border-radius: 8px;
}

.merit02__detailTxt {
  margin-top: 10px;
  text-align: center;
  font-size: 11px;
  color: #fff;
}

.merit02__detailTxt a {
  color: #d3f0ff;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .merit {
    padding-top: 68px;
  }
  .merit02__inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 0 20px 0;
  }
  .merit02__header {
    padding-top: 0;
    font-size: 20px;
    margin-bottom: 30px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px;
  }
  .merit02__headline {
    font-size: 20px;
  }
  .merit02__contentHeadline {
    font-size: 22px;
  }
  .merit02__header::before,
  .merit02__header::after {
    bottom: 10px;
  }
  .merit02__header strong {
    font-size: 24px;
  }
  .merit02__description {
    font-size: 20px;
  }
  .merit02__content {
    max-width: 522px;
    padding: 0;
    margin: 0 auto;
  }
  .merit02__itemsTxt {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 20px;
  }
  .merit02__identBox {
    width: 63.2835820896%;
    margin: 30px auto 10px;
  }
  .merit02__detail {
    padding: 30px 0;
  }
  .merit02__detailTxt {
    font-size: 11px;
    margin-top: 5px;
  }
}
.merit02__text01 {
  position: relative;
  padding: 15px 25px;
  font-size: 14px;
  line-height: 1.4;
  color: #002896;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
}
.merit02__text01::before {
  content: "";
  position: absolute;
  top: -17px;
  left: -17px;
  width: 60px;
  height: 60px;
  background-image: url(../img/merit02_title.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.merit02__text02 {
  font-size: 16px;
  font-weight: bold;
}

.merit02__color {
  color: #ec0606;
}

.merit02__text03 {
  display: block;
  margin-top: 2px;
  font-size: 11px;
}

.merit02__detailWrap01 {
  margin-top: 16px;
}

.merit02__box01 {
  padding: 20px 13px 23px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
}

.merit02__box02 {
  padding: 20px 13px 23px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 16px;
}

.merit02__title01 {
  font-size: 14px;
  font-weight: bold;
  color: #002896;
}

.merit02__text04 {
  margin-top: 3px;
  font-size: 14px;
}

.merit02__title02 {
  margin-top: 10px;
  font-size: 19px;
  font-weight: bold;
  color: #002896;
}

.merit02__boxImage01 {
  width: 283px;
  margin: 5px auto 0;
}

.merit02__arrow {
  width: 98px;
  margin: 16px auto 0;
}

.merit02__title03 {
  font-size: 19px;
  font-weight: bold;
  color: #ec0606;
}

.merit02__text05 {
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #002896;
}

.merit02__notes01 {
  margin-top: 8px;
  font-size: 11px;
}

.merit02__boxImage02 {
  width: 259px;
  margin: 7px auto 0;
}

.merit02__detailWrap02 {
  margin-top: 16px;
  border-radius: 8px;
}

.merit02__title04 {
  padding: 8px 0 10px;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.35;
  background-color: #002896;
  border-radius: 8px 8px 0 0;
}

.merit02__boxWrap {
  display: flex;
  justify-content: center;
  padding: 10px 8px 20px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}

.merit02__box03 {
  width: 50%;
}
.merit02__box03:nth-child(1) {
  padding-right: 7px;
  border-right: 1px dashed #ebebeb;
}
.merit02__box03:nth-child(2) {
  padding-left: 7px;
}

.merit02__balloon {
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 1.35;
  border-radius: 8px;
}
.merit02__balloon.--gray {
  padding: 19px 0 20px;
  background-color: #ebebeb;
}
.merit02__balloon.--gray::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6.5px 0 6.5px;
  border-color: #ebebeb transparent transparent transparent;
}
.merit02__balloon.--red {
  padding: 9px 10px 11px;
  background-color: #ffd3d3;
}
.merit02__balloon.--red::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6.5px 0 6.5px;
  border-color: #ffd3d3 transparent transparent transparent;
}

.merit02__balloonText01 {
  color: #00b2f3;
}

.merit02__balloonText02 {
  color: #ec0606;
}

.merit02__boxImage03 {
  width: 127px;
  margin: 22px auto 0;
}

.merit02__boxImage04 {
  width: 131px;
  margin: 22px auto 0;
}

.merit02__notes02 {
  margin-top: 13px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  line-height: 1.55;
}

.merit02__notes02Link {
  color: #fff;
}

@media (max-width: 374px) {
  .merit01__title {
    font-size: 13px;
  }
}
/* PC */
@media (min-width: 768px) {
  .merit__headline {
    font-size: 32px;
  }
  .merit__headline::before {
    bottom: -8px;
    width: 124px;
  }
  .merit01 {
    max-width: 846px;
    margin: 48px auto 0;
    padding: 24px;
  }
  .merit01__text01 {
    padding: 19px 47px 21px;
    font-size: 20px;
    letter-spacing: 0.3px;
  }
  .merit01__text01::before {
    top: -24px;
    left: -24px;
    width: 79px;
    height: 79px;
  }
  .merit01__title {
    font-size: 18px;
  }
  .merit01__detail {
    padding: 27px 27px 32px;
  }
  .merit01__boxWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
  }
  .merit01__box + .merit01__box {
    margin: 0 0 0 8.5%;
  }
  .merit01__boxText {
    font-size: 16px;
  }
  .merit01__boxImage {
    width: 308px;
    margin: 8px auto 0;
  }
  .merit02 {
    max-width: 846px;
    margin: 32px auto 0;
    padding: 24px;
  }
  .merit02__text01 {
    padding: 19px 47px 21px;
    font-size: 20px;
  }
  .merit02__text02 {
    font-size: 20px;
  }
  .merit02__detailWrap01 {
    display: flex;
    align-items: initial;
    justify-content: space-between;
  }
  .merit02__text01::before {
    top: -24px;
    left: -24px;
    width: 79px;
    height: 79px;
  }
  .merit02__box02 {
    margin-top: 0;
  }
  .merit02__box01, .merit02__box02 {
    width: 370px;
    padding: 26px 31px 23px;
  }
  .merit02__arrow {
    display: flex;
    align-items: center;
    width: 30px;
    margin: 0 8px 0 16px;
  }
  .merit02__title01 {
    font-size: 18px;
  }
  .merit02__text04 {
    margin-top: 10px;
    font-size: 16px;
  }
  .merit02__title02 {
    margin-top: 20px;
    font-size: 22px;
  }
  .merit02__boxImage01 {
    width: 307px;
    margin: 12px auto 0;
  }
  .merit02__title03 {
    font-size: 22px;
  }
  .merit02__text05 {
    margin-top: 23px;
    font-size: 16px;
  }
  .merit02__boxImage02 {
    width: 307px;
    margin: 37px auto 0;
  }
  .merit02__title04 {
    padding: 17px 0 19px;
    font-size: 22px;
  }
  .merit02__boxWrap {
    padding: 24px 25px;
  }
  .merit02__box03:nth-child(1) {
    padding-right: 25px;
  }
  .merit02__box03:nth-child(2) {
    padding-left: 25px;
  }
  .merit02__balloon {
    font-size: 16px;
  }
  .merit02__balloon.--gray, .merit02__balloon.--red {
    padding: 16px 0;
  }
  .merit02__balloon.--gray::before, .merit02__balloon.--red::before {
    bottom: -12px;
    border-width: 12px 10.5px 0 10.5px;
  }
  .merit02__boxImage03 {
    width: 210px;
    margin: 35px auto 0px;
  }
  .merit02__boxImage04 {
    width: 228px;
    margin: 35px auto 0px;
  }
  .merit02__notes02 {
    margin-top: 19px;
  }
}
@media screen and (max-width: 768px) {
  .merit02__itemsTxt.--has-sp-margin {
    margin-left: -10px;
    margin-right: -10px;
  }
}
/*
========================================
flow
========================================
*/
/* SP */
.flow {
  padding-top: 60px;
}

.flow__headline {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #002896;
}
.flow__headline::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px;
  width: 80px;
  height: 2px;
  background-color: #002896;
}

.flow__mainText {
  width: 91.4666666667%;
  max-width: 550px;
  margin: 18px auto 0;
  font-size: 14px;
  text-align: center;
}

.flow__important {
  width: 91.4666666667%;
  max-width: 550px;
  margin: 17px auto 0;
  padding: 16px 0 18px;
  font-size: 14px;
  text-align: center;
  border-radius: 8px;
  background-color: #ffd3d3;
}

.flow__importantBold {
  font-weight: bold;
}

.flow__block {
  margin-top: 28px;
  text-align: center;
}
.flow__block + .flow__block {
  margin-top: 47px;
}

.flow__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 67px;
  height: 20px;
  color: #002896;
  font-weight: 700;
  font-size: 12px;
  border: 2px solid #002896;
  border-radius: 11px;
}

.flow__text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #002896;
  line-height: 1.5;
}

.flow__image01 {
  width: 229px;
  margin: 13px auto 0;
}

.flow__text01 {
  width: 91.4666666667%;
  max-width: 550px;
  margin: 19px auto 0;
  font-size: 14px;
}

.flow__notes {
  margin-top: 5px;
  font-size: 12px;
}

.flow__image02 {
  width: 255px;
  margin: 13px auto 0;
}

.flow__image03 {
  width: 248px;
  margin: 13px auto 0;
}

/* PC */
@media (min-width: 768px) {
  .flow {
    padding-top: 68px;
  }
  .flow__headline {
    font-size: 32px;
  }
  .flow__headline::before {
    bottom: -7px;
    width: 124px;
  }
  .flow__mainText {
    margin: 41px auto 0;
  }
  .flow__important {
    max-width: 517px;
    margin: 23px auto 0;
    padding: 12px 0 14px;
    font-size: 16px;
    line-height: 1.5;
  }
  .flow__importantBold {
    font-size: 18px;
  }
  .flow__block {
    margin-top: 48px;
  }
  .flow__block + .flow__block {
    margin-top: 60px;
  }
  .flow__title {
    width: 134px;
    height: 40px;
    font-size: 24px;
    border: 4px solid #002896;
    border-radius: 22px;
  }
  .flow__text {
    margin-top: 18px;
    font-size: 22px;
    line-height: 1.45;
  }
  .flow__image01 {
    width: 357px;
    margin: 21px auto 0;
  }
  .flow__image02 {
    width: 346px;
    margin: 21px auto 0;
  }
  .flow__image03 {
    width: 388px;
    margin: 21px auto 0;
  }
  .flow__text01 {
    max-width: 700px;
    margin: 20px auto 0;
    font-size: 16px;
  }
  .flow__notes {
    margin-top: -1px;
    font-size: 14px;
  }
}
/* ========================
conversion02
======================== */
#useful {
  padding-top: 45px;
}

.conversion02__inner {
  padding: 0 15px;
}

.conversion02__headline {
  position: relative;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #002896;
}
.conversion02__headline::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px;
  width: 80px;
  height: 2px;
  background-color: #002896;
}

.conversion02__lead {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}

.conversion02__imgWrapper {
  display: grid;
  place-items: center;
  grid-template-columns: repeat(2, 1fr);
  margin: 15px auto;
}

.conversion02__img {
  display: grid;
  place-items: center;
  padding: 5px;
  height: 65px;
}
.conversion02__img:nth-child(1) img {
  width: auto;
  height: 36px;
  aspect-ratio: 178/54;
}
.conversion02__img:nth-child(4) img {
  width: auto;
  height: 36px;
  aspect-ratio: 154/53;
}
.conversion02__img:nth-child(5) img {
  width: auto;
  height: 53px;
  aspect-ratio: 75/79;
}

.conversion02__text {
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  #useful {
    padding-top: 75px;
  }
  .conversion02__inner {
    margin: 0 auto;
    max-width: 846px;
  }
  .conversion02__headline {
    margin-bottom: 35px;
  }
  .conversion02__imgWrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: repeat(2, 1fr);
    place-items: center;
    margin: 35px auto;
    max-width: 700px;
    transform: translateX(-20px);
  }
  .conversion02__img:nth-child(2) {
    transform: translateX(-30px);
  }
  .conversion02__img:nth-child(3) {
    transform: translateX(-10px);
  }
  .conversion02__img:nth-child(5) {
    transform: translateX(-30px);
  }
  .conversion02__img:nth-child(6) {
    transform: translateX(-20px);
  }
  .conversion02__lead {
    font-size: 16px;
  }
  .conversion02__text {
    margin-top: 45px;
    margin-bottom: 55px;
    font-size: 16px;
  }
}
/*
========================================
application
========================================
*/
/* SP */
.application {
  margin: 50px 0 0;
}

.application__box {
  width: 91.4666666667%;
  max-width: 550px;
  padding: 32px;
  margin: 0 auto;
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.rkm-app__title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.rkm-app__container {
  display: flex;
  justify-content: center;
  max-width: 410px;
  margin: 20px auto 0;
}
.rkm-app__container.-pc {
  display: none;
}

.rkm-app__iconBox {
  width: 42%;
  margin-right: 24px;
}

.rkm-app__linkBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(58% - 12px);
}

.rkm-app__image {
  margin: 0 auto;
}

@media (max-width: 374px) {
  .rkm-app__title {
    font-size: 15px;
  }
}
/* PC */
@media (min-width: 768px) {
  .application {
    margin-top: 70px;
  }
  .application__box {
    max-width: 846px;
    padding: 45px 48px;
  }
  .rkm-app__title {
    font-size: 18px;
  }
  .rkm-app__container.-pc {
    display: block;
  }
  .rkm-app__container.-sp {
    display: none;
  }
  .rkm-app__iconBox {
    display: flex;
    justify-content: center;
    width: auto;
    height: 100px;
    margin: 0 auto;
  }
  .rkm-app__iconBox .rkm-app__image {
    max-width: 100px;
    height: 100%;
  }
  .rkm-app__image {
    margin: 0;
  }
}
/*
========================================
note
========================================
*/
/* SP */
.note {
  margin-top: 50px;
  padding: 36px 0;
  background: #f8f8f8;
}

.note__headline03 {
  font-weight: 700;
  font-size: 20px;
  position: relative;
  width: 91.4666666667%;
  margin: 36px auto 0;
}

.note__list {
  margin: 24px 4vw 0;
}

.note__listItem {
  position: relative;
  padding: 0 0 0 24px;
  margin: 0 0 20px;
}
.note__listItem::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: #aaaaaa;
  border-radius: 100px;
}

.note__listItem01 {
  position: relative;
  padding-left: 10px;
  padding-top: 8px;
}
.note__listItem01::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  width: 4px;
  height: 2px;
  background: #777;
}

.note__noteList {
  margin-top: 4px;
}

.note__noteListItem {
  position: relative;
  padding-left: 16px;
  font-size: 11px;
  color: #999999;
}
.note__noteListItem:nth-child(n+2) {
  margin-top: 6px;
}
.note__noteListItem::before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "※";
}

/* PC */
@media (min-width: 768px) {
  .note {
    padding: 48px 0;
  }
  .note__inner {
    max-width: 960px;
    margin: 0 auto;
  }
  .note__headline03 {
    font-size: 26px;
  }
}
/*
========================================
faq
========================================
*/
/* SP */
.faq {
  padding: 35px 0 40px;
  background-color: #DCF3FF;
}

.faq__headline {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #002896;
}
.faq__headline::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px;
  width: 80px;
  height: 2px;
  background-color: #002896;
}

.faq__list {
  width: 91.4666666667%;
  max-width: 550px;
  margin: 23px auto 0;
}

.faq__listItem {
  position: relative;
  min-height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  z-index: 1;
}
.faq__listItem::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  width: 14px;
  height: 15px;
  background-image: url(../img/faq_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.faq__listItem::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../img/faq_arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
}
.faq__listItem + .faq__listItem {
  margin-top: 12px;
}

.faq__link {
  position: relative;
  display: grid;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 10px 32px 10px 40px;
  color: #333;
  text-decoration: none;
  z-index: 1;
}

@media (max-width: 374px) {
  .faq__listItem {
    font-size: 15px;
  }
}
/* PC */
@media (min-width: 768px) {
  .faq__headline {
    font-size: 32px;
  }
  .faq__headline::before {
    bottom: -7px;
    width: 124px;
  }
  .faq__list {
    max-width: 631px;
    margin: 31px auto 0;
  }
  .faq__listItem {
    min-height: 62px;
    font-size: 18px;
  }
  .faq__listItem::before {
    left: 23px;
    width: 22px;
    height: 23px;
  }
  .faq__listItem::after {
    right: 23px;
    width: 20px;
    height: 20px;
  }
  .faq__listItem + .faq__listItem {
    margin-top: 16px;
  }
  .faq__link {
    min-height: 62px;
    padding: 10px 67px 10px 60px;
  }
}
/*
========================================
footer
========================================
*/
/* SP */
.footer {
  padding: 32px 0;
}

.footer__image {
  width: auto;
  height: 29px;
  margin: 0 auto;
}

.footer__copyright {
  color: #999999;
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
}

/*
========================================
floatingButton
========================================
*/
/* SP */
.floatingButton {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
}

.floatingButton__link {
  display: block;
  width: 85.3333333333%;
  max-width: 360px;
  margin: 0 auto;
  padding: 11px 0 12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #bf0000;
  border-radius: 50px;
}

/* PC */
@media (min-width: 768px) {
  .floatingButton {
    padding: 20px 0;
  }
  .floatingButton__link {
    max-width: 466px;
    padding: 13px 0;
    font-size: 20px;
  }
}
/* animation */
@keyframes slide_button_in {
  0% {
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.slide_button_in {
  animation: slide_button_in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes slide_button_out {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(1000px);
    opacity: 0;
  }
}
.slide_button_out {
  animation: slide_button_out 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

/* /animation */
/* noticebox */
.noticebox {
  border: solid 1px #ec0606;
  border-radius: 8px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media (max-width: 648px) {
  .noticebox {
    padding: 8px 8px;
    margin: 16px 16px 0;
  }
}
@media (min-width: 649px) {
  .noticebox {
    padding: 16px 8px;
    margin-top: 16px;
    margin-bottom: 0;
    width: 672px;
  }
}
.rkm-c-crimson, .rkm-c-bf0000 {
  color: #bf0000 !important;
}/*# sourceMappingURL=style.css.map */

.rkm-c-ec0606 {
  color: #ec0606 !important;
}/*# sourceMappingURL=style.css.map */