@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: #595750;
  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.5s !important;
  -ms-transition: 0.5s;
  outline: none;
}

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: #f7a838;
  cursor: pointer;
  transition: 0.5s;
  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.5s;
  position: absolute;
}
.menu-btn__bar::after {
  content: "";
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 0.5s;
  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 {
    background-color: #f19dae;
  }
  .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.5s;
  z-index: -1;
}
.side-nav__inner {
  padding-bottom: 120px;
  width: 100%;
  height: 100vh;
  background-color: #f7a838;
  overflow-y: scroll;
  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: #f7a838;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.side-nav__inner::-webkit-scrollbar-thumb {
  background: #ffe388;
  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: #f7a838;
}
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.5s;
  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: 100px 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: #f7a838;
}
.menu-wrapper__inner__list__item:nth-child(even) {
  background-color: #ffe388;
}
.menu-wrapper__inner__list__item__link {
  padding-left: 20px;
  width: 100%;
  height: 60px;
  font-size: 15px;
  line-height: 58px;
  color: #595750;
  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: 1200px) {
  .menu-wrapper__inner__list__item__link {
    padding-left: 20px;
  }
}
.menu-wrapper__inner__list__item__link::before {
  content: "";
  top: calc(50% - 10px);
  right: 12px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  transition: 0.5s;
}
.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 #f7a838;
  position: absolute;
  transition: 0.5s;
}
@media screen and (min-width: 1025px) {
  .menu-wrapper__inner__list__item__link:hover {
    color: #fff;
    background-color: #595750;
  }
  .menu-wrapper__inner__list__item__link:hover::after {
    border-color: transparent transparent transparent #595750;
  }
}
.menu-wrapper__inner__btn {
  margin: 0 20px 10px;
  padding-top: 16px;
  padding-left: 60px;
  height: 60px;
  font-size: 15px;
  line-height: 1.01;
  color: #595750;
  font-weight: bold;
  text-align: left;
  background-color: #fff;
  background-repeat: no-repeat;
  display: block;
  box-sizing: border-box;
  border-radius: 30px;
}
@media screen and (max-width: 1400px) {
  .menu-wrapper__inner__btn {
    margin: 0 15px 10px;
    padding-left: 60px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-wrapper__inner__btn {
    margin: 0 20px 10px;
    padding-left: 58px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .menu-wrapper__inner__btn {
    padding-left: 25px;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .menu-wrapper__inner__btn:hover {
    background-color: #c3d94e;
  }
}
.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;
  }
}
.menu-wrapper__inner__btn--check {
  background-image: url(../img/icon_check.svg);
  background-size: 25px;
  background-position: 23px 50%;
}
.menu-wrapper__inner__btn--simu {
  background-image: url(../img/icon_simu.svg);
  background-size: 22px;
  background-position: 25px 50%;
}

.side-nav-cv {
  bottom: 0;
  right: 0;
  width: 100%;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .side-nav-cv {
    margin-top: 20px;
    bottom: auto;
    right: auto;
    position: relative;
  }
}
.side-nav-cv__fukukidashi {
  margin: 0 auto 5px;
  width: 162px;
  transition: 0.5s;
}
@media screen and (max-height: 800px) {
  .side-nav-cv__fukukidashi {
    margin-bottom: -30px;
    width: 120px;
    position: relative;
    z-index: 5;
  }
}
@media screen and (max-width: 1200px) {
  .side-nav-cv__fukukidashi {
    margin-bottom: -30px;
    width: 120px;
    position: relative;
    z-index: 5;
  }
}
@media screen and (max-width: 1024px) {
  .side-nav-cv__fukukidashi {
    margin: 0 auto 5px !important;
    width: 162px !important;
  }
}
.side-nav-cv__ill {
  margin: 0 auto -21px;
  width: 120px;
  position: relative;
  z-index: 5;
}
@media screen and (max-height: 800px) {
  .side-nav-cv__ill {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .side-nav-cv__ill {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .side-nav-cv__ill {
    display: block !important;
  }
}
.side-nav-cv__btn {
  padding-left: 20px;
  height: 100px;
  font-size: 18px;
  line-height: 100px;
  color: #595750;
  font-weight: bold;
  text-align: center;
  background-color: #f19dae;
  background-image: url(../img/icon_form.svg);
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: 22px 52%;
  position: relative;
  display: block;
}
@media screen and (max-width: 1400px) {
  .side-nav-cv__btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .side-nav-cv__btn {
    font-size: 18px;
  }
}
@media screen and (max-height: 630px) {
  .side-nav-cv__btn {
    height: 80px;
    font-size: 18px;
    line-height: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .side-nav-cv__btn:hover {
    background-color: #fdd23e;
  }
  .side-nav-cv__btn:hover::before {
    background-color: #595750;
  }
}
.side-nav-cv__btn::before {
  content: "";
  top: calc(50% - 10px);
  right: 12px;
  width: 20px;
  height: 20px;
  background-color: #5d97c4;
  border-radius: 50%;
  position: absolute;
  transition: 0.5s;
}
.side-nav-cv__btn::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.5s;
}

.main-wrapper {
  padding: 90px 40px 0 40px;
  width: 100%;
  background-color: #f7a838;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .main-wrapper {
    padding-top: 6.8vw;
  }
}
@media screen and (max-width: 1024px) {
  .main-wrapper {
    padding-top: 80px;
  }
}
@media screen and (max-width: 800px) {
  .main-wrapper {
    padding: 65px 25px 0 25px;
  }
}
.main-wrapper::before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background-color: #ffe388;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .main-wrapper {
    padding: 60px 25px 0 25px;
  }
  .main-wrapper::before {
    height: 78%;
  }
}
.main-wrapper__logo {
  top: 20px;
  left: 25px;
  width: 170px;
  line-height: 0.1;
  position: absolute;
}
@media screen and (max-width: 800px) {
  .main-wrapper__logo {
    width: 150px;
  }
}
@media screen and (max-width: 599px) {
  .main-wrapper__logo {
    top: 15px;
    left: 15px;
    width: 120px;
  }
}
.main-wrapper__logo__link {
  display: block;
}
@media screen and (min-width: 1025px) {
  .main-wrapper__logo__link:hover {
    opacity: 0.7;
  }
}
.main-wrapper__inner {
  margin: 0 auto;
  padding-bottom: 85px;
  padding-right: 28%;
  width: 100%;
  max-width: 1300px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1700px) {
  .main-wrapper__inner {
    padding-right: 35%;
  }
}
@media screen and (max-width: 1500px) {
  .main-wrapper__inner {
    padding-right: 32%;
  }
}
@media screen and (max-width: 1200px) {
  .main-wrapper__inner {
    padding-bottom: 7.1vw;
  }
}
@media screen and (max-width: 1024px) {
  .main-wrapper__inner {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 800px) {
  .main-wrapper__inner {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .main-wrapper__inner {
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.main-wrapper__inner__copy {
  margin-bottom: 35px;
  width: 85%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .main-wrapper__inner__copy {
    margin-bottom: 2.6vw;
  }
}
@media screen and (max-width: 599px) {
  .main-wrapper__inner__copy {
    margin-bottom: 12px;
    width: 100%;
    line-height: 0.1;
  }
}
.main-wrapper__inner__date {
  margin-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  .main-wrapper__inner__date {
    margin-bottom: 2.6vw;
  }
}
@media screen and (max-width: 599px) {
  .main-wrapper__inner__date {
    margin-bottom: 15px;
  }
}
.main-wrapper__inner__kanketsu {
  margin: 0 auto 15px;
  width: 65%;
  max-width: 350px;
}
@media screen and (max-width: 1200px) {
  .main-wrapper__inner__kanketsu {
    margin-bottom: 1.1vw;
  }
}
@media screen and (max-width: 599px) {
  .main-wrapper__inner__kanketsu {
    margin-bottom: 8px;
  }
}
.main-wrapper__inner__ill {
  bottom: 0;
  right: 0;
  width: 46.3%;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .main-wrapper__inner__ill {
    right: -5%;
    width: 50%;
  }
}
@media screen and (max-width: 1400px) {
  .main-wrapper__inner__ill {
    width: 40.65vw;
  }
}
@media screen and (max-width: 1200px) {
  .main-wrapper__inner__ill {
    right: -4%;
    width: 47vw;
  }
}
@media screen and (max-width: 1024px) {
  .main-wrapper__inner__ill {
    right: -4%;
    width: 48.5vw;
  }
}
@media screen and (max-width: 800px) {
  .main-wrapper__inner__ill {
    right: -3%;
    width: 51vw;
  }
}
@media screen and (max-width: 599px) {
  .main-wrapper__inner__ill {
    margin: 10px auto 0;
    padding-right: 15%;
    right: auto;
    bottom: auto;
    width: 57vw;
    position: relative;
  }
}
.main-wrapper__inner .cv-btn {
  background-color: #f19dae;
}
.main-wrapper__inner .cv-btn::before {
  background-color: #e77799;
}

.campaign {
  padding: 25px 20px 30px;
  font-size: 38px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #aacc00;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1400px) {
  .campaign {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 1200px) {
  .campaign {
    font-size: 3vw;
  }
}
@media screen and (max-width: 800px) {
  .campaign {
    padding: 20px;
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .campaign {
    padding: 15px 0 20px;
    font-size: 5.3vw;
  }
}
.campaign::before {
  content: "";
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url(../img/border.svg);
  background-repeat: repeat;
  background-size: 20px 10px;
  background-position: 50% 100%;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  .campaign::before {
    top: -5px;
    height: 5px;
    background-size: 10px 5px;
  }
}
.campaign__sub {
  font-size: 0.8em;
}
@media screen and (max-width: 1024px) {
  .campaign__sub {
    text-align: center;
    display: block;
  }
}
.campaign__date {
  margin-top: 5px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
}
@media screen and (max-width: 599px) {
  .campaign__date {
    margin-top: 2px;
    font-size: 4vw;
  }
}

.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 10px 0;
  }
}
.reason__title {
  margin-bottom: 65px;
  font-size: 42px;
  line-height: 1.01;
  color: #5d97c4;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .reason__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .reason__title {
    margin-bottom: 45px;
    font-size: 32px;
  }
}
@media screen and (max-width: 599px) {
  .reason__title {
    margin-bottom: 25px;
    font-size: 5.87vw;
    line-height: 1.3;
  }
}
.reason__title__en {
  margin-top: 10px;
  padding-left: 0.06em;
  font-size: 14px;
  color: #595750;
  letter-spacing: 0.06em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1024px) {
  .reason__title__en {
    margin-top: 6px;
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .reason__title__en {
    margin-top: 4px;
    font-size: 11px;
  }
}
.reason__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1420px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .reason__inner {
    margin-top: -30px;
  }
}
.reason__inner__item {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 1024px) {
  .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: 30px;
    width: calc((100% - 10px) / 2);
  }
}
.reason__inner__item__link {
  display: block;
}
@media screen and (min-width: 1025px) {
  .reason__inner__item__link:hover {
    content: "";
    transform: translateY(5px);
  }
}
.reason__inner__item__ill {
  width: 100%;
  height: auto;
  position: relative;
}
.reason__inner__item__ill::before {
  content: "";
  padding-top: 58.88235%;
  display: block;
}
.reason__inner__item__ill__img {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  position: absolute;
}
.reason__inner__item__ill--01 {
  background-color: #fdd23e;
}
.reason__inner__item__ill--01 .reason__inner__item__ill__img {
  width: 51.76%;
  transform: translateX(-60%);
}
.reason__inner__item__ill--02 {
  background-color: #f19dae;
}
.reason__inner__item__ill--02 .reason__inner__item__ill__img {
  width: 66.47%;
  transform: translateX(-55%);
}
.reason__inner__item__ill--03 {
  background-color: #86b1d3;
}
.reason__inner__item__ill--03 .reason__inner__item__ill__img {
  width: 57.06%;
  transform: translateX(-55%);
}
.reason__inner__item__ill--04 {
  background-color: #c3d94e;
}
.reason__inner__item__ill--04 .reason__inner__item__ill__img {
  width: 85.29%;
  transform: translateX(-40%);
}
.reason__inner__item__text {
  padding: 30px 0 80px;
  width: 100%;
  height: auto;
  position: relative;
  box-sizing: border-box;
}
.reason__inner__item__text::before {
  content: "";
  bottom: 30px;
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  background-color: #595750;
  border-radius: 50%;
  position: absolute;
}
.reason__inner__item__text::after {
  content: "";
  bottom: 40px;
  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__text {
    padding: 20px 0 50px;
  }
  .reason__inner__item__text::before {
    bottom: 20px;
    left: calc(50% - 12px);
    width: 24px;
    height: 24px;
  }
  .reason__inner__item__text::after {
    bottom: 29px;
    left: calc(50% - 3px);
    border-width: 6px 3px 0 3px;
  }
}
@media screen and (max-width: 599px) {
  .reason__inner__item__text {
    padding: 20px 0 40px;
  }
  .reason__inner__item__text::before {
    bottom: 15px;
    left: calc(50% - 9px);
    width: 18px;
    height: 18px;
  }
  .reason__inner__item__text::after {
    bottom: 22px;
    left: calc(50% - 2px);
    border-width: 4px 2px 0 2px;
  }
}
.reason__inner__item__text--01 {
  background-color: #fef4cf;
}
.reason__inner__item__text--02 {
  background-color: #fbe6eb;
}
.reason__inner__item__text--03 {
  background-color: #d6e5f0;
}
.reason__inner__item__text--04 {
  background-color: #f0f5d3;
}
.reason__inner__item__text__en {
  margin-bottom: 9px;
  padding-left: 0.06em;
  font-size: 12px;
  line-height: 1.01;
  color: #595750;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .reason__inner__item__text__en {
    margin-bottom: 7px;
    font-size: 11px;
  }
}
@media screen and (max-width: 599px) {
  .reason__inner__item__text__en {
    margin-bottom: 5px;
    font-size: 10px;
  }
}
.reason__inner__item__text__jp {
  padding-left: 0.04em;
  font-size: 24px;
  line-height: 1.5;
  color: #595750;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .reason__inner__item__text__jp {
    padding-left: 0;
    font-size: 1.5vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1200px) {
  .reason__inner__item__text__jp {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 800px) {
  .reason__inner__item__text__jp {
    font-size: 2vw;
  }
}
@media screen and (max-width: 599px) {
  .reason__inner__item__text__jp {
    font-size: 4vw;
  }
}

.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: #fef4cf;
}
.section-title--01::before {
  border-color: #fef4cf transparent transparent transparent;
}
.section-title--02 {
  background-color: #fbe6eb;
}
.section-title--02::before {
  border-color: #fbe6eb transparent transparent transparent;
}
.section-title--03 {
  background-color: #d6e5f0;
}
.section-title--03::before {
  border-color: #d6e5f0 transparent transparent transparent;
}
.section-title--04 {
  background-color: #f0f5d3;
}
.section-title--04::before {
  border-color: #f0f5d3 transparent transparent transparent;
}
.section-title__inner {
  padding: 40px 0 45px 0.08em;
  font-size: 42px;
  line-height: 1.01;
  color: #595750;
  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: 30px 0 35px 0.08em;
    font-size: 36px;
  }
}
@media screen and (max-width: 800px) {
  .section-title__inner {
    padding: 20px 0 25px 0.08em;
    font-size: 30px;
  }
}
@media screen and (max-width: 599px) {
  .section-title__inner {
    padding: 20px 0 20px 0;
    font-size: 5.17vw;
    letter-spacing: 0;
  }
}
.section-title__inner__en {
  margin-bottom: 10px;
  font-size: 17px;
  letter-spacing: 0;
  display: block;
}
@media screen and (max-width: 1024px) {
  .section-title__inner__en {
    font-size: 15px;
  }
}
@media screen and (max-width: 800px) {
  .section-title__inner__en {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .section-title__inner__en {
    margin-bottom: 7px;
    font-size: 11px;
  }
}
.section-title__inner__sub {
  margin-top: 8px;
  font-size: 17px;
  letter-spacing: 0;
  display: block;
}
@media screen and (max-width: 1024px) {
  .section-title__inner__sub {
    font-size: 15px;
  }
}
@media screen and (max-width: 800px) {
  .section-title__inner__sub {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .section-title__inner__sub {
    padding-top: 0px;
    font-size: 11px;
  }
}
@media screen and (max-width: 320px) {
  .section-title__inner__sub {
    font-size: 10px;
  }
}
.section-title__inner--ill01 {
  right: -170px;
  bottom: 0;
  width: 150px;
  display: block;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .section-title__inner--ill01 {
    right: -136px;
    width: 120px;
  }
}
@media screen and (max-width: 800px) {
  .section-title__inner--ill01 {
    right: -102px;
    width: 90px;
  }
}
@media screen and (max-width: 599px) {
  .section-title__inner--ill01 {
    margin: 0 auto;
    top: 0;
    bottom: auto;
    right: 0;
    left: 0;
    width: 60px;
    line-height: 0.1;
    transform: translateY(-100%);
    z-index: -1;
  }
}
.section-title__inner--ill02 {
  right: -139px;
  bottom: 0;
  width: 197px;
  display: block;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .section-title__inner--ill02 {
    right: -111.2px;
    width: 157.6px;
  }
}
@media screen and (max-width: 800px) {
  .section-title__inner--ill02 {
    right: -83.4px;
    width: 118.2px;
  }
}
@media screen and (max-width: 599px) {
  .section-title__inner--ill02 {
    margin: 0 auto;
    top: 0;
    bottom: auto;
    right: 0;
    left: 0;
    width: 78.8px;
    transform: translateY(-100%);
    z-index: -1;
  }
}
.section-title__inner--ill03 {
  right: -182px;
  bottom: 0;
  width: 167px;
  display: block;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .section-title__inner--ill03 {
    right: -145.6px;
    width: 133.6px;
  }
}
@media screen and (max-width: 800px) {
  .section-title__inner--ill03 {
    right: -91px;
    width: 100.2px;
  }
}
@media screen and (max-width: 599px) {
  .section-title__inner--ill03 {
    margin: 0 auto;
    top: 0;
    bottom: auto;
    right: 0;
    left: 0;
    width: 66.8px;
    transform: translateY(-100%);
    z-index: -1;
  }
}
.section-title__inner--ill04 {
  right: -265px;
  bottom: 0;
  width: 255px;
  display: block;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .section-title__inner--ill04 {
    right: -212px;
    width: 204px;
  }
}
@media screen and (max-width: 800px) {
  .section-title__inner--ill04 {
    right: -159px;
    width: 153px;
  }
}
@media screen and (max-width: 599px) {
  .section-title__inner--ill04 {
    margin: 0 auto;
    top: 0;
    bottom: auto;
    right: 0;
    left: 0;
    width: 102px;
    transform: translateY(-100%);
    z-index: -1;
  }
}

.section-copy {
  margin-bottom: 40px;
  font-size: 26px;
  line-height: 1.9;
  color: #595750;
  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: #595750;
  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: #595750;
  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 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .free-list {
    margin-top: -20px;
  }
}
@media screen and (max-width: 599px) {
  .free-list {
    margin: -2px -15px 0;
  }
}
.free-list__item {
  width: calc((100% - 100px) / 6);
  background-color: #fdd23e;
  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: #fedd6e;
}
.free-list__item--01 {
  background-image: url(../img/scene01.svg);
  background-size: 39% 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: 20.9% auto;
  background-position: 50% 30%;
}
.free-list__item--04 {
  background-image: url(../img/scene04.svg);
  background-size: 36.36% auto;
  background-position: 50% 33%;
}
.free-list__item--05 {
  background-image: url(../img/scene05.svg);
  background-size: 25% auto;
  background-position: 50% 30%;
}
.free-list__item--06 {
  background-image: url(../img/scene06.svg);
  background-size: 31.81% auto;
  background-position: 50% 35%;
}
.free-list__item__text {
  left: 0;
  bottom: 19%;
  width: 100%;
  font-size: 20px;
  line-height: 1.3;
  color: #595750;
  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-caution {
  margin-top: 15px;
  margin-bottom: 60px;
  padding-left: 1em;
  font-size: 15px;
  line-height: 1.3;
  color: #595750;
  text-indent: -1em;
}
@media screen and (max-width: 1024px) {
  .free-caution {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  .free-caution {
    margin-bottom: 35px;
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .free-caution {
    margin: 10px -15px 20px;
    font-size: 13px;
  }
}

.free-title-copy {
  margin-bottom: 50px;
  font-size: 36px;
  line-height: 1.4;
  color: #595750;
  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: #595750;
  font-weight: bold;
  text-align: center;
  background-color: #fdd23e;
  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: #fdd23e 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: #fff;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  background-color: #595750;
  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: 1400px) {
  .free-hikaku__item {
    width: 100%;
  }
}
.free-hikaku__item--arrow {
  width: 60px;
  background-color: #595750;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 3;
}
@media screen and (max-width: 1400px) {
  .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: #595750;
  position: absolute;
}
@media screen and (max-width: 1500px) {
  .free-hikaku__item--arrow::before {
    right: -10px;
    width: 10px;
  }
}
@media screen and (max-width: 1400px) {
  .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 #595750;
  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: 1400px) {
  .free-hikaku__item--arrow::after {
    top: auto;
    bottom: -40px;
    right: calc(50% - 30px);
    border-width: 30px 30px 0 30px;
    border-color: #595750 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: 1400px) {
  .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;
  }
}
@media screen and (max-width: 1400px) {
  .free-hikaku__item--arrow__text {
    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;
  background-color: #fef4cf;
}
@media screen and (max-width: 599px) {
  .free-hikaku__item__inner {
    padding: 20px 10px 10px;
  }
}
.free-hikaku__item__inner--strong {
  background-color: #fedd6e;
}
.free-hikaku__item__title {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1.01;
  color: #595750;
  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: 10px;
  font-size: 24px;
  display: block;
  position: relative;
}
.free-hikaku__item__title__en::before {
  content: "";
  bottom: 0;
  left: calc(50% - 12px);
  width: 24px;
  height: 3px;
  background-color: #f19dae;
  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__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: #fee89e;
  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: #595750;
  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: #595750;
  font-weight: bold;
  text-align: center;
  background-color: #fdd23e;
}
@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: #595750;
  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: #fdd23e;
  position: absolute;
}
.free-hikaku__item__loan__item__list__item__title::after {
  content: "";
  left: 0;
  top: calc(50% - 2px);
  width: 6px;
  height: 2px;
  background-color: #595750;
  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: #595750;
  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: #595750;
  font-weight: bold;
  text-align: center;
  background-color: #fee89e;
}
@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: #595750;
  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: #5d97c4;
}
@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: #fedd6e 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: #595750;
  font-weight: bold;
  text-align: center;
  background-color: #fdd23e;
  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: #fdd23e 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: #595750;
  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: #f19dae;
  background-image: url(../img/cv_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 30px top 50%;
  background-size: 30px auto;
  border-radius: 45px;
  display: block;
  position: relative;
}
.cv-btn::before {
  content: "";
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 100%;
  background-color: #e77799;
  border-radius: 45px;
  position: absolute;
  z-index: -1;
  transition: 0.5s;
}
@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;
  }
  .cv-btn::before {
    bottom: -4px;
    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;
  }
  .cv-btn::before {
    bottom: -3px;
    border-radius: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .cv-btn:hover {
    background-color: #5d97c4;
    background-image: url(../img/cv_arrow_black.svg);
    transform: translateY(3px);
  }
  .cv-btn:hover::before {
    background-color: transparent;
  }
  .cv-btn:hover .cv-btn__text {
    color: #fff;
  }
}
.cv-btn__text {
  padding-left: 40px;
  height: 90px;
  font-size: 30px;
  line-height: 90px;
  color: #595750;
  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.5s;
}
@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: 80px 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: 1024px) {
  .cv-wrapper {
    padding: 60px 40px 40px;
  }
}
@media screen and (max-width: 800px) {
  .cv-wrapper {
    padding: 40px 40px 40px;
  }
}
@media screen and (max-width: 599px) {
  .cv-wrapper {
    padding: 30px 20px 30px;
  }
}
.cv-wrapper__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.cv-wrapper__inner__ill {
  width: 140px;
  margin: 0 auto -25px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 800px) {
  .cv-wrapper__inner__ill {
    width: 112px;
    margin: 0 auto -20px;
  }
}
@media screen and (max-width: 599px) {
  .cv-wrapper__inner__ill {
    width: 84px;
    margin: 0 auto -15px;
  }
}
.cv-wrapper__inner__title {
  margin: 0 auto -35px;
  width: 90%;
  max-width: 860px;
  height: 70px;
  font-size: 26px;
  line-height: 70px;
  color: #595750;
  font-weight: bold;
  text-align: center;
  background-color: #c3d94e;
  border-radius: 35px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .cv-wrapper__inner__title {
    font-size: 2vw;
  }
}
@media screen and (max-width: 1200px) {
  .cv-wrapper__inner__title {
    max-width: 900px;
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 800px) {
  .cv-wrapper__inner__title {
    margin: 0 auto -30px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 599px) {
  .cv-wrapper__inner__title {
    margin: 0 auto -8.235294vw;
    padding-top: 4vw;
    width: 100%;
    height: 16.470588vw;
    font-size: 3.765vw;
    line-height: 1.3;
    border-radius: 8.235294vw;
  }
}
.cv-wrapper__inner__title::before {
  content: "";
  bottom: -12px;
  left: calc(50% - 8px);
  border-width: 12px 8px 0 8px;
  border-style: solid;
  border-color: #c3d94e transparent transparent transparent;
  position: absolute;
  z-index: 2;
}
.cv-wrapper__inner__box {
  margin: 0 auto 40px;
  padding: 0 50px 60px;
  background-color: #e4ecf0;
  border-radius: 30px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .cv-wrapper__inner__box {
    margin-bottom: 25px;
    padding: 0 20px 40px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 599px) {
  .cv-wrapper__inner__box {
    margin: 0 -20px 20px;
    padding: 0 25px 35px;
    border-radius: 0;
  }
}
.cv-wrapper__inner__box__title {
  margin: 0 -50px 50px;
  width: auto;
  height: 110px;
  font-size: 36px;
  line-height: 111px;
  color: #595750;
  font-weight: 700;
  background-color: #c3d94e;
  text-align: center;
  position: relative;
}
.cv-wrapper__inner__box__title::before {
  content: "";
  margin: 0 auto;
  width: 0;
  height: 0;
  border-width: 25px 20px 0 20px;
  border-style: solid;
  border-color: #c3d94e transparent transparent transparent;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 800px) {
  .cv-wrapper__inner__box__title {
    margin: 0 -20px 40px;
    height: 80px;
    font-size: 27px;
    line-height: 81px;
  }
  .cv-wrapper__inner__box__title::before {
    border-width: 20px 15px 0 15px;
    bottom: -20px;
  }
}
@media screen and (max-width: 599px) {
  .cv-wrapper__inner__box__title {
    margin: 0 -25px 30px;
    height: 17.3vw;
    font-size: 5.5vw;
    line-height: 18vw;
  }
  .cv-wrapper__inner__box__title::before {
    border-width: 15px 10px 0 10px;
    bottom: -15px;
  }
}
.cv-wrapper__inner__box__list {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .cv-wrapper__inner__box__list {
    margin: -15px 0 25px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .cv-wrapper__inner__box__list {
    margin: -10px auto 20px;
    max-width: 310px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.cv-wrapper__inner__box__list__item {
  margin-left: 25px;
  padding-left: 28px;
  font-size: 20px;
  line-height: 20px;
  color: #595750;
  font-weight: bold;
  position: relative;
}
.cv-wrapper__inner__box__list__item::before {
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
}
@media screen and (max-width: 1500px) {
  .cv-wrapper__inner__box__list__item {
    margin-left: 20px;
    padding-left: 24px;
    font-size: 1.36vw;
  }
  .cv-wrapper__inner__box__list__item::before {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 1300px) {
  .cv-wrapper__inner__box__list__item {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .cv-wrapper__inner__box__list__item {
    margin-left: 15px;
    font-size: 1.65vw;
  }
}
.cv-wrapper__inner__box__list__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 800px) {
  .cv-wrapper__inner__box__list__item {
    margin: 15px 10px 0;
    font-size: 16px;
  }
  .cv-wrapper__inner__box__list__item:first-child {
    margin-left: 10px;
  }
}
@media screen and (max-width: 599px) {
  .cv-wrapper__inner__box__list__item {
    margin: 10px 0 0;
    font-size: 14px;
    text-align: left;
  }
  .cv-wrapper__inner__box__list__item:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .cv-wrapper__inner__box .cv-btn {
    max-width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .cv-wrapper__inner__box .cv-btn {
    max-width: 100%;
  }
}
.cv-wrapper__inner__box__copy {
  margin: 45px 0 15px;
  font-size: 24px;
  line-height: 1.3;
  color: #5d97c4;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .cv-wrapper__inner__box__copy {
    margin: 30px 0 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .cv-wrapper__inner__box__copy {
    margin: 20px 0 10px;
    font-size: 4.4vw;
  }
}
.cv-wrapper__inner__box__box {
  margin: 0 auto;
  padding: 25px;
  width: 100%;
  max-width: 1100px;
  background-color: #d6e5f0;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  .cv-wrapper__inner__box__box {
    padding: 15px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 599px) {
  .cv-wrapper__inner__box__box {
    padding: 15px;
    border-radius: 5px;
  }
}
.cv-wrapper__inner__box .cv-wrapper__inner__btns__item__btn {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}
.cv-wrapper__inner__copy {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1.3;
  color: #595750;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .cv-wrapper__inner__copy {
    margin-bottom: 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .cv-wrapper__inner__copy {
    margin-bottom: 15px;
    font-size: 4vw;
    line-height: 1.5;
  }
}
.cv-wrapper__inner__btns {
  margin: 15px auto 0;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .cv-wrapper__inner__btns {
    margin: 15px auto 10px;
    max-width: 440px;
  }
}
.cv-wrapper__inner__btns__item {
  width: calc((100% - 15px) / 2);
}
.cv-wrapper__inner__btns__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 800px) {
  .cv-wrapper__inner__btns__item {
    margin-top: 20px;
    width: 100%;
  }
  .cv-wrapper__inner__btns__item:first-child {
    margin-top: 0;
  }
}
.cv-wrapper__inner__btns__item__text {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
  color: #595750;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .cv-wrapper__inner__btns__item__text {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .cv-wrapper__inner__btns__item__text {
    margin-bottom: 7px;
    font-size: 4vw;
  }
}
.cv-wrapper__inner__btns__item__btn {
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  color: #595750;
  font-weight: bold;
  text-align: center;
  background-color: #fdd23e;
  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 #595750;
  position: absolute;
}
@media screen and (max-width: 1500px) {
  .cv-wrapper__inner__btns__item__btn {
    font-size: 1.2vw;
  }
  .cv-wrapper__inner__btns__item__btn::before {
    right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .cv-wrapper__inner__btns__item__btn {
    font-size: 1.45vw;
  }
}
@media screen and (max-width: 1024px) {
  .cv-wrapper__inner__btns__item__btn {
    font-size: 1.55vw;
  }
  .cv-wrapper__inner__btns__item__btn::before {
    right: 15px;
  }
}
@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: 90%;
    font-size: 15px;
    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: 14px;
  }
  .cv-wrapper__inner__btns__item__btn::before {
    right: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .cv-wrapper__inner__btns__item__btn:hover {
    background-color: #c3d94e;
  }
}
.cv-wrapper__inner__sub-btn {
  display: flex;
  justify-content: center;
}
.cv-wrapper__inner__sub-btn__item:first-child {
  margin-right: 25px;
}
@media screen and (max-width: 599px) {
  .cv-wrapper__inner__sub-btn__item:first-child {
    margin-right: 15px;
  }
}
@media screen and (max-width: 320px) {
  .cv-wrapper__inner__sub-btn__item:first-child {
    margin-right: 10px;
  }
}
.cv-wrapper__inner__sub-btn__item__link {
  padding-left: 25px;
  font-size: 16px;
  line-height: 20px;
  color: #595750;
  position: relative;
}
.cv-wrapper__inner__sub-btn__item__link::before {
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #5d97c4;
  border-radius: 50%;
  position: absolute;
  transition: 0.5s;
}
.cv-wrapper__inner__sub-btn__item__link::after {
  content: "";
  top: calc(50% - 3px);
  left: 8px;
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .cv-wrapper__inner__sub-btn__item__link {
    padding-left: 22px;
    font-size: 14px;
    line-height: 18px;
  }
  .cv-wrapper__inner__sub-btn__item__link::before {
    width: 18px;
    height: 18px;
  }
  .cv-wrapper__inner__sub-btn__item__link::after {
    content: "";
    top: calc(50% - 2px);
    left: 7px;
    border-width: 2px 0 2px 5px;
  }
}
@media screen and (max-width: 320px) {
  .cv-wrapper__inner__sub-btn__item__link {
    padding-left: 21px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .cv-wrapper__inner__sub-btn__item__link:hover {
    color: #5d97c4;
  }
  .cv-wrapper__inner__sub-btn__item__link:hover::before {
    background-color: #f19dae;
  }
}

.kinri {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .kinri {
    margin: 0 -30px;
  }
}
@media screen and (max-width: 599px) {
  .kinri {
    margin: 0;
  }
}
.kinri__item {
  width: calc((100% - 70px) / 3);
  background-color: #f8ced6;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .kinri__item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 1500px) {
  .kinri__item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 1300px) {
  .kinri__item {
    width: calc((100% - 10px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .kinri__item {
    margin-top: 4px;
    width: 100%;
  }
  .kinri__item:first-child {
    margin-top: 0;
  }
}
.kinri__item__title {
  padding: 35px 0 0;
  height: 170px;
  font-size: 35px;
  line-height: 1.01;
  color: #595750;
  font-weight: bold;
  text-align: center;
  background-color: #f19dae;
}
@media screen and (max-width: 1600px) {
  .kinri__item__title {
    padding-top: 2.1875vw;
    height: 10.625vw;
    font-size: 2.125vw;
  }
}
@media screen and (max-width: 1300px) {
  .kinri__item__title {
    padding: 25px 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .kinri__item__title {
    padding-top: 2vw;
    height: 11vw;
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 800px) {
  .kinri__item__title {
    height: 12vw;
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 599px) {
  .kinri__item__title {
    padding: 15px 0;
    height: auto;
    font-size: 6vw;
  }
}
.kinri__item__title--nice {
  padding-top: 70px;
}
@media screen and (max-width: 1600px) {
  .kinri__item__title--nice {
    padding-top: 4.375vw;
  }
}
@media screen and (max-width: 800px) {
  .kinri__item__title--nice {
    padding-top: 5vw;
  }
}
@media screen and (max-width: 599px) {
  .kinri__item__title--nice {
    padding: 25px 0 20px;
    font-size: 6vw;
  }
}
.kinri__item__title__sub {
  margin-bottom: 5px;
  font-size: 0.56em;
  line-height: 1.5;
  color: #595750;
  text-align: center;
  display: block;
}
@media screen and (max-width: 599px) {
  .kinri__item__title__sub {
    margin-bottom: 3px;
    font-size: 12px;
  }
}
.kinri__item__inner {
  padding: 30px 40px 40px;
}
@media screen and (max-width: 1500px) {
  .kinri__item__inner {
    padding: 25px 30px 30px;
  }
}
@media screen and (max-width: 1300px) {
  .kinri__item__inner {
    padding: 20px 25px 25px;
  }
}
@media screen and (max-width: 800px) {
  .kinri__item__inner {
    padding: 20px;
  }
}
.kinri__item__inner__kinri {
  margin: 0 auto 17px;
  width: 180px;
  height: 28px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #f19dae;
  border-radius: 14px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .kinri__item__inner__kinri {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 800px) {
  .kinri__item__inner__kinri {
    margin-bottom: 12px;
    width: 170px;
    height: 24px;
    font-size: 15px;
    line-height: 25px;
    border-radius: 12px;
  }
}
.kinri__item__inner__text {
  font-size: 35px;
  line-height: 1.01;
  color: #595750;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .kinri__item__inner__text {
    font-size: 30px;
  }
}
@media screen and (max-width: 800px) {
  .kinri__item__inner__text {
    font-size: 25px;
  }
}
@media screen and (max-width: 599px) {
  .kinri__item__inner__text {
    font-size: 4.8vw;
  }
}
.kinri__item__inner__text--number {
  font-size: 2em;
}
.kinri__item__inner__text--s {
  font-size: 23px;
}
@media screen and (max-width: 1700px) {
  .kinri__item__inner__text--s {
    font-size: 1.35vw;
  }
}
@media screen and (max-width: 1500px) {
  .kinri__item__inner__text--s {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 1200px) {
  .kinri__item__inner__text--s {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 599px) {
  .kinri__item__inner__text--s {
    font-size: 4.8vw;
  }
}
.kinri__item__inner__text__sub {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  display: block;
}
@media screen and (max-width: 800px) {
  .kinri__item__inner__text__sub {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .kinri__item__inner__text__sub {
    font-size: 14px;
  }
}
.kinri__item__inner__sub-text {
  margin-top: 0;
  font-size: 15px;
  line-height: 1.4;
  color: #595750;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .kinri__item__inner__sub-text {
    margin-top: 1px;
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .kinri__item__inner__sub-text {
    margin-top: 3px;
    font-size: 12px;
  }
}
.kinri__item__inner__btn {
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  color: #f19dae;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  display: block;
  position: relative;
}
.kinri__item__inner__btn::before {
  content: "";
  top: calc(50% - 4px);
  right: 20px;
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #f19dae;
  position: absolute;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .kinri__item__inner__btn {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }
  .kinri__item__inner__btn::before {
    right: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .kinri__item__inner__btn:hover {
    color: #fff;
    background-color: #595750;
  }
  .kinri__item__inner__btn:hover::before {
    background-color: transparent transparent transparent #fff;
  }
}

.kinri-caution-title {
  margin-top: 15px;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 1;
  color: #595750;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .kinri-caution-title {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    text-align: justify;
  }
}
@media screen and (max-width: 320px) {
  .kinri-caution-title {
    font-size: 11px;
  }
}

.kinri-caution {
  margin-top: 5px;
  padding-left: 1em;
  font-size: 13px;
  line-height: 1.3;
  color: #595750;
  text-indent: -1em;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .kinri-caution {
    font-size: 11px;
    text-align: justify;
  }
}
.kinri-caution--mt {
  margin-top: 15px;
}
@media screen and (max-width: 800px) {
  .kinri-caution--mt {
    margin-top: 10px;
  }
}
.kinri-caution .strong {
  color: #f19dae;
  font-weight: 700;
}
.kinri-caution .link {
  color: #5d97c4;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .kinri-caution .link:hover {
    text-decoration: none;
  }
}

.kinri-kikan {
  margin: 60px auto;
  padding: 50px 40px 70px;
  width: 100%;
  background-color: #f7f7f7;
}
@media screen and (max-width: 1024px) {
  .kinri-kikan {
    margin: 40px auto;
    padding: 40px 20px 60px;
  }
}
@media screen and (max-width: 800px) {
  .kinri-kikan {
    margin: 40px -30px;
    padding: 30px 20px 30px;
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .kinri-kikan {
    margin: 25px 0;
    padding: 18px 20px 20px;
    width: auto;
  }
}
.kinri-kikan__copy {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.7;
  color: #595750;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .kinri-kikan__copy {
    margin-bottom: 15px;
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 599px) {
  .kinri-kikan__copy {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
  }
  .kinri-kikan__copy br {
    display: none;
  }
}
.kinri-kikan__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kinri-kikan__inner__title {
  width: 50%;
  height: 100px;
  font-size: 28px;
  line-height: 100px;
  color: #595750;
  font-weight: bold;
  text-align: center;
  background-color: #f19dae;
}
@media screen and (max-width: 800px) {
  .kinri-kikan__inner__title {
    height: 80px;
    font-size: 22px;
    line-height: 80px;
  }
}
@media screen and (max-width: 599px) {
  .kinri-kikan__inner__title {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }
}
.kinri-kikan__inner__date {
  width: 50%;
  height: 100px;
  font-size: 28px;
  line-height: 100px;
  color: #595750;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .kinri-kikan__inner__date {
    height: 80px;
    font-size: 22px;
    line-height: 80px;
  }
}
@media screen and (max-width: 599px) {
  .kinri-kikan__inner__date {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }
}

.kinri-ex__title {
  margin: 0 auto 45px;
  width: 100%;
  max-width: 500px;
  height: 70px;
  font-size: 30px;
  line-height: 72px;
  color: #595750;
  font-weight: bold;
  text-align: center;
  background-color: #f19dae;
  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: #f19dae 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: #fbe6eb;
  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: 145px;
  width: 320px;
  font-size: 22px;
  line-height: 1.3;
  color: #595750;
  font-weight: bold;
  text-align: center;
  background-color: #f5b6c2;
  background-image: url(../img/ex.svg);
  background-repeat: no-repeat;
  background-size: 100px auto;
  background-position: 52% 34px;
}
@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% 15px;
  }
  .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: #595750;
  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: #f19dae;
  position: absolute;
}
.kinri-ex__box__list__item__title::after {
  content: "";
  left: 0;
  top: calc(50% - 2px);
  width: 6px;
  height: 2px;
  background-color: #595750;
  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: #595750;
  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: #595750;
  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 {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
}
.sp-box.hide {
  display: none;
}

.sp-nav {
  margin: 0 auto 40px;
  width: 100%;
  max-width: 1300px;
  display: flex;
  justify-content: space-between;
  align-content: stretch;
}
@media screen and (max-width: 800px) {
  .sp-nav {
    margin: 0 auto 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: #595750;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border: 2px solid #595750;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  z-index: 2;
}
.sp-nav__item::before {
  content: "";
  bottom: -22px;
  left: calc(50% - 18px);
  border-width: 22px 18px 0 18px;
  border-color: #595750 transparent transparent transparent;
  border-style: solid;
  position: absolute;
  display: none;
  transition: 0.5s;
}
@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: #5d97c4;
    border-color: #5d97c4;
  }
  .sp-nav__item:hover::before {
    border-color: #5d97c4 transparent transparent transparent;
  }
}
.sp-nav__item.select {
  color: #fff;
  background-color: #595750;
  transition: 0.5s;
}
.sp-nav__item.select::before {
  display: block;
}
@media screen and (min-width: 1025px) {
  .sp-nav__item.select:hover {
    color: #fff;
    background-color: #5d97c4;
    border-color: #5d97c4;
  }
  .sp-nav__item.select:hover::before {
    border-color: #5d97c4 transparent transparent transparent;
  }
}

.sp-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .sp-wrapper {
    margin: 0;
    justify-content: space-between;
  }
}
.sp-wrapper__item {
  padding: 170px 30px 30px;
  width: calc((100% - 100px) / 3);
  font-size: 24px;
  line-height: 1.52;
  color: #595750;
  font-weight: bold;
  text-align: center;
  background-color: #86b1d3;
  background-repeat: no-repeat;
  position: relative;
}
.sp-wrapper__item::after {
  content: "";
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: -50px;
  width: 50px;
  height: 60px;
  background-image: url(../img/free_arrow.svg);
  background-size: 80% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 1600px) {
  .sp-wrapper__item {
    padding: 170px 25px 25px;
    width: calc((100% - 80px) / 3);
  }
  .sp-wrapper__item::after {
    right: -40px;
    width: 40px;
    height: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .sp-wrapper__item {
    padding: 170px 20px 20px;
    width: calc((100% - 60px) / 3);
  }
  .sp-wrapper__item::after {
    right: -30px;
    width: 30px;
    height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .sp-wrapper__item {
    font-size: 22px;
  }
}
@media screen and (max-width: 800px) {
  .sp-wrapper__item {
    margin-bottom: 30px;
    padding: 110px 40px 40px;
    width: 100%;
    font-size: 24px;
  }
  .sp-wrapper__item::after {
    margin: 0 auto;
    top: auto;
    bottom: -50px;
    right: 0;
    left: 0;
    width: 50px;
    height: 60px;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 599px) {
  .sp-wrapper__item {
    margin-bottom: 20px;
    padding: 80px 20px 20px;
    font-size: 20px;
  }
  .sp-wrapper__item::after {
    bottom: -40px;
    width: 40px;
    height: 50px;
  }
}
.sp-wrapper__item:nth-child(even) {
  background-color: #aecbe1;
}
.sp-wrapper__item:last-child::after {
  display: none;
}
.sp-wrapper__item--01 {
  background-image: url(../img/flow01.svg);
  background-size: 87px auto;
  background-position: 50% 53px;
}
@media screen and (max-width: 800px) {
  .sp-wrapper__item--01 {
    background-size: 60.9px auto;
    background-position: 50% 31.8px;
  }
}
@media screen and (max-width: 599px) {
  .sp-wrapper__item--01 {
    background-size: 43.5px auto;
    background-position: 50% 23.85px;
  }
}
.sp-wrapper__item--02 {
  background-image: url(../img/flow02.svg);
  background-size: 84px auto;
  background-position: 50% 58px;
}
@media screen and (max-width: 800px) {
  .sp-wrapper__item--02 {
    background-size: 58.8px auto;
    background-position: 50% 34.8px;
  }
}
@media screen and (max-width: 599px) {
  .sp-wrapper__item--02 {
    background-size: 42px auto;
    background-position: 50% 26.1px;
  }
}
.sp-wrapper__item--03 {
  background-image: url(../img/flow03.svg);
  background-size: 100px auto;
  background-position: 50% 53px;
}
@media screen and (max-width: 800px) {
  .sp-wrapper__item--03 {
    background-size: 70px auto;
    background-position: 50% 31.8px;
  }
}
@media screen and (max-width: 599px) {
  .sp-wrapper__item--03 {
    background-size: 50px auto;
    background-position: 50% 23.85px;
  }
}
.sp-wrapper__item--04 {
  background-image: url(../img/flow04.svg);
  background-size: 98px auto;
  background-position: 50% 55px;
}
@media screen and (max-width: 800px) {
  .sp-wrapper__item--04 {
    background-size: 68.6px auto;
    background-position: 50% 33px;
  }
}
@media screen and (max-width: 599px) {
  .sp-wrapper__item--04 {
    background-size: 49px auto;
    background-position: 50% 24.75px;
  }
}
.sp-wrapper__item--05 {
  background-image: url(../img/flow05.svg);
  background-size: 91px auto;
  background-position: 50% 53px;
}
@media screen and (max-width: 800px) {
  .sp-wrapper__item--05 {
    background-size: 63.7px auto;
    background-position: 50% 31.8px;
  }
}
@media screen and (max-width: 599px) {
  .sp-wrapper__item--05 {
    background-size: 45.5px auto;
    background-position: 50% 23.85px;
  }
}
.sp-wrapper__item--06 {
  background-image: url(../img/flow06.svg);
  background-size: 125px auto;
  background-position: 50% 48px;
}
@media screen and (max-width: 800px) {
  .sp-wrapper__item--06 {
    background-size: 87.5px auto;
    background-position: 50% 28.8px;
  }
}
@media screen and (max-width: 599px) {
  .sp-wrapper__item--06 {
    background-size: 62.5px auto;
    background-position: 50% 21.6px;
  }
}
.sp-wrapper__item--sp {
  display: none;
  background-color: #595750 !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 #595750 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: #86b1d3;
}
.sp-wrapper__item--sp__text__caution {
  margin-top: 3px;
  font-size: 11px;
  display: block;
  text-align: center;
}
.sp-wrapper__item__text {
  margin-top: 15px;
  padding: 22px 30px;
  font-size: 16px;
  line-height: 1.6;
  color: #595750;
  font-weight: 500;
  text-align: justify;
  word-break: break-all;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .sp-wrapper__item__text {
    margin-top: 10px;
    padding: 19px 25px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .sp-wrapper__item__text {
    margin-top: 7px;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.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-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: #595750;
  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 #595750 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: #86b1d3;
}
.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: #595750;
  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: #595750;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .sp-caution-box__item__link:hover {
    color: #5d97c4;
    text-decoration: none;
  }
}

.sp-text {
  margin-top: 15px;
  padding-left: 1em;
  font-size: 15px;
  line-height: 1.4;
  color: #595750;
  text-indent: -1em;
}
@media screen and (max-width: 800px) {
  .sp-text {
    margin-top: -15px;
  }
}
@media screen and (max-width: 599px) {
  .sp-text {
    margin-top: -10px;
    font-size: 14px;
  }
}
.sp-text__link {
  color: #5d97c4;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .sp-text__link:hover {
    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: #595750;
  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: #aecbe1;
}
@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: #595750;
  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: #5d97c4;
  position: absolute;
}
.faq__title__border::before {
  content: "";
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #86b1d3;
  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: #595750;
  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.5s;
}
@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: #5d97c4;
  }
}
.faq__inner__item__q .q-icon {
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-color: #595750;
  position: absolute;
  transition: 0.5s;
}
@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.5s;
}
.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.5s;
}
.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: #595750;
  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: #5d97c4;
  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: #595750;
  font-weight: bold;
  text-align: center;
  position: relative;
  transition: 0.5s;
  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.5s;
}
.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: #fdd23e;
  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: #fdd23e transparent transparent transparent;
}
@media screen and (min-width: 1025px) {
  .outline__item--outline:hover {
    background-color: #f19dae;
  }
  .outline__item--outline:hover::before {
    border-color: #f19dae transparent transparent transparent;
  }
}
.outline__item--caution {
  background-color: #c3d94e;
  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: #c3d94e transparent transparent transparent;
}
@media screen and (min-width: 1025px) {
  .outline__item--caution:hover {
    background-color: #f19dae;
  }
  .outline__item--caution:hover::before {
    border-color: #f19dae 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: space-between;
  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: calc((100% - 40px) / 3);
}
@media screen and (max-width: 1500px) {
  .outline-box__inner__item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 1024px) {
  .outline-box__inner__item {
    width: calc((100% - 10px) / 3);
  }
}
@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: 16px;
  line-height: 80px;
  color: #595750;
  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 #595750;
  display: block;
}
@media screen and (max-width: 1500px) {
  .outline-box__inner__item__btn {
    padding-left: 20px;
    font-size: 1.1vw;
    background-size: 20px auto;
    background-position: right 20px top 50%;
  }
}
@media screen and (max-width: 1200px) {
  .outline-box__inner__item__btn {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 1024px) {
  .outline-box__inner__item__btn {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 800px) {
  .outline-box__inner__item__btn {
    font-size: 19px;
  }
}
@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 (max-width: 320px) {
  .outline-box__inner__item__btn {
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .outline-box__inner__item__btn:hover {
    background-color: #fdd23e;
  }
}
.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: #595750;
  font-weight: bold;
  text-align: center;
  background-color: #d2e37a;
}
@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__caution {
  margin-top: 6px;
  padding-left: 1em;
  font-size: 15px;
  line-height: 1.5;
  color: #595750;
  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: #595750;
  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: #595750;
  position: relative;
}
.outline-box__inner02__title02::before {
  content: "";
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #c3d94e;
  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-sms-wrapper {
  padding: 40px;
  background-color: #f3f3f3;
}
@media screen and (max-width: 800px) {
  .footer-sms-wrapper {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .footer-sms-wrapper {
    padding: 30px 20px;
  }
}
.footer-sms-wrapper__title {
  font-size: 18px;
  line-height: 1.5;
  color: #595750;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .footer-sms-wrapper__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .footer-sms-wrapper__title {
    font-size: 15px;
  }
}
.footer-sms-wrapper__title__sub {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 800px) {
  .footer-sms-wrapper__title__sub {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .footer-sms-wrapper__title__sub {
    font-size: 12px;
  }
}
.footer-sms-wrapper__tel {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #595750;
  font-weight: bold;
  cursor: auto;
}
@media screen and (max-width: 800px) {
  .footer-sms-wrapper__tel {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .footer-sms-wrapper__tel {
    font-size: 14px;
  }
}
.footer-sms-wrapper__caution {
  margin-top: 3px;
  padding-left: 1em;
  font-size: 13px;
  color: #595750;
  line-height: 1.5;
  text-indent: -1em;
}
@media screen and (max-width: 599px) {
  .footer-sms-wrapper__caution {
    font-size: 12px;
    text-align: justify;
  }
}
.footer-sms-wrapper__caution.right {
  text-align: right;
}
.footer-sms-wrapper__caution__text-link {
  color: #5d97c4;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .footer-sms-wrapper__caution__text-link:hover {
    color: #f19dae;
    text-decoration: none;
  }
}

.footer-wrapper {
  padding: 40px;
  background-color: #fff;
  position: relative;
}
@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: 30px 20px 0;
  }
}
.footer-wrapper__logo {
  margin-bottom: 20px;
  width: 200px;
  line-height: 0.1;
}
@media screen and (max-width: 800px) {
  .footer-wrapper__logo {
    width: 160px;
  }
}
@media screen and (max-width: 599px) {
  .footer-wrapper__logo {
    margin-bottom: 15px;
    width: 140px;
  }
}
.footer-wrapper__logo__link {
  display: block;
}
@media screen and (min-width: 1025px) {
  .footer-wrapper__logo__link:hover {
    opacity: 0.7;
  }
}
.footer-wrapper__text {
  margin-bottom: 30px;
  font-size: 13px;
  color: #595750;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .footer-wrapper__text {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .footer-wrapper__text {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
.footer-wrapper__ffg {
  right: 40px;
  bottom: 70px;
  width: 300px;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .footer-wrapper__ffg {
    bottom: 150px;
  }
}
@media screen and (max-width: 800px) {
  .footer-wrapper__ffg {
    right: 25px;
    bottom: 150px;
    width: 240px;
  }
}
@media screen and (max-width: 599px) {
  .footer-wrapper__ffg {
    margin-bottom: 20px;
    right: auto;
    bottom: auto;
    width: 200px;
    line-height: 0.1;
    position: relative;
  }
}
.footer-wrapper__ffg__link {
  display: block;
}
@media screen and (min-width: 1025px) {
  .footer-wrapper__ffg__link:hover {
    opacity: 0.7;
  }
}
.footer-wrapper__copyright {
  font-size: 13px;
  color: #595750;
  line-height: 1.01;
}
@media screen and (max-width: 599px) {
  .footer-wrapper__copyright {
    margin: 0 -20px;
    width: auto;
    height: 110px;
    font-size: 12px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #595750;
  }
}
@media screen and (max-width: 320px) {
  .footer-wrapper__copyright {
    font-size: 11px;
  }
}

.floating-wrapper {
  padding: 20px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  z-index: 11;
  display: none;
  opacity: 0;
  transition: 0.5s;
}
@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.5s;
  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: #595750;
  font-weight: bold;
  text-align: center;
  background-color: #f19dae;
  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: #5d97c4;
  border-radius: 50%;
  position: absolute;
  transition: 0.5s;
}
.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.5s;
}
@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: #fdd23e;
  }
  .floating-wrapper__btn:hover::before {
    background-color: #595750;
  }
}

/* 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: #5d97c4;
}
@media screen and (max-width: 599px) {
  .remodal-inner__title {
    margin-bottom: 20px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
}
@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;
  }
}
.remodal-inner__list__item__inner__unit {
  padding-left: 0.5em;
  width: 55px;
  font-size: 20px;
  line-height: 50px;
  color: #595750;
}
@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: #595750;
  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: #5d97c4;
  position: absolute;
}
.remodal-inner__list__item__inner__title::after {
  content: "";
  top: calc(50% - 2px);
  left: 0;
  width: 10px;
  height: 4px;
  background-color: #595750;
  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__caution {
  margin-top: 10px;
  padding-left: 1em;
  font-size: 13px;
  line-height: 1.4;
  text-indent: -1em;
  position: relative;
}
@media screen and (max-width: 599px) {
  .remodal-inner__caution {
    margin-top: 5px;
    font-size: 11px;
  }
}
.remodal-inner__btn {
  margin: 40px auto 0;
  width: 100%;
  max-width: 480px;
  height: 90px;
  text-align: center;
  background-color: #fdd23e;
  border: none;
  border-radius: 45px;
  display: block;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}
@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: #f19dae;
  }
  .remodal-inner__btn:hover::before {
    background-color: #e77799;
  }
}
.remodal-inner__btn__text {
  padding-left: 36px;
  font-size: 30px;
  line-height: 90px;
  color: #595750;
  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 #5d97c4;
  border-collapse: collapse;
}
.remodal-inner__table th {
  width: 50%;
  padding: 20px 30px;
  font-size: 20px;
  line-height: 1.01;
  color: #5d97c4;
  font-weight: 500;
  text-align: left;
  background-color: #d6e5f0;
  border: 1px solid #86b1d3;
  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: #595750;
  font-weight: bold;
  text-align: right;
  background-color: #fff;
  border: 1px solid #86b1d3;
  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: #d6e5f0;
}
@media screen and (max-width: 599px) {
  .remodal-inner__result-box {
    padding: 25px 20px;
  }
}
.remodal-inner__result-box__copy {
  font-size: 26px;
  line-height: 1.01;
  color: #5d97c4;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .remodal-inner__result-box__copy {
    font-size: 5.4vw;
  }
}
.remodal-inner__result-box__text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.625;
  color: #595750;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .remodal-inner__result-box__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: #595750;
  font-weight: bold;
  position: relative;
}
.remodal-inner__kinri-title::before {
  content: "";
  top: 0px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #5d97c4;
  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: #595750;
  font-weight: bold;
  text-align: center;
  background-color: #d6e5f0;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
  border-radius: 0;
}
.remodal-inner__kinri-btn::before {
  content: "";
  top: calc(50% - 1px);
  right: 20px;
  width: 20px;
  height: 2px;
  background-color: #5d97c4;
  position: absolute;
  transition: 0.5s;
}
.remodal-inner__kinri-btn::after {
  content: "";
  top: calc(50% - 1px);
  right: 20px;
  width: 20px;
  height: 2px;
  background-color: #5d97c4;
  position: absolute;
  transition: 0.5s;
  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: #5d97c4;
  }
  .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 #5d97c4;
  font-size: 16px;
  color: #595750;
  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: #f19dae;
  border: none;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  transition: 0.5s;
}
.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: #c3d94e;
}/*# sourceMappingURL=style.css.map */