<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1025px) {
  .pc {
    display: none !important;
  }
}
/* 1500以上 */
@media screen and (max-width: 1500px) {
  .only1500 {
    display: none !important;
  }
}
/* 1400以上 */
@media screen and (max-width: 1400px) {
  .only1400 {
    display: none !important;
  }
}
/* 1300以上 */
@media screen and (max-width: 1300px) {
  .only1300 {
    display: none !important;
  }
}
/* タブレット・PC */
@media screen and (max-width: 599px) {
  .tbpc {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tbsp {
    display: none !important;
  }
}
/* タブレットのみ */
@media screen and (max-width: 599px), (min-width: 1025px) {
  .tb {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
/* 1001px以上 */
@media screen and (max-width: 999px) {
  .w1001 {
    display: none !important;
  }
}
/* 1000px以下からタブレットのみ */
@media screen and (max-width: 599px), (min-width: 1000px) {
  .w1000 {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
  }
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: 100%;
}

li {
  list-style: none;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/*--------------------------------------------------------

	body設定

----------------------------------------------------------*/
html, body {
  font: 10px/1.6 "游ゴシック", Yu Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #000;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  line-height: 1.9;
  font-size: 1.6rem;
  color: #111;
  overflow-x: hidden;
}
@media screen and (min-width: 1025px) {
  body {
    font-weight: 500;
  }
}

/*IE用：游ゴシックの謎余白をなくすためフォントを別指定*/
/*
@media all and (-ms-high-contrast:none) {
    body {
        font-family: Meiryo, sans-serif;
    }
}
*/
a {
  text-decoration: none;
}

.color {
  background-color: #000;
  color: #fff;
}

/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

a {
  text-decoration: none;
  transition: 0.2s;
  -ms-transition: 0.2s;
}

p, h1, h2, h3, h4, h5, dt, dd, a {
  font-display: swap;
}

/*マージン*/
.mb00 {
  margin-bottom: 0px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 599px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mlr-05 {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.mlr-02 {
  margin-left: -0.2em;
  margin-right: -0.2em;
}

.ml-05 {
  margin-left: -0.5em;
}

.ml-02 {
  margin-left: -0.2em;
}

.mr-02 {
  margin-right: -0.2em;
}

.anchor {
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .anchor {
    margin-top: -60px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .anchor {
    margin-top: -50px;
    padding-top: 50px;
  }
}

@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1140px;
    -webkit-print-color-adjust: exact;
  }
  /*　------- ↓その他参考例　---------
  .header {
      position: relative !important; //ヘッダー固定fixedを解除
  }
  .header .header-inner {
      width: 100% !important; //サイト幅を解除
  }
  .page-title {
      margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
      width: 100% !important; //サイト幅を解除
  }
  .breadcrumbs-list {
      width: 100% !important; //サイト幅を解除
  }
  .global-nav {
      width: 100%; //サイト幅を解除
  }
  ------- ↑その他参考　---------*/
}
@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}
.btn-input {
  display: none;
}

.menu-btn {
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-color: #3388dd;
  cursor: pointer;
  transition: 0.2s;
  position: fixed;
  display: none;
  z-index: 101;
}
@media screen and (max-width: 1200px) {
  .menu-btn {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .menu-btn {
    width: 60px;
    height: 60px;
  }
}
.menu-btn__bar {
  top: calc(50% - 1px);
  left: 30%;
  width: 40%;
  height: 1px;
  background-color: #fff;
  position: absolute;
}
.menu-btn__bar::before {
  content: "";
  top: -8px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 0.2s;
  position: absolute;
}
.menu-btn__bar::after {
  content: "";
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 0.2s;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .menu-btn__bar::before {
    top: -6px;
  }
  .menu-btn__bar::after {
    bottom: -6px;
  }
}
@media screen and (min-width: 1025px) {
  .menu-btn:hover {
    opacity: 0.7;
  }
  .menu-btn:hover .menu-btn__var::before {
    top: 0;
  }
  .menu-btn:hover .menu-btn__var::after {
    bottom: 0;
  }
}

.side-nav {
  top: 0;
  right: 0;
  height: 100vh;
  width: 284px;
  display: block;
  transition: 0.1s;
  position: fixed;
  z-index: 100;
}
@media screen and (max-width: 1400px) {
  .side-nav {
    width: 244px;
  }
}
@media screen and (max-width: 1200px) {
  .side-nav {
    width: 0;
  }
}
.side-nav::before {
  content: "";
  width: 0;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  transition: 0.2s;
  z-index: -1;
}
.side-nav__inner {
  padding-bottom: 120px;
  width: 100%;
  height: 100vh;
  background-color: #1133a7;
  overflow-y: auto;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1200px) {
  .side-nav__inner {
    padding-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .side-nav__inner {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
.side-nav__inner::-webkit-scrollbar {
  width: 4px;
}
.side-nav__inner::-webkit-scrollbar-track {
  background: #1133a7;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.side-nav__inner::-webkit-scrollbar-thumb {
  background: #0055bb;
  border-radius: 2px;
  box-shadow: none;
}

input[type=checkbox].btn-input:checked + .side-nav {
  width: 284px;
}
@media screen and (max-width: 599px) {
  input[type=checkbox].btn-input:checked + .side-nav {
    width: 100vw;
  }
}
input[type=checkbox].btn-input:checked + .side-nav::before {
  width: 100vw;
}
input[type=checkbox].btn-input:checked + .side-nav .menu-btn {
  background-color: #1133a7;
}
input[type=checkbox].btn-input:checked + .side-nav .menu-btn__bar::before {
  top: 0;
}
input[type=checkbox].btn-input:checked + .side-nav .menu-btn__bar::after {
  bottom: 0;
}

.contents-wrapper {
  width: calc(100% - 284px);
  position: relative;
  z-index: 1;
  transition: 0.2s;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .contents-wrapper {
    width: calc(100% - 244px);
  }
}
@media screen and (max-width: 1200px) {
  .contents-wrapper {
    width: 100%;
  }
}
.contents-wrapper .section-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1420px;
  padding: 120px 20px 0;
}
@media screen and (max-width: 1024px) {
  .contents-wrapper .section-box {
    padding: 80px 40px 0;
  }
}
@media screen and (max-width: 800px) {
  .contents-wrapper .section-box {
    padding: 60px 40px 0;
  }
}
@media screen and (max-width: 599px) {
  .contents-wrapper .section-box {
    padding: 80px 20px 0;
  }
}

.menu-wrapper {
  width: 100%;
  position: relative;
}
.menu-wrapper__inner {
  width: 100%;
  position: relative;
}
.menu-wrapper__inner__list {
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .menu-wrapper__inner__list {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-wrapper__inner__list {
    margin-bottom: 20px;
  }
}
.menu-wrapper__inner__list__item {
  background-color: #1133a7;
}
.menu-wrapper__inner__list__item:nth-child(even) {
  background-color: #0055bb;
}
.menu-wrapper__inner__list__item__link {
  padding-left: 20px;
  width: 100%;
  height: 60px;
  font-size: 15px;
  line-height: 58px;
  color: #fff;
  font-weight: 700;
  background-color: transparent;
  display: block;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1500px) {
  .menu-wrapper__inner__list__item__link {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1400px) {
  .menu-wrapper__inner__list__item__link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-wrapper__inner__list__item__link {
    padding-left: 20px;
    font-size: 15px;
  }
}
.menu-wrapper__inner__list__item__link::before {
  content: "";
  top: calc(50% - 10px);
  right: 12px;
  width: 20px;
  height: 20px;
  background-color: #f36688;
  border-radius: 50%;
  position: absolute;
  transition: 0.2s;
}
.menu-wrapper__inner__list__item__link::after {
  content: "";
  top: calc(50% - 3px);
  right: 18px;
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  transition: 0.2s;
}
@media screen and (min-width: 1025px) {
  .menu-wrapper__inner__list__item__link:hover {
    background-color: #111;
  }
  .menu-wrapper__inner__list__item__link:hover::before {
    background-color: #33d3cc;
  }
}
.menu-wrapper__inner__btn {
  margin: 0 20px 10px;
  padding-top: 16px;
  padding-left: 58px;
  height: 60px;
  font-size: 16px;
  line-height: 1.01;
  color: #111;
  font-weight: bold;
  text-align: left;
  background-color: #33d3cc;
  background-repeat: no-repeat;
  display: block;
  box-sizing: border-box;
}
@media screen and (max-width: 1400px) {
  .menu-wrapper__inner__btn {
    margin: 0 15px 10px;
    padding-left: 50px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-wrapper__inner__btn {
    margin: 0 20px 10px;
    padding-left: 58px;
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .menu-wrapper__inner__btn {
    margin: 0 auto;
    padding-top: 18px;
    padding-left: 25px;
    width: 100%;
    max-width: 260px;
    height: 70px;
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .menu-wrapper__inner__btn:hover {
    background-color: #f36688;
  }
}
.menu-wrapper__inner__btn__sub {
  margin-bottom: 3px;
  font-size: 11px;
  display: block;
}
@media screen and (max-width: 1400px) {
  .menu-wrapper__inner__btn__sub {
    font-size: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-wrapper__inner__btn__sub {
    font-size: 11px;
  }
}
@media screen and (max-width: 599px) {
  .menu-wrapper__inner__btn__sub {
    margin-bottom: 5px;
  }
}
.menu-wrapper__inner__btn--simu {
  background-image: url(../img/icon_simu.svg);
  background-size: 22px;
  background-position: 17px 50%;
}

.side-nav-cv {
  bottom: 0;
  right: 0;
  width: 100%;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .side-nav-cv {
    margin-top: 50px;
    bottom: auto;
    right: auto;
    position: relative;
  }
}
.side-nav-cv__btn {
  padding-left: 25px;
  height: 100px;
  background-color: #ffd333;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .side-nav-cv__btn {
    height: 80px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .side-nav-cv__btn {
    height: 100px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 599px) {
  .side-nav-cv__btn {
    padding: 0 25px 0 0;
    justify-content: center;
  }
}
.side-nav-cv__btn::before {
  content: "";
  right: 10px;
  bottom: 15px;
  width: 44px;
  height: 108px;
  background-image: url(../img/cv_ill02.svg);
  background-size: 100% auto;
  background-position: 0 0;
  position: absolute;
}
@media screen and (max-width: 1400px) {
  .side-nav-cv__btn::before {
    right: 8px;
    bottom: 10px;
    width: 35.2px;
    height: 86.4px;
  }
}
@media screen and (max-width: 1200px) {
  .side-nav-cv__btn::before {
    right: 10px;
    bottom: 15px;
    width: 44px;
    height: 108px;
  }
}
@media screen and (min-width: 1025px) {
  .side-nav-cv__btn:hover {
    background-color: #33d3cc;
  }
}
.side-nav-cv__btn__text {
  padding-left: 48px;
  font-size: 18px;
  line-height: 1;
  color: #111;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .side-nav-cv__btn__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .side-nav-cv__btn__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .side-nav-cv__btn__text {
    display: inline-block;
  }
}
.side-nav-cv__btn__text::before {
  content: "";
  top: -3px;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #f36688;
  background-image: url(../img/icon_form.svg);
  background-repeat: no-repeat;
  background-size: 48% auto;
  background-position: 51% 51%;
  border-radius: 50%;
  position: absolute;
}
.side-nav-cv__btn__text__sub {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1;
  color: #111;
  font-weight: bold;
  display: block;
}

.main-wrapper {
  padding: 120px 60px 0 60px;
  width: 100%;
  background-color: #3388dd;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .main-wrapper {
    padding: 80px 50px 0 50px;
  }
}
@media screen and (max-width: 800px) {
  .main-wrapper {
    padding: 60px 40px 0 40px;
  }
}
@media screen and (max-width: 599px) {
  .main-wrapper {
    padding: 60px 30px 0 30px;
  }
}
.main-wrapper__logo {
  top: 35px;
  left: 40px;
  width: 220px;
  line-height: 0.1;
  position: absolute;
}
@media screen and (max-width: 800px) {
  .main-wrapper__logo {
    top: 25px;
    left: 25px;
    width: 170px;
  }
}
@media screen and (max-width: 599px) {
  .main-wrapper__logo {
    left: 30px;
    width: 140px;
  }
}
.main-wrapper__logo__link {
  display: block;
}
@media screen and (min-width: 1025px) {
  .main-wrapper__logo__link:hover {
    opacity: 0.7;
  }
}
.main-wrapper__bakudan {
  top: 25px;
  right: 20px;
  width: 16%;
  max-width: 230px;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .main-wrapper__bakudan {
    top: 10px;
    right: 32%;
  }
}
@media screen and (max-width: 1024px) {
  .main-wrapper__bakudan {
    top: -17px;
    right: 29.5%;
    width: 18%;
  }
}
@media screen and (max-width: 599px) {
  .main-wrapper__bakudan {
    top: 75vw;
    right: 2%;
    width: 30%;
  }
}
.main-wrapper__bakudan::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../img/bakudan.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  animation: 12s linear infinite rotation;
  position: absolute;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main-wrapper__bakudan img {
  line-height: 1;
  position: relative;
  z-index: 2;
}
.main-wrapper__inner {
  margin: 0 auto;
  padding-bottom: 125px;
  width: 100%;
  max-width: 1400px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .main-wrapper__inner {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 800px) {
  .main-wrapper__inner {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .main-wrapper__inner {
    padding-bottom: 110px;
    flex-wrap: wrap;
    position: static;
  }
}
.main-wrapper__inner__left {
  width: 58%;
}
@media screen and (max-width: 599px) {
  .main-wrapper__inner__left {
    width: 100%;
  }
}
.main-wrapper__inner__left__copy {
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .main-wrapper__inner__left__copy {
    margin-bottom: 2.6vw;
  }
}
@media screen and (max-width: 599px) {
  .main-wrapper__inner__left__copy {
    margin-bottom: 4vw;
  }
}
.main-wrapper__inner__left__date {
  margin-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  .main-wrapper__inner__left__date {
    margin-bottom: 2.6vw;
  }
}
@media screen and (max-width: 599px) {
  .main-wrapper__inner__left__date {
    margin-bottom: 15px;
  }
}
.main-wrapper__inner__left__date__text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .main-wrapper__inner__left__date__text {
    margin-top: 7px;
    font-size: 11px;
  }
}
@media screen and (max-width: 599px) {
  .main-wrapper__inner__left__date__text {
    margin-top: 5px;
    font-size: 10px;
  }
}
.main-wrapper__inner__left__kanketsu {
  margin: 0 auto 15px;
  width: 65%;
  max-width: 350px;
}
@media screen and (max-width: 1200px) {
  .main-wrapper__inner__left__kanketsu {
    margin-bottom: 1.1vw;
  }
}
@media screen and (max-width: 599px) {
  .main-wrapper__inner__left__kanketsu {
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 70px;
    position: absolute;
  }
}
@media screen and (max-width: 599px) {
  .main-wrapper__inner__left .cv-btn {
    margin: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: none;
    border-radius: 0;
    position: absolute;
  }
}
.main-wrapper__inner__ill {
  width: 35%;
  position: relative;
}
@media screen and (max-width: 599px) {
  .main-wrapper__inner__ill {
    margin: 16vw auto 40px;
    width: 70%;
  }
}
.main-wrapper__inner__ill .ill01 {
  top: 42%;
  right: -18%;
  width: 18%;
  position: absolute;
  animation-delay: 0 !important;
}
.main-wrapper__inner__ill .ill02 {
  top: 15%;
  left: -14%;
  width: 18%;
  position: absolute;
  animation-delay: 0.6s !important;
}
.main-wrapper__inner__ill .ill03 {
  top: -11%;
  left: 22%;
  width: 17%;
  position: absolute;
  animation-delay: 2.2s !important;
}
.main-wrapper__inner__ill .ill04 {
  bottom: -9%;
  right: 10%;
  width: 20%;
  position: absolute;
  animation-delay: 0.8s !important;
}
.main-wrapper__inner__ill .ill05 {
  top: 42%;
  left: -3%;
  width: 18%;
  position: absolute;
  animation-delay: 0.9s !important;
}
.main-wrapper__inner__ill .ill06 {
  top: 20%;
  right: 7%;
  width: 15%;
  position: absolute;
  animation-delay: 0.2s !important;
}
.main-wrapper__inner__ill .ill-movie {
  animation: 2.5s linear infinite ill-movie;
  position: absolute;
}
@keyframes ill-movie {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0);
  }
}

.reason {
  padding: 100px 20px 0;
}
@media screen and (max-width: 1024px) {
  .reason {
    padding: 60px 20px 0;
  }
}
@media screen and (max-width: 800px) {
  .reason {
    padding: 40px 10px 0;
  }
}
@media screen and (max-width: 599px) {
  .reason {
    padding: 30px 2px 0;
  }
}
.reason__title {
  margin-bottom: 40px;
  font-size: 42px;
  line-height: 1.01;
  color: #1133a7;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .reason__title {
    margin-bottom: 30px;
    font-size: 3vw;
  }
}
@media screen and (max-width: 800px) {
  .reason__title {
    margin-bottom: 20px;
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 599px) {
  .reason__title {
    margin-bottom: 18px;
    font-size: 5.5vw;
    line-height: 1.4;
  }
}
.reason__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1420px;
  display: flex;
  justify-content: space-between;
  justify-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .reason__inner {
    margin-top: -2px;
  }
}
.reason__inner__item {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 1600px) {
  .reason__inner__item {
    width: calc((100% - 30px) / 4);
  }
}
@media screen and (max-width: 800px) {
  .reason__inner__item {
    width: 25%;
  }
}
@media screen and (max-width: 599px) {
  .reason__inner__item {
    margin-top: 2px;
    width: calc((100% - 2px) / 2);
  }
}
.reason__inner__item__link {
  padding: 75% 0 0;
  height: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .reason__inner__item__link:hover {
    content: "";
    transform: translateY(5px);
  }
}
.reason__inner__item__link--01 {
  background-color: #33b7ee;
}
.reason__inner__item__link--01 .reason__inner__item__link__ill {
  top: 12%;
  width: 47.058%;
}
.reason__inner__item__link--02 {
  background-color: #33d3cc;
}
.reason__inner__item__link--02 .reason__inner__item__link__ill {
  top: 10%;
  width: 47.058%;
}
.reason__inner__item__link--03 {
  background-color: #f36688;
}
.reason__inner__item__link--03 .reason__inner__item__link__ill {
  top: 10%;
  width: 34.705%;
}
.reason__inner__item__link--04 {
  background-color: #ffd333;
}
.reason__inner__item__link--04 .reason__inner__item__link__ill {
  top: 10%;
  width: 27.647%;
}
.reason__inner__item__link__ill {
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
}
.reason__inner__item__link__text {
  padding: 0 0 80px;
  width: 100%;
  height: auto;
  position: relative;
  box-sizing: border-box;
}
.reason__inner__item__link__text::before {
  content: "";
  bottom: 33px;
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  background-color: #111;
  border-radius: 50%;
  position: absolute;
}
.reason__inner__item__link__text::after {
  content: "";
  bottom: 43px;
  left: calc(50% - 4px);
  border-width: 8px 4px 0 4px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .reason__inner__item__link__text {
    padding: 0 0 60px;
  }
  .reason__inner__item__link__text::before {
    bottom: 25px;
    left: calc(50% - 12px);
    width: 24px;
    height: 24px;
  }
  .reason__inner__item__link__text::after {
    bottom: 33px;
    left: calc(50% - 3px);
    border-width: 6px 3px 0 3px;
  }
}
@media screen and (max-width: 599px) {
  .reason__inner__item__link__text {
    padding: 0 0 45px;
  }
  .reason__inner__item__link__text::before {
    bottom: 18px;
    left: calc(50% - 9px);
    width: 18px;
    height: 18px;
  }
  .reason__inner__item__link__text::after {
    bottom: 25px;
    left: calc(50% - 2px);
    border-width: 4px 2px 0 2px;
  }
}
.reason__inner__item__link__text__en {
  margin-bottom: 4px;
  padding-left: 0.06em;
  font-size: 24px;
  line-height: 1.01;
  color: #111;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .reason__inner__item__link__text__en {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1200px) {
  .reason__inner__item__link__text__en {
    margin-bottom: 7px;
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 800px) {
  .reason__inner__item__link__text__en {
    margin-bottom: 5px;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 599px) {
  .reason__inner__item__link__text__en {
    margin-bottom: 3px;
    font-size: 4vw;
  }
}
.reason__inner__item__link__text__jp {
  padding-left: 0.04em;
  font-size: 22px;
  line-height: 1.5;
  color: #111;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .reason__inner__item__link__text__jp {
    font-size: 1.375vw;
  }
}
@media screen and (max-width: 1200px) {
  .reason__inner__item__link__text__jp {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 800px) {
  .reason__inner__item__link__text__jp {
    padding-left: 0;
    font-size: 2vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px) {
  .reason__inner__item__link__text__jp {
    font-size: 3.6vw;
  }
}

.section-title {
  margin-bottom: 55px;
  text-align: center;
  position: relative;
}
.section-title::before {
  content: "";
  left: calc(50% - 30px);
  bottom: -30px;
  border-width: 30px 30px 0 30px;
  border-style: solid;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .section-title {
    margin-bottom: 40px;
  }
  .section-title::before {
    left: calc(50% - 25px);
    bottom: -25px;
    border-width: 25px 25px 0 25px;
  }
}
@media screen and (max-width: 800px) {
  .section-title {
    margin: 0 -30px 30px;
  }
  .section-title::before {
    left: calc(50% - 20px);
    bottom: -20px;
    border-width: 20px 20px 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .section-title {
    margin: 0 -15px 20px;
  }
  .section-title::before {
    left: calc(50% - 15px);
    bottom: -15px;
    border-width: 15px 15px 0 15px;
  }
}
.section-title--01 {
  background-color: #bbe9ff;
}
.section-title--01::before {
  border-color: #bbe9ff transparent transparent transparent;
}
.section-title--02 {
  background-color: #bbeee7;
}
.section-title--02::before {
  border-color: #bbeee7 transparent transparent transparent;
}
.section-title--03 {
  background-color: #f7ccd7;
}
.section-title--03::before {
  border-color: #f7ccd7 transparent transparent transparent;
}
.section-title--04 {
  background-color: #feb;
}
.section-title--04::before {
  border-color: #feb transparent transparent transparent;
}
.section-title__inner {
  padding: 42px 0 55px 0.08em;
  font-size: 40px;
  line-height: 1.01;
  color: #111;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-title__inner {
    padding: 32px 0 40px 0.08em;
    font-size: 34px;
  }
}
@media screen and (max-width: 800px) {
  .section-title__inner {
    padding: 27px 0 32px 0.08em;
    font-size: 30px;
  }
}
@media screen and (max-width: 599px) {
  .section-title__inner {
    padding: 8vw 0 7.5vw 0;
    font-size: 5.17vw;
    letter-spacing: 0;
  }
}
.section-title__inner.ls0 {
  padding-left: 0;
  letter-spacing: 0;
}
.section-title__inner__en {
  margin-bottom: 12px;
  font-size: 28px;
  letter-spacing: 0;
  display: block;
}
@media screen and (max-width: 1024px) {
  .section-title__inner__en {
    margin-bottom: 10px;
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .section-title__inner__en {
    margin-bottom: 7px;
    font-size: 15px;
  }
}
.section-title__inner--ill01 {
  left: -180px;
  bottom: 17px;
  width: 160px;
  display: block;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .section-title__inner--ill01 {
    left: -144px;
    bottom: 13.6px;
    width: 128px;
  }
}
@media screen and (max-width: 800px) {
  .section-title__inner--ill01 {
    left: -108px;
    bottom: 10.2px;
    width: 96px;
  }
}
@media screen and (max-width: 599px) {
  .section-title__inner--ill01 {
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 20vw;
    width: 18vw;
  }
}
.section-title__inner--ill02 {
  right: -170px;
  bottom: 17px;
  width: 160px;
  display: block;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .section-title__inner--ill02 {
    right: -136px;
    bottom: 13.6px;
    width: 128px;
  }
}
@media screen and (max-width: 800px) {
  .section-title__inner--ill02 {
    right: -102px;
    bottom: 10.2px;
    width: 96px;
  }
}
@media screen and (max-width: 599px) {
  .section-title__inner--ill02 {
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 20vw;
    width: 18vw;
  }
}
.section-title__inner--ill03 {
  right: -135px;
  bottom: 15px;
  width: 120px;
  display: block;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .section-title__inner--ill03 {
    right: -108px;
    width: 96px;
  }
}
@media screen and (max-width: 800px) {
  .section-title__inner--ill03 {
    right: -81px;
    width: 72px;
  }
}
@media screen and (max-width: 599px) {
  .section-title__inner--ill03 {
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 20vw;
    width: 14vw;
  }
}
.section-title__inner--ill04 {
  right: -105px;
  bottom: 13px;
  width: 94px;
  display: block;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .section-title__inner--ill04 {
    right: -84px;
    width: 75.2px;
  }
}
@media screen and (max-width: 800px) {
  .section-title__inner--ill04 {
    right: -63px;
    width: 56.4px;
  }
}
@media screen and (max-width: 599px) {
  .section-title__inner--ill04 {
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 20vw;
    width: 11vw;
  }
}

.section-copy {
  margin-bottom: 40px;
  font-size: 26px;
  line-height: 1.9;
  color: #111;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .section-copy {
    font-size: 1.625vw;
  }
}
@media screen and (max-width: 1200px) {
  .section-copy {
    font-size: 2vw;
  }
}
@media screen and (max-width: 1024px) {
  .section-copy {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  .section-copy {
    margin-bottom: 20px;
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 599px) {
  .section-copy {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
  }
}
.section-copy__sub {
  font-size: 14px;
  line-height: 1.5;
  color: #111;
  text-align: center;
  display: block;
}
@media screen and (max-width: 800px) {
  .section-copy__sub {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .section-copy__sub {
    margin-top: 5px;
    font-size: 12px;
    text-align: justify;
  }
}
.section-copy__sub02 {
  font-size: 16px;
  line-height: 1.8;
  color: #111;
  text-align: center;
  display: block;
}
@media screen and (max-width: 800px) {
  .section-copy__sub02 {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .section-copy__sub02 {
    font-size: 13px;
    text-align: justify;
  }
}

.free-list {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .free-list {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  .free-list {
    margin-top: -20px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 599px) {
  .free-list {
    margin: -2px -15px 20px;
  }
}
.free-list__item {
  width: calc((100% - 100px) / 6);
  background-color: #33b7ee;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .free-list__item {
    width: calc((100% - 50px) / 6);
  }
}
@media screen and (max-width: 800px) {
  .free-list__item {
    margin-top: 20px;
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .free-list__item {
    margin-top: 2px;
    width: calc((100% - 4px) / 3);
  }
}
.free-list__item::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.free-list__item:nth-child(even) {
  background-color: #3ce;
}
.free-list__item--01 {
  background-image: url(../img/scene01.svg);
  background-size: 37.27% auto;
  background-position: 50% 27%;
}
.free-list__item--02 {
  background-image: url(../img/scene02.svg);
  background-size: 34.54% auto;
  background-position: 50% 33%;
}
.free-list__item--03 {
  background-image: url(../img/scene03.svg);
  background-size: 29% auto;
  background-position: 50% 36%;
}
.free-list__item--04 {
  background-image: url(../img/scene04.svg);
  background-size: 38% auto;
  background-position: 54% 35%;
}
.free-list__item--05 {
  background-image: url(../img/scene05.svg);
  background-size: 30% auto;
  background-position: 50% 30%;
}
.free-list__item--06 {
  background-image: url(../img/scene06.svg);
  background-size: 30% auto;
  background-position: 50% 27%;
}
.free-list__item__text {
  left: 0;
  bottom: 19%;
  width: 100%;
  font-size: 20px;
  line-height: 1.3;
  color: #111;
  font-weight: bold;
  text-align: center;
  position: absolute;
}
@media screen and (max-width: 1600px) {
  .free-list__item__text {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1200px) {
  .free-list__item__text {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 800px) {
  .free-list__item__text {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 599px) {
  .free-list__item__text {
    bottom: 15%;
    font-size: 3.6vw;
  }
}
.free-list__item__text.ls10 {
  padding-left: 0.1em;
  letter-spacing: 0.1em;
}
.free-list__item__text.two-line {
  bottom: 12%;
}
@media screen and (max-width: 599px) {
  .free-list__item__text.two-line {
    bottom: 8%;
  }
}

.free-title-copy {
  margin-bottom: 50px;
  font-size: 36px;
  line-height: 1.4;
  color: #111;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .free-title-copy {
    margin-bottom: 30px;
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .free-title-copy {
    margin: 30px 0 25px;
    font-size: 5.5vw;
  }
}

.free-title {
  margin: 0 auto 45px;
  width: 100%;
  max-width: 700px;
  height: 70px;
  font-size: 30px;
  line-height: 72px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #33b7ee;
  border-radius: 35px;
  position: relative;
  z-index: 2;
}
.free-title::before {
  content: "";
  bottom: -25px;
  left: calc(50% - 15px);
  border-width: 25px 15px 0 15px;
  border-style: solid;
  border-color: #33b7ee transparent transparent transparent;
  position: absolute;
}
@media screen and (max-width: 800px) {
  .free-title {
    margin: 0 auto 35px;
    width: 100%;
    max-width: 700px;
    height: 60px;
    font-size: 26px;
    line-height: 61px;
    border-radius: 30px;
  }
  .free-title::before {
    bottom: -20px;
    left: calc(50% - 10px);
    border-width: 20px 10px 0 10px;
  }
}
@media screen and (max-width: 599px) {
  .free-title {
    margin: 0 auto 20px;
    padding-top: 12px;
    width: 100%;
    height: 70px;
    max-width: 700px;
    font-size: 17px;
    line-height: 1.01;
    border-radius: 35px;
  }
  .free-title::before {
    bottom: -12px;
    left: calc(50% - 8px);
    border-width: 12px 8px 0 8px;
  }
}
@media screen and (max-width: 320px) {
  .free-title {
    font-size: 15px;
  }
}
.free-title__merit {
  margin-right: 13px;
  width: 105px;
  height: 30px;
  font-size: 15px;
  color: #33b7ee;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  display: inline-block;
  vertical-align: 20%;
}
@media screen and (max-width: 800px) {
  .free-title__merit {
    margin-right: 10px;
    width: 95px;
    height: 26px;
    font-size: 14px;
    line-height: 26px;
    border-radius: 13px;
    vertical-align: 15%;
  }
}
@media screen and (max-width: 599px) {
  .free-title__merit {
    margin: 0 auto 6px;
    width: 90px;
    height: 20px;
    font-size: 11px;
    line-height: 20px;
    border-radius: 10px;
    vertical-align: baseline;
    position: relative;
    display: block;
  }
}

.free-hikaku {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .free-hikaku {
    margin: 0 -15px 15px;
  }
}
.free-hikaku__item {
  width: calc((100% - 60px) / 2);
  position: relative;
}
@media screen and (max-width: 800px) {
  .free-hikaku__item {
    width: 100%;
  }
}
.free-hikaku__item--arrow {
  width: 60px;
  background-color: #111;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  .free-hikaku__item--arrow {
    margin: 20px auto;
    width: 100%;
    height: 60px;
    max-width: 400px;
  }
}
@media screen and (max-width: 599px) {
  .free-hikaku__item--arrow {
    margin: 0 auto;
    height: 15px;
    background-color: transparent;
  }
}
.free-hikaku__item--arrow::before {
  content: "";
  top: calc(50% - 15px);
  right: -15px;
  width: 15px;
  height: 30px;
  background-color: #111;
  position: absolute;
}
@media screen and (max-width: 1500px) {
  .free-hikaku__item--arrow::before {
    right: -10px;
    width: 10px;
  }
}
@media screen and (max-width: 800px) {
  .free-hikaku__item--arrow::before {
    margin: 0 auto;
    top: -20px;
    right: 0;
    left: 0;
    width: 30px;
    height: 90px;
  }
}
@media screen and (max-width: 599px) {
  .free-hikaku__item--arrow::before {
    top: 0;
    width: 20px;
    height: 15px;
  }
}
.free-hikaku__item--arrow::after {
  content: "";
  top: calc(50% - 30px);
  right: -45px;
  border-width: 30px 0 30px 30px;
  border-style: solid;
  border-color: transparent transparent transparent #111;
  position: absolute;
}
@media screen and (max-width: 1500px) {
  .free-hikaku__item--arrow::after {
    top: calc(50% - 28px);
    right: -38px;
    border-width: 28px 0 28px 28px;
  }
}
@media screen and (max-width: 800px) {
  .free-hikaku__item--arrow::after {
    top: auto;
    bottom: -40px;
    right: calc(50% - 30px);
    border-width: 30px 30px 0 30px;
    border-color: #111 transparent transparent transparent;
  }
}
@media screen and (max-width: 599px) {
  .free-hikaku__item--arrow::after {
    bottom: -12px;
    right: calc(50% - 20px);
    border-width: 20px 20px 0 20px;
  }
}
.free-hikaku__item--arrow__text {
  font-size: 22px;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .free-hikaku__item--arrow__text {
    width: 100%;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-align: center;
    display: block;
    position: relative;
    z-index: 3;
    font-size: 18px;
    line-height: 50px;
  }
}
@media screen and (max-width: 599px) {
  .free-hikaku__item--arrow__text {
    display: none;
  }
}
.free-hikaku__item__inner {
  padding: 40px 40px 60px;
  background-color: #77d7ee;
}
@media screen and (max-width: 599px) {
  .free-hikaku__item__inner {
    padding: 25px;
  }
}
.free-hikaku__item__inner--strong {
  background-color: #3ce;
}
.free-hikaku__item__title {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1.01;
  color: #111;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .free-hikaku__item__title {
    margin-bottom: 10px;
    font-size: 26px;
  }
}
@media screen and (max-width: 320px) {
  .free-hikaku__item__title {
    font-size: 24px;
  }
}
.free-hikaku__item__title__en {
  margin-bottom: 17px;
  padding-bottom: 11px;
  font-size: 24px;
  display: block;
  position: relative;
}
.free-hikaku__item__title__en::before {
  content: "";
  bottom: 0;
  left: calc(50% - 12px);
  width: 24px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
}
@media screen and (max-width: 599px) {
  .free-hikaku__item__title__en {
    margin-bottom: 14px;
    font-size: 20px;
  }
}
.free-hikaku__item__title__sub {
  margin: 0 0.3em;
  font-size: 0.65em;
  display: inline-block;
}
.free-hikaku__item__figure {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}
.free-hikaku__item__loan {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .free-hikaku__item__loan {
    margin: 0 auto 0;
    width: 100%;
    max-width: 700px;
  }
}
.free-hikaku__item__loan__item {
  padding: 25px;
  width: calc((100% - 20px) / 2);
  background-color: #fff;
}
@media screen and (max-width: 1600px) {
  .free-hikaku__item__loan__item {
    padding: 20px;
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .free-hikaku__item__loan__item {
    padding: 25px;
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .free-hikaku__item__loan__item {
    padding: 15px;
    width: calc((100% - 2px) / 2);
  }
}
.free-hikaku__item__loan__item--strong {
  background-color: #3ce;
  position: relative;
}
@media screen and (max-width: 599px) {
  .free-hikaku__item__loan__item--strong {
    padding: 30px 0;
  }
}
.free-hikaku__item__loan__item--one {
  margin: 0 auto;
  width: 100%;
  max-width: 440px;
}
.free-hikaku__item__loan__item__result {
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 26px;
  line-height: 1.01;
  color: #111;
  font-weight: bold;
  text-align: center;
  position: absolute;
  transform: translateY(-52%);
}
@media screen and (max-width: 1500px) {
  .free-hikaku__item__loan__item__result {
    font-size: 21px;
  }
}
@media screen and (max-width: 599px) {
  .free-hikaku__item__loan__item__result {
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  .free-hikaku__item__loan__item__result {
    font-size: 16px;
  }
}
.free-hikaku__item__loan__item__result__price {
  margin-top: 10px;
  font-size: 1.53em;
  display: block;
}
.free-hikaku__item__loan__item__title {
  margin-bottom: 8px;
  height: 34px;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #33b7ee;
}
@media screen and (max-width: 599px) {
  .free-hikaku__item__loan__item__title {
    margin-bottom: 5px;
    height: 24px;
    font-size: 14px;
    line-height: 25px;
  }
}
.free-hikaku__item__loan__item__list__item {
  padding: 12px 0;
  border-top: 1px dotted #bbb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .free-hikaku__item__loan__item__list__item {
    padding: 9px 0;
  }
}
.free-hikaku__item__loan__item__list__item:first-child {
  border-top: none;
}
.free-hikaku__item__loan__item__list__item:last-child {
  padding-bottom: 0;
}
.free-hikaku__item__loan__item__list__item__title {
  padding-left: 21px;
  font-size: 16px;
  line-height: 1.01;
  color: #111;
  text-align: left;
  font-weight: 500;
  position: relative;
}
.free-hikaku__item__loan__item__list__item__title::before {
  content: "";
  left: 0;
  top: calc(50% - 2px);
  width: 12px;
  height: 2px;
  background-color: #33b7ee;
  position: absolute;
}
.free-hikaku__item__loan__item__list__item__title::after {
  content: "";
  left: 0;
  top: calc(50% - 2px);
  width: 6px;
  height: 2px;
  background-color: #111;
  position: absolute;
}
@media screen and (max-width: 1500px) {
  .free-hikaku__item__loan__item__list__item__title {
    padding-left: 18px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .free-hikaku__item__loan__item__list__item__title {
    padding-left: 13px;
    font-size: 13px;
  }
  .free-hikaku__item__loan__item__list__item__title::before {
    width: 10px;
  }
  .free-hikaku__item__loan__item__list__item__title::after {
    width: 5px;
    height: 2px;
  }
}
@media screen and (max-width: 320px) {
  .free-hikaku__item__loan__item__list__item__title {
    font-size: 11px;
  }
}
.free-hikaku__item__loan__item__list__item__text {
  font-size: 16px;
  line-height: 1.01;
  color: #111;
  text-align: right;
}
@media screen and (max-width: 1500px) {
  .free-hikaku__item__loan__item__list__item__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 1300px) {
  .free-hikaku__item__loan__item__list__item__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .free-hikaku__item__loan__item__list__item__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 320px) {
  .free-hikaku__item__loan__item__list__item__text {
    font-size: 11px;
  }
}
.free-hikaku__item__loan__item__list__item__text .strong {
  font-weight: bold;
}
.free-hikaku__item__result {
  padding: 20px;
  font-size: 26px;
  line-height: 1.01;
  color: #111;
  font-weight: bold;
  text-align: center;
  background-color: #33b7ee;
}
@media screen and (max-width: 1500px) {
  .free-hikaku__item__result {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .free-hikaku__item__result {
    padding: 10px;
    font-size: 4.4vw;
  }
}
.free-hikaku__item__result--strong {
  font-weight: bold;
  background-color: #fff;
}
.free-hikaku__item__caution {
  margin-top: 15px;
  padding-left: 1em;
  font-size: 13px;
  line-height: 1.3;
  color: #111;
  text-indent: -1em;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .free-hikaku__item__caution {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .free-hikaku__item__caution {
    font-size: 11px;
  }
}

.free-otoku {
  padding-left: 0.8em;
  height: 100px;
  font-size: 34px;
  line-height: 103px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #33b7ee;
}
@media screen and (max-width: 1500px) {
  .free-otoku {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 1024px) {
  .free-otoku {
    font-size: 2.75vw;
  }
}
@media screen and (max-width: 800px) {
  .free-otoku {
    height: 80px;
    font-size: 2.9vw;
    line-height: 82px;
  }
}
@media screen and (max-width: 599px) {
  .free-otoku {
    margin: 0 -5px;
    height: 70px;
    width: auto;
    font-size: 5.5vw;
    line-height: 75px;
    position: relative;
  }
  .free-otoku::before {
    content: "";
    top: -15px;
    left: calc(50% - 13px);
    border-width: 13px 13px 0 13px;
    border-style: solid;
    border-color: #3ce transparent transparent transparent;
    position: absolute;
  }
}
.free-otoku--large {
  font-size: 1.35em;
  display: inline-block;
  vertical-align: 0%;
}

.free-hensai {
  margin: 0 auto 60px;
  padding: 0 50px 80px;
  background-color: #f7f7f7;
  position: relative;
}
@media screen and (max-width: 800px) {
  .free-hensai {
    margin-bottom: 40px;
    padding: 0 40px 50px;
  }
}
@media screen and (max-width: 599px) {
  .free-hensai {
    margin: 0 -15px 30px;
    padding: 0 20px 30px;
  }
}
.free-hensai::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background-color: #fff;
  position: absolute;
}
@media screen and (max-width: 800px) {
  .free-hensai::before {
    height: 20px;
  }
}
@media screen and (max-width: 599px) {
  .free-hensai::before {
    height: 15px;
  }
}
.free-hensai__title {
  margin: 0 auto 25px;
  width: 250px;
  height: 50px;
  font-size: 22px;
  line-height: 50px;
  color: #111;
  font-weight: bold;
  text-align: center;
  background-color: #33b7ee;
  border-radius: 25px;
  position: relative;
}
.free-hensai__title::before {
  content: "";
  bottom: -10px;
  left: calc(50% - 5px);
  border-width: 10px 5px 0 5px;
  border-style: solid;
  border-color: #33b7ee transparent transparent transparent;
  position: absolute;
}
@media screen and (max-width: 800px) {
  .free-hensai__title {
    margin: 0 auto 20px;
    width: 220px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 599px) {
  .free-hensai__title {
    width: 170px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    border-radius: 15px;
  }
}
.free-hensai__copy {
  margin-bottom: 25px;
  padding-left: 0.08em;
  font-size: 36px;
  line-height: 1.01;
  color: #111;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .free-hensai__copy {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
@media screen and (max-width: 599px) {
  .free-hensai__copy {
    margin-bottom: 15px;
    font-size: 5.2vw;
  }
}
.free-hensai__calendar {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
}
.free-hensai__calendar__item {
  width: calc((100% - 100px) / 2);
  position: relative;
}
@media screen and (max-width: 800px) {
  .free-hensai__calendar__item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .free-hensai__calendar__item {
    width: calc((100% - 20px) / 2);
  }
}
.free-hensai__calendar__item:first-child::after {
  content: "";
  top: calc(50% - 60px);
  right: -80px;
  width: 56px;
  height: 64px;
  background-image: url(../img/free_arrow.svg);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 800px) {
  .free-hensai__calendar__item:first-child::after {
    top: calc(50% - 40px);
    right: -38px;
    width: 35px;
    height: 40px;
  }
}
@media screen and (max-width: 599px) {
  .free-hensai__calendar__item:first-child::after {
    top: calc(50% - 20px);
    right: -20px;
    width: 20.3px;
    height: 23.2px;
  }
}

.cv-btn {
  margin: 0 auto;
  width: 100%;
  max-width: 560px;
  height: 90px;
  text-align: center;
  background-color: #ffd333;
  background-image: url(../img/cv_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 30px top 50%;
  background-size: 30px auto;
  box-shadow: 5px 5px 5px rgba(17, 17, 17, 0.3);
  border-radius: 45px;
  display: block;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .cv-btn {
    max-width: 480px;
    height: 70px;
    background-position: right 24px top 50%;
    background-size: 24px auto;
    border-radius: 35px;
  }
}
@media screen and (max-width: 800px) {
  .cv-btn {
    max-width: 420px;
  }
}
@media screen and (max-width: 599px) {
  .cv-btn {
    padding-right: 10px;
    max-width: 100%;
    height: 60px;
    background-position: right 20.4px top 50%;
    background-size: 15px auto;
    border-radius: 30px;
    box-shadow: 3px 3px 3px rgba(17, 17, 17, 0.3);
  }
  .cv-btn::before {
    bottom: -3px;
    border-radius: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .cv-btn:hover {
    background-color: #33d3cc;
    background-image: url(../img/cv_arrow_black.svg);
    box-shadow: none;
    transform: translateY(3px);
  }
}
.cv-btn__text {
  padding-left: 40px;
  height: 90px;
  font-size: 30px;
  line-height: 90px;
  color: #111;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  background-image: url(../img/icon_form.svg);
  background-repeat: no-repeat;
  background-size: 34px auto;
  background-position: 0 50%;
  display: inline-block;
  transition: 0.2s;
}
@media screen and (max-width: 1024px) {
  .cv-btn__text {
    padding-left: 32px;
    height: 70px;
    font-size: 24px;
    line-height: 70px;
    background-size: 27.2px auto;
  }
}
@media screen and (max-width: 599px) {
  .cv-btn__text {
    padding-left: 27.2px;
    height: 60px;
    font-size: 4.8vw;
    line-height: 60px;
    background-size: 23.12px auto;
  }
}

.cv-wrapper {
  padding: 180px 20px 60px;
  position: relative;
}
.cv-wrapper::before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 340px);
  background-color: #f7f7f7;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .cv-wrapper {
    padding: 90px 20px 60px;
  }
  .cv-wrapper::before {
    height: calc(100% - 250px);
  }
}
@media screen and (max-width: 1024px) {
  .cv-wrapper {
    padding: 60px 40px 40px;
  }
  .cv-wrapper::before {
    height: calc(100% - 220px);
  }
}
@media screen and (max-width: 800px) {
  .cv-wrapper {
    padding: 40px 40px 40px;
  }
  .cv-wrapper::before {
    height: calc(100% - 200px);
  }
}
@media screen and (max-width: 599px) {
  .cv-wrapper {
    padding: 30px 0 0;
  }
}
.cv-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  position: relative;
}
.cv-wrapper__inner__box {
  margin: 0 auto 40px;
  padding: 70px 20px 70px;
  background-color: #e4ecf0;
  border-radius: 30px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .cv-wrapper__inner__box {
    padding: 50px 20px 60px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 800px) {
  .cv-wrapper__inner__box {
    padding: 40px 20px 50px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 599px) {
  .cv-wrapper__inner__box {
    margin: 0;
    padding: 35px 20px 50px;
    border-radius: 0;
  }
}
.cv-wrapper__inner__box__ill {
  bottom: 45px;
  left: calc(50% + 320px);
  width: 120px;
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .cv-wrapper__inner__box__ill {
    bottom: 40px;
    left: auto;
    right: 70px;
    width: 100px;
  }
}
@media screen and (max-width: 800px) {
  .cv-wrapper__inner__box__ill {
    top: auto;
    bottom: 125px;
    right: 10%;
    width: 80px;
  }
}
@media screen and (max-width: 599px) {
  .cv-wrapper__inner__box__ill {
    top: -20px;
    bottom: auto;
    right: 20px;
    width: 56px;
  }
}
.cv-wrapper__inner__box__title {
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 1.5;
  color: #f36688;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .cv-wrapper__inner__box__title {
    margin-bottom: 20px;
    font-size: 28px;
  }
}
@media screen and (max-width: 800px) {
  .cv-wrapper__inner__box__title {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .cv-wrapper__inner__box__title {
    margin-bottom: 15px;
    font-size: 4.7vw;
  }
}
.cv-wrapper__inner__box .cv-btn {
  max-width: 600px;
}
@media screen and (max-width: 1024px) {
  .cv-wrapper__inner__box .cv-btn {
    max-width: 60%;
  }
}
@media screen and (max-width: 800px) {
  .cv-wrapper__inner__box .cv-btn {
    max-width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .cv-wrapper__inner__box .cv-btn {
    max-width: 100%;
    width: auto;
  }
}
.cv-wrapper__inner__btns {
  margin: 0 auto 25px;
  width: 100%;
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .cv-wrapper__inner__btns {
    margin: 0 auto 20px;
    max-width: 400px;
  }
}
.cv-wrapper__inner__btns__item {
  width: calc((100% - 15px) / 2);
}
@media screen and (max-width: 1024px) {
  .cv-wrapper__inner__btns__item {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 800px) {
  .cv-wrapper__inner__btns__item {
    margin-top: 10px;
    width: 100%;
  }
  .cv-wrapper__inner__btns__item:first-child {
    margin-top: 0;
  }
}
.cv-wrapper__inner__btns__item__btn {
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #33d3cc;
  border-radius: 30px;
  display: block;
  position: relative;
}
.cv-wrapper__inner__btns__item__btn::before {
  content: "";
  top: calc(50% - 4px);
  right: 25px;
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .cv-wrapper__inner__btns__item__btn {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 800px) {
  .cv-wrapper__inner__btns__item__btn {
    font-size: 17px;
  }
  .cv-wrapper__inner__btns__item__btn::before {
    right: 25px;
  }
}
@media screen and (max-width: 599px) {
  .cv-wrapper__inner__btns__item__btn {
    margin: 0 auto;
    height: 50px;
    width: 100%;
    font-size: 4vw;
    line-height: 50px;
  }
  .cv-wrapper__inner__btns__item__btn::before {
    right: 20px;
  }
}
@media screen and (max-width: 320px) {
  .cv-wrapper__inner__btns__item__btn {
    width: 100%;
    font-size: 13px;
  }
  .cv-wrapper__inner__btns__item__btn::before {
    right: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .cv-wrapper__inner__btns__item__btn:hover {
    background-color: #f36688;
  }
}

.kinri {
  margin: 0 auto 80px;
  width: 100%;
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .kinri {
    margin: 0 auto 60px;
    max-width: 700px;
  }
}
@media screen and (max-width: 599px) {
  .kinri {
    margin: 0 -15px 30px;
    width: auto;
  }
}
.kinri__item {
  padding: 20px;
  width: calc((100% - 20px) / 2);
  background-color: #f7f7f7;
}
@media screen and (max-width: 1400px) {
  .kinri__item {
    padding: 10px;
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 1200px) {
  .kinri__item {
    padding: 20px;
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .kinri__item {
    padding: 20px;
    width: 100%;
  }
  .kinri__item:first-child {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .kinri__item {
    padding: 10px;
  }
  .kinri__item:first-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.kinri__item__inner {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .kinri__item__inner {
    padding: 20px;
    flex-wrap: wrap;
  }
}
.kinri__item__inner__title {
  width: 180px;
  min-height: 180px;
  font-size: 22px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  background-color: #33d3cc;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .kinri__item__inner__title {
    width: 160px;
    min-height: 160px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .kinri__item__inner__title {
    width: 140px;
    min-height: 140px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .kinri__item__inner__title {
    width: 180px;
    min-height: 180px;
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .kinri__item__inner__title {
    width: 100%;
    min-height: 40px;
    font-size: 16px;
    line-height: 45px;
  }
}
.kinri__item__inner__box {
  padding: 20px 20px 20px 35px;
  width: calc(100% - 180px);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .kinri__item__inner__box {
    padding: 20px 20px 20px 30px;
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 1400px) {
  .kinri__item__inner__box {
    padding: 20px 20px 20px 25px;
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 1024px) {
  .kinri__item__inner__box {
    padding: 20px 20px 20px 35px;
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 599px) {
  .kinri__item__inner__box {
    padding: 20px 10px 5px 10px;
    width: 100%;
  }
}
.kinri__item__inner__box__type {
  margin-bottom: 10px;
  width: 100%;
  font-size: 20px;
  line-height: 1;
  color: #111;
  font-weight: bold;
}
@media screen and (max-width: 1600px) {
  .kinri__item__inner__box__type {
    margin-bottom: 7px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .kinri__item__inner__box__type {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .kinri__item__inner__box__type {
    margin-bottom: 7px;
    font-size: 16px;
    text-align: center;
  }
}
.kinri__item__inner__box__text {
  margin-bottom: 7px;
  width: 100%;
  font-size: 35px;
  line-height: 1;
  color: #111;
  font-weight: bold;
}
@media screen and (max-width: 1600px) {
  .kinri__item__inner__box__text {
    margin-bottom: 5px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .kinri__item__inner__box__text {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .kinri__item__inner__box__text {
    margin-bottom: 7px;
    font-size: 35px;
  }
}
@media screen and (max-width: 599px) {
  .kinri__item__inner__box__text {
    margin-bottom: 5px;
    font-size: 7vw;
    text-align: center;
  }
}
.kinri__item__inner__box__text .number {
  font-size: 1.7em;
}
@media screen and (max-width: 1500px) {
  .kinri__item__inner__box__text .number {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 1024px) {
  .kinri__item__inner__box__text .number {
    font-size: 1.7em;
  }
}
.kinri__item__inner__box__caution {
  padding-left: 1em;
  width: 100%;
  font-size: 14px;
  line-height: 1.3;
  color: #111;
  font-weight: bold;
  text-indent: -1em;
}
@media screen and (max-width: 1400px) {
  .kinri__item__inner__box__caution {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .kinri__item__inner__box__caution {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .kinri__item__inner__box__caution {
    font-size: 12px;
    text-align: center;
  }
}
.kinri__item__inner__box__text02 {
  width: 100%;
  font-size: 15px;
  line-height: 1.6;
  color: #111;
  font-weight: bold;
  text-align: justify;
}
@media screen and (max-width: 1600px) {
  .kinri__item__inner__box__text02 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1500px) {
  .kinri__item__inner__box__text02 br {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .kinri__item__inner__box__text02 {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .kinri__item__inner__box__text02 {
    font-size: 15px;
  }
  .kinri__item__inner__box__text02 br {
    display: inline;
  }
}
@media screen and (max-width: 599px) {
  .kinri__item__inner__box__text02 {
    font-size: 14px;
  }
  .kinri__item__inner__box__text02 br {
    display: none;
  }
}

.kinri-ex__title {
  margin: 0 auto 45px;
  width: 100%;
  max-width: 500px;
  height: 70px;
  font-size: 30px;
  line-height: 72px;
  color: #111;
  font-weight: bold;
  text-align: center;
  background-color: #33d3cc;
  border-radius: 35px;
  position: relative;
  z-index: 2;
}
.kinri-ex__title::before {
  content: "";
  bottom: -25px;
  left: calc(50% - 15px);
  border-width: 25px 15px 0 15px;
  border-style: solid;
  border-color: #33d3cc transparent transparent transparent;
  position: absolute;
}
@media screen and (max-width: 800px) {
  .kinri-ex__title {
    margin: 0 auto 35px;
    width: 100%;
    max-width: 500px;
    height: 60px;
    font-size: 26px;
    line-height: 61px;
    border-radius: 30px;
  }
  .kinri-ex__title::before {
    bottom: -20px;
    left: calc(50% - 10px);
    border-width: 20px 10px 0 10px;
  }
}
@media screen and (max-width: 599px) {
  .kinri-ex__title {
    margin: 0 auto 20px;
    width: 90%;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    border-radius: 20px;
  }
  .kinri-ex__title::before {
    bottom: -12px;
    left: calc(50% - 8px);
    border-width: 12px 8px 0 8px;
  }
}
.kinri-ex__box {
  margin: 0 auto;
  padding: 40px;
  width: 100%;
  max-width: 900px;
  background-color: #b3e7e7;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 599px) {
  .kinri-ex__box {
    padding: 20px;
    flex-wrap: wrap;
  }
}
.kinri-ex__box__title {
  padding-top: 140px;
  width: 320px;
  font-size: 22px;
  line-height: 1.3;
  color: #111;
  font-weight: bold;
  text-align: center;
  background-color: #33d3cc;
  background-image: url(../img/scene02.svg);
  background-repeat: no-repeat;
  background-size: 84px auto;
  background-position: 52% 36px;
}
@media screen and (max-width: 800px) {
  .kinri-ex__box__title {
    width: 250px;
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .kinri-ex__box__title {
    padding: 68px 0 15px;
    width: 100%;
    font-size: 16px;
    background-size: 46px auto;
    background-position: 52% 12px;
  }
  .kinri-ex__box__title br {
    display: none;
  }
}
.kinri-ex__box__list {
  padding: 15px 30px 25px;
  width: calc(100% - 320px);
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .kinri-ex__box__list {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 599px) {
  .kinri-ex__box__list {
    padding: 12px 20px 20px;
    width: 100%;
  }
}
.kinri-ex__box__list__item {
  padding: 12px 0;
  border-top: 1px dotted #bbb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .kinri-ex__box__list__item {
    padding: 9px 0;
  }
}
.kinri-ex__box__list__item:first-child {
  border-top: none;
}
.kinri-ex__box__list__item:last-child {
  padding-bottom: 0;
}
.kinri-ex__box__list__item__title {
  padding-left: 21px;
  font-size: 16px;
  line-height: 1.01;
  color: #111;
  text-align: left;
  font-weight: 500;
  position: relative;
}
.kinri-ex__box__list__item__title::before {
  content: "";
  left: 0;
  top: calc(50% - 2px);
  width: 12px;
  height: 2px;
  background-color: #33d3cc;
  position: absolute;
}
.kinri-ex__box__list__item__title::after {
  content: "";
  left: 0;
  top: calc(50% - 2px);
  width: 6px;
  height: 2px;
  background-color: #111;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .kinri-ex__box__list__item__title {
    padding-left: 13px;
    font-size: 13px;
  }
  .kinri-ex__box__list__item__title::before {
    width: 10px;
  }
  .kinri-ex__box__list__item__title::after {
    width: 5px;
    height: 2px;
  }
}
@media screen and (max-width: 320px) {
  .kinri-ex__box__list__item__title {
    font-size: 11px;
  }
}
.kinri-ex__box__list__item__text {
  font-size: 16px;
  line-height: 1.01;
  color: #111;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .kinri-ex__box__list__item__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 320px) {
  .kinri-ex__box__list__item__text {
    font-size: 11px;
  }
}
.kinri-ex__box__list__item__text .strong {
  font-weight: bold;
}
.kinri-ex__caution {
  margin: 15px auto 0;
  width: 100%;
  max-width: 900px;
  padding-left: 1em;
  font-size: 13px;
  line-height: 1.3;
  color: #111;
  text-indent: -1em;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .kinri-ex__caution {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .kinri-ex__caution {
    font-size: 11px;
  }
}

.sp-box.hide {
  display: none;
}

.sp-nav {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-content: stretch;
}
@media screen and (max-width: 800px) {
  .sp-nav {
    margin: 0 -30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .sp-nav {
    margin: 0 0 20px;
  }
}
.sp-nav__item {
  width: 50%;
  height: 80px;
  font-size: 22px;
  line-height: 76px;
  color: #111;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border: 2px solid #111;
  position: relative;
  transition: 0.2s;
  cursor: pointer;
  z-index: 2;
}
.sp-nav__item::before {
  content: "";
  bottom: -22px;
  left: calc(50% - 18px);
  border-width: 22px 18px 0 18px;
  border-color: #111 transparent transparent transparent;
  border-style: solid;
  position: absolute;
  display: none;
  transition: 0.2s;
}
@media screen and (max-width: 800px) {
  .sp-nav__item {
    height: 70px;
    font-size: 19px;
    line-height: 66px;
  }
  .sp-nav__item::before {
    bottom: -18px;
    left: calc(50% - 15px);
    border-width: 18px 15px 0 15px;
  }
}
@media screen and (max-width: 599px) {
  .sp-nav__item {
    padding: 12px 0;
    height: auto;
    font-size: 14px;
    line-height: 1.3;
  }
  .sp-nav__item::before {
    bottom: -12px;
    left: calc(50% - 9px);
    border-width: 12px 9px 0 9px;
  }
}
@media screen and (max-width: 320px) {
  .sp-nav__item {
    padding: 10px 0;
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .sp-nav__item:hover {
    color: #fff;
    background-color: #f588aa;
    border-color: #f588aa;
  }
  .sp-nav__item:hover::before {
    border-color: #f588aa transparent transparent transparent;
  }
}
.sp-nav__item.select {
  color: #fff;
  background-color: #111;
  transition: 0.2s;
}
.sp-nav__item.select::before {
  display: block;
}
@media screen and (min-width: 1025px) {
  .sp-nav__item.select:hover {
    color: #fff;
    background-color: #f588aa;
    border-color: #f588aa;
  }
  .sp-nav__item.select:hover::before {
    border-color: #f588aa transparent transparent transparent;
  }
}

.sp-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .sp-wrapper {
    margin: 0 -30px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 599px) {
  .sp-wrapper {
    margin: -20px 0 0;
    justify-content: space-between;
  }
}
.sp-wrapper__item {
  padding: 170px 10px 30px;
  width: calc((100% - 60px) / 4);
  font-size: 19px;
  line-height: 1.52;
  color: #111;
  font-weight: bold;
  text-align: center;
  background-color: #f588aa;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .sp-wrapper__item {
    padding: 144.5px 10px 30px;
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 1400px) {
  .sp-wrapper__item {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 1200px) {
  .sp-wrapper__item {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 800px) {
  .sp-wrapper__item {
    padding: 119px 10px 20px;
    font-size: 14px;
  }
}
.sp-wrapper__item::after {
  content: "";
  top: calc(50% - 20px);
  right: -35px;
  width: 35px;
  height: 40px;
  background-image: url(../img/free_arrow.svg);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 599px) {
  .sp-wrapper__item {
    margin-top: 20px;
    margin-left: 0;
    padding: 20px 0 20px 0;
    width: 100%;
    font-size: 4vw;
  }
  .sp-wrapper__item::after {
    content: "";
    top: auto;
    bottom: -19px;
    right: calc(50% - 10px);
    width: 17.5px;
    height: 20px;
    transform: rotate(90deg);
  }
}
.sp-wrapper__item--5 {
  width: calc((100% - 80px) / 5);
  font-size: 17px;
}
@media screen and (max-width: 1600px) {
  .sp-wrapper__item--5 {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 1400px) {
  .sp-wrapper__item--5 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 1200px) {
  .sp-wrapper__item--5 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 800px) {
  .sp-wrapper__item--5 {
    width: calc((100% - 60px) / 5);
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .sp-wrapper__item--5 {
    width: 100%;
    font-size: 4vw;
  }
}
.sp-wrapper__item:nth-child(even) {
  background-color: #f36688;
}
.sp-wrapper__item:last-child::after {
  display: none;
}
.sp-wrapper__item--01 {
  background-image: url(../img/flow01.svg);
  background-size: 53px auto;
  background-position: 50% 49px;
}
@media screen and (max-width: 1600px) {
  .sp-wrapper__item--01 {
    background-size: 45.05px auto;
    background-position: 50% 41.65px;
  }
}
@media screen and (max-width: 800px) {
  .sp-wrapper__item--01 {
    background-size: 37.1px auto;
    background-position: 50% 34.3px;
  }
}
@media screen and (max-width: 599px) {
  .sp-wrapper__item--01 {
    background-size: 21.2px auto;
    background-position: 24px 50%;
  }
}
.sp-wrapper__item--02 {
  background-image: url(../img/flow02.svg);
  background-size: 80px auto;
  background-position: 50% 46px;
}
@media screen and (max-width: 1600px) {
  .sp-wrapper__item--02 {
    background-size: 68px auto;
    background-position: 50% 39.1px;
  }
}
@media screen and (max-width: 800px) {
  .sp-wrapper__item--02 {
    background-size: 56px auto;
    background-position: 50% 32.2px;
  }
}
@media screen and (max-width: 599px) {
  .sp-wrapper__item--02 {
    padding-left: 15px;
    background-size: 32px auto;
    background-position: 17px 50%;
  }
}
.sp-wrapper__item--03 {
  background-image: url(../img/flow03.svg);
  background-size: 110px auto;
  background-position: 50% 59px;
}
@media screen and (max-width: 1600px) {
  .sp-wrapper__item--03 {
    background-size: 93.5px auto;
    background-position: 50% 50.15px;
  }
}
@media screen and (max-width: 800px) {
  .sp-wrapper__item--03 {
    background-size: 77px auto;
    background-position: 50% 41.3px;
  }
}
@media screen and (max-width: 599px) {
  .sp-wrapper__item--03 {
    padding-left: 40px;
    background-size: 44px auto;
    background-position: 10px 50%;
  }
}
@media screen and (max-width: 599px) {
  .sp-wrapper__item--03.item03-2 {
    padding-left: 0;
  }
}
.sp-wrapper__item--04 {
  background-image: url(../img/flow04.svg);
  background-size: 100px auto;
  background-position: 50% 59px;
}
@media screen and (max-width: 1600px) {
  .sp-wrapper__item--04 {
    background-size: 85px auto;
    background-position: 50% 50.15px;
  }
}
@media screen and (max-width: 800px) {
  .sp-wrapper__item--04 {
    background-size: 70px auto;
    background-position: 50% 41.3px;
  }
}
@media screen and (max-width: 599px) {
  .sp-wrapper__item--04 {
    padding-left: 30px;
    background-size: 40px auto;
    background-position: 13px 50%;
  }
}
.sp-wrapper__item--05 {
  background-image: url(../img/flow05.svg);
  background-size: 100px auto;
  background-position: 50% 49px;
}
@media screen and (max-width: 1600px) {
  .sp-wrapper__item--05 {
    background-size: 85px auto;
    background-position: 50% 41.65px;
  }
}
@media screen and (max-width: 800px) {
  .sp-wrapper__item--05 {
    background-size: 70px auto;
    background-position: 50% 34.3px;
  }
}
@media screen and (max-width: 599px) {
  .sp-wrapper__item--05 {
    background-size: 40px auto;
    background-position: 15px 50%;
  }
}
.sp-wrapper__item--sp {
  display: none;
  background-color: #111 !important;
  position: relative;
}
.sp-wrapper__item--sp::after {
  display: none;
}
.sp-wrapper__item--sp::before {
  content: "";
  top: -10px;
  left: calc(50% - 7px);
  border-width: 0 7px 10px 7px;
  border-style: solid;
  border-color: transparent transparent #111 transparent;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .sp-wrapper__item--sp {
    display: block;
  }
}
.sp-wrapper__item--sp__text {
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 3.47vw;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  position: absolute;
  transform: translateY(-45%);
}
.sp-wrapper__item--sp__text--strong {
  color: #f36688;
}
.sp-wrapper__item--sp__text__caution {
  margin-top: 3px;
  font-size: 11px;
  display: block;
  text-align: center;
}
.sp-wrapper__item__caution {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.01;
  text-align: center;
  display: block;
}
@media screen and (max-width: 800px) {
  .sp-wrapper__item__caution {
    margin-top: 3px;
    font-size: 11px;
  }
}

.sp-madoguchi {
  padding: 60px 60px 45px;
  background-color: #f588aa;
}
@media screen and (max-width: 1024px) {
  .sp-madoguchi {
    padding: 50px 50px 35px;
  }
}
@media screen and (max-width: 800px) {
  .sp-madoguchi {
    padding: 40px 40px 30px;
  }
}
@media screen and (max-width: 599px) {
  .sp-madoguchi {
    padding: 25px 20px 15px;
  }
}
.sp-madoguchi__title {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .sp-madoguchi__title {
    font-size: 21px;
  }
}
@media screen and (max-width: 800px) {
  .sp-madoguchi__title {
    margin-bottom: 3px;
    font-size: 19px;
  }
}
@media screen and (max-width: 599px) {
  .sp-madoguchi__title {
    margin-bottom: 5px;
    font-size: 17px;
  }
}
@media screen and (max-width: 320px) {
  .sp-madoguchi__title {
    font-size: 16px;
  }
}
.sp-madoguchi__copy {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .sp-madoguchi__copy {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .sp-madoguchi__copy {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
  }
}
.sp-madoguchi__text {
  margin: 0 auto 40px;
  padding: 35px 40px;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.8;
  color: #111;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .sp-madoguchi__text {
    margin: 0 auto 30px;
    padding: 30px;
    font-size: 15px;
  }
}
@media screen and (max-width: 800px) {
  .sp-madoguchi__text {
    margin-bottom: 20px;
    padding: 25px 30px;
    font-size: 14px;
    text-align: justify;
  }
  .sp-madoguchi__text br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .sp-madoguchi__text {
    margin-bottom: 15px;
    padding: 20px;
    font-size: 13px;
    line-height: 1.6;
    text-align: justify;
  }
  .sp-madoguchi__text br {
    display: none;
  }
}

.sp-merit {
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 1400px) {
  .sp-merit {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .sp-merit {
    display: none;
  }
}
.sp-merit__inner {
  padding: 25px;
  width: calc((100% - 80px) / 5 * 3 + 40px);
  font-size: 22px;
  line-height: 1.01;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #111;
  display: inline-block;
  position: relative;
}
.sp-merit__inner::before {
  content: "";
  top: -14px;
  left: calc(50% - 10px);
  border-width: 0 10px 14px 10px;
  border-style: solid;
  border-color: transparent transparent #111 transparent;
  position: absolute;
}
@media screen and (max-width: 1400px) {
  .sp-merit__inner {
    width: calc((100% - 40px) / 3 * 2 - 32px);
    font-size: 20px;
  }
  .sp-merit__inner::before {
    left: calc(25% - 15px);
  }
}
@media screen and (max-width: 1024px) {
  .sp-merit__inner {
    width: calc((100% - 40px) / 3 * 2 + 20px);
    font-size: 20px;
  }
  .sp-merit__inner::before {
    left: calc(25% - 15px);
  }
}
@media screen and (max-width: 800px) {
  .sp-merit__inner {
    padding: 20px 10px;
    font-size: 2.2vw;
  }
}
.sp-merit__inner--strong {
  color: #f36688;
}
.sp-merit__inner__caution {
  margin-left: 0.3em;
  font-size: 0.545em;
  display: inline-block;
  vertical-align: 20%;
}

.sp-caution-box {
  margin-top: 50px;
  padding: 40px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 800px) {
  .sp-caution-box {
    margin: 40px -40px 0;
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .sp-caution-box {
    margin: 20px -20px 0;
    padding: 20px 15px;
  }
}
.sp-caution-box__item {
  margin-top: 10px;
  padding-left: 2em;
  font-size: 14px;
  line-height: 1.55;
  color: #111;
  text-indent: -2em;
  text-align: justify;
}
@media screen and (max-width: 800px) {
  .sp-caution-box__item {
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .sp-caution-box__item {
    margin-top: 7px;
    font-size: 11px;
  }
}
.sp-caution-box__item:first-child {
  margin-top: 0;
}
.sp-caution-box__item__link {
  color: #111;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .sp-caution-box__item__link:hover {
    color: #f36688;
    text-decoration: none;
  }
}

.share {
  margin-top: 50px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1700px) {
  .share {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .share {
    margin-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  .share {
    margin: 20px -30px 15px;
  }
}
@media screen and (max-width: 599px) {
  .share {
    margin: 15px 1px 10px;
  }
}
.share__item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 1700px) {
  .share__item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 1400px) {
  .share__item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .share__item {
    margin-top: 10px;
    width: 100%;
  }
  .share__item:first-child {
    margin-top: 0;
  }
}

.share-caution {
  margin-top: 10px;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.3;
  color: #111;
  text-indent: -1em;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .share-caution {
    margin-top: 5px;
    font-size: 11px;
    text-align: justify;
  }
}

.faq {
  padding: 80px 40px 120px;
  background-color: #33d3cc;
}
@media screen and (max-width: 800px) {
  .faq {
    padding: 60px 20px 80px;
  }
}
@media screen and (max-width: 599px) {
  .faq {
    padding: 30px 5px 5px;
  }
}
.faq__title {
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 42px;
  line-height: 1.01;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 800px) {
  .faq__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 599px) {
  .faq__title {
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.faq__title__border {
  bottom: 0;
  left: calc(50% - 20px);
  width: 40px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
}
.faq__title__border::before {
  content: "";
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
}
@media screen and (max-width: 599px) {
  .faq__title__border {
    left: calc(50% - 15px);
    width: 30px;
    height: 3px;
  }
}
.faq__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
.faq__inner__item {
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .faq__inner__item {
    margin-top: 5px;
  }
}
.faq__inner__item:first-child {
  margin-top: 0;
}
.faq__inner__item__q {
  padding: 0 110px 0 65px;
  height: 80px;
  font-size: 18px;
  line-height: 80px;
  color: #111;
  font-weight: bold;
  background-color: #fff;
  background-image: url(../img/q.svg);
  background-size: 22px auto;
  background-repeat: no-repeat;
  background-position: 20px 47%;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width: 800px) {
  .faq__inner__item__q {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .faq__inner__item__q {
    padding: 15px 60px 15px 35px;
    height: auto;
    font-size: 14px;
    line-height: 1.3;
    background-size: 13.2px auto;
    background-position: 12px 47%;
  }
}
@media screen and (min-width: 1025px) {
  .faq__inner__item__q:hover {
    background-color: #fbe6eb;
  }
  .faq__inner__item__q:hover .q-icon {
    background-color: #f36688;
  }
}
.faq__inner__item__q .q-icon {
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-color: #111;
  position: absolute;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .faq__inner__item__q .q-icon {
    width: 50px;
    height: 100%;
  }
}
.faq__inner__item__q .q-icon::before {
  content: "";
  top: calc(50% - 1px);
  left: 30%;
  width: 40%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition: 0.2s;
}
.faq__inner__item__q .q-icon::after {
  content: "";
  top: calc(50% - 1px);
  left: 30%;
  width: 40%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition: 0.2s;
}
.faq__inner__item__q.close .q-icon::after {
  transform: rotate(90deg);
}
.faq__inner__item__a {
  margin-top: 20px;
  padding: 40px 80px 40px 65px;
  min-height: 80px;
  font-size: 16px;
  line-height: 1.9;
  color: #111;
  text-align: justify;
  background-color: #fff;
  background-image: url(../img/a.svg);
  background-size: 26px auto;
  background-repeat: no-repeat;
  background-position: 20px 50%;
}
@media screen and (max-width: 800px) {
  .faq__inner__item__a {
    padding: 30px 30px 30px 65px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .faq__inner__item__a {
    margin-top: 5px;
    padding: 20px 20px 20px 35px;
    height: auto;
    font-size: 14px;
    line-height: 1.7;
    background-size: 15.6px auto;
    background-position: 10px 47%;
  }
}
.faq__inner__item__a__caution {
  margin-top: 10px;
  padding-left: 1em;
  line-height: 1.5;
  color: #33b7ee;
  text-indent: -1em;
  text-align: justify;
  display: block;
}
@media screen and (max-width: 599px) {
  .faq__inner__item__a__caution {
    margin-top: 5px;
  }
}

.outline {
  display: flex;
  justify-content: space-between;
  align-content: stretch;
}
.outline__item {
  padding-top: 88px;
  width: 50%;
  height: 150px;
  font-size: 22px;
  line-height: 1.01;
  color: #111;
  font-weight: bold;
  text-align: center;
  position: relative;
  transition: 0.2s;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 2;
}
.outline__item::before {
  content: "";
  bottom: -22px;
  left: calc(50% - 18px);
  border-width: 22px 18px 0 18px;
  border-style: solid;
  position: absolute;
  display: none;
  transition: 0.2s;
}
.outline__item.select::before {
  display: block;
}
@media screen and (max-width: 800px) {
  .outline__item {
    padding-top: 60px;
    height: 100px;
    font-size: 19px;
  }
  .outline__item::before {
    bottom: -16px;
    left: calc(50% - 14px);
    border-width: 16px 14px 0 14px;
  }
}
@media screen and (max-width: 599px) {
  .outline__item {
    padding-top: 48px;
    height: 95px;
    font-size: 14px;
    line-height: 1.2;
  }
  .outline__item::before {
    bottom: -10px;
    left: calc(50% - 8px);
    border-width: 10px 8px 0 8px;
  }
}
.outline__item--outline {
  padding-left: 0.2em;
  letter-spacing: 0.2em;
  background-color: #ffd333;
  background-image: url(../img/icon_outline.svg);
  background-size: 33px auto;
  background-position: 50% 36px;
}
@media screen and (max-width: 800px) {
  .outline__item--outline {
    background-size: 23.1px auto;
    background-position: 50% 21.6px;
  }
}
@media screen and (max-width: 599px) {
  .outline__item--outline {
    background-position: 50% 14.4px;
  }
}
.outline__item--outline::before {
  border-color: #ffd333 transparent transparent transparent;
}
@media screen and (min-width: 1025px) {
  .outline__item--outline:hover {
    background-color: #f36688;
  }
  .outline__item--outline:hover::before {
    border-color: #f36688 transparent transparent transparent;
  }
}
.outline__item--caution {
  background-color: #33b7ee;
  background-image: url(../img/icon_caution.svg);
  background-size: 46px auto;
  background-position: 50% 35px;
}
@media screen and (max-width: 800px) {
  .outline__item--caution {
    background-size: 32.2px auto;
    background-position: 50% 21px;
  }
}
@media screen and (max-width: 599px) {
  .outline__item--caution {
    background-position: 50% 14px;
  }
}
.outline__item--caution::before {
  border-color: #33b7ee transparent transparent transparent;
}
@media screen and (min-width: 1025px) {
  .outline__item--caution:hover {
    background-color: #f36688;
  }
  .outline__item--caution:hover::before {
    border-color: #f36688 transparent transparent transparent;
  }
}

.outline-box {
  padding: 60px 20px;
  background-color: #f7f7f7;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .outline-box {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 599px) {
  .outline-box {
    padding: 20px 20px;
  }
}
.outline-box.hide {
  display: none;
}
.outline-box__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 800px) {
  .outline-box__inner {
    max-width: 460px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 320px) {
  .outline-box__inner {
    margin: 0 -10px;
    width: auto;
  }
}
.outline-box__inner__item {
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 800px) {
  .outline-box__inner__item {
    margin-top: 10px;
    width: 100%;
  }
  .outline-box__inner__item:first-child {
    margin-top: 0;
  }
}
.outline-box__inner__item__btn {
  padding-left: 22px;
  height: 80px;
  font-size: 18px;
  line-height: 80px;
  color: #111;
  font-weight: bold;
  background-color: #fff;
  background-image: url(../img/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: right 23px top 50%;
  border: 2px solid #111;
  display: block;
}
@media screen and (max-width: 599px) {
  .outline-box__inner__item__btn {
    height: 60px;
    font-size: 14px;
    line-height: 60px;
    background-size: 18px auto;
    background-position: right 15px top 50%;
  }
}
@media screen and (min-width: 1025px) {
  .outline-box__inner__item__btn:hover {
    color: #fff;
    background-color: #ffd333;
    border-color: #ffd333;
  }
}
.outline-box__inner02 {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
.outline-box__inner02__title {
  margin-bottom: 20px;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #3ce;
}
@media screen and (max-width: 800px) {
  .outline-box__inner02__title {
    height: 50px;
    font-size: 18px;
    line-height: 50px;
  }
}
@media screen and (max-width: 599px) {
  .outline-box__inner02__title {
    margin-bottom: 15px;
    padding: 20px;
    height: auto;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
  }
}
.outline-box__inner02__box {
  margin-bottom: 40px;
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .outline-box__inner02__box {
    margin-bottom: 15px;
    padding: 20px;
  }
}
.outline-box__inner02__list__item {
  margin-top: 15px;
  padding-left: 1em;
  font-size: 15px;
  line-height: 1.5;
  color: #111;
  text-indent: -1em;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .outline-box__inner02__list__item {
    margin-top: 10px;
    font-size: 13px;
  }
}
.outline-box__inner02__list__item:first-child {
  margin-top: 0;
}
.outline-box__inner02__caution {
  margin-top: 6px;
  padding-left: 1em;
  font-size: 15px;
  line-height: 1.5;
  color: #111;
  text-indent: -1em;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .outline-box__inner02__caution {
    margin-top: 4px;
    font-size: 13px;
  }
}
.outline-box__inner02__text {
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.5;
  color: #111;
  text-align: justify;
}
.outline-box__inner02__text--right {
  text-align: right;
}
@media screen and (max-width: 599px) {
  .outline-box__inner02__text {
    margin-top: 4px;
    font-size: 13px;
  }
}
.outline-box__inner02__title02 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.01;
  color: #111;
  position: relative;
}
.outline-box__inner02__title02::before {
  content: "";
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #33b7ee;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .outline-box__inner02__title02 {
    padding-left: 16px;
    font-size: 14px;
    line-height: 1.3;
  }
  .outline-box__inner02__title02::before {
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
  }
}

.footer-wrapper {
  padding: 37px 40px 38px;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .footer-wrapper {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 800px) {
  .footer-wrapper {
    padding: 30px 30px 140px;
  }
}
@media screen and (max-width: 599px) {
  .footer-wrapper {
    padding: 25px 0 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer-wrapper__logo {
  width: 200px;
  line-height: 0.1;
}
@media screen and (max-width: 800px) {
  .footer-wrapper__logo {
    width: 160px;
  }
}
.footer-wrapper__logo__link {
  display: block;
}
@media screen and (min-width: 1025px) {
  .footer-wrapper__logo__link:hover {
    opacity: 0.7;
  }
}
.footer-wrapper__text {
  margin-left: 20px;
  font-size: 15px;
  color: #111;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .footer-wrapper__text {
    margin-top: 2px;
    margin-left: 12px;
    font-size: 13px;
  }
}
.footer-wrapper__copyright {
  bottom: 44px;
  right: 40px;
  font-size: 13px;
  color: #111;
  line-height: 1.01;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .footer-wrapper__copyright {
    bottom: 38px;
    bottom: 170px;
  }
}
@media screen and (max-width: 800px) {
  .footer-wrapper__copyright {
    bottom: 145px;
    right: 25px;
  }
}
@media screen and (max-width: 599px) {
  .footer-wrapper__copyright {
    margin-top: 30px;
    width: 100%;
    height: 110px;
    font-size: 12px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #111;
    position: relative;
    bottom: auto;
    right: auto;
  }
}

.floating-wrapper {
  padding: 20px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(17, 17, 17, 0.85);
  position: fixed;
  z-index: 11;
  display: none;
  opacity: 0;
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  .floating-wrapper {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .floating-wrapper {
    padding: 10px;
  }
}
.floating-wrapper--on {
  transition: 0.2s;
  opacity: 1;
}
.floating-wrapper__fukukidashi {
  margin: 0 auto 5px;
  width: 162px;
  position: absolute;
}
@media screen and (max-height: 800px) {
  .floating-wrapper__fukukidashi {
    margin-bottom: -30px;
    width: 120px;
    z-index: 5;
  }
}
@media screen and (max-width: 1024px) {
  .floating-wrapper__fukukidashi {
    margin: 0 auto 5px !important;
    width: 162px !important;
  }
}
.floating-wrapper__ill {
  top: -78px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 120px;
  position: absolute;
  z-index: 5;
}
@media screen and (max-height: 800px) {
  .floating-wrapper__ill {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .floating-wrapper__ill {
    display: none;
  }
}
.floating-wrapper__btn {
  margin: 0 auto;
  padding-left: 20px;
  width: 100%;
  max-width: 400px;
  height: 80px;
  font-size: 18px;
  line-height: 80px;
  color: #111;
  font-weight: bold;
  text-align: center;
  background-color: #ffd333;
  background-image: url(../img/icon_form.svg);
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: 22px 52%;
  position: relative;
  display: block;
}
.floating-wrapper__btn::before {
  content: "";
  top: calc(50% - 10px);
  right: 20px;
  width: 20px;
  height: 20px;
  background-color: #f36688;
  border-radius: 50%;
  position: absolute;
  transition: 0.2s;
}
.floating-wrapper__btn::after {
  content: "";
  top: calc(50% - 3px);
  right: 26px;
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .floating-wrapper__btn {
    width: auto;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    background-size: 24px auto;
    background-position: 15px 52%;
  }
  .floating-wrapper__btn::before {
    content: "";
    top: calc(50% - 8px);
    right: 12px;
    width: 16px;
    height: 16px;
  }
  .floating-wrapper__btn::after {
    content: "";
    top: calc(50% - 2px);
    right: 17px;
    border-width: 2px 0 2px 4px;
  }
}
@media screen and (min-width: 1025px) {
  .floating-wrapper__btn:hover {
    background-color: #33d3cc;
  }
}

/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 50px;
}
@media screen and (max-width: 599px) {
  .remodal-wrapper {
    padding: 15px;
  }
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 30px 20px 20px;
  transform: translate3d(0, 0, 0);
  text-align: left;
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal {
  max-width: 800px;
  padding: 50px;
}
@media screen and (max-width: 1024px) {
  .remodal {
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .remodal {
    padding: 20px;
  }
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

.remodal-inner__title {
  margin-bottom: 25px;
  height: 60px;
  font-size: 26px;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #33d3cc;
}
@media screen and (max-width: 599px) {
  .remodal-inner__title {
    margin-bottom: 20px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
}
.remodal-inner__list {
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .remodal-inner__list {
    margin: 0 -20px;
  }
}
.remodal-inner__list__item {
  padding: 25px 0;
  border-bottom: 1px dotted #bbb;
}
@media screen and (max-width: 599px) {
  .remodal-inner__list__item {
    padding: 20px;
  }
}
.remodal-inner__list__item:first-child {
  padding-top: 0;
}
.remodal-inner__list__item__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
}
@media screen and (max-width: 599px) {
  .remodal-inner__list__item__inner {
    justify-content: flex-start;
  }
}
.remodal-inner__list__item__inner__form {
  width: 180px;
}
@media screen and (max-width: 599px) {
  .remodal-inner__list__item__inner__form {
    margin-left: 24px;
    width: 160px;
  }
}
.remodal-inner__list__item__inner__form.about {
  position: relative;
}
.remodal-inner__list__item__inner__form.about::before {
  content: "約";
  top: 0;
  left: -1.5em;
  font-size: 20px;
  line-height: 50px;
  color: #111;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .remodal-inner__list__item__inner__form.about::before {
    left: -1.4em;
    font-size: 16px;
    line-height: 40px;
  }
}
.remodal-inner__list__item__inner__unit {
  padding-left: 0.5em;
  width: 55px;
  font-size: 20px;
  line-height: 50px;
  color: #111;
}
@media screen and (max-width: 599px) {
  .remodal-inner__list__item__inner__unit {
    margin-left: 0.5em;
    padding-left: 0;
    width: auto;
    font-size: 16px;
    line-height: 40px;
  }
}
.remodal-inner__list__item__inner__title {
  padding-left: 30px;
  width: calc(100% - 180px - 55px);
  font-size: 20px;
  line-height: 50px;
  color: #111;
  font-weight: bold;
  position: relative;
}
.remodal-inner__list__item__inner__title::before {
  content: "";
  top: calc(50% - 2px);
  left: 0;
  width: 20px;
  height: 4px;
  background-color: #33d3cc;
  position: absolute;
}
.remodal-inner__list__item__inner__title::after {
  content: "";
  top: calc(50% - 2px);
  left: 0;
  width: 10px;
  height: 4px;
  background-color: #111;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .remodal-inner__list__item__inner__title {
    margin-bottom: 10px;
    padding-left: 24px;
    width: 100%;
    font-size: 16px;
    line-height: 1.01;
  }
  .remodal-inner__list__item__inner__title::before {
    top: calc(50% - 1px);
    width: 16px;
    height: 2px;
  }
  .remodal-inner__list__item__inner__title::after {
    top: calc(50% - 1px);
    width: 8px;
    height: 2px;
  }
}
@media screen and (max-width: 320px) {
  .remodal-inner__list__item__inner__title {
    font-size: 15px;
  }
}
.remodal-inner__list__item__inner__title__sub {
  margin-left: 0.5em;
  font-size: 14px;
  display: inline-block;
  vertical-align: 2%;
}
@media screen and (max-width: 599px) {
  .remodal-inner__list__item__inner__title__sub {
    font-size: 11px;
    vertical-align: 10%;
  }
}
@media screen and (max-width: 320px) {
  .remodal-inner__list__item__inner__title__sub {
    font-size: 10px;
    vertical-align: 10%;
  }
}
.remodal-inner__list__item .remodal-inner__caution {
  text-align: right;
}
@media screen and (max-width: 599px) {
  .remodal-inner__list__item .remodal-inner__caution {
    margin-left: 20px;
    text-align: justify;
  }
}
.remodal-inner__caution {
  margin-top: 10px;
  padding-left: 1em;
  font-size: 13px;
  line-height: 1.4;
  color: #33d3cc;
  text-indent: -1em;
  position: relative;
}
@media screen and (max-width: 599px) {
  .remodal-inner__caution {
    font-size: 11px;
  }
}
.remodal-inner__btn {
  margin: 40px auto 0;
  width: 100%;
  max-width: 480px;
  height: 90px;
  text-align: center;
  background-color: #f36688;
  border: none;
  border-radius: 45px;
  display: block;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width: 800px) {
  .remodal-inner__btn {
    margin-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .remodal-inner__btn {
    margin-top: 15px;
    height: 60px;
    border-radius: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .remodal-inner__btn:hover {
    background-color: #33b7ee;
  }
  .remodal-inner__btn:hover::before {
    background-color: #e77799;
  }
}
.remodal-inner__btn__text {
  padding-left: 36px;
  font-size: 30px;
  line-height: 90px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.04em;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
@media screen and (max-width: 599px) {
  .remodal-inner__btn__text {
    padding-left: 23.4px;
    font-size: 20px;
    line-height: 60px;
  }
}
.remodal-inner__btn__text--simu {
  background-image: url(../img/icon_simu.svg);
  background-size: 26px auto;
}
@media screen and (max-width: 599px) {
  .remodal-inner__btn__text--simu {
    background-size: 16.9px auto;
  }
}
.remodal-inner__btn__text--check {
  background-image: url(../img/icon_check.svg);
  background-size: 27px auto;
}
@media screen and (max-width: 599px) {
  .remodal-inner__btn__text--check {
    background-size: 17.55px auto;
  }
}
.remodal-inner__arrow {
  margin: 20px auto;
  width: 70px;
  height: 80px;
  background-image: url(../img/free_arrow.svg);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
@media screen and (max-width: 599px) {
  .remodal-inner__arrow {
    margin: 10px auto;
    width: 35px;
    height: 40px;
  }
}
.remodal-inner__table {
  width: 100%;
  border: 1px solid #33b7ee;
  border-collapse: collapse;
}
.remodal-inner__table th {
  width: 50%;
  padding: 20px 30px;
  font-size: 20px;
  line-height: 1.01;
  color: #33b7ee;
  font-weight: 500;
  text-align: left;
  background-color: #f7f7f7;
  border: 1px solid #33b7ee;
  border-right: none;
}
@media screen and (max-width: 599px) {
  .remodal-inner__table th {
    width: auto;
    padding: 15px;
    font-size: 14px;
  }
}
.remodal-inner__table th.th-kinri {
  width: auto;
  padding: 20px 20px;
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  .remodal-inner__table th.th-kinri {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .remodal-inner__table th.th-kinri {
    padding: 10px;
    font-size: 3.3vw;
    line-height: 1.3;
  }
}
@media screen and (max-width: 320px) {
  .remodal-inner__table th.th-kinri {
    padding: 5px;
    font-size: 12px;
  }
}
.remodal-inner__table td {
  width: 50%;
  padding: 20px 30px;
  font-size: 20px;
  line-height: 1.01;
  color: #111;
  font-weight: bold;
  text-align: right;
  background-color: #fff;
  border: 1px solid #33b7ee;
  border-left: none;
}
@media screen and (max-width: 599px) {
  .remodal-inner__table td {
    width: auto;
    padding: 15px;
    font-size: 14px;
  }
}
.remodal-inner__table td.td-kinri {
  width: auto;
  padding: 20px 20px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .remodal-inner__table td.td-kinri {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .remodal-inner__table td.td-kinri {
    padding: 10px;
    font-size: 3.3vw;
    line-height: 1.3;
  }
}
@media screen and (max-width: 320px) {
  .remodal-inner__table td.td-kinri {
    padding: 5px;
    font-size: 12px;
  }
}
.remodal-inner__result-box {
  padding: 40px 10px;
  background-color: rgba(187, 238, 231, 0.3);
}
@media screen and (max-width: 599px) {
  .remodal-inner__result-box {
    padding: 20px 10px 13px;
  }
}
.remodal-inner__result-box__copy {
  font-size: 22px;
  line-height: 1.01;
  color: #111;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .remodal-inner__result-box__copy {
    font-size: 5vw;
    line-height: 1.4;
  }
}
.remodal-inner__result-box__copy__strong {
  margin: 0 0.1em;
  font-size: 1.8em;
  color: #33d3cc;
}
@media screen and (max-width: 599px) {
  .remodal-inner__result-box__copy__strong {
    font-size: 1.6em;
  }
}
.remodal-inner__text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.625;
  color: #111;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .remodal-inner__text {
    margin-top: 10px;
    font-size: 14px;
    text-align: justify;
  }
}
.remodal-inner__kinri-title {
  margin: 30px 0 15px;
  padding-left: 21px;
  font-size: 16px;
  line-height: 1.01;
  color: #111;
  font-weight: bold;
  position: relative;
}
.remodal-inner__kinri-title::before {
  content: "";
  top: 0px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #33b7ee;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .remodal-inner__kinri-title {
    margin: 20px 0 10px;
    padding-left: 18px;
    font-size: 14px;
  }
  .remodal-inner__kinri-title::before {
    top: 0px;
    width: 12px;
    height: 12px;
  }
}
.remodal-inner__kinri-btn {
  margin: 25px auto 0;
  width: 100%;
  max-width: 100%;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  color: #111;
  font-weight: bold;
  text-align: center;
  background-color: #f7f7f7;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
  border-radius: 0;
}
.remodal-inner__kinri-btn::before {
  content: "";
  top: calc(50% - 1px);
  right: 20px;
  width: 20px;
  height: 2px;
  background-color: #33b7ee;
  position: absolute;
  transition: 0.2s;
}
.remodal-inner__kinri-btn::after {
  content: "";
  top: calc(50% - 1px);
  right: 20px;
  width: 20px;
  height: 2px;
  background-color: #33b7ee;
  position: absolute;
  transition: 0.2s;
  transform: rotate(0deg);
}
@media screen and (max-width: 599px) {
  .remodal-inner__kinri-btn {
    margin: 15px auto 0;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
  }
  .remodal-inner__kinri-btn::before {
    right: 15px;
    width: 15px;
    height: 1px;
  }
  .remodal-inner__kinri-btn::after {
    right: 15px;
    width: 15px;
    height: 1px;
  }
}
.remodal-inner__kinri-btn.close {
  width: 300px;
  max-width: 100%;
  border-radius: 25px;
}
@media screen and (max-width: 599px) {
  .remodal-inner__kinri-btn.close {
    width: 220px;
    border-radius: 20px;
  }
}
.remodal-inner__kinri-btn.close::after {
  transform: rotate(90deg);
}
@media screen and (min-width: 1025px) {
  .remodal-inner__kinri-btn:hover {
    color: #fff;
    background-color: #33b7ee;
  }
  .remodal-inner__kinri-btn:hover::before {
    background-color: #fff;
  }
  .remodal-inner__kinri-btn:hover::after {
    background-color: #fff;
  }
}

select {
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
}

::-ms-expand { /* select要素のデザインを無効にする（IE用） */
  display: none;
}

input::-moz-placeholder {
  color: #aaa;
}

input::placeholder {
  color: #aaa;
}

/* IE */
input:-ms-input-placeholder {
  color: #aaa;
}

/* Edge */
input::-ms-input-placeholder {
  color: #aaa;
}

.remodal-input {
  padding: 2px 0 0 20px;
  width: 100%;
  height: 50px;
  background-color: #f7f7f7;
  border: 2px solid #ddd;
  font-size: 16px;
  color: #111;
  vertical-align: middle;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  position: relative;
}
@media screen and (max-width: 599px) {
  .remodal-input {
    padding-left: 10px;
    width: 100%;
    height: 40px;
  }
}

.remodal-close-btn {
  top: -20px;
  right: -20px;
  width: 60px;
  height: 60px;
  background-color: #f588aa;
  border: none;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  transition: 0.2s;
}
.remodal-close-btn::before {
  content: "";
  top: calc(50% - 1px);
  left: calc(50% - 12px);
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transform: rotate(45deg);
}
.remodal-close-btn::after {
  content: "";
  top: calc(50% - 1px);
  left: calc(50% - 12px);
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transform: rotate(-45deg);
}
@media screen and (max-width: 599px) {
  .remodal-close-btn {
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
  }
  .remodal-close-btn::before {
    left: calc(50% - 9px);
    width: 18px;
  }
  .remodal-close-btn::after {
    left: calc(50% - 9px);
    width: 18px;
  }
}
.remodal-close-btn:hover {
  background-color: #33b7ee;
}/*# sourceMappingURL=style.css.map */</pre></body></html>