@charset "UTF-8";
/* ***************************************************
 PC / SP共通
*************************************************** */
/* ////////////////// フォント設定 ////////////////// */
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.otf") format("opentype");
  font-display: swap;
}

/* ////////////////// タグ初期値 ////////////////// */
html,
body {
  height: 100%;
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', 'Noto Sans CJK JP', sans-serif, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, Verdana, sans-serif;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  color: #2a2a2a;
  font-family: 'Noto Sans JP', 'Noto Sans CJK JP', sans-serif, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1.25em;
}

a {
  color: #2994E7;
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

ul,
dl {
  padding: 0;
}

li, dt, dd {
  margin: 0px;
  padding: 0px;
}

table,
th,
td {
  border-collapse: collapse;
  border: 1px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -moz-box-sizing: content-box;
  height: 0;
}

/* テーブル */
table {
  width: 100%;
  margin: 0 auto 1.5em;
  min-height: 0.1%;
  overflow: auto;
}

td,
th {
  padding: 0.5em;
  border: 1px solid #CCC;
}

th {
  white-space: nowrap;
  background-color: #EEE;
  font-weight: normal;
}

/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width: 1099px) {
  .pc {
    display: none !important;
  }
  /* ----------- header ----------- */
  .top-fixed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.2);
    z-index: 100;
  }
  .mainimage {
    position: relative;
    width: 100%;
    margin: 80px 0 200px 0;
    padding: 0;
  }
  .mainimage .mainimage-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .mainimage .mainimage-container div img {
    margin: 0 auto;
  }
  .mainimage .mainimage-container > img {
    width: 90%;
    height: auto;
  }
  .mainimage .button a {
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 40px;
    font-size: 22px;
  }
  .mainimage .button a img {
    width: 32px;
    margin: 0 10px 0 0;
  }
  .mainimage .button a:hover {
    background: #fff;
  }
  .mainimage .banner88 {
    position: fixed;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    margin: 0 auto;
    z-index: 20;
    background: url(../images/modal_campaign_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mainimage .banner88 a {
    display: block;
    width: 100vw;
  }
  .mainimage .overlayer-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
    margin: 0;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }
  .mainimage .overlayer-box img:last-child {
    margin: 10px 0 0 0;
  }
  /* ----------- footer ----------- */
  footer {
    margin: 0 auto;
    padding: 20px 0px;
    text-align: center;
  }
  /* ----------- 共通パーツ ----------- */
  .button {
    margin: 0;
  }
  .button a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 20px;
    border: 2px solid #204FA8;
    border-radius: 25px;
    background: #204FA8;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
  }
  .button a img {
    display: inline-block;
    width: 18px;
    height: auto;
    margin-right: 10px;
  }
  .button a:hover {
    background: transparent;
    color: #204FA8;
  }
  .button a:hover img {
    -webkit-filter: invert(40%) sepia(122%) saturate(7006%) hue-rotate(225deg) brightness(60%) contrast(100%);
            filter: invert(40%) sepia(122%) saturate(7006%) hue-rotate(225deg) brightness(60%) contrast(100%);
  }
  .mw_wp_form select,
  .mw_wp_form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .mw_wp_form input[type=checkbox],
  .mw_wp_form input[type=radio] {
    display: none;
  }
  .mw_wp_form input[type=checkbox] + span, .mw_wp_form > p label {
    cursor: pointer;
    display: inline-block;
    margin: 0 0.5em 0 0;
    padding: 0 0 0 30px;
    position: relative;
  }
  .mw_wp_form input[type=checkbox] + span::before, .mw_wp_form > p label::before {
    margin: 0 10px 0 0;
    background: #fff;
    border-radius: 2px;
    content: "";
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15px;
    border: 1px solid #D9D9D9;
  }
  .mw_wp_form input[type=checkbox] + span::after, .mw_wp_form > p label::after {
    border-bottom: 3px solid #E50012;
    border-left: 3px solid #E50012;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    margin-top: -2px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg) scale(0.6);
            transform: translateY(-50%) rotate(-45deg) scale(0.6);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 15px;
  }
  .mw_wp_form input[type=checkbox]:checked + span::after {
    opacity: 1;
  }
  .mw_wp_form input[type=radio] + span, .mw_wp_form > p label {
    cursor: pointer;
    display: inline-block;
    margin: 0 0.5em 0 0;
    padding: 0 0 0 30px;
    position: relative;
  }
  .mw_wp_form input[type=radio] + span::before, .mw_wp_form > p label::before {
    margin: 0 10px 0 0;
    background: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 1em;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1em;
  }
  .mw_wp_form input[type=radio] + span::after, .mw_wp_form > p label::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    left: 5px;
    border-radius: 50%;
    margin-top: -0.1em;
    opacity: 0;
    position: absolute;
    top: 45%;
    background: #E50012;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .mw_wp_form input[type=radio]:checked + span::after {
    opacity: 1;
  }
  section {
    padding: 60px 0;
  }
  section > div {
    width: 90%;
    margin: 0 auto;
  }
  main {
    position: relative;
  }
  /* ----------- 掲載をお急ぎのお客様へ ----------- */
  .earliest {
    position: relative;
    width: 90%;
    margin: 100px auto 30px;
    border: 1px solid #E50012;
    padding: 60px 3vw;
  }
  .earliest h2 {
    position: absolute;
    top: -.75em;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 26px;
  }
  .earliest h2 span {
    display: inline-block;
    padding: 0 .35em;
    background-color: #fff;
  }
  .earliest .earliest-date {
    width: 100%;
    margin-bottom: 40px;
  }
  .earliest .earliest-date .left,
  .earliest .earliest-date .right {
    font-weight: bold;
  }
  .earliest .earliest-date .left p,
  .earliest .earliest-date .right p {
    font-size: 18px;
    margin-bottom: 0;
  }
  .earliest .earliest-date .left p span,
  .earliest .earliest-date .right p span {
    font-size: 24px;
  }
  .earliest .earliest-date .left {
    width: 100%;
    background-image: url(../images/arrow_icon.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: center;
    padding-bottom: 65px;
  }
  .earliest .earliest-date .left h3 {
    font-size: 20px;
  }
  .earliest .earliest-date .right {
    width: 100%;
    max-width: 360px;
    position: relative;
    margin: 0 auto;
    padding: 28px 0 0 24px;
  }
  .earliest .earliest-date .right b {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
    background-color: #E50012;
    color: #fff;
  }
  .earliest .earliest-date .right p {
    background-color: #FFE149;
    padding: 16px 10px 12px 25px;
    line-height: 1em;
  }
  .earliest .earliest-btn a {
    padding: 10px 30px;
    border-radius: 40px;
    font-size: 18px;
    background-color: #204FA8;
    color: #fff;
    margin: 0 auto 18px;
  }
  .earliest .earliest-btn a img {
    width: 23px;
  }
  .earliest .earliest-btn a:hover {
    border: 2px solid #204FA8;
    background-color: #fff;
    color: #204FA8;
  }
  .earliest .memo {
    text-align: center;
    font-size: 12px;
    margin-bottom: 0;
  }
  .banner-indeedplus {
    width: 90%;
    margin: 0 auto 60px;
  }
  .nav-border {
    background-color: #204FA8;
  }
  .nav-border ul {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
  }
  .nav-border ul li {
    width: 40%;
    text-align: center;
    border-right: 2px solid #fff;
  }
  .nav-border ul li:last-child {
    border-right: 0 solid transparent;
  }
  .nav-border ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 0 1em;
    color: #fff;
  }
  .nav-border ul li a span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-border ul li a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  /* ----------- こんなお悩みありませんか？ ----------- */
  .problem {
    padding: 100px 0 40px 0;
    position: relative;
  }
  .problem h2 {
    margin: 0 0 60px 0;
    font-size: 28px;
    text-align: center;
    line-height: 1.85;
  }
  .problem h2 span {
    font-size: 22px;
  }
  .problem .problem-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .problem .problem-container div {
    width: 85%;
    margin: 0 auto 20px auto;
    text-align: center;
  }
  .problem .problem-container div:last-child {
    margin: 0 auto;
  }
  .problem .problem-container div p {
    margin: 10px 0 0 0;
    padding: 0 10px;
    text-align: center;
    font-weight: bold;
  }
  .problem::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 80px solid #fff;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
  }
  /* ----------- そのお悩み、ing-Bwellにお任せ下さい ----------- */
  .solution {
    padding: 100px 0;
    background: #F8F8F8;
    text-align: center;
  }
  .solution h2 {
    display: inline;
    font-size: 28px;
    text-align: center;
    line-height: 1.85;
  }
  .solution h2 .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE149));
    background: -webkit-linear-gradient(transparent 70%, #FFE149 70%);
    background: linear-gradient(transparent 70%, #FFE149 70%);
  }
  .solution .solution-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 60px auto 0 auto;
  }
  .solution .solution-container div {
    width: 85%;
    margin: 0 auto 20px auto;
  }
  .solution .solution-container div h3 {
    margin: 10px 0 0 0;
    font-size: 20px;
  }
  .solution .solution-container div p {
    margin: 10px 0 0 0;
    padding: 0 10px;
    text-align: center;
  }
  /* ----------- ing-Bwellが選ばれる理由 ----------- */
  .reasons h2 {
    margin: 0 0 60px 0;
    font-size: 28px;
    text-align: center;
    line-height: 1.3;
  }
  .reasons h2 span {
    font-size: 16px;
    color: #E50012;
  }
  .reasons .reasons-container > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    margin: 0 0 40px 0;
  }
  .reasons .reasons-container > div:last-child {
    margin: 0;
  }
  .reasons .reasons-container > div div.img {
    text-align: center;
  }
  .reasons .reasons-container > div .text .list-num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 10px 0;
    font-size: 32px;
    color: #E50012;
    font-weight: bold;
  }
  .reasons .reasons-container > div .text .list-num::before {
    content: '';
    width: 70px;
    margin: 0 15px 0 0;
    border-top: 1px solid #E50012;
  }
  .reasons .reasons-container > div .text h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
  }
  .reasons > p {
    font-size: 30px;
    color: #E50012;
    font-weight: bold;
    text-align: center;
  }
  .reasons .reasons-performance {
    padding: 30px 20px;
    border: 4px solid #E50012;
    text-align: center;
  }
  .reasons .reasons-performance .reasons-performance-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 30px 0 20px 0;
  }
  .reasons .reasons-performance .reasons-performance-container div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .reasons .reasons-performance .reasons-performance-container div img {
    width: auto;
    height: auto;
    margin: 0 20px 0 0;
  }
  .reasons .reasons-performance .reasons-performance-container div p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    font-size: 22px;
    color: #E50012;
    line-height: 1.2;
    text-align: left;
    font-weight: bold;
  }
  .reasons .reasons-performance .reasons-performance-container div p img {
    margin: 10px 0 0 0;
  }
  .reasons .reasons-performance .reasons-performance-container div:first-child > img {
    width: 65px;
    height: auto;
    margin: 10px 10px 0 0;
  }
  .reasons .reasons-performance .reasons-performance-container div:last-child {
    margin: 0;
  }
  .reasons .reasons-performance .reasons-performance-container div:last-child > img {
    width: 40px;
    height: auto;
    margin: 0 26px 0 13px;
  }
  .reasons .reasons-performance h3 {
    font-size: 32px;
    letter-spacing: 5px;
  }
  .reasons .reasons-performance p {
    margin: 0;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.2;
  }
  /* ----------- リクナビNEXTの特徴 ----------- */
  .features {
    background: #F8F8F8;
  }
  .features h2 {
    margin: 0 0 60px 0;
    font-size: 28px;
    text-align: center;
    line-height: 1.3;
  }
  .features h2 span {
    font-size: 16px;
    color: #E50012;
  }
  .features h3 {
    margin: 0 0 20px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #707070;
    font-size: 24px;
  }
  .features > div {
    margin: 0 auto 80px auto;
  }
  .features > div:last-child {
    margin: 0 auto;
  }
  .features .features-registered-num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 60px 0 20px 0;
  }
  .features .features-registered-num .registered-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 10px 0;
    padding: 10px 20px;
    background: #E50012;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    line-height: 1.4;
  }
  .features .features-registered-num .registered-text br {
    display: none;
  }
  .features .features-registered-num img {
    width: auto;
    height: auto;
  }
  .features .features-registered-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 20px 0 0 0;
    width: 100%;
  }
  .features .features-registered-container div {
    width: 100%;
    margin: 0;
  }
  .features .features-registered-container div ul {
    width: 100%;
  }
  .features .features-registered-container div ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 25px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.6;
  }
  .features .features-registered-container div ul li p {
    width: 230px;
    margin: 0 0 0 10px;
    padding: 0;
  }
  .features .features-registered-container div ul li .checkbox {
    width: 24px;
    height: auto;
    -webkit-filter: invert(45%) sepia(53%) saturate(6057%) hue-rotate(70deg) brightness(78%) contrast(155%);
            filter: invert(45%) sepia(53%) saturate(6057%) hue-rotate(70deg) brightness(78%) contrast(155%);
  }
  .features .features-registered-container div > p {
    padding: 0;
    font-size: 12px;
  }
  .features .features-charge h4 {
    margin: 40px 0 0 0;
    padding: 10px 0;
    background: #E50012;
    color: #fff;
    text-align: center;
    font-size: 20px;
  }
  .features .features-charge .features-charge-common-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 20px;
    background: #fff;
  }
  .features .features-charge .features-charge-common-container div {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .features .features-charge .features-charge-common-container div p img {
    display: block;
    margin: 0 10px 0 0;
  }
  .features .features-charge .features-charge-common-container div p .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FFE149));
    background: -webkit-linear-gradient(transparent 80%, #FFE149 80%);
    background: linear-gradient(transparent 80%, #FFE149 80%);
    font-weight: bold;
  }
  .features .features-charge .features-charge-common-container div p .note {
    margin: 10px 0 0 0;
    font-size: 12px;
    float: right;
  }
  .features .features-charge .features-charge-common-container div p:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
  }
  .features .features-charge .features-charge-common-container div:last-child {
    margin: 0;
  }
  .features .features-charge .features-charge-common-plantable h4 {
    background: transparent;
    color: #2a2a2a;
    font-size: 24px;
  }
  .features .features-charge .features-charge-common-plantable > p {
    text-align: center;
  }
  .features .features-charge .features-charge-common-plantable > p:last-child {
    float: right;
    margin: 20px 0 60px 0;
    font-size: 10px;
    text-align: left;
  }
  .features .features-charge .features-charge-common-plantable table {
    font-size: 16px;
    font-weight: bold;
    border-collapse: collapse;
  }
  .features .features-charge .features-charge-common-plantable table thead tr th {
    background-color: #E50012;
    color: #fff;
    font-weight: bold;
    border: 1px solid #fff;
  }
  .features .features-charge .features-charge-common-plantable table thead tr td {
    border: 1px solid #fff;
  }
  .features .features-charge .features-charge-common-plantable table tbody th {
    border: 1px solid #fff;
  }
  .features .features-charge .features-charge-common-plantable table tbody td {
    padding: 0.5em 15px;
    border: 1px solid #fff;
  }
  .features .features-charge .features-charge-common-plantable table tbody td:last-child {
    color: #E50012;
  }
  .features .features-charge .features-charge-common-plantable table tbody tr:nth-child(odd) {
    background-color: #fff;
  }
  .features .features-charge .features-charge-common-plantable table tbody tr:nth-child(even) {
    background-color: #EFEFEF;
  }
  .features .features-charge .features-charge-common-plantable .sp-price-btn span {
    display: block;
    text-align: center;
    padding: .25em;
    border: 1px solid #E50012;
    color: #E50012;
    font-weight: bold;
  }
  .features .features-charge .features-charge-common-plantable #zoom-price {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #fff;
  }
  .features .features-charge .features-charge-common-plantable .plan-plantable-approach .plan-approach-title {
    margin: 0;
    padding: 5px 0;
    background-color: #E50012;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
  }
  .features .features-charge .features-charge-common-plantable .plan-plantable-approach div {
    margin: 0 0 20px 0;
    padding: 10px 15px;
    background-color: #fff;
  }
  .features .features-charge .features-charge-common-plantable .plan-plantable-approach p {
    font-size: 11px;
  }
  .features .features-charge .features-charge-common-plantable .plan-plantable-approach .marker {
    display: inline;
    padding: 0 0 2px 0;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE149));
    background: -webkit-linear-gradient(transparent 70%, #FFE149 70%);
    background: linear-gradient(transparent 70%, #FFE149 70%);
  }
  .features .features-case {
    margin-bottom: 30px;
  }
  .features .features-case h3 {
    margin-bottom: 60px;
  }
  .features .features-case .features-case-container {
    position: relative;
    margin: 0 0 60px 0;
    padding: 40px 20px 20px 20px;
    background: #fff;
    border-radius: 8px;
  }
  .features .features-case .features-case-container .img {
    position: absolute;
    top: -40px;
    left: 15px;
    width: 80px;
  }
  .features .features-case .features-case-container h4 {
    position: absolute;
    top: -20px;
    left: 110px;
    width: calc(100% - 120px);
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background: #E50012;
    border-radius: 8px;
  }
  .features .features-case .features-case-container h4::before {
    content: "";
    position: absolute;
    left: -8px;
    bottom: 0;
    width: 18px;
    height: 20px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: #E50012;
  }
  .features .features-case .features-case-container dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .features .features-case .features-case-container dt {
    width: 100px;
    margin: 0 10px 10px 0;
    padding: 5px 0;
    font-weight: bold;
    background: #E0E0E0;
    text-align: center;
  }
  .features .features-case .features-case-container dd {
    width: calc(100% - 110px);
    margin: 0 0 10px 0;
  }
  .features .features-case .features-case-container p {
    margin: 0;
  }
  .features .features-case .features-case-container p .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FFE149));
    background: -webkit-linear-gradient(transparent 80%, #FFE149 80%);
    background: linear-gradient(transparent 80%, #FFE149 80%);
  }
  .features .features-case .features-case-container:last-of-type {
    margin: 0;
  }
  .features .features-memo {
    width: 90%;
    margin: 0 auto;
  }
  .features .features-memo ul {
    list-style: none;
    padding-left: 1.5em;
    font-size: 12px;
  }
  .features .features-memo ul li {
    text-indent: -.75em;
  }
  .features .features-memo ul li::before {
    content: "※";
    display: inline-block;
    margin-right: 0.5em;
  }
  .modal-table .modal-table-description {
    position: relative;
  }
  .modal-table .modal-table-description img {
    width: 320px;
    height: auto;
    margin: 0 0 0 2vw;
  }
  .modal-table .modal-table-description .close {
    position: absolute;
    top: 5px;
    right: 2vw;
    width: 22px;
    height: 22px;
    margin: 0;
    line-height: 1.0;
  }
  .modal-table .modal-table-description .close img {
    width: 22px;
    height: auto;
    margin: 0;
  }
  .modal-table .modal-table-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow-x: scroll;
  }
  .modal-table .modal-table-content .modal-table-title {
    position: fixed;
    top: 26px;
    left: 0;
  }
  .modal-table .modal-table-content .modal-table-title p {
    margin: 0;
    border-top: 1px solid #fff;
    background-color: #E50012;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 2.0;
    letter-spacing: 2px;
    font-size: 13px;
  }
  .modal-table .modal-table-content .modal-table-title p:first-child {
    height: 59px;
    padding: 20px 0 0 0;
    border-top: 3px solid #fff;
  }
  .modal-table .modal-table-content .modal-table-title p:nth-child(2) {
    height: 32px;
  }
  .modal-table .modal-table-content .modal-table-title p:nth-child(3) {
    height: 78px;
  }
  .modal-table .modal-table-content .modal-table-title p:last-child {
    height: 342px;
  }
  .modal-table table {
    table-layout: fixed;
    width: 100%;
    margin: 0 0 0 24px;
    border-collapse: collapse;
  }
  .modal-table table tr:last-child td, .modal-table table tr:nth-child(4) td {
    vertical-align: top;
  }
  .modal-table table tr:nth-child(even) {
    background-color: #fff !important;
  }
  .modal-table table tr:nth-child(odd) {
    background-color: #EFEFEF !important;
  }
  .modal-table table th {
    width: 130px;
    padding: 0 10px;
    background-color: #E50012;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    font-size: 13px;
  }
  .modal-table table th:last-child {
    width: 260px;
    color: #fff;
  }
  .modal-table table td {
    width: 130px;
    padding: 6px !important;
    text-align: center;
    border: 2px solid #fff;
    font-size: 13px;
    line-height: 1.0;
  }
  .modal-table table td:last-child {
    width: 260px;
    color: #2a2a2a !important;
  }
  .modal-table table td .price-num {
    font-size: 20px;
  }
  .modal-table table td .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .modal-table table td .flex img:nth-child(2) {
    margin: 90px 0 0 0;
  }
  .modal-cv {
    width: 100vw;
    padding: 5px 20px 10px 20px;
    background: url(../images/modal_campaign_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .modal-cv > img {
    display: block;
    margin: 0 auto;
  }
  .modal-cv .button {
    margin: 3px 0 0 0;
  }
  .modal-cv .button a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .modal-icon {
    position: fixed;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  /* ----------- お客様の声 ----------- */
  .voice h2 {
    margin: 0 0 60px 0;
    font-size: 28px;
    text-align: center;
    line-height: 1.3;
  }
  .voice h2 span {
    font-size: 16px;
    color: #E50012;
  }
  .voice .voice-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 40px auto;
  }
  .voice .voice-container:last-child {
    margin: 0 auto;
  }
  .voice .voice-container img {
    margin: 0 auto;
  }
  .voice .voice-container .right {
    width: 100%;
  }
  .voice .voice-container .right div {
    width: 100%;
    padding: 20px;
    background: #FBFBFB;
  }
  .voice .voice-container .right div p {
    display: block;
    margin: 0;
    padding: 0 2px 4px;
    line-height: 230%;
    background-image: -webkit-repeating-linear-gradient(#FBFBFB 0px, #FBFBFB 34px, #CECECE 35px);
    background-image: repeating-linear-gradient(#FBFBFB 0px, #FBFBFB 34px, #CECECE 35px);
  }
  .voice .voice-container h3 {
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE149));
    background: -webkit-linear-gradient(transparent 70%, #FFE149 70%);
    background: linear-gradient(transparent 70%, #FFE149 70%);
    font-size: 20px;
  }
  .voice .voice-container dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .voice .voice-container dt {
    width: 100px;
    margin: 0 10px 10px 0;
    padding: 5px 0;
    font-weight: bold;
    background: #E0E0E0;
    text-align: center;
  }
  .voice .voice-container dd {
    width: calc(100% - 120px);
    min-width: 60px;
    margin: 0 0 10px 0;
  }
  /* ----------- よくある質問 ----------- */
  .faq {
    background: #F8F8F8;
  }
  .faq h2 {
    margin: 0 0 60px 0;
    font-size: 28px;
    text-align: center;
    line-height: 1.3;
  }
  .faq h2 span {
    font-size: 16px;
    color: #E50012;
  }
  .faq div {
    border-bottom: 1px solid #1D1D1D;
  }
  .faq .question {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin: 10px 0;
    padding: 15px 40px 15px 10px;
    cursor: pointer;
  }
  .faq .question:before {
    content: 'Q';
    display: block;
    margin: 0 10px 0 0;
    font-size: 32px;
    line-height: 1.2;
    color: #E50012;
    font-weight: bold;
  }
  .faq .question .plus_mark {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #E50012;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25px;
    height: 25px;
  }
  .faq .question .plus_mark span {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #E50012;
    color: #E50012;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .faq .question .plus_mark span:nth-of-type(1) {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .faq .question .plus_mark span:nth-of-type(2) {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .faq .question .plus_mark span:nth-of-type(2).plus_border_none {
    display: none;
  }
  .faq .anser {
    display: none;
    width: 100%;
    margin: 0 0 40px 0px;
    padding: 30px 40px;
    border-radius: 20px;
    background: #fff;
  }
  .faq .anser a {
    color: #2994E7;
  }
  .faq .anser a:hover {
    text-decoration: underline;
  }
  /* ----------- 掲載までの流れ ----------- */
  .flow h2 {
    margin: 0 0 60px 0;
    font-size: 28px;
    text-align: center;
    line-height: 1.3;
  }
  .flow h2 span {
    font-size: 16px;
    color: #E50012;
  }
  .flow .flow-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flow .flow-start div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .flow .flow-start div p {
    margin: 0;
  }
  .flow .flow-start div p:first-child {
    margin: 0 20px 0 0;
    padding: 10px 0px 5px 0;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    background: #E50012;
    color: #fff;
    font-size: 29px;
    font-weight: bold;
    letter-spacing: 5px;
  }
  .flow .flow-start div p:last-child {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
  }
  .flow .flow-start div p:last-child .font-big {
    display: inline-block;
    margin: 0 10px 0 0;
    letter-spacing: -7px;
    font-size: 44px;
    color: #E50012;
  }
  .flow .flow-start > p {
    margin: 0;
    font-weight: bold;
  }
  .flow .flow-start > p .font-big {
    font-size: 24px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE149));
    background: -webkit-linear-gradient(transparent 70%, #FFE149 70%);
    background: linear-gradient(transparent 70%, #FFE149 70%);
  }
  .flow .flow-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px auto 0 auto;
  }
  .flow .flow-arrow .left {
    width: 73%;
  }
  .flow .flow-arrow .left > div {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: auto;
    margin: 10px 0 20px 0;
  }
  .flow .flow-arrow .left > div .step-num {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80px;
    height: 80px;
    margin: 0;
    border-radius: 50%;
    background: #FFE149;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.0;
  }
  .flow .flow-arrow .left > div .step-num em {
    font-style: normal;
  }
  .flow .flow-arrow .left > div .step-num .step-num-big {
    display: inline-block;
    width: 100%;
    font-size: 34px;
    line-height: 1.0;
  }
  .flow .flow-arrow .left > div div {
    position: relative;
    width: auto;
    margin: 0;
  }
  .flow .flow-arrow .left > div div h3 {
    margin: 5px 0 0 0;
    font-size: 22px;
  }
  .flow .flow-arrow .left > div div p {
    margin: 0;
    font-size: 14px;
  }
  .flow .flow-arrow .left > div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #FBFBFB;
  }
  .flow .flow-arrow .right {
    width: 30%;
    text-align: center;
  }
  .flow .flow-arrow .right p {
    margin: 20px 0 0 0;
    font-size: 17px;
    color: #E50012;
    font-weight: bold;
  }
  .flow .flow-arrow .right p .font-big {
    font-size: 60px;
    line-height: 0.9;
    font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',"メイリオ", Meiryo,sans-serif;
  }
  .flow .flow-arrow .right p .font-small {
    font-size: 13px;
  }
  .flow .flow-arrow .right > img {
    margin: 30px 0 0 0;
  }
  /* ----------- キャンペーン ----------- */
  .cv {
    padding: 60px 0;
    background-image: url("../images/mainimage_bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .cv img {
    display: block;
    margin: 0 auto;
  }
  .cv .button {
    margin: 0;
  }
  .cv .button a {
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 40px;
    font-size: 22px;
  }
  .cv .button a img {
    width: 32px;
  }
  .cv .button a:hover {
    background: #fff;
  }
  /* ----------- キャンペーン ----------- */
  .campaign_banner .button {
    margin: 20px 0 0 0;
  }
  .campaign_banner .button a {
    margin: 0 auto;
    padding: 5px 30px 10px 30px;
    font-size: 18px;
  }
  .campaign_banner .button a > span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.4;
  }
  .campaign_banner .button a .font-small {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
  .campaign_banner .button a img {
    width: 22px;
  }
  .campaign {
    padding: 18px 10px;
    background: url("../images/campaign_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .campaign > img {
    display: block;
    margin: 10px auto 0 auto;
  }
  .campaign > div {
    width: 100%;
    text-align: center;
  }
  .campaign > div h2 {
    display: block;
    font-size: 32px;
    background-color: #E50012;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    padding: 3px 5px;
  }
  .campaign > div .add-text {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .campaign > div .add-text strong {
    font-size: 32px;
    color: #E50012;
  }
  .campaign > div .add-text strong b {
    font-size: 46px;
  }
  .campaign > div .note {
    font-size: 12px;
    margin-bottom: 0;
    text-align: left;
  }
  /* ----------- お問い合わせ ----------- */
  .cv-form {
    position: relative;
    background: #F8F8F8;
  }
  .cv-form h2 {
    margin: 0 0 30px 0;
    font-size: 28px;
    text-align: center;
    line-height: 1.3;
  }
  .cv-form h2 span {
    font-size: 16px;
    color: #E50012;
  }
  .cv-form > p {
    margin: 0 0 30px 0;
    text-align: center;
    font-weight: bold;
  }
  .cv-form > p a {
    color: #2994E7;
    text-decoration: underline;
  }
  .cv-form > p a:hover {
    text-decoration: none;
  }
  .cv-form .campaign {
    margin: 0 auto 40px auto;
    padding: 20px;
  }
  .cv-form .campaign div .note {
    margin: 0;
  }
  .cv-form .campeign88-banner {
    width: 90%;
    margin: 0 auto 50px;
    text-align: center;
  }
  .cv-form .mw_wp_form {
    padding: 40px 20px;
    border-radius: 30px;
    background: #fff;
  }
  .cv-form .mw_wp_form table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    word-break: break-all;
  }
  .cv-form .mw_wp_form table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #9A9A9A;
    padding: 20px 10px;
  }
  .cv-form .mw_wp_form table tr:last-child {
    border-bottom: 1px solid #9A9A9A;
  }
  .cv-form .mw_wp_form table tr.personal th {
    margin: 0;
  }
  .cv-form .mw_wp_form table tr.personal td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .cv-form .mw_wp_form table tr.personal td .mwform-checkbox-field {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    display: inline-block;
    margin: 0;
  }
  .cv-form .mw_wp_form table tr.personal td .mwform-checkbox-field label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    padding: 0;
  }
  .cv-form .mw_wp_form table tr.personal td .mwform-checkbox-field label span {
    font-size: 0;
  }
  .cv-form .mw_wp_form table tr.personal td > label {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .cv-form .mw_wp_form table tr.personal td > label span {
    content: '';
    cursor: pointer;
    color: #2994E7;
    font-weight: bold;
  }
  .cv-form .mw_wp_form table tr.personal td .error {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
    width: 100%;
  }
  .cv-form .mw_wp_form table tr th {
    position: relative;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    border: none;
    background: transparent;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    white-space: break-spaces;
  }
  .cv-form .mw_wp_form table tr th .required {
    position: absolute;
    top: 0;
    right: 0px;
    margin: 0;
    padding: 0 5px;
    border-radius: 3px;
    background: #E50012;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
  }
  .cv-form .mw_wp_form table tr th .any {
    position: absolute;
    top: 0;
    right: 0px;
    margin: 0;
    padding: 0 5px;
    border-radius: 3px;
    background: #D9E346;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
  }
  .cv-form .mw_wp_form table tr th p {
    margin: 5px 0 0 0;
    font-weight: normal;
    font-size: 14px;
  }
  .cv-form .mw_wp_form table tr th .note {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.6;
  }
  .cv-form .mw_wp_form table tr td {
    width: 100%;
    border: none;
    padding: 0;
  }
  .cv-form .mw_wp_form table tr td input, .cv-form .mw_wp_form table tr td textarea, .cv-form .mw_wp_form table tr td select {
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    background: #ECECEC;
    border: none;
    border-radius: 5px;
    font-family: 'Noto Sans JP', 'Noto Sans CJK JP', sans-serif, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, Verdana, sans-serif;
  }
  .cv-form .mw_wp_form table tr td select {
    width: 185px;
    padding: 10px 40px 10px 15px;
    font-size: 15px;
    background: #ECECEC;
    border: none;
    border-radius: 5px;
    font-family: 'Noto Sans JP', 'Noto Sans CJK JP', sans-serif, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, Verdana, sans-serif;
  }
  .cv-form .mw_wp_form table tr td.zip {
    position: relative;
  }
  .cv-form .mw_wp_form table tr td.zip::after {
    content: '';
    position: absolute;
    top: 16px;
    left: 155px;
    border-right: 7px solid transparent;
    border-top: 10px solid #2a2a2a;
    border-left: 7px solid transparent;
  }
  .cv-form .mw_wp_form table tr td input[type="checkbox"] {
    width: auto;
  }
  .cv-form .mw_wp_form table tr td .mwform-radio-field, .cv-form .mw_wp_form table tr td .mwform-checkbox-field {
    display: block;
    margin: 10px 0 0 0;
  }
  .cv-form .mw_wp_form table tr td .mwform-radio-field:first-child, .cv-form .mw_wp_form table tr td .mwform-checkbox-field:first-child {
    margin: 0;
  }
  .cv-form .mw_wp_form table tr td .mwform-radio-field label, .cv-form .mw_wp_form table tr td .mwform-checkbox-field label {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 5px;
    background: #D9D9D9;
  }
  .cv-form .mw_wp_form table tr td .mwform-radio-field label.active, .cv-form .mw_wp_form table tr td .mwform-checkbox-field label.active {
    background: #E50012;
    color: #fff;
    font-weight: bold;
  }
  .cv-form .mw_wp_form table tr td.form-contents .mwform-radio-field:first-child label, .cv-form .mw_wp_form table tr td.form-contents .mwform-checkbox-field:first-child label {
    position: relative;
    font-weight: bold;
  }
  .cv-form .mw_wp_form table tr td.form-contents .mwform-radio-field:first-child label::before, .cv-form .mw_wp_form table tr td.form-contents .mwform-checkbox-field:first-child label::before {
    content: 'おすすめ';
    position: absolute;
    left: 45px;
    top: 10px;
    background-color: #FFE149;
    padding: 2px 7px;
    font-size: 12px;
    line-height: 1.2;
    color: #2a2a2a;
  }
  .cv-form .mw_wp_form table tr td.form-contents .mwform-radio-field:first-child label span, .cv-form .mw_wp_form table tr td.form-contents .mwform-checkbox-field:first-child label span {
    margin: 0;
    padding: 25px 0 0 30px;
  }
  .cv-form .mw_wp_form table tr td.form-contents .mwform-radio-field:first-child label.active, .cv-form .mw_wp_form table tr td.form-contents .mwform-checkbox-field:first-child label.active {
    background: #E50012;
  }
  .cv-form .mw_wp_form table tr td.contents .mwform-radio-field label, .cv-form .mw_wp_form table tr td.contents .mwform-checkbox-field label {
    width: 300px;
  }
  .cv-form .mw_wp_form table tr td .guide-text {
    margin: 0;
    font-size: 14px;
    color: #A1A1A1;
  }
  .cv-form .mw_wp_form table tr td .note {
    margin: 0;
    font-size: 12px;
    color: #676767;
  }
  .cv-form .mw_wp_form table tr td .note span {
    font-size: 16px;
    color: #000;
  }
  .cv-form .mw_wp_form table tr td .error {
    margin: 10px 0 0 0;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    background: #f7d8db;
  }
  .cv-form .mw_wp_form .button {
    width: 100%;
    margin: 30px auto 0 auto;
    text-align: center;
  }
  .cv-form .mw_wp_form .button input {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 15px 30px;
    border-radius: 35px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    background: #204FA8;
    border: 2px solid #204FA8;
    font-family: 'Noto Sans JP', 'Noto Sans CJK JP', sans-serif, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, Verdana, sans-serif;
    letter-spacing: 0.05em;
  }
  .cv-form .mw_wp_form .button input:first-child {
    border: 2px solid #204FA8;
    background: #fff;
    color: #204FA8;
  }
  .cv-form .mw_wp_form .button input:last-child {
    border: 2px solid #204FA8;
    background: #204FA8;
    color: #fff;
  }
  .cv-form .mw_wp_form .button input:hover {
    background: transparent;
    color: #204FA8;
    cursor: pointer;
  }
  .cv-form .mw_wp_form_confirm td > p {
    display: none;
  }
  .cv-form .mw_wp_form_confirm .personal .personal-label {
    display: none;
  }
  .cv-form .mw_wp_form_confirm .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cv-form .mw_wp_form_confirm .button input[name=submitBack] {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    font-size: 18px;
    padding: 10px 20px;
  }
  .cv-form .mw_wp_form_confirm .button input[name=submit] {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 10px 0;
  }
  .cv-form .mw_wp_form_confirm table tr td.zip::after {
    display: none;
  }
  .cv-form .mw_wp_form_complete .button a {
    margin: 0 auto;
    font-size: 21px;
  }
  /* ----------- モーダルウィンドウ ----------- */
  .glaylay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
  }
  .overlay {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90vw;
    height: 70vh;
    padding: 50px 20px 20px 20px;
    background: #fff;
    z-index: 1000;
    overflow-y: scroll;
  }
  .overlay h3 {
    margin: 0 0 20px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #707070;
    font-size: 24px;
  }
  .overlay ol {
    padding: 0 0 0 20px;
  }
  .overlay .modal_back {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 2%;
    right: 2%;
    cursor: pointer;
  }
  .overlay .modal_back:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84%;
    height: 5%;
    margin: -8% 0 0 -45%;
    background: #2a2a2a;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .overlay .modal_back:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84%;
    height: 5%;
    margin: -8% 0 0 -45%;
    background: #2a2a2a;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  /* ----------- ページトップ ----------- */
  .page-top {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #E50012;
  }
  .page-top img {
    width: 70%;
    height: auto;
  }
}

/* ***************************************************
 PC
*************************************************** */
@media all and (min-width: 1100px) {
  .sp {
    display: none !important;
  }
  /* ----------- header ----------- */
  .top-fixed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 10px calc((100% - 1000px) / 2) 10px calc((100% - 1000px) / 2);
    background: #fff;
    -webkit-box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.2);
    z-index: 100;
  }
  .mainimage {
    width: 100%;
    margin: 80px 0 200px 0;
    padding: 0;
  }
  .mainimage .mainimage-container {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .mainimage .button {
    margin: 0 auto;
  }
  .mainimage .button a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    border: 2px solid #204FA8;
    background-color: #204FA8;
    padding: 10px 40px;
    border-radius: 40px;
    font-size: 28px;
  }
  .mainimage .button a img {
    width: 32px;
  }
  .mainimage .button a:hover {
    background-color: #fff;
    color: #204FA8;
  }
  .mainimage .banner88 {
    position: absolute;
    top: 50%;
    right: -60px;
    margin: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .mainimage .banner88 a {
    display: block;
    overflow: hidden;
  }
  .mainimage .overlayer-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 800px;
    margin: 0;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }
  /* ----------- footer ----------- */
  footer {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 60px;
    text-align: right;
  }
  /* ----------- 共通パーツ ----------- */
  .button {
    margin: 0;
  }
  .button a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 30px;
    border: 2px solid #204FA8;
    border-radius: 25px;
    background: #204FA8;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
  }
  .button a img {
    display: inline-block;
    width: 18px;
    height: auto;
    margin-right: 10px;
  }
  .button a:hover {
    background: transparent;
    color: #204FA8;
  }
  .button a:hover img {
    -webkit-filter: invert(40%) sepia(122%) saturate(7006%) hue-rotate(225deg) brightness(60%) contrast(100%);
            filter: invert(40%) sepia(122%) saturate(7006%) hue-rotate(225deg) brightness(60%) contrast(100%);
  }
  .mw_wp_form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .mw_wp_form input[type=checkbox],
  .mw_wp_form input[type=radio] {
    display: none;
  }
  .mw_wp_form input[type=checkbox] + span, .mw_wp_form > p label {
    cursor: pointer;
    display: inline-block;
    margin: 0 0.5em 0 0;
    padding: 0 0 0 30px;
    position: relative;
  }
  .mw_wp_form input[type=checkbox] + span::before, .mw_wp_form > p label::before {
    margin: 0 10px 0 0;
    background: #fff;
    border-radius: 2px;
    content: "";
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15px;
    border: 1px solid #D9D9D9;
  }
  .mw_wp_form input[type=checkbox] + span::after, .mw_wp_form > p label::after {
    border-bottom: 3px solid #E50012;
    border-left: 3px solid #E50012;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    margin-top: -2px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg) scale(0.6);
            transform: translateY(-50%) rotate(-45deg) scale(0.6);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 15px;
  }
  .mw_wp_form input[type=checkbox]:checked + span::after {
    opacity: 1;
  }
  .mw_wp_form input[type=radio] + span, .mw_wp_form > p label {
    cursor: pointer;
    display: inline-block;
    margin: 0 0.5em 0 0;
    padding: 0 0 0 30px;
    position: relative;
  }
  .mw_wp_form input[type=radio] + span::before, .mw_wp_form > p label::before {
    margin: 0 10px 0 0;
    background: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 1em;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1em;
  }
  .mw_wp_form input[type=radio] + span::after, .mw_wp_form > p label::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    left: 5px;
    border-radius: 50%;
    margin-top: -0.1em;
    opacity: 0;
    position: absolute;
    top: 45%;
    background: #E50012;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .mw_wp_form input[type=radio]:checked + span::after {
    opacity: 1;
  }
  section {
    padding: 100px 0;
  }
  section div {
    width: 1000px;
    margin: 0 auto;
  }
  main {
    position: relative;
  }
  /* ----------- 掲載をお急ぎのお客様へ ----------- */
  .earliest {
    position: relative;
    width: 800px;
    margin: 100px auto 60px;
    border: 1px solid #E50012;
    padding: 60px 105px 10px;
  }
  .earliest h2 {
    position: absolute;
    top: -.75em;
    left: 0;
    width: 800px;
    text-align: center;
    font-size: 32px;
  }
  .earliest h2 span {
    display: inline-block;
    padding: 0 1em;
    background-color: #fff;
  }
  .earliest .earliest-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .earliest .earliest-date .left,
  .earliest .earliest-date .right {
    font-weight: bold;
  }
  .earliest .earliest-date .left p,
  .earliest .earliest-date .right p {
    font-size: 18px;
  }
  .earliest .earliest-date .left p span,
  .earliest .earliest-date .right p span {
    font-size: 24px;
  }
  .earliest .earliest-date .left {
    width: 49%;
    margin-right: 1%;
    background-image: url(../images/arrow_icon88.png);
    background-repeat: no-repeat;
    background-position: right center;
  }
  .earliest .earliest-date .left h3 {
    font-size: 20px;
  }
  .earliest .earliest-date .right {
    width: 50%;
    position: relative;
    padding: 28px 0 0 24px;
  }
  .earliest .earliest-date .right b {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
    background-color: #E50012;
    color: #fff;
  }
  .earliest .earliest-date .right p {
    background-color: #FFE149;
    padding: 16px 10px 12px 25px;
    line-height: 1em;
  }
  .earliest .earliest-btn a {
    padding: 10px 40px;
    border-radius: 40px;
    font-size: 20px;
    background-color: #204FA8;
    color: #fff;
    margin: 0 auto 18px;
  }
  .earliest .earliest-btn a img {
    width: 23px;
  }
  .earliest .earliest-btn a:hover {
    border: 2px solid #204FA8;
    background-color: #fff;
    color: #204FA8;
  }
  .earliest .memo {
    text-align: center;
    font-size: 12px;
    margin-bottom: 0;
  }
  .nav-border {
    background-color: #204FA8;
  }
  .banner-indeedplus {
    margin-bottom: 100px;
    text-align: center;
  }
  .banner-indeedplus a:hover {
    opacity: .8;
  }
  .nav-border ul {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1000px;
    padding: 20px 0;
    margin: 0 auto;
    font-weight: bold;
  }
  .nav-border ul li {
    width: 40%;
    text-align: center;
    border-right: 2px solid #fff;
  }
  .nav-border ul li:first-child {
    border-left: 2px solid #fff;
  }
  .nav-border ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1em;
    color: #fff;
  }
  .nav-border ul li a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  /* ----------- こんなお悩みありませんか？ ----------- */
  .problem {
    padding: 100px 0 40px 0;
    position: relative;
  }
  .problem h2 {
    margin: 0 0 60px 0;
    font-size: 32px;
    text-align: center;
    line-height: 1.85;
  }
  .problem h2 span {
    font-size: 22px;
  }
  .problem .problem-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .problem .problem-container div {
    width: 30%;
  }
  .problem .problem-container div p {
    margin: 10px 0 0 0;
    padding: 0 10px;
    text-align: center;
    font-weight: bold;
  }
  .problem::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 80px solid #fff;
    border-left: 49vw solid transparent;
    border-right: 49vw solid transparent;
  }
  /* ----------- そのお悩み、ing-Bwellにお任せ下さい ----------- */
  .solution {
    padding: 100px 0;
    background: #F8F8F8;
    text-align: center;
  }
  .solution h2 {
    display: inline;
    font-size: 32px;
    text-align: center;
    line-height: 1.85;
  }
  .solution h2 .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE149));
    background: -webkit-linear-gradient(transparent 70%, #FFE149 70%);
    background: linear-gradient(transparent 70%, #FFE149 70%);
  }
  .solution .solution-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 60px auto 0 auto;
  }
  .solution .solution-container div {
    width: 30%;
  }
  .solution .solution-container div h3 {
    margin: 20px 0 0 0;
    font-size: 20px;
  }
  .solution .solution-container div p {
    margin: 10px 0 0 0;
    padding: 0 10px;
    text-align: center;
  }
  /* ----------- ing-Bwellが選ばれる理由 ----------- */
  .reasons h2 {
    margin: 0 0 60px 0;
    font-size: 32px;
    text-align: center;
    line-height: 1.3;
  }
  .reasons h2 span {
    font-size: 16px;
    color: #E50012;
  }
  .reasons .reasons-container > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 60px 0;
  }
  .reasons .reasons-container > div:nth-child(odd) .img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .reasons .reasons-container > div:nth-child(odd) .text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .reasons .reasons-container > div:nth-child(even) .img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .reasons .reasons-container > div:nth-child(even) .text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .reasons .reasons-container > div:last-child {
    margin: 0;
  }
  .reasons .reasons-container > div div {
    width: 50%;
  }
  .reasons .reasons-container > div div.img {
    text-align: center;
  }
  .reasons .reasons-container > div .text .list-num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 10px 0;
    font-size: 32px;
    color: #E50012;
    font-weight: bold;
  }
  .reasons .reasons-container > div .text .list-num::before {
    content: '';
    width: 70px;
    margin: 0 15px 0 0;
    border-top: 1px solid #E50012;
  }
  .reasons .reasons-container > div .text h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
  }
  .reasons > p {
    font-size: 30px;
    color: #E50012;
    font-weight: bold;
    text-align: center;
  }
  .reasons .reasons-performance {
    padding: 40px;
    border: 4px solid #E50012;
    text-align: center;
  }
  .reasons .reasons-performance .reasons-performance-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 30px 0 20px 0;
  }
  .reasons .reasons-performance .reasons-performance-container div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 48%;
  }
  .reasons .reasons-performance .reasons-performance-container div img {
    width: auto;
    height: auto;
    margin: 0 20px 0 0;
  }
  .reasons .reasons-performance .reasons-performance-container div p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    font-size: 28px;
    color: #E50012;
    line-height: 1.2;
    text-align: left;
    font-weight: bold;
  }
  .reasons .reasons-performance .reasons-performance-container div p img {
    margin: 10px 0 0 0;
  }
  .reasons .reasons-performance h3 {
    font-size: 32px;
    letter-spacing: 5px;
  }
  .reasons .reasons-performance p {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
  }
  /* ----------- リクナビNEXTの特徴 ----------- */
  .features {
    background: #F8F8F8;
  }
  .features h2 {
    margin: 0 0 60px 0;
    font-size: 32px;
    text-align: center;
    line-height: 1.3;
  }
  .features h2 span {
    font-size: 16px;
    color: #E50012;
  }
  .features h3 {
    margin: 0 0 20px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #707070;
    font-size: 24px;
  }
  .features > div {
    margin: 0 auto 80px auto;
  }
  .features > div:last-child {
    margin: 0 auto;
  }
  .features .features-registered-num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 60px 0 20px 0;
  }
  .features .features-registered-num .registered-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 10px 0 0;
    padding: 10px 20px;
    background: #E50012;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    line-height: 1.4;
  }
  .features .features-registered-num img {
    width: auto;
    height: auto;
  }
  .features .features-registered-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .features .features-registered-container div ul {
    padding: 0 0 0 30px;
  }
  .features .features-registered-container div ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 25px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
  }
  .features .features-registered-container div ul li p {
    width: 255px;
    margin: 0 0 0 10px;
    padding: 0;
  }
  .features .features-registered-container div ul li .checkbox {
    width: 24px;
    height: auto;
    -webkit-filter: invert(45%) sepia(53%) saturate(6057%) hue-rotate(70deg) brightness(78%) contrast(155%);
            filter: invert(45%) sepia(53%) saturate(6057%) hue-rotate(70deg) brightness(78%) contrast(155%);
  }
  .features .features-registered-container div > p {
    padding: 0 0 0 30px;
    font-size: 12px;
  }
  .features .features-charge h4 {
    margin: 40px 0 0 0;
    padding: 10px 0;
    background: #E50012;
    color: #fff;
    text-align: center;
    font-size: 20px;
  }
  .features .features-charge .features-charge-common-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 30px;
    background: #fff;
  }
  .features .features-charge .features-charge-common-container div {
    width: 30%;
  }
  .features .features-charge .features-charge-common-container div p img {
    display: block;
    margin: 0 10px 0 0;
  }
  .features .features-charge .features-charge-common-container div p .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FFE149));
    background: -webkit-linear-gradient(transparent 80%, #FFE149 80%);
    background: linear-gradient(transparent 80%, #FFE149 80%);
    font-weight: bold;
  }
  .features .features-charge .features-charge-common-container div p .note {
    margin: 10px 0 0 0;
    font-size: 12px;
    float: right;
  }
  .features .features-charge .features-charge-common-container div p:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
  }
  .features .features-charge .features-charge-common-plantable h4 {
    background: transparent;
    color: #2a2a2a;
    font-size: 24px;
  }
  .features .features-charge .features-charge-common-plantable .note {
    text-align: center;
  }
  .features .features-charge .features-charge-common-plantable .note:last-child {
    float: right;
    margin: 40px 0 60px 0;
    font-size: 10px;
    text-align: left;
  }
  .features .features-charge .features-charge-common-plantable > p {
    text-align: center;
  }
  .features .features-case {
    margin-bottom: 30px;
  }
  .features .features-case h3 {
    margin-bottom: 90px;
  }
  .features .features-case .features-case-container {
    position: relative;
    margin: 0 0 80px 0;
    padding: 50px 20px 30px 20px;
    background: #fff;
    border-radius: 8px;
  }
  .features .features-case .features-case-container .img {
    position: absolute;
    top: -48px;
    left: 15px;
    width: 182px;
    margin-right: 18px;
    text-align: center;
  }
  .features .features-case .features-case-container h4 {
    position: absolute;
    top: -24px;
    left: 228px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 30px;
    font-size: 20px;
    color: #fff;
    background: #E50012;
    border-radius: 8px;
  }
  .features .features-case .features-case-container h4::before {
    content: "";
    position: absolute;
    left: -8px;
    bottom: 0;
    width: 20px;
    height: 24px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: #E50012;
  }
  .features .features-case .features-case-container dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 40px 200px;
  }
  .features .features-case .features-case-container dt {
    width: 100px;
    margin: 0 10px 0 0;
    padding: 5px 0;
    font-weight: bold;
    background: #E0E0E0;
    text-align: center;
  }
  .features .features-case .features-case-container dd {
    width: 110px;
  }
  .features .features-case .features-case-container p {
    margin: 0;
  }
  .features .features-case .features-case-container p .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FFE149));
    background: -webkit-linear-gradient(transparent 80%, #FFE149 80%);
    background: linear-gradient(transparent 80%, #FFE149 80%);
  }
  .features .features-case .features-case-container:last-child {
    margin: 0;
  }
  .features .features-memo {
    width: 1000px;
    margin: 0 auto;
  }
  .features .features-memo ul {
    list-style: none;
    padding-left: 1.5em;
  }
  .features .features-memo ul li {
    text-indent: -.75em;
  }
  .features .features-memo ul li::before {
    content: "※";
    display: inline-block;
    margin-right: 0.5em;
  }
  /* ----------- お客様の声 ----------- */
  .voice h2 {
    margin: 0 0 60px 0;
    font-size: 32px;
    text-align: center;
    line-height: 1.3;
  }
  .voice h2 span {
    font-size: 16px;
    color: #E50012;
  }
  .voice .voice-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 60px auto;
  }
  .voice .voice-container:last-child {
    margin: 0 auto;
  }
  .voice .voice-container img {
    margin: 0 20px 0 0;
  }
  .voice .voice-container .right {
    width: calc(100% - 270px);
  }
  .voice .voice-container .right div {
    width: 100%;
    padding: 20px;
    background: #FBFBFB;
  }
  .voice .voice-container .right div p {
    display: block;
    margin: 0;
    padding: 0 2px 4px;
    line-height: 230%;
    background-image: -webkit-repeating-linear-gradient(#FBFBFB 0px, #FBFBFB 34px, #CECECE 35px);
    background-image: repeating-linear-gradient(#FBFBFB 0px, #FBFBFB 34px, #CECECE 35px);
  }
  .voice .voice-container h3 {
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE149));
    background: -webkit-linear-gradient(transparent 70%, #FFE149 70%);
    background: linear-gradient(transparent 70%, #FFE149 70%);
    font-size: 20px;
  }
  .voice .voice-container dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .voice .voice-container dt {
    width: 100px;
    margin: 0 10px 0 0;
    padding: 5px 0;
    font-weight: bold;
    background: #E0E0E0;
    text-align: center;
  }
  .voice .voice-container dd {
    min-width: 60px;
    margin: 0 20px 0 0;
  }
  /* ----------- よくある質問 ----------- */
  .faq {
    background: #F8F8F8;
  }
  .faq h2 {
    margin: 0 0 60px 0;
    font-size: 32px;
    text-align: center;
    line-height: 1.3;
  }
  .faq h2 span {
    font-size: 16px;
    color: #E50012;
  }
  .faq div {
    border-bottom: 1px solid #1D1D1D;
  }
  .faq .question {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin: 20px 0;
    padding: 15px 10px;
    cursor: pointer;
  }
  .faq .question:before {
    content: 'Q';
    display: block;
    margin: 0 10px 0 0;
    font-size: 32px;
    line-height: 1.2;
    color: #E50012;
    font-weight: bold;
  }
  .faq .question .plus_mark {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #E50012;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25px;
    height: 25px;
  }
  .faq .question .plus_mark span {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #E50012;
    color: #E50012;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .faq .question .plus_mark span:nth-of-type(1) {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .faq .question .plus_mark span:nth-of-type(2) {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .faq .question .plus_mark span:nth-of-type(2).plus_border_none {
    display: none;
  }
  .faq .anser {
    display: none;
    width: calc(100% - 80px);
    margin: 0 0 40px 40px;
    padding: 30px 40px;
    border-radius: 20px;
    background: #fff;
  }
  .faq .anser a {
    color: #2994E7;
  }
  .faq .anser a:hover {
    text-decoration: underline;
  }
  /* ----------- 掲載までの流れ ----------- */
  .flow h2 {
    margin: 0 0 60px 0;
    font-size: 32px;
    text-align: center;
    line-height: 1.3;
  }
  .flow h2 span {
    font-size: 16px;
    color: #E50012;
  }
  .flow .flow-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flow .flow-start div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 60px 0 0;
    border-right: 1px solid #707070;
    padding: 0 60px 0 0;
  }
  .flow .flow-start div p {
    margin: 0;
  }
  .flow .flow-start div p:first-child {
    margin: 0 20px 0 0;
    padding: 10px 0px 5px 0;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    background: #E50012;
    color: #fff;
    font-size: 29px;
    font-weight: bold;
    letter-spacing: 5px;
  }
  .flow .flow-start div p:last-child {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
  }
  .flow .flow-start div p:last-child .font-big {
    display: inline-block;
    margin: 0 10px 0 0;
    letter-spacing: -7px;
    font-size: 44px;
    color: #E50012;
  }
  .flow .flow-start > p {
    margin: 0;
    font-weight: bold;
  }
  .flow .flow-start > p .font-big {
    font-size: 24px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE149));
    background: -webkit-linear-gradient(transparent 70%, #FFE149 70%);
    background: linear-gradient(transparent 70%, #FFE149 70%);
  }
  .flow .flow-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px auto 0 auto;
  }
  .flow .flow-arrow .left {
    width: 80%;
  }
  .flow .flow-arrow .left > div {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 150px;
    margin: 10px 0 60px 0;
  }
  .flow .flow-arrow .left > div .step-num {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 100px;
    margin: 0 40px 0 0;
    border-radius: 50%;
    background: #FFE149;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.0;
  }
  .flow .flow-arrow .left > div .step-num em {
    font-style: normal;
  }
  .flow .flow-arrow .left > div .step-num .step-num-big {
    display: inline-block;
    width: 100%;
    font-size: 38px;
    line-height: 1.0;
  }
  .flow .flow-arrow .left > div div {
    position: relative;
    width: auto;
    margin: 0;
  }
  .flow .flow-arrow .left > div div h3 {
    margin: 0 0 10px 0;
    font-size: 24px;
  }
  .flow .flow-arrow .left > div div p {
    margin: 0;
  }
  .flow .flow-arrow .left > div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50px;
    width: calc(100% - 50px);
    height: 150px;
    background: #FBFBFB;
  }
  .flow .flow-arrow .right {
    width: 20%;
    text-align: center;
  }
  .flow .flow-arrow .right p {
    position: relative;
    margin: 20px 0 0 0;
    font-size: 33px;
    color: #E50012;
    font-weight: bold;
  }
  .flow .flow-arrow .right p .font-big {
    font-size: 77px;
    line-height: 0.9;
    font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',"メイリオ", Meiryo,sans-serif;
  }
  .flow .flow-arrow .right p .font-small {
    position: absolute;
    font-size: 16px;
    left: 13px;
    top: 0;
  }
  /* ----------- キャンペーン ----------- */
  .cv {
    padding: 30px 0;
    background-image: url("../images/mainimage_bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .cv > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .cv > div > div {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .cv > div > div:nth-child(2) img {
    display: block;
    width: auto;
    margin: 0 auto;
  }
  .cv > div > div:first-child img, .cv > div > div:last-child img {
    height: 300px;
    width: auto;
  }
  .cv .button {
    margin: 0;
  }
  .cv .button a {
    padding: 10px 60px;
    border-radius: 40px;
    font-size: 24px;
  }
  .cv .button a img {
    margin: 0 10px 0 0 !important;
    width: 32px;
  }
  .cv .button a:hover {
    background: #fff;
  }
  /* ----------- キャンペーン ----------- */
  .campaign_banner .button {
    margin: 20px 0 0 0;
  }
  .campaign_banner .button a {
    margin: 0 auto;
    padding: 10px 30px;
    font-size: 18px;
  }
  .campaign_banner .button a span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .campaign_banner .button a img {
    width: 22px;
  }
  .campaign {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 30px;
    background: url("../images/mainimage_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .campaign > img {
    width: 376px;
  }
  .campaign > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 30px;
  }
  .campaign > div > img:first-child {
    margin: 0 20px;
  }
  .campaign > div h2 {
    display: inline-block;
    font-size: 37px;
    background-color: #E50012;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    padding: 3px 5px 3px 20px;
  }
  .campaign > div .add-text {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  .campaign > div .add-text strong {
    font-size: 32px;
    color: #E50012;
  }
  .campaign > div .add-text strong b {
    font-size: 46px;
  }
  .campaign > div .note {
    font-size: 12px;
    margin-bottom: 0;
  }
  /* ----------- お問い合わせ ----------- */
  .cv-form {
    position: relative;
    background: #F8F8F8;
  }
  .cv-form h2 {
    margin: 0 0 40px 0;
    font-size: 32px;
    text-align: center;
    line-height: 1.3;
  }
  .cv-form h2 span {
    font-size: 16px;
    color: #E50012;
  }
  .cv-form > p {
    margin: 0 0 40px 0;
    text-align: center;
    font-weight: bold;
  }
  .cv-form > p a {
    color: #2994E7;
    text-decoration: underline;
  }
  .cv-form > p a:hover {
    text-decoration: none;
  }
  .cv-form .campeign88-banner {
    margin-bottom: 50px;
    text-align: center;
  }
  .cv-form .mw_wp_form {
    padding: 80px 60px;
    border-radius: 30px;
    background: #fff;
  }
  .cv-form .mw_wp_form table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    word-break: break-all;
  }
  .cv-form .mw_wp_form table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-top: 1px solid #9A9A9A;
    padding: 30px 40px;
  }
  .cv-form .mw_wp_form table tr:last-child {
    border-bottom: 1px solid #9A9A9A;
  }
  .cv-form .mw_wp_form table tr.personal td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .cv-form .mw_wp_form table tr.personal td .mwform-checkbox-field {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    display: inline-block;
    margin: 0;
  }
  .cv-form .mw_wp_form table tr.personal td .mwform-checkbox-field label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    padding: 0;
  }
  .cv-form .mw_wp_form table tr.personal td .mwform-checkbox-field label span {
    font-size: 0;
  }
  .cv-form .mw_wp_form table tr.personal td > label {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .cv-form .mw_wp_form table tr.personal td > label span {
    cursor: pointer;
    color: #2994E7;
    font-weight: bold;
  }
  .cv-form .mw_wp_form table tr.personal td .error {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
    width: 100%;
  }
  .cv-form .mw_wp_form table tr th {
    position: relative;
    width: 35%;
    padding: 0 20px 0 0;
    border: none;
    background: transparent;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    white-space: break-spaces;
  }
  .cv-form .mw_wp_form table tr th .required {
    position: absolute;
    top: 0;
    right: 20px;
    margin: 0 5px 0 0;
    padding: 0 5px;
    border-radius: 3px;
    background: #E50012;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
  }
  .cv-form .mw_wp_form table tr th .any {
    position: absolute;
    top: 0;
    right: 20px;
    margin: 0 5px 0 0;
    padding: 0 5px;
    border-radius: 3px;
    background: #D9E346;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
  }
  .cv-form .mw_wp_form table tr th p {
    margin: 5px 0 0 0;
    font-weight: normal;
    font-size: 14px;
  }
  .cv-form .mw_wp_form table tr th .note {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.6;
  }
  .cv-form .mw_wp_form table tr td {
    width: 65%;
    border: none;
    padding: 0;
  }
  .cv-form .mw_wp_form table tr td input, .cv-form .mw_wp_form table tr td textarea, .cv-form .mw_wp_form table tr td select {
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    background: #ECECEC;
    border: none;
    border-radius: 5px;
    font-family: 'Noto Sans JP', 'Noto Sans CJK JP', sans-serif, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, Verdana, sans-serif;
  }
  .cv-form .mw_wp_form table tr td select {
    width: 175px;
    padding: 10px 40px 10px 15px;
    font-size: 15px;
    background: #ECECEC;
    border: none;
    border-radius: 5px;
    font-family: 'Noto Sans JP', 'Noto Sans CJK JP', sans-serif, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, Verdana, sans-serif;
  }
  .cv-form .mw_wp_form table tr td.zip {
    position: relative;
  }
  .cv-form .mw_wp_form table tr td.zip::after {
    content: '';
    position: absolute;
    top: 16px;
    left: 145px;
    border-right: 7px solid transparent;
    border-top: 10px solid #2a2a2a;
    border-left: 7px solid transparent;
  }
  .cv-form .mw_wp_form table tr td input[type="checkbox"] {
    width: auto;
  }
  .cv-form .mw_wp_form table tr td .mwform-radio-field, .cv-form .mw_wp_form table tr td .mwform-checkbox-field {
    display: block;
    margin: 10px 0 0 0;
  }
  .cv-form .mw_wp_form table tr td .mwform-radio-field:first-child, .cv-form .mw_wp_form table tr td .mwform-checkbox-field:first-child {
    margin: 0;
  }
  .cv-form .mw_wp_form table tr td .mwform-radio-field label, .cv-form .mw_wp_form table tr td .mwform-checkbox-field label {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 5px;
    background: #D9D9D9;
  }
  .cv-form .mw_wp_form table tr td .mwform-radio-field label.active, .cv-form .mw_wp_form table tr td .mwform-checkbox-field label.active {
    background: #E50012;
    color: #fff;
    font-weight: bold;
  }
  .cv-form .mw_wp_form table tr td.form-contents .mwform-radio-field:first-child label, .cv-form .mw_wp_form table tr td.form-contents .mwform-checkbox-field:first-child label {
    position: relative;
    font-weight: bold;
  }
  .cv-form .mw_wp_form table tr td.form-contents .mwform-radio-field:first-child label::before, .cv-form .mw_wp_form table tr td.form-contents .mwform-checkbox-field:first-child label::before {
    content: 'おすすめ';
    position: absolute;
    left: 45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #FFE149;
    padding: 2px 7px;
    font-size: 12px;
    line-height: 1.2;
    color: #2a2a2a;
  }
  .cv-form .mw_wp_form table tr td.form-contents .mwform-radio-field:first-child label span, .cv-form .mw_wp_form table tr td.form-contents .mwform-checkbox-field:first-child label span {
    padding: 0 0 0 100px;
  }
  .cv-form .mw_wp_form table tr td.form-contents .mwform-radio-field:first-child label.active, .cv-form .mw_wp_form table tr td.form-contents .mwform-checkbox-field:first-child label.active {
    background: #E50012;
  }
  .cv-form .mw_wp_form table tr td.contents .mwform-radio-field label, .cv-form .mw_wp_form table tr td.contents .mwform-checkbox-field label {
    width: 300px;
  }
  .cv-form .mw_wp_form table tr td .guide-text {
    margin: 0;
    font-size: 14px;
    color: #A1A1A1;
  }
  .cv-form .mw_wp_form table tr td .guide-text span {
    font-size: 16px;
    color: #000;
  }
  .cv-form .mw_wp_form table tr td .note {
    margin: 0;
    font-size: 12px;
    color: #676767;
  }
  .cv-form .mw_wp_form table tr td .error {
    margin: 10px 0 0 0;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    background: #f7d8db;
  }
  .cv-form .mw_wp_form .button {
    width: 100%;
    margin: 30px auto 0 auto;
    text-align: center;
  }
  .cv-form .mw_wp_form .button input {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 15px 60px;
    border-radius: 35px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.05rem;
    background: #204FA8;
    border: 2px solid #204FA8;
    font-family: 'Noto Sans JP', 'Noto Sans CJK JP', sans-serif, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, Verdana, sans-serif;
    letter-spacing: 0.1em;
  }
  .cv-form .mw_wp_form .button input:first-child {
    border: 2px solid #204FA8;
    background: #fff;
    color: #204FA8;
  }
  .cv-form .mw_wp_form .button input:last-child {
    border: 2px solid #204FA8;
    background: #204FA8;
    color: #fff;
  }
  .cv-form .mw_wp_form .button input:hover {
    background: transparent;
    color: #204FA8;
    cursor: pointer;
  }
  .cv-form .mw_wp_form_confirm td > p {
    display: none;
  }
  .cv-form .mw_wp_form_confirm .personal .personal-label {
    display: none;
  }
  .cv-form .mw_wp_form_confirm table tr td.zip::after {
    display: none;
  }
  .cv-form .mw_wp_form_complete {
    text-align: center;
  }
  .cv-form .mw_wp_form_complete .button a {
    margin: 0 auto;
    font-size: 22px;
  }
  /* ----------- モーダルウィンドウ ----------- */
  .glaylay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
  }
  .overlay {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 60px;
    background: #fff;
    z-index: 1000;
  }
  .overlay h3 {
    margin: 0 0 20px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #707070;
    font-size: 24px;
  }
  .overlay .modal_back {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 2%;
    right: 2%;
    cursor: pointer;
  }
  .overlay .modal_back:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84%;
    height: 3%;
    margin: -8% 0 0 -45%;
    background: #2a2a2a;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .overlay .modal_back:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84%;
    height: 3%;
    margin: -8% 0 0 -45%;
    background: #2a2a2a;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  /* ----------- ページトップ ----------- */
  .page-top {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #E50012;
    cursor: pointer;
  }
  /* ----------- フローティングバナー ----------- */
  .floating-banner {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
  }
}
/*# sourceMappingURL=main.css.map */