@charset "UTF-8";
/* CSS Document */
/*--------------------------------------------------
PC
**************************************************
--------------------------------------------------*/
@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 (min-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;
    overflow-x: hidden;
    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;
  }
  .pc_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(1920 *(100vw/1920));
    height: auto;
    position: relative;
    /* 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(1920 *(100vw/1920));
    height: auto;
    margin: auto;
    padding-left: 20px;
    /* header-content */
    /* mv-content */
    /* content-1 */
  }
  #wrap #wrap-inner #header-content {
    width: calc(1437 *(100vw/1920));
    height: 120px;
    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 {
    margin-top: 40px;
  }
  #wrap #wrap-inner #header-content a img {
    -webkit-transition: .4s;
    transition: .4s;
  }
  #wrap #wrap-inner .mv-content {
    width: 1437px;
    height: auto;
    margin: 40px auto 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    /* mv-content-left */
    /* mv-img */
  }
  #wrap #wrap-inner .mv-content .mv-content-left {
    width: 895px;
    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: 750px;
    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: 24px;
    font-weight: bold;
    color: #fff;
    padding: 15px 25px 17px 25px;
    background: #319de0;
    margin-right: 20px;
    border-radius: 6px;
  }
  #wrap #wrap-inner .mv-content .mv-content-left .m-tex-cont-2 {
    margin-top: 30px;
  }
  #wrap #wrap-inner .mv-content .mv-content-left .m-tex-cont-2 p:nth-child(1) {
    font-size: 30px;
    font-weight: bold;
    background: #d3effc;
    display: inline-block;
    padding: 10px 0px 10px 20px;
  }
  #wrap #wrap-inner .mv-content .mv-content-left .m-tex-cont-2 p:nth-child(2) {
    font-size: 40px;
    font-weight: bold;
    padding-top: 15px;
    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 {
    content: url(../img/mv_stitle_under.png);
    position: absolute;
    top: 65px;
  }
  #wrap #wrap-inner .mv-content .mv-content-left .m-tex-cont-3 h1 {
    font-size: 67px;
    margin-top: 50px;
    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: 95px;
    color: #2c87bf;
  }
  #wrap #wrap-inner .mv-content .mv-content-left .m-tex-cont-3 h1 .big-2 {
    font-size: 80px;
  }
  #wrap #wrap-inner .mv-content .mv-content-left .mv-button {
    width: 400px;
    margin-top: 90px;
  }
  #wrap #wrap-inner .mv-content .mv-content-left .mv-button p {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
    position: relative;
  }
  #wrap #wrap-inner .mv-content .mv-content-left .mv-button p:before {
    content: url(../img/mv-b.png);
    position: absolute;
    left: 50px;
    top: -5px;
  }
  #wrap #wrap-inner .mv-content .mv-content-left .mv-button p:after {
    content: url(../img/mv-a.png);
    position: absolute;
    right: 55px;
    top: -5px;
  }
  #wrap #wrap-inner .mv-content .mv-content-left .mv-add-tex {
    width: 600px;
    height: auto;
    position: relative;
    z-index: 2;
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
    background: #2c87bf;
  }
  #wrap #wrap-inner .mv-content .mv-content-left .mv-add-tex p {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
  }
  #wrap #wrap-inner .mv-content .mv-img {
    position: absolute;
    right: -240px;
  }
  #wrap #wrap-inner .mv-content .mv-img img {
    width: 1114px;
    height: 998px;
  }
  #wrap #wrap-inner .mv-content::after {
    content: url(../img/text-bg.png);
    position: absolute;
    left: -220px;
    bottom: -180px;
  }
  #wrap #wrap-inner .content-1 {
    width: 1445px;
    height: auto;
    margin: 280px auto 0 auto;
    /* content-1--inner */
  }
  #wrap #wrap-inner .content-1 .f-tex {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 50px;
    position: relative;
  }
  #wrap #wrap-inner .content-1 .f-tex:before {
    content: url(../img/title-1.png);
    position: absolute;
    bottom: 20px;
  }
  #wrap #wrap-inner .content-1 .content-1--inner {
    background: #e8ecee;
    /*width: 1445px;*/
    width: 93%;
    height: auto;
    margin-top: 30px;
    border-radius: 50px;
    position: relative;
    padding-bottom: 70px;
    /* c-1-in-box */
  }
  #wrap #wrap-inner .content-1 .content-1--inner h2 {
    font-size: 48px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    right: 0;
    left: 0;
    top: -30px;
  }
  #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: 1170px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 200px;
    position: relative;
    /* c-1-in-box-left */
  }
  #wrap #wrap-inner .content-1 .content-1--inner .c-1-in-box .c-1-in-box-left {
    width: 692px;
    padding-top: 60px;
    padding-left: 20px;
  }
  #wrap #wrap-inner .content-1 .content-1--inner .c-1-in-box .c-1-in-box-left p {
    font-size: 30px;
    font-weight: bold;
    background: #fff;
    display: table;
    border-radius: 50px;
    margin-bottom: 20px;
    padding: 15px 40px 15px 60px;
    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 {
    content: url(../img/check.png);
    position: absolute;
    left: 20px;
  }
  #wrap #wrap-inner .content-1 .content-1--inner .c-1-in-box img {
    position: absolute;
    right: 60px;
    top: 50px;
  }
  #wrap #wrap-inner .content-1 .content-1--inner::before {
    content: url(../img/yazi.png);
    position: absolute;
    bottom: -61px;
    left: 350px;
  }
  #wrap .mv-bg {
    background: #eff3f6;
    width: 100%;
    height: 530px;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 550px;
  }
  #wrap .content-2 {
    width: calc(1920 *(100vw/1920));
    height: 654px;
    background-image: url(../img/bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    margin-top: -180px;
    padding-top: 180px;
    /* content-2--inner */
  }
  #wrap .content-2 .content-2--inner {
    width: 1240px;
    height: auto;
    margin: auto;
    padding-top: 120px;
    /* mv-button */
  }
  #wrap .content-2 .content-2--inner h2, #wrap .content-2 .content-2--inner h3 {
    font-size: 36px;
    font-weight: bold;
    color: #ffff79;
    text-align: center;
  }
  #wrap .content-2 .content-2--inner h3 {
    color: #fff;
    padding-top: 20px;
  }
  #wrap .content-2 .content-2--inner .mv-button {
    width: 400px;
    margin: auto;
    margin-top: 90px;
  }
  #wrap .content-2 .content-2--inner .mv-button p {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
    position: relative;
    color: #fff;
  }
  #wrap .content-2 .content-2--inner .mv-button p:before {
    content: url(../img/before.png);
    position: absolute;
    left: 50px;
    top: -5px;
  }
  #wrap .content-2 .content-2--inner .mv-button p:after {
    content: url(../img/after.png);
    position: absolute;
    right: 60px;
    top: -5px;
  }
  #wrap .content-3 {
    width: calc(1920 *(100vw/1920));
    height: auto;
    margin: auto;
    padding-bottom: 20px;
    /* content-3-title-inner */
    /* content-3-title-inner-box */
    /* .content-3-title-inner-box */
  }
  #wrap .content-3 .content-3-title-inner {
    width: 1100px;
    height: auto;
    margin: 50px auto 80px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* c-3-t-in-tex */
  }
  #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: 30px;
    font-weight: bold;
    padding-bottom: 40px;
    position: relative;
  }
  #wrap .content-3 .content-3-title-inner .c-3-t-in-tex p:before {
    content: url(../img/title-2.png);
    position: absolute;
    top: 30px;
  }
  #wrap .content-3 .content-3-title-inner .c-3-t-in-tex h2 {
    font-size: 48px;
    font-weight: bold;
  }
  #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: 1720px;
    height: auto;
    margin: 0 auto 60px 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: 680px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 60px;
    -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: 680px;
    height: auto;
    padding: 140px 0 0 120px;
  }
  #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 {
    font-size: 30px;
    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 {
    display: block;
    margin: 172px 0 40px 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: 530px;
    font-size: 18px;
    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: 500px;
    height: 295px;
    z-index: -1;
    top: 90px;
    border-radius: 15px;
    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: 960px;
    right: 40px;
    position: relative;
  }
  #wrap .content-3 .content-3-title-inner-box-2 {
    width: 1580px;
    position: relative;
    left: -70px;
    /* c-3-t-in-box-in */
  }
  #wrap .content-3 .content-3-title-inner-box-2 .c-3-t-in-box-in {
    position: absolute;
    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: 680px;
    height: auto;
    padding: 160px 0 0 30px;
  }
  #wrap .content-3 .content-3-title-inner-box-2 .c-3-t-in-box-in .c-3-t-in-box-in-left img {
    display: block;
    margin: 120px 0 40px 340px;
  }
  #wrap .content-3 .content-3-title-inner-box-2 .c-3-t-in-box-in .blue_bg {
    top: 100px;
    left: 130px;
  }
  #wrap .s-contact-box {
    width: calc(1920 *(100vw/1920));
    height: 180px;
    margin: auto;
    padding-top: 40px;
    background-image: url(../img/bg-2.png);
    /* mv-button */
  }
  #wrap .s-contact-box .mv-button {
    width: 600px;
    margin: auto;
  }
  #wrap .s-contact-box .mv-button p {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
    position: relative;
    color: #fff;
  }
  #wrap .s-contact-box .mv-button p:before {
    content: url(../img/before.png);
    position: absolute;
    left: 50px;
    top: -5px;
  }
  #wrap .s-contact-box .mv-button p:after {
    content: url(../img/after.png);
    position: absolute;
    right: 60px;
    top: -5px;
  }
  #wrap .content-4 {
    width: calc(1920 *(100vw/1920));
    height: auto;
    margin: auto;
    background: #e6f1f7;
    padding-bottom: 20px;
    /* content-4--inner */
  }
  #wrap .content-4 .content-4--inner {
    width: 1280px;
    height: auto;
    margin: auto;
    padding-top: 50px;
    /* content-3-title-inner */
    /* content-4--inner-box */
  }
  #wrap .content-4 .content-4--inner .content-3-title-inner {
    width: 740px;
    height: auto;
    margin: 0 auto 0 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;
    position: relative;
    left: 80px;
    /* c-3-t-in-tex */
  }
  #wrap .content-4 .content-4--inner .content-3-title-inner .c-3-t-in-tex {
    width: auto;
    height: auto;
    margin: 50px auto;
  }
  #wrap .content-4 .content-4--inner .content-3-title-inner .c-3-t-in-tex p {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 40px;
    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 {
    content: url(../img/title-3.png);
    position: absolute;
    top: 30px;
  }
  #wrap .content-4 .content-4--inner .content-3-title-inner .c-3-t-in-tex h2 {
    font-size: 48px;
    font-weight: bold;
  }
  #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: 1200px;
    height: auto;
    margin: 40px 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: 585px;
    height: auto;
    background-image: url(../img/section-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 60px;
    padding-top: 50px;
    padding-bottom: 20px;
    border-radius: 30px;
    border-right: solid 7px #2c87bf;
    border-bottom: solid 7px #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: -20px;
  }
  #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: 440px;
    margin: 0 0 0 110px;
    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: 10px;
  }
  #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: 30px;
    font-weight: bold;
    line-height: 1.4;
  }
  #wrap .content-4 .content-4--inner .content-4--inner-box .c-4-in-point-box .p-box-title-2 {
    width: 420px;
    margin-left: 100px;
  }
  #wrap .content-4 .content-4--inner .content-4--inner-box .c-4-in-point-box .p-box-title-3 {
    width: 440px;
  }
  #wrap .content-4 .content-4--inner .content-4--inner-box .c-4-in-point-box .p-box-title-3 h3 {
    padding-left: 30px;
  }
  #wrap .content-4 .content-4--inner .content-4--inner-box .c-4-in-point-box .p-box-title-4 {
    width: 460px;
    position: relative;
    left: -10px;
  }
  #wrap .content-4 .content-4--inner .content-4--inner-box .c-4-in-point-box .p-box-title-4 h3 {
    padding-left: 20px;
  }
  #wrap .content-4 .content-4--inner .content-4--inner-box .c-4-in-point-box .p-tex {
    width: 530px;
    margin: auto;
    line-height: 1.6;
    background: #e6f1f7;
    padding: 20px;
    margin-top: 30px;
    border-radius: 10px;
  }
  #wrap .content-5 {
    width: calc(1920 *(100vw/1920));
    height: auto;
    margin: auto;
    padding: 80px 0 80px 0;
    background: #eff3f6;
    /* content-5--inner */
  }
  #wrap .content-5 h2 {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
  }
  #wrap .content-5 .content-5--inner {
    width: 1200px;
    height: auto;
    margin: 70px auto 0 auto;
    border-radius: 20px;
    background: #fff;
    padding: 60px;
    /* list-box */
  }
  #wrap .content-5 .content-5--inner .list-box {
    width: 1080px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.6;
  }
  #wrap .content-5 .content-5--inner .list-box p:nth-child(1) {
    width: 30%;
    padding: 25px;
    background: #cde3f0;
  }
  #wrap .content-5 .content-5--inner .list-box p:nth-child(2) {
    width: 80%;
    padding: 25px;
    background: #eff3f6;
  }
  #wrap .content-6 {
    width: calc(1920 *(100vw/1920));
    height: 742px;
    background-image: url(../img/bg-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    margin: auto;
    /* content-6-title */
    /*c-6-in-box */
  }
  #wrap .content-6 .content-6-title {
    width: 770px;
    height: auto;
    margin: auto;
  }
  #wrap .content-6 .content-6-title p {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    position: relative;
  }
  #wrap .content-6 .content-6-title p::before {
    content: url(../img/title-4.png);
    position: absolute;
    top: 30px;
  }
  #wrap .content-6 .content-6-title h2 {
    font-size: 48px;
    font-weight: bold;
    color: #2c87bf;
    padding-top: 40px;
  }
  #wrap .content-6 .c-6-in-box {
    width: 1190px;
    height: 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;
    margin: 60px auto 0 auto;
  }
  #wrap .content-6 .c-6-in-box p {
    width: 450px;
    font-size: 18px;
    line-height: 1.4;
    padding: 100px 0 0 70px;
    text-align: justify;
  }
  #wrap .content-7 {
    width: calc(1920 *(100vw/1920));
    padding-top: 80px;
    margin: auto;
    height: 360px;
    /* content-7--inner */
  }
  #wrap .content-7 h2 {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
  }
  #wrap .content-7 .content-7--inner {
    width: 1200px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 60px auto 0 auto;
    /* c-7-box */
  }
  #wrap .content-7 .content-7--inner .c-7-box {
    width: 285px;
    height: auto;
    background: #4595c7;
    border-radius: 10px;
    padding: 10px 15px 20px 20px;
  }
  #wrap .content-7 .content-7--inner .c-7-box h3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    padding-top: 10px;
    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: 10px;
  }
  #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: 23px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  #wrap .content-7 .content-7--inner .c-7-box .icon-img {
    display: block;
    margin: 20px auto 0 auto;
  }
  #wrap .content-7 .content-7--inner .c-7-box p {
    width: 246px;
    height: auto;
    background: #fff;
    padding: 20px;
    margin-top: 30px;
    line-height: 1.4;
    text-align: justify;
    border-radius: 10px;
  }
  #wrap .section-color {
    width: 1920px;
    height: 255px;
    margin: auto;
    background: #cde3f0;
  }
  #wrap .contact-form {
    width: calc(1920 *(100vw/1920));
    height: auto;
    margin: auto;
    padding: 80px 0 80px 0;
    background: #e6f1f7;
    /* c-form-box */
  }
  #wrap .contact-form h2 {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
  }
  #wrap .contact-form .c-form-box {
    width: 1200px;
    height: auto;
    margin: 60px auto 0 auto;
    border-radius: 10px;
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    /* c-form-box--inner */
  }
  #wrap .contact-form .c-form-box .c-form-box--inner {
    width: 800px;
    height: auto;
    margin: auto;
    /* form-box */
    /* contact-button */
  }
  #wrap .contact-form .c-form-box .c-form-box--inner .form-box {
    width: 850px;
    margin: auto;
    position: relative;
    padding-bottom: 20px;
    border-bottom: solid #fff 1px;
    /* form-box--inner */
    /* radio_box_inner_radio */
  }
  #wrap .contact-form .c-form-box .c-form-box--inner .form-box .error {
    color: #ED1C24;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 13px;
    right: 50px;
  }
  #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: 14px;
    color: #000;
    font-weight: bold;
    text-align: left;
    padding-top: 3px;
  }
  #wrap .contact-form .c-form-box .c-form-box--inner .form-box .form-box--inner .err {
    width: 35px;
    height: 20px;
    font-size: 10px;
    background: #ff5411;
    color: #fff;
    margin: 0 0 0 10px;
    text-align: center;
    padding: 4px;
  }
  #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: 793px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px;
    padding: 18px 0 15px 80px;
    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: 3px;
    margin-right: 15px;
  }
  #wrap .contact-form .c-form-box .c-form-box--inner .form-box .radio_box_inner .add_radio {
    position: relative;
    margin-right: 30px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.8;
  }
  #wrap .contact-form .c-form-box .c-form-box--inner .form-box .scl-radio-box {
    width: 793px;
    background: #f8fcff;
  }
  #wrap .contact-form .c-form-box .c-form-box--inner .form-box .scl-radio-box .radio_box_inner-2 {
    width: 670px;
  }
  #wrap .contact-form .c-form-box .c-form-box--inner .form-box input {
    width: 780px;
    height: 50px;
    border: solid #f3f8fb 1px;
    outline: none;
    padding: 5px 0 0 10px;
    display: block;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 10px;
    background: #f3f8fb;
  }
  #wrap .contact-form .c-form-box .c-form-box--inner .contact-button {
    width: 340px;
    height: 60px;
    margin: 40px auto 0 auto;
    border-radius: 50px;
    border: solid #2c87bf 1px;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #wrap .contact-form .c-form-box .c-form-box--inner .contact-button #button {
    width: 340px;
    height: 60px;
    border-radius: 50px;
    background: #2c87bf;
    border: solid #2c87bf 1px;
    color: #fff;
    font-size: 22px;
    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(1920 *(100vw/1920));
    height: auto;
    margin: auto;
    background: #fff;
    padding: 80px 0 160px 0;
    /* qa-content */
  }
  #wrap .content-8 h2 {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
  }
  #wrap .content-8 .qa-content {
    width: 1120px;
    height: auto;
    margin: 60px auto 0 auto;
    /* qa-content--inner */
  }
  #wrap .content-8 .qa-content .qa-content--inner {
    width: 1110px;
    height: auto;
    padding: 25px 0 20px 0;
    border-radius: 15px;
    margin-top: 20px;
    background: #e6f1f7;
    /* アコーディオン実装CSS */
    /* アコーディオン実装CSS */
  }
  #wrap .content-8 .qa-content .qa-content--inner .pass {
    position: absolute;
    z-index: 1;
    width: 35px;
    height: 35px;
    top: 13px;
    right: 25px;
  }
  #wrap .content-8 .qa-content .qa-content--inner .accordion-container .accordion-title {
    width: 980px;
    height: auto;
    position: relative;
    margin: 0;
    padding: 15px 0 20px 0;
    font-size: 1.25em;
    font-weight: normal;
    color: #2c87bf;
    cursor: pointer;
  }
  #wrap .content-8 .qa-content .qa-content--inner .ac_title {
    padding-left: 20px;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding-left: 60px;
  }
  #wrap .content-8 .qa-content .qa-content--inner .ac_title::before {
    content: url(../img/q.png);
    position: absolute;
    left: 5px;
    top: 0px;
  }
  #wrap .content-8 .qa-content .qa-content--inner .accordion-container .accordion-title::before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 45%;
    right: 0px;
    width: 43px;
    height: 4px;
    /*縦線に*/
    -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: 43px;
    height: 4px;
    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 {
    display: none;
    background: #fff;
    padding: 20px;
  }
  #wrap .content-8 .qa-content .qa-content--inner .acordion_title--inner p {
    font-size: 18px;
    position: relative;
    padding-left: 40px;
    line-height: 1.4;
  }
  #wrap .content-8 .qa-content .qa-content--inner .acordion_title--inner p::before {
    content: url(../img/a.png);
    position: absolute;
    top: -10px;
    left: -5px;
  }
  #wrap .content-8 .qa-content .qa-content--inner .accordion-container {
    width: 980px;
    margin: 0 auto;
  }
  #wrap #footer {
    width: calc(1920 *(100vw/1920));
    height: auto;
    margin: auto;
    background: #2c87bf;
    /* footer--inner */
  }
  #wrap #footer .footer--inner {
    width: 1200px;
    height: auto;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    padding: 30px 0 30px 0;
    position: relative;
  }
  #wrap #footer .footer--inner p.copy {
    position: absolute;
    right: 0;
    left: 500px;
  }
  #wrap #footer .footer--inner .f-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 auto;
  }
  #wrap #footer .footer--inner .f-link p a {
    color: #fff;
    text-decoration: underline;
    margin-left: 20px;
    display: block;
  }
  #wrap .thanks-content {
    width: 1200px;
    height: 800px;
    margin: 180px auto;
    /* thanks-box */
  }
  #wrap .thanks-content h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #2c87bf;
  }
  #wrap .thanks-content .thanks-box {
    margin-top: 60px;
    /* top-link */
  }
  #wrap .thanks-content .thanks-box p {
    font-size: 20px;
    line-height: 1.8;
    color: #000;
    text-align: center;
  }
  #wrap .thanks-content .thanks-box p span {
    font-size: 40px;
  }
  #wrap .thanks-content .thanks-box .top-link {
    width: 980px;
    display: block;
    margin: 60px 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: 1500px) {
  #wrap #wrap-inner .mv-content .mv-content-left {
    padding-left: calc(220 *(100vw/1920));
  }
  #wrap #wrap-inner .mv-content .mv-img img {
    width: 1114px;
    height: 998px;
  }
  #wrap #wrap-inner .mv-content .mv-content-left .m-tex-cont-2 p:nth-child(2) {
    font-size: 36px;
  }
  #wrap #wrap-inner .mv-content .mv-content-left .m-tex-cont-3 h1 {
    font-size: 51px;
  }
  #wrap #wrap-inner .mv-content .mv-content-left .mv-add-tex {
    width: 510px;
  }
  #wrap #wrap-inner .mv-content .mv-content-left .mv-add-tex p {
    font-size: 22px;
  }
  #wrap #wrap-inner .content-1 {
    width: calc(1780 *(100vw/1920));
    position: relative;
    left: calc(-20 *(100vw/1920));
  }
  .content-1--inner .c-1-in-box {
    margin-left: calc(180 *(100vw/1920)) !important;
  }
  #wrap #wrap-inner .content-1 .content-1--inner .c-1-in-box img {
    width: calc(680 *(100vw/1920));
  }
  #wrap #wrap-inner .content-1 .content-1--inner {
    width: calc(1770 *(100vw/1920));
    left: calc(0 *(100vw/1920));
  }
  #wrap #wrap-inner .content-1 .content-1--inner::before {
    left: calc(390 *(100vw/1920));
  }
  #wrap .content-3 .content-3-title-inner-box, #wrap .content-3 .content-3-title-inner-box-2 {
    width: calc(1720 *(100vw/1920));
  }
  #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 {
    margin-left: 0px;
  }
  #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 {
    padding: calc(190 *(100vw/1920)) 0 0 calc(10 *(100vw/1920)) !important;
  }
  #wrap .content-3 .content-3-title-inner-box-2 {
    left: 0 !important;
    margin-top: calc(-120 *(100vw/1920));
  }
  #wrap .content-3 .content-3-title-inner {
    margin: 50px auto 0px auto;
  }
  .c-3-img-2 {
    left: calc(-120 *(100vw/1920)) !important;
    position: relative;
  }
  .c-3-img {
    width: calc(963 *(100vw/1920));
    height: calc(580 *(100vw/1920));
    top: calc(100 *(100vw/1920));
    left: calc(50 *(100vw/1920));
  }
  .c-3-t-in-box-in-left-2 {
    margin: calc(100 *(100vw/1920)) 0 0 calc(220 *(100vw/1920)) !important;
  }
  #wrap .content-4 .content-4--inner .content-4--inner-box {
    width: calc(1780 *(100vw/1920));
    position: relative;
    left: calc(-20 *(100vw/1920));
  }
  #wrap .content-4 .content-4--inner .content-4--inner-box .c-4-in-point-box {
    width: calc(870 * (100vw / 1920));
    height: calc(489 * (100vw / 1920));
  }
  #wrap .content-5 .content-5--inner {
    width: calc(1680 *(100vw/1920));
  }
  #wrap .content-5 .content-5--inner .list-box {
    width: calc(1500 *(100vw/1920));
  }
  #wrap .content-6 .c-6-in-box {
    width: calc(1680 *(100vw/1920));
  }
  #wrap .contact-form .c-form-box {
    width: calc(1720 *(100vw/1920));
  }
}

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