@charset "UTF-8";
/* CSS Document */
/*--------------------------------------------------
SP
**************************************************
--------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Zen+Maru+Gothic&display=swap");
@media (max-width: 980px) {
  html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    scroll-behavior: smooth;
  }
  * {
    margin: 0;
    padding: 0;
  }
  p {
    font-size: 16px;
  }
  dt {
    float: left;
  }
  dd {
    margin-left: 60px;
    padding-bottom: 10px;
  }
  /*---特殊追加CSS---*/
  .clear {
    clear: both;
  }
  /*---特殊追加CSS---*/
  body {
    -webkit-text-size-adjust: 100%;
    line-height: 1;
    font-size: 16px;
    color: #000;
    margin: auto;
    font-family: "Noto Sans JP", sans-serif;
    background-color: #fff;
  }
  a:hover {
    opacity: 1.0;
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  img {
    max-width: auto;
    height: auto;
  }
  img[src*='.svg'] {
    width: 100%;
    height: auto;
  }
  .sp_br::before {
    content: "\A";
    white-space: pre;
  }
  .fade-in {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: opacity 2s, -webkit-transform 2s;
    transition: opacity 2s, -webkit-transform 2s;
    transition: opacity 2s, transform 2s;
    transition: opacity 2s, transform 2s, -webkit-transform 2s;
  }
  .fade-in.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  /* ここからscssを記述 */
  #wrap {
    width: calc(750 *(100vw/750));
    height: auto;
    position: relative;
    overflow-x: hidden;
    font-family: "Noto Sans JP", sans-serif;
    /* wrap-inner */
    /* content-2 */
    /* content-3 */
    /* s-contact-box */
    /* content-4 */
    /* content-5 */
    /* content-6 */
    /* content-7 */
    /* contact-form */
    /* content-8 */
    /* footer */
    /* thanks-content */
  }
  #wrap #wrap-inner {
    width: calc(750 *(100vw/750));
    height: auto;
    margin: auto;
    /* header-content */
    /* mv-content */
    /* content-1 */
  }
  #wrap #wrap-inner #header-content {
    width: calc(690 *(100vw/750));
    height: calc(130 *(100vw/750));
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #wrap #wrap-inner #header-content img {
    width: calc(200 *(100vw/750));
    margin-top: calc(40 *(100vw/750));
  }
  #wrap #wrap-inner #header-content a img {
    width: calc(320 *(100vw/750));
    -webkit-transition: .4s;
    transition: .4s;
  }
  #wrap #wrap-inner .mv-content {
    width: calc(690 *(100vw/750));
    height: auto;
    margin: calc(40 *(100vw/750)) auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    /* mv-content-left */
    /* mv-img */
  }
  #wrap #wrap-inner .mv-content .mv-content-left {
    width: calc(690 *(100vw/750));
    height: auto;
    position: relative;
    /* m-tex-cont-1 */
    /* m-tex-cont-2 */
    /* m-tex-cont-3 */
    /* mv-button */
    /* mv-add-tex */
  }
  #wrap #wrap-inner .mv-content .mv-content-left .m-tex-cont-1 {
    width: calc(750 *(100vw/750));
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #wrap #wrap-inner .mv-content .mv-content-left .m-tex-cont-1 p {
    font-size: calc(24 *(100vw/750));
    font-weight: bold;
    color: #fff;
    padding: calc(15 *(100vw/750)) calc(25 *(100vw/750)) calc(17 *(100vw/750)) calc(25 *(100vw/750));
    background: #319de0;
    margin-right: calc(20 *(100vw/750));
    border-radius: calc(10 *(100vw/750));
  }
  #wrap #wrap-inner .mv-content .mv-content-left .m-tex-cont-2 {
    margin-top: calc(30 *(100vw/750));
  }
  #wrap #wrap-inner .mv-content .mv-content-left .m-tex-cont-2 p:nth-child(1) {
    font-size: calc(30 *(100vw/750));
    font-weight: bold;
    background: #d3effc;
    display: inline-block;
    padding: calc(10 *(100vw/750)) 0px calc(12 *(100vw/750)) calc(20 *(100vw/750));
  }
  #wrap #wrap-inner .mv-content .mv-content-left .m-tex-cont-2 p:nth-child(2) {
    font-size: calc(36 *(100vw/750));
    font-weight: bold;
    padding-top: calc(30 *(100vw/750));
    position: relative;
  }
  #wrap #wrap-inner .mv-content .mv-content-left .m-tex-cont-2 p:nth-child(2) span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(30%, #ffff79));
    background: linear-gradient(transparent 80%, #ffff79 30%);
  }
  #wrap #wrap-inner .mv-content .mv-content-left .m-tex-cont-2 p:nth-child(2)::before {
    position: absolute;
    left: calc(0 * (100vw / 750));
    top: calc(90 * (100vw / 750));
    content: '';
    display: inline-block;
    width: calc(683 * (100vw / 750));
    height: calc(27 * (100vw / 750));
    background-image: url(../img/mv_stitle_under.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  #wrap #wrap-inner .mv-content .mv-content-left .m-tex-cont-3 h1 {
    font-size: calc(53 *(100vw/750));
    margin-top: calc(50 *(100vw/750));
    font-weight: bold;
    line-height: 1.5;
  }
  #wrap #wrap-inner .mv-content .mv-content-left .m-tex-cont-3 h1 span {
    color: #2c87bf;
  }
  #wrap #wrap-inner .mv-content .mv-content-left .m-tex-cont-3 h1 .big {
    font-size: calc(95 *(100vw/750));
    color: #2c87bf;
  }
  #wrap #wrap-inner .mv-content .mv-content-left .m-tex-cont-3 h1 .big-2 {
    font-size: calc(60 *(100vw/750));
  }
  #wrap #wrap-inner .mv-content .mv-content-left .mv-button {
    width: calc(600 *(100vw/750));
    margin: auto;
    position: relative;
    top: calc(-190 *(100vw/750));
  }
  #wrap #wrap-inner .mv-content .mv-content-left .mv-button p {
    width: calc(600 *(100vw/750));
    margin: auto;
    text-align: center;
    font-weight: bold;
    font-size: calc(28 *(100vw/750));
    padding-bottom: calc(20 *(100vw/750));
    position: relative;
  }
  #wrap #wrap-inner .mv-content .mv-content-left .mv-button p:before {
    position: absolute;
    left: calc(50 *(100vw/750));
    top: calc(-5 *(100vw/750));
    content: '';
    display: inline-block;
    width: calc(46 *(100vw/750));
    height: calc(43 *(100vw/750));
    background-image: url(../img/sp/before.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  #wrap #wrap-inner .mv-content .mv-content-left .mv-button p:after {
    position: absolute;
    content: '';
    right: calc(70 *(100vw/750));
    top: calc(-5 *(100vw/750));
    display: inline-block;
    width: calc(46 *(100vw/750));
    height: calc(43 *(100vw/750));
    background-image: url(../img/sp/after.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  #wrap #wrap-inner .mv-content .mv-content-left .mv-button .outline {
    color: #000;
    /* テキストの色 */
    text-shadow: -1px -1px 0 #fff,   1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff;
    /* 縁取りの色 */
  }
  #wrap #wrap-inner .mv-content .mv-content-left .mv-add-tex {
    width: calc(690 *(100vw/750));
    height: auto;
    position: relative;
    z-index: 2;
    top: calc(-230 *(100vw/750));
    padding: calc(20 *(100vw/750));
    border-radius: calc(5 *(100vw/750));
    text-align: center;
    background: #2c87bf;
  }
  #wrap #wrap-inner .mv-content .mv-content-left .mv-add-tex p {
    font-size: calc(30 *(100vw/750));
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
  }
  #wrap #wrap-inner .mv-content .mv-img img {
    max-width: calc(750 *(100vw/750));
    height: auto;
    position: relative;
    top: calc(-85 *(100vw/750));
    left: calc(-30 *(100vw/750));
  }
  #wrap #wrap-inner .mv-bg {
    background: #eff3f6;
    width: calc(750 *(100vw/750));
    height: calc(560 *(100vw/750));
    position: absolute;
    z-index: -1;
    left: 0;
    top: calc(950 *(100vw/750));
  }
  #wrap #wrap-inner .mv-content::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: calc(750 *(100vw/750));
    height: calc(69 *(100vw/750));
    background-image: url(../img/sp/text-bg.png);
    background-size: contain;
    vertical-align: middle;
    bottom: calc(85 * (100vw / 750));
    left: calc(-25 * (100vw / 750));
    background-repeat: no-repeat;
  }
  #wrap #wrap-inner .content-1 {
    width: calc(750 *(100vw/750));
    height: auto;
    top: calc(-30 *(100vw/750));
    position: relative;
    margin: 0  auto 0 auto;
    /* content-1--inner */
  }
  #wrap #wrap-inner .content-1 .f-tex {
    text-align: center;
    font-size: calc(30 *(100vw/750));
    font-weight: bold;
    padding-bottom: calc(50 *(100vw/750));
    position: relative;
  }
  #wrap #wrap-inner .content-1 .f-tex:before {
    position: absolute;
    bottom: calc(20 *(100vw/750));
    content: '';
    display: inline-block;
    width: calc(317 *(100vw/750));
    height: calc(19 *(100vw/750));
    background-image: url(../img/title-1.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  #wrap #wrap-inner .content-1 .content-1--inner {
    background: #e8ecee;
    width: calc(690 *(100vw/750));
    height: auto;
    margin: auto;
    margin-top: calc(30 *(100vw/750));
    border-radius: calc(10 *(100vw/750));
    position: relative;
    padding-bottom: calc(30 *(100vw/750));
    /* c-1-in-box */
  }
  #wrap #wrap-inner .content-1 .content-1--inner h2 {
    font-size: calc(42 *(100vw/750));
    text-align: center;
    font-weight: bold;
    position: absolute;
    right: 0;
    left: 0;
    top: calc(-20 *(100vw/750));
  }
  #wrap #wrap-inner .content-1 .content-1--inner h2 span {
    color: #2c87bf;
  }
  #wrap #wrap-inner .content-1 .content-1--inner .c-1-in-box {
    width: calc(750 *(100vw/750));
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* c-1-in-box-left */
  }
  #wrap #wrap-inner .content-1 .content-1--inner .c-1-in-box .c-1-in-box-left {
    width: calc(750 *(100vw/750));
    padding-top: calc(60 *(100vw/750));
    padding-left: calc(20 *(100vw/750));
  }
  #wrap #wrap-inner .content-1 .content-1--inner .c-1-in-box .c-1-in-box-left p {
    font-size: calc(29 *(100vw/750));
    font-weight: bold;
    background: #fff;
    display: table;
    border-radius: calc(50 *(100vw/750));
    margin-bottom: calc(20 *(100vw/750));
    padding: calc(15 *(100vw/750)) calc(40 *(100vw/750)) calc(15 *(100vw/750)) calc(65 *(100vw/750));
    position: relative;
  }
  #wrap #wrap-inner .content-1 .content-1--inner .c-1-in-box .c-1-in-box-left p span {
    color: #2c87bf;
  }
  #wrap #wrap-inner .content-1 .content-1--inner .c-1-in-box .c-1-in-box-left p:before {
    position: absolute;
    left: calc(20 *(100vw/750));
    top: calc(20 *(100vw/750));
    content: '';
    display: inline-block;
    width: calc(30 *(100vw/750));
    height: calc(33 *(100vw/750));
    background-image: url(../img/check.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  #wrap #wrap-inner .content-1 .content-1--inner .c-1-in-box img {
    width: calc(670 *(100vw/750));
    margin-top: calc(30 *(100vw/750));
  }
  #wrap #wrap-inner .content-1 .content-1--inner::before {
    position: absolute;
    bottom: calc(-59 *(100vw/750));
    left: calc(0 *(100vw/750));
    content: '';
    display: inline-block;
    width: calc(680 *(100vw/750));
    height: calc(60 *(100vw/750));
    background-image: url(../img/yazi.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  #wrap .content-2 {
    width: calc(750 *(100vw/750));
    height: calc(840 *(100vw/750));
    background-image: url(../img/bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    margin-top: calc(-300 *(100vw/750));
    padding-top: calc(180 *(100vw/750));
    /* content-2--inner */
  }
  #wrap .content-2 .content-2--inner {
    width: calc(750 *(100vw/750));
    height: auto;
    margin: auto;
    padding-top: calc(200 *(100vw/750));
    /* mv-button */
  }
  #wrap .content-2 .content-2--inner h2, #wrap .content-2 .content-2--inner h3 {
    font-size: calc(36 *(100vw/750));
    font-weight: bold;
    color: #ffff79;
    text-align: center;
  }
  #wrap .content-2 .content-2--inner h3 {
    color: #fff;
    padding-top: calc(20 *(100vw/750));
    line-height: 1.3;
  }
  #wrap .content-2 .content-2--inner .mv-button {
    width: calc(600 *(100vw/750));
    margin: auto;
    margin-top: calc(90 *(100vw/750));
  }
  #wrap .content-2 .content-2--inner .mv-button p {
    text-align: center;
    font-weight: bold;
    font-size: calc(28 *(100vw/750));
    padding-bottom: calc(20 *(100vw/750));
    position: relative;
    color: #fff;
  }
  #wrap .content-2 .content-2--inner .mv-button p:before {
    position: absolute;
    left: calc(50 *(100vw/750));
    top: calc(-5 *(100vw/750));
    content: '';
    display: inline-block;
    width: calc(46 *(100vw/750));
    height: calc(43 *(100vw/750));
    background-image: url(../img/before.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  #wrap .content-2 .content-2--inner .mv-button p:after {
    position: absolute;
    right: calc(60 *(100vw/750));
    top: calc(-5 *(100vw/750));
    content: '';
    display: inline-block;
    width: calc(46 *(100vw/750));
    height: calc(43 *(100vw/750));
    background-image: url(../img/after.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  #wrap .content-3 {
    width: calc(750 *(100vw/750));
    height: auto;
    margin: auto;
    padding-bottom: calc(32 *(100vw/750));
    /* content-3-title-inner */
    /* content-3-title-inner-box */
    /* .content-3-title-inner-box */
  }
  #wrap .content-3 .content-3-title-inner {
    width: calc(690 *(100vw/750));
    height: auto;
    margin: calc(50 *(100vw/750)) auto calc(80 *(100vw/750)) auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* c-3-t-in-tex */
  }
  #wrap .content-3 .content-3-title-inner img {
    width: calc(300 *(100vw/750));
    height: auto;
    position: relative;
    left: calc(20 *(100vw/750));
    margin: calc(30 *(100vw/750)) auto calc(40 *(100vw/750)) auto;
  }
  #wrap .content-3 .content-3-title-inner .c-3-t-in-tex {
    width: auto;
    height: auto;
  }
  #wrap .content-3 .content-3-title-inner .c-3-t-in-tex p {
    font-size: calc(30 *(100vw/750));
    font-weight: bold;
    text-align: center;
    padding-bottom: calc(40 *(100vw/750));
    position: relative;
  }
  #wrap .content-3 .content-3-title-inner .c-3-t-in-tex p:before {
    position: absolute;
    top: calc(45 *(100vw/750));
    content: '';
    display: inline-block;
    width: calc(590 *(100vw/750));
    height: calc(17 *(100vw/750));
    background-image: url(../img/title-2.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  #wrap .content-3 .content-3-title-inner .c-3-t-in-tex h2 {
    font-size: calc(60 *(100vw/750));
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    position: relative;
    left: calc(20 *(100vw/750));
  }
  #wrap .content-3 .content-3-title-inner .c-3-t-in-tex h2 span {
    color: #2c87bf;
  }
  #wrap .content-3 .content-3-title-inner-box, #wrap .content-3 .content-3-title-inner-box-2 {
    width: calc(690 *(100vw/750));
    height: auto;
    margin: 0 auto calc(60 *(100vw/750)) auto;
    position: relative;
    /* c-3-t-in-box-in */
  }
  #wrap .content-3 .content-3-title-inner-box .c-3-t-in-box-in, #wrap .content-3 .content-3-title-inner-box-2 .c-3-t-in-box-in {
    width: calc(670 *(100vw/750));
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: calc(0 *(100vw/750));
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* c-3-t-in-box-in-left */
  }
  #wrap .content-3 .content-3-title-inner-box .c-3-t-in-box-in .c-3-t-in-box-in-left, #wrap .content-3 .content-3-title-inner-box-2 .c-3-t-in-box-in .c-3-t-in-box-in-left {
    width: calc(680 *(100vw/750));
    height: auto;
    margin: auto;
    padding: calc(30 *(100vw/750)) 0 0 calc(0 *(100vw/750));
    margin-bottom: calc(30 *(100vw/750));
  }
  #wrap .content-3 .content-3-title-inner-box .c-3-t-in-box-in .c-3-t-in-box-in-left h2, #wrap .content-3 .content-3-title-inner-box-2 .c-3-t-in-box-in .c-3-t-in-box-in-left h2 {
    width: calc(690 *(100vw/750));
    font-size: calc(30 *(100vw/750));
    font-weight: bold;
    color: #2c87bf;
    line-height: 1.5;
    position: absolute;
  }
  #wrap .content-3 .content-3-title-inner-box .c-3-t-in-box-in .c-3-t-in-box-in-left img, #wrap .content-3 .content-3-title-inner-box-2 .c-3-t-in-box-in .c-3-t-in-box-in-left img {
    width: calc(100 *(100vw/750));
    display: block;
    margin: calc(110 *(100vw/750)) 0 calc(30 *(100vw/750)) 0;
  }
  #wrap .content-3 .content-3-title-inner-box .c-3-t-in-box-in .c-3-t-in-box-in-left .logo-2, #wrap .content-3 .content-3-title-inner-box-2 .c-3-t-in-box-in .c-3-t-in-box-in-left .logo-2 {
    margin: calc(160 *(100vw/750)) 0 calc(30 *(100vw/750)) 0;
  }
  #wrap .content-3 .content-3-title-inner-box .c-3-t-in-box-in .c-3-t-in-box-in-left p, #wrap .content-3 .content-3-title-inner-box-2 .c-3-t-in-box-in .c-3-t-in-box-in-left p {
    width: calc(680 * (100vw / 750));
    font-size: calc(28 *(100vw/750));
    line-height: 1.6;
    text-align: justify;
  }
  #wrap .content-3 .content-3-title-inner-box .c-3-t-in-box-in .blue_bg, #wrap .content-3 .content-3-title-inner-box-2 .c-3-t-in-box-in .blue_bg {
    background: #f3f8fb;
    width: calc(690 *(100vw/750));
    height: calc(295 *(100vw/750));
    z-index: -1;
    top: calc(220 *(100vw/750));
    left: calc(-30 *(100vw/750));
    border-radius: calc(15 *(100vw/750));
    position: absolute;
  }
  #wrap .content-3 .content-3-title-inner-box .c-3-t-in-box-in .c-3-img, #wrap .content-3 .content-3-title-inner-box-2 .c-3-t-in-box-in .c-3-img {
    max-width: calc(680 *(100vw/750));
    margin: auto;
  }
  #wrap .content-3 .content-3-title-inner-box-2 {
    width: calc(690 *(100vw/750));
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    /* c-3-t-in-box-in */
  }
  #wrap .content-3 .content-3-title-inner-box-2 .c-3-img {
    max-width: calc(690 *(100vw/750));
    margin: auto;
    position: relative;
  }
  #wrap .content-3 .content-3-title-inner-box-2 .c-3-t-in-box-in {
    top: 0;
    right: 0;
    /* c-3-t-in-box-in-left */
  }
  #wrap .content-3 .content-3-title-inner-box-2 .c-3-t-in-box-in .c-3-t-in-box-in-left {
    width: calc(670 *(100vw/750));
    height: auto;
  }
  #wrap .content-3 .content-3-title-inner-box-2 .c-3-t-in-box-in .c-3-t-in-box-in-left img {
    max-width: calc(690 *(100vw/750));
    display: block;
    margin: calc(110 *(100vw/750)) 0 calc(30 *(100vw/750)) 0;
  }
  #wrap .content-3 .content-3-title-inner-box-2 .c-3-t-in-box-in .blue_bg {
    top: calc(200 *(100vw/750));
    left: calc(10 *(100vw/750));
  }
  #wrap .s-contact-box {
    width: calc(750 *(100vw/750));
    height: calc(220 *(100vw/750));
    margin: auto;
    padding-top: calc(40 *(100vw/750));
    background-image: url(../img/bg-2.png);
    /* mv-button */
  }
  #wrap .s-contact-box .mv-button {
    width: calc(600 *(100vw/750));
    margin: auto;
  }
  #wrap .s-contact-box .mv-button p {
    text-align: center;
    font-weight: bold;
    font-size: calc(28 *(100vw/750));
    padding-bottom: calc(20 *(100vw/750));
    position: relative;
    color: #fff;
  }
  #wrap .s-contact-box .mv-button p:before {
    position: absolute;
    left: calc(50 *(100vw/750));
    top: calc(-5 *(100vw/750));
    content: '';
    display: inline-block;
    width: calc(46 *(100vw/750));
    height: calc(43 *(100vw/750));
    background-image: url(../img/before.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  #wrap .s-contact-box .mv-button p:after {
    position: absolute;
    right: calc(60 *(100vw/750));
    top: calc(-5 *(100vw/750));
    content: '';
    display: inline-block;
    width: calc(46 *(100vw/750));
    height: calc(43 *(100vw/750));
    background-image: url(../img/after.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  #wrap .content-4 {
    width: calc(750 *(100vw/750));
    height: auto;
    margin: auto;
    background: #e6f1f7;
    padding-bottom: calc(20 *(100vw/750));
    /* content-4--inner */
  }
  #wrap .content-4 .content-4--inner {
    width: calc(690 *(100vw/750));
    height: auto;
    margin: auto;
    padding-top: calc(50 *(100vw/750));
    /* content-3-title-inner */
    /* content-4--inner-box */
  }
  #wrap .content-4 .content-4--inner .content-3-title-inner {
    width: calc(690 *(100vw/750));
    height: auto;
    margin: 0 auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    /* c-3-t-in-tex */
  }
  #wrap .content-4 .content-4--inner .content-3-title-inner img {
    width: calc(300 * (100vw / 750));
    height: auto;
    margin: auto;
    position: relative;
    left: calc(-40 *(100vw/750));
  }
  #wrap .content-4 .content-4--inner .content-3-title-inner .c-3-t-in-tex {
    width: auto;
    height: auto;
    margin: auto;
    margin-top: calc(60 * (100vw / 750));
  }
  #wrap .content-4 .content-4--inner .content-3-title-inner .c-3-t-in-tex p {
    font-size: calc(30 *(100vw/750));
    font-weight: bold;
    padding-bottom: calc(40 *(100vw/750));
    position: relative;
    text-align: center;
  }
  #wrap .content-4 .content-4--inner .content-3-title-inner .c-3-t-in-tex p span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(30%, #ffff79));
    background: linear-gradient(transparent 80%, #ffff79 30%);
  }
  #wrap .content-4 .content-4--inner .content-3-title-inner .c-3-t-in-tex p:before {
    position: absolute;
    left: calc(110 *(100vw/750));
    top: calc(40 *(100vw/750));
    content: '';
    display: inline-block;
    width: calc(300 *(100vw/750));
    height: calc(17 *(100vw/750));
    background-image: url(../img/title-3.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  #wrap .content-4 .content-4--inner .content-3-title-inner .c-3-t-in-tex h2 {
    font-size: calc(48 *(100vw/750));
    font-weight: bold;
    text-align: center;
  }
  #wrap .content-4 .content-4--inner .content-3-title-inner .c-3-t-in-tex h2 span {
    color: #2c87bf;
  }
  #wrap .content-4 .content-4--inner .content-4--inner-box {
    width: calc(690 *(100vw/750));
    height: auto;
    margin: calc(80 * (100vw / 750)) auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* c-4-in-point-box */
  }
  #wrap .content-4 .content-4--inner .content-4--inner-box .c-4-in-point-box {
    width: calc(680 * (100vw / 750));
    height: calc(490 * (100vw / 750));
    background-image: url(../img/section-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: calc(60 * (100vw / 750));
    padding-top: calc(50 * (100vw / 750));
    border-radius: calc(30 * (100vw / 750));
    border-right: solid calc(10 * (100vw / 750)) #2c87bf;
    border-bottom: solid calc(10 * (100vw / 750)) #2c87bf;
    /* p-box-title */
    /* p-tex */
  }
  #wrap .content-4 .content-4--inner .content-4--inner-box .c-4-in-point-box .point-img {
    width: auto;
    position: absolute;
    top: calc(-20 * (100vw / 750));
  }
  #wrap .content-4 .content-4--inner .content-4--inner-box .c-4-in-point-box .p-box-title, #wrap .content-4 .content-4--inner .content-4--inner-box .c-4-in-point-box .p-box-title-2, #wrap .content-4 .content-4--inner .content-4--inner-box .c-4-in-point-box .p-box-title-3, #wrap .content-4 .content-4--inner .content-4--inner-box .c-4-in-point-box .p-box-title-4 {
    width: calc(480 * (100vw / 750));
    margin: auto auto 0 calc(160 * (100vw / 750));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #wrap .content-4 .content-4--inner .content-4--inner-box .c-4-in-point-box .p-box-title img, #wrap .content-4 .content-4--inner .content-4--inner-box .c-4-in-point-box .p-box-title-2 img, #wrap .content-4 .content-4--inner .content-4--inner-box .c-4-in-point-box .p-box-title-3 img, #wrap .content-4 .content-4--inner .content-4--inner-box .c-4-in-point-box .p-box-title-4 img {
    position: relative;
    top: calc(10 * (100vw / 750));
  }
  #wrap .content-4 .content-4--inner .content-4--inner-box .c-4-in-point-box .p-box-title h3, #wrap .content-4 .content-4--inner .content-4--inner-box .c-4-in-point-box .p-box-title-2 h3, #wrap .content-4 .content-4--inner .content-4--inner-box .c-4-in-point-box .p-box-title-3 h3, #wrap .content-4 .content-4--inner .content-4--inner-box .c-4-in-point-box .p-box-title-4 h3 {
    font-size: calc(28 * (100vw / 750));
    font-weight: bold;
    line-height: 1.4;
    margin-top: calc(25 *(100vw/750));
    padding-left: calc(30 * (100vw / 750));
  }
  #wrap .content-4 .content-4--inner .content-4--inner-box .c-4-in-point-box .p-box-title .add_title-2, #wrap .content-4 .content-4--inner .content-4--inner-box .c-4-in-point-box .p-box-title-2 .add_title-2, #wrap .content-4 .content-4--inner .content-4--inner-box .c-4-in-point-box .p-box-title-3 .add_title-2, #wrap .content-4 .content-4--inner .content-4--inner-box .c-4-in-point-box .p-box-title-4 .add_title-2 {
    margin-top: 0;
  }
  #wrap .content-4 .content-4--inner .content-4--inner-box .c-4-in-point-box .p-box-title-2 {
    width: calc(470 * (100vw / 750));
    margin-left: calc(170 * (100vw / 750));
  }
  #wrap .content-4 .content-4--inner .content-4--inner-box .c-4-in-point-box .p-box-title-3 {
    width: calc(470 * (100vw / 750));
  }
  #wrap .content-4 .content-4--inner .content-4--inner-box .c-4-in-point-box .p-box-title-4 {
    width: calc(480 * (100vw / 750));
    position: relative;
    left: calc(0 * (100vw / 750));
  }
  #wrap .content-4 .content-4--inner .content-4--inner-box .c-4-in-point-box .p-tex {
    width: calc(600 * (100vw / 750));
    margin: auto;
    line-height: 1.6;
    background: #e6f1f7;
    padding: calc(20 * (100vw / 750));
    margin-top: calc(40 * (100vw / 750));
    border-radius: calc(10 * (100vw / 750));
    font-size: calc(24 * (100vw / 750));
  }
  #wrap .content-5 {
    width: calc(750 *(100vw/750));
    height: auto;
    margin: auto;
    padding: calc(80 * (100vw / 750)) 0 calc(80 * (100vw / 750)) 0;
    background: #eff3f6;
    /* content-5--inner */
  }
  #wrap .content-5 h2 {
    text-align: center;
    font-size: calc(60 * (100vw / 750));
    font-weight: bold;
    line-height: 1.4;
  }
  #wrap .content-5 .content-5--inner {
    width: calc(690 *(100vw/750));
    height: auto;
    margin: calc(60 * (100vw / 750)) auto 0 auto;
    border-radius: calc(10 * (100vw / 750));
    background: #fff;
    padding: calc(30 * (100vw / 750));
    /* list-box */
  }
  #wrap .content-5 .content-5--inner .list-box {
    width: calc(640 *(100vw/750));
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: calc(27 * (100vw / 750));
    margin-bottom: calc(5 * (100vw / 750));
    line-height: 1.6;
  }
  #wrap .content-5 .content-5--inner .list-box p:nth-child(1) {
    width: calc(240 * (100vw / 750));
    padding: calc(30 * (100vw / 750));
    background: #cde3f0;
  }
  #wrap .content-5 .content-5--inner .list-box p:nth-child(2) {
    width: calc(390 * (100vw / 750));
    padding: calc(25 * (100vw / 750));
    background: #eff3f6;
    line-height: 1.4;
  }
  #wrap .content-5 .content-5--inner img {
    width: calc(1200 * (100vw / 750));
    height: auto;
  }
  #wrap .content-6 {
    width: calc(750 *(100vw/750));
    height: auto;
    background-image: url(../img/bg-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: calc(80 * (100vw / 750));
    padding-bottom: calc(60 * (100vw / 750));
    margin: auto;
    /* content-6-title */
    /*c-6-in-box */
  }
  #wrap .content-6 .content-6-title {
    width: calc(690 * (100vw / 750));
    height: auto;
    margin: auto;
  }
  #wrap .content-6 .content-6-title p {
    font-size: calc(30 * (100vw / 750));
    font-weight: bold;
    text-align: center;
    position: relative;
  }
  #wrap .content-6 .content-6-title p::before {
    position: absolute;
    left: calc(130 *(100vw/750));
    top: calc(45 * (100vw / 750));
    content: '';
    display: inline-block;
    width: calc(450 *(100vw/750));
    height: calc(17 *(100vw/750));
    background-image: url(../img/title-4.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  #wrap .content-6 .content-6-title h2 {
    font-size: calc(48 * (100vw / 750));
    font-weight: bold;
    color: #2c87bf;
    text-align: center;
    padding-top: calc(40 * (100vw / 750));
  }
  #wrap .content-6 .c-6-in-box {
    width: calc(750 *(100vw/750));
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: calc(60 * (100vw / 750)) auto 0 auto;
  }
  #wrap .content-6 .c-6-in-box p {
    width: calc(750 * (100vw / 750));
    font-size: calc(28 * (100vw / 750));
    line-height: 1.4;
    margin: auto;
    padding: calc(40 * (100vw / 750)) calc(20 * (100vw / 750)) 0 calc(20 * (100vw / 750));
    text-align: justify;
  }
  #wrap .content-6 img {
    width: calc(720 * (100vw / 750));
    margin: auto;
  }
  #wrap .content-7 {
    width: calc(750 *(100vw/750));
    padding-top: calc(80 * (100vw / 750));
    margin: auto;
    height: auto;
    /* content-7--inner */
  }
  #wrap .content-7 h2 {
    text-align: center;
    font-size: calc(60 * (100vw / 750));
    font-weight: bold;
  }
  #wrap .content-7 .content-7--inner {
    width: calc(750 *(100vw/750));
    height: calc(980 * (100vw / 750));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: calc(60 * (100vw / 750)) auto 0 auto;
    /* c-7-box */
  }
  #wrap .content-7 .content-7--inner .c-7-box {
    width: calc(690 * (100vw / 750));
    height: auto;
    background: #4595c7;
    border-radius: calc(20 * (100vw / 750));
    margin: auto;
    margin-bottom: calc(60 * (100vw / 750));
    padding: calc(40 * (100vw / 750)) calc(15 * (100vw / 750)) calc(40 * (100vw / 750)) calc(20 * (100vw / 750));
  }
  #wrap .content-7 .content-7--inner .c-7-box img {
    width: calc(120 * (100vw / 750));
    height: auto;
    display: block;
    margin-bottom: calc(10 * (100vw / 750));
  }
  #wrap .content-7 .content-7--inner .c-7-box h3 {
    font-size: calc(60 * (100vw / 750));
    color: #fff;
    font-weight: bold;
    padding-top: calc(10 * (100vw / 750));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #wrap .content-7 .content-7--inner .c-7-box h3::after {
    margin-left: calc(10 * (100vw / 750));
  }
  #wrap .content-7 .content-7--inner .c-7-box h3::after {
    content: '';
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 2px;
    background: #fff;
  }
  #wrap .content-7 .content-7--inner .c-7-box .add_title {
    font-size: calc(60 * (100vw / 750));
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  #wrap .content-7 .content-7--inner .c-7-box .icon-img {
    width: calc(120 * (100vw / 750));
    height: auto;
    display: block;
    margin: calc(30 * (100vw / 750)) auto 0 auto;
  }
  #wrap .content-7 .content-7--inner .c-7-box p {
    width: calc(630 * (100vw / 750));
    height: auto;
    font-size: calc(32 * (100vw / 750));
    background: #fff;
    padding: calc(20 * (100vw / 750));
    margin: auto;
    margin-top: calc(30 * (100vw / 750));
    line-height: 1.4;
    text-align: justify;
    border-radius: calc(20 * (100vw / 750));
  }
  #wrap .section-color {
    width: calc(750 *(100vw/750));
    height: calc(1320 * (100vw / 750));
    margin: auto;
    background: #cde3f0;
  }
  #wrap .contact-form {
    width: calc(750 *(100vw/750));
    height: auto;
    margin: auto;
    padding: calc(80 *(100vw/750)) 0 calc(80 *(100vw/750)) 0;
    background: #e6f1f7;
    /* c-form-box */
  }
  #wrap .contact-form h2 {
    text-align: center;
    font-size: calc(60 *(100vw/750));
    font-weight: bold;
  }
  #wrap .contact-form .c-form-box {
    width: calc(690 *(100vw/750));
    height: auto;
    margin: calc(60 *(100vw/750)) auto 0 auto;
    border-radius: calc(10 *(100vw/750));
    background: #fff;
    padding-top: calc(60 *(100vw/750));
    padding-bottom: calc(60 *(100vw/750));
    /* c-form-box--inner */
  }
  #wrap .contact-form .c-form-box .c-form-box--inner {
    width: calc(750 *(100vw/750));
    height: auto;
    margin: auto;
    /* form-box */
    /* contact-button */
  }
  #wrap .contact-form .c-form-box .c-form-box--inner .form-box {
    width: calc(680 *(100vw/750));
    margin: auto;
    position: relative;
    padding-bottom: calc(20 *(100vw/750));
    border-bottom: solid #fff 1px;
    margin-bottom: calc(3 *(100vw/750));
    /* form-box--inner */
    /* radio_box_inner_radio */
  }
  #wrap .contact-form .c-form-box .c-form-box--inner .form-box .error {
    color: #ED1C24;
    font-size: calc(24 * (100vw / 750));
    font-weight: bold;
    position: absolute;
    right: calc(50 * (100vw / 750));
    top: calc(18 * (100vw / 750));
  }
  #wrap .contact-form .c-form-box .c-form-box--inner .form-box .form-box--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #wrap .contact-form .c-form-box .c-form-box--inner .form-box .form-box--inner .form-title {
    width: auto;
    font-size: calc(36 *(100vw/750));
    color: #000;
    font-weight: bold;
    text-align: left;
    padding-top: calc(3 *(100vw/750));
  }
  #wrap .contact-form .c-form-box .c-form-box--inner .form-box .form-box--inner .err {
    width: calc(60 *(100vw/750));
    height: calc(40 *(100vw/750));
    font-size: calc(10 *(100vw/750));
    background: #ff5411;
    color: #fff;
    font-size: calc(18 *(100vw/750));
    margin: 0 0 0 calc(10 *(100vw/750));
    text-align: center;
    padding: calc(10 *(100vw/750));
  }
  #wrap .contact-form .c-form-box .c-form-box--inner .form-box .form-box--inner .ninn {
    background: #ccc;
  }
  #wrap .contact-form .c-form-box .c-form-box--inner .form-box .radio_box_inner {
    width: calc(620 *(100vw/750));
    height: auto;
    margin-top: calc(10 *(100vw/750));
    padding: calc(60 *(100vw/750)) 0 calc(0 *(100vw/750)) calc(20 *(100vw/750));
    background: #f8fcff;
  }
  #wrap .contact-form .c-form-box .c-form-box--inner .form-box .radio_box_inner input[type="radio"] {
    width: auto;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1.4);
    border: solid;
    margin-top: calc(3 *(100vw/750));
    margin-right: calc(15 *(100vw/750));
  }
  #wrap .contact-form .c-form-box .c-form-box--inner .form-box .radio_box_inner .add_radio {
    position: relative;
    font-weight: bold;
    font-size: calc(34 *(100vw/750));
    line-height: 1.8;
    position: relative;
    top: calc(-45 *(100vw/750));
    left: calc(43 *(100vw/750));
  }
  #wrap .contact-form .c-form-box .c-form-box--inner .form-box .scl-radio-box {
    width: calc(610 *(100vw/750));
    background: #f8fcff;
  }
  #wrap .contact-form .c-form-box .c-form-box--inner .form-box .scl-radio-box .radio_box_inner-2 {
    width: calc(610 *(100vw/750));
  }
  #wrap .contact-form .c-form-box .c-form-box--inner .form-box input {
    width: calc(610 *(100vw/750));
    height: calc(90 *(100vw/750));
    border: solid #f3f8fb 1px;
    outline: none;
    padding: calc(5 *(100vw/750)) 0 0 calc(10 *(100vw/750));
    display: block;
    border-radius: 5px;
    font-size: calc(34 *(100vw/750));
    margin-top: calc(10 *(100vw/750));
    background: #f3f8fb;
  }
  #wrap .contact-form .c-form-box .c-form-box--inner .contact-button {
    width: calc(660 *(100vw/750));
    height: calc(100 *(100vw/750));
    margin: calc(40 *(100vw/750)) auto 0 auto;
    border-radius: calc(50 *(100vw/750));
  }
  #wrap .contact-form .c-form-box .c-form-box--inner .contact-button #button {
    width: calc(600 *(100vw/750));
    height: calc(100 *(100vw/750));
    border-radius: calc(50 *(100vw/750));
    background: #2c87bf;
    border: solid #2c87bf 1px;
    color: #fff;
    font-size: calc(44 *(100vw/750));
    font-weight: bold;
    position: relative;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    letter-spacing: 0.20em;
  }
  #wrap .contact-form .c-form-box .c-form-box--inner .contact-button #button:hover {
    -webkit-box-shadow: 0px 3px 7px #333;
            box-shadow: 0px 3px 7px #333;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #wrap .content-8 {
    width: calc(750 *(100vw/750));
    height: auto;
    margin: auto;
    background: #fff;
    padding: calc(80 *(100vw/750)) 0 calc(160 *(100vw/750)) 0;
    /* qa-content */
  }
  #wrap .content-8 h2 {
    text-align: center;
    font-size: calc(60 *(100vw/750));
    font-weight: bold;
  }
  #wrap .content-8 .qa-content {
    width: calc(690 *(100vw/750));
    height: auto;
    margin: calc(80 *(100vw/750)) auto 0 auto;
    /* qa-content--inner */
  }
  #wrap .content-8 .qa-content .qa-content--inner {
    width: calc(690 *(100vw/750));
    height: auto;
    padding: calc(25 *(100vw/750)) 0 calc(20 *(100vw/750)) 0;
    border-radius: calc(15 *(100vw/750));
    margin-top: calc(20 *(100vw/750));
    background: #e6f1f7;
    /* アコーディオン実装CSS */
    /* アコーディオン実装CSS */
  }
  #wrap .content-8 .qa-content .qa-content--inner .pass, #wrap .content-8 .qa-content .qa-content--inner .pass-2 {
    position: absolute;
    z-index: 1;
    width: calc(35 *(100vw/750));
    height: calc(35 *(100vw/750));
    top: calc(13 *(100vw/750));
    right: calc(25 *(100vw/750));
  }
  #wrap .content-8 .qa-content .qa-content--inner .accordion-container .accordion-title {
    width: calc(670 *(100vw/750));
    height: auto;
    position: relative;
    margin: 0;
    padding: calc(15 *(100vw/750)) 0 calc(20 *(100vw/750)) 0;
    font-weight: normal;
    color: #2c87bf;
    cursor: pointer;
  }
  #wrap .content-8 .qa-content .qa-content--inner .ac_title {
    font-size: calc(32 *(100vw/750));
    font-weight: bold;
    text-align: left;
    position: relative;
    line-height: 1.4;
    padding-left: calc(85 *(100vw/750));
    padding-top: calc(0 *(100vw/750));
    display: block;
  }
  #wrap .content-8 .qa-content .qa-content--inner .ac_title::before {
    position: absolute;
    left: calc(30 *(100vw/750));
    top: calc(5 *(100vw/750));
    content: '';
    display: inline-block;
    width: calc(36 *(100vw/750));
    height: calc(33 *(100vw/750));
    background-image: url(../img/q.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  #wrap .content-8 .qa-content .qa-content--inner .accordion-container .accordion-title::before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 45%;
    right: 0px;
    width: calc(43 *(100vw/750));
    height: calc(4 *(100vw/750));
    /*縦線に*/
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    background: #2c87bf;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  #wrap .content-8 .qa-content .qa-content--inner .accordion-container .accordion-title::after {
    content: "";
    position: absolute;
    z-index: 3;
    top: 45%;
    right: 0px;
    /*横線*/
    width: calc(43 *(100vw/750));
    height: calc(4 *(100vw/750));
    background: #2c87bf;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  #wrap .content-8 .qa-content .qa-content--inner .accordion-container .accordion-title.open::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background: #2c87bf;
  }
  #wrap .content-8 .qa-content .qa-content--inner .accordion-container .accordion-title.open::after {
    opacity: 0;
  }
  #wrap .content-8 .qa-content .qa-content--inner .acordion_title--inner {
    width: calc(660 *(100vw/750));
    margin-left: calc(15 *(100vw/750));
    display: none;
    background: #fff;
    padding: calc(20 *(100vw/750));
  }
  #wrap .content-8 .qa-content .qa-content--inner .acordion_title--inner p {
    font-size: calc(24 *(100vw/750));
    position: relative;
    padding-left: calc(40 *(100vw/750));
    line-height: 1.4;
  }
  #wrap .content-8 .qa-content .qa-content--inner .acordion_title--inner p::before {
    position: absolute;
    top: calc(-6 *(100vw/750));
    left: calc(0 *(100vw/750));
    content: '';
    display: inline-block;
    width: calc(29 *(100vw/750));
    height: calc(34 *(100vw/750));
    background-image: url(../img/a.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  #wrap .content-8 .qa-content .qa-content--inner .accordion-container {
    width: calc(750 *(100vw/750));
    margin: 0 auto;
  }
  #wrap #footer {
    width: calc(750 *(100vw/750));
    height: auto;
    margin: auto;
    background: #2c87bf;
    /* footer--inner */
  }
  #wrap #footer .footer--inner {
    width: calc(690 *(100vw/750));
    height: auto;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    color: #fff;
    padding: calc(30 *(100vw/750)) 0 calc(30 *(100vw/750)) 0;
    position: relative;
  }
  #wrap #footer .footer--inner p.copy {
    text-align: center;
    font-size: calc(22 *(100vw/750));
  }
  #wrap #footer .footer--inner .f-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    margin-bottom: calc(30 *(100vw/750));
  }
  #wrap #footer .footer--inner .f-link p a {
    color: #fff;
    text-decoration: underline;
    margin-left: calc(20 *(100vw/750));
    display: block;
  }
  #wrap .thanks-content {
    width: calc(660 *(100vw/750));
    height: auto;
    margin: calc(220 *(100vw/750)) auto;
    /* thanks-box */
  }
  #wrap .thanks-content h2 {
    text-align: center;
    font-size: calc(40 *(100vw/750));
    font-weight: bold;
    color: #2c87bf;
  }
  #wrap .thanks-content .thanks-box {
    margin-top: calc(60 *(100vw/750));
    /* top-link */
  }
  #wrap .thanks-content .thanks-box p {
    font-size: calc(28 *(100vw/750));
    line-height: 1.8;
    color: #000;
    text-align: center;
  }
  #wrap .thanks-content .thanks-box p span {
    font-size: calc(60 *(100vw/750));
  }
  #wrap .thanks-content .thanks-box .top-link {
    width: calc(660 *(100vw/750));
    display: block;
    margin: calc(60 *(100vw/750)) auto;
  }
  #wrap .thanks-content .thanks-box .top-link a {
    text-align: center;
    display: inline-block;
    margin: auto;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  /* wrap */
}

/* @media (min-width: 980px) and (max-width: 1080px) */
/*# sourceMappingURL=style_sp.css.map */