@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v6.1.1/css/all.css");
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center, figure, picture,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot, thead {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  color: #333333;
}

a {
  display: block;
  text-decoration: none;
}

.w100p {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.down-to-top {
  opacity: 0;
  -webkit-transform: translate3d(0, 20%, 0);
          transform: translate3d(0, 20%, 0);
  -webkit-transition: all 1.3s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  transition: all 1.3s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
}

.down-to-top.scrollin {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media screen and (min-width: 769px) {
  body {
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    overflow-x: hidden;
    border: 3px solid #888888;
  }
  .sp {
    display: none !important;
  }
  .sub {
    height: 100vh;
  }
  .fixed-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background-color: #b8cfdc;
    padding: 20px 0;
    display: none;
    z-index: 999;
  }

  .fixed-btn .fixed-btn-top {
    width: 660px;
    margin: 0 auto 15px;
  }

  .fixed-btn .fixed-btn-txt {
    background-color: #1061ce;
    text-align: center;
    padding: 5px 0;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffff;
  }

  .fixed-btn .fixed-btn-txt .fixed-btn-txt-or {
    color: #ff6767;
  }

  .header {
    position: relative;
    background-color: #fff;
    padding: 1.25%;
  }
  .header-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 2000px;
    margin: 0 auto;
  }
  .header-box-lt {
    max-width: 14%;
    margin-right: 15px;
  }
  .header-box-rt {
    max-width: 12%;
    margin-left: 15px;
  }
  .cmn-wrapper {
    max-width: 2000px;
    margin: 0 auto;
  }
  .cmn-area {
    background: no-repeat center/cover url(../img/bg_area.jpg);
    padding: 65px 0;
  }
  .cmn-area-top {
    padding: 125px 0 65px;
  }
  .cmn-area dl {
    text-align: center;
    padding-bottom: 60px;
  }
  .cmn-area dl span {
    color: #fdd321;
  }
  .cmn-area dl dt, .cmn-area dl dd {
    font-size: 5.4rem;
    font-weight: 700;
    color: #fff;
  }
  .cmn-area dl dt {
    line-height: 1.418;
    padding-bottom: 55px;
  }
  .cmn-area dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cmn-area dl dd p {
    font-size: 3rem;
    font-weight: 700;
    padding: 15px 30px;
    border: 2px solid #fff;
    border-radius: 6px;
    margin-right: 25px;
  }
  .cmn-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 50px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .cmn-area ul li {
    color: #fff;
    font-size: 2rem;
    padding: 0 10px 30px 0;
  }
  .cmn-cta-time {
    width: 346px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    background-color: #0e3c89;
    border-radius: 8px;
    font-size: 5.2rem;
    font-weight: 700;
    color: #fff;
  }
  .cmn-cta-time span {
    color: #fdd321;
  }
  .cmn-cta-top {
    position: relative;
    background: no-repeat center/cover url(../img/bg_cta01.jpg);
    padding: 60px 0 260px;
    z-index: 1;
  }
  .cmn-cta-top:before {
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    max-width: 900px;
    width: 100%;
    height: 432px;
    background: no-repeat center/cover url(../img/bg_cta_top.png);
    z-index: 2;
  }
  .cmn-cta-bottom {
    position: relative;
    background: no-repeat center/cover url(../img/bg_cta02.jpg);
    padding: 65px 0;
  }
  .cmn-cta-bottom .cmn-wrapper {
    max-width: 900px;
    padding: 0 20px;
  }
  .cmn-cta-bottom-head {
    width: 100%;
    margin: 0 auto 45px;
  }
  .cmn-cta-bottom-body {
    background-color: #fff;
    border-radius: 10px;
    padding: 45px 40px;
    margin-bottom: 55px;
  }
  .cmn-cta-bottom-body p {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.4rem;
    font-weight: 700;
    padding-bottom: 30px;
  }
  .cmn-cta-bottom-body p span {
    color: #0e3c89;
    font-size: 5.4rem;
  }
  .cmn-cta-bottom-body-tel {
    margin-bottom: 40px;
  }
  .cmn-title-sub {
    text-align: center;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #0e3c89;
  }
  .cmn-box {
    padding: 60px 20px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
  }
  .cmn-box-table {
    padding: 0 20px;
  }
  .cmn-box-table table {
    width: 100%;
    margin: 0 auto;
  }
  .cmn-box-table table tr th {
    color: #0e3c89;
    font-size: 2.2rem;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cmn-box-table table tr th span {
    text-align: center;
    padding: 10px 15px;
    border: 2px solid #ff0000;
    margin-left: 30px;
    color: #ff0000;
  }
  .cmn-box-table table tr th .form-a {
    background-color: #ff0000;
    color: #fff;
  }
  .cmn-box-table table tr td {
    width: 100%;
    line-height: 1.4;
    padding-bottom: 40px;
    display: inline-block;
    text-align: left;
    letter-spacing: 0.05em;
  }
  .cmn-box-table table tr td input[type=email],
  .cmn-box-table table tr td input[type=number],
  .cmn-box-table table tr td input[type=tel],
  .cmn-box-table table tr td input[type=text],
  .cmn-box-table table tr td textarea {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 15px;
    color: #000;
    letter-spacing: 0.05em;
    font-size: 2.2rem;
    border: 1px solid #898989;
    line-height: 1.69;
  }
  .cmn-txt-top {
    font-size: 2.2rem;
    line-height: 1.769;
    padding-bottom: 60px;
  }
  .cmn-txt-4 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.556;
    color: #0e3c89;
    padding-bottom: 30px;
    border-bottom: 2px solid #0e3c89;
    margin-bottom: 40px;
  }
  .cmn-txt-sub {
    font-size: 2.2rem;
    line-height: 1.769;
    padding-bottom: 40px;
  }
  .cmn-txt-list {
    margin-bottom: 60px;
  }
  .cmn-txt-list li {
    font-size: 2.2rem;
    margin-bottom: 30px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.44;
  }
  .cmn-btn {
    width: 420px;
    margin: 0 auto;
  }
  .cmn-btn a, .cmn-btn button {
    width: 100%;
    height: 100%;
    padding: 35px 0;
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    border-radius: 15px;
    letter-spacing: 0.05em;
    background-color: #f06700;
    border: 3px solid #f06700;
  }
  .sec-fv {
    position: relative;
    height: 590px;
    z-index: 1;
  }
  .sec-fv:before {
    position: absolute;
    top: -45px;
    left: 55%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    width: 740px;
    height: 720px;
    background: no-repeat center/cover url(../img/fv_pc.png);
  }
  .sec-fv-img {
    width: 100%;
    height: 100%;
  }
  .sec-01 {
    padding: 65px 0;
    background: no-repeat center/cover url(../img/bg_01.jpg);
  }
  .sec-01-top {
    max-width: 500px;
    margin: 0 auto 60px;
  }
  .sec-01 ul {
    width: 70%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .sec-01 ul li {
    width: 20%;
    margin: 0 15px 40px;
  }
  .sec-02 {
    position: relative;
    background-color: #e5f4f7;
    padding: 65px 0;
  }
  .sec-02 .cmn-wrapper {
    position: relative;
  }
  .sec-02 .cmn-wrapper:before {
    position: absolute;
    top: 0;
    left: 55%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    max-width: 780px;
    width: 100%;
    height: 382px;
    background: no-repeat center/cover url(../img/img_02.png);
  }
  .sec-02 ul {
    width: 80%;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 348px 0 0;
    z-index: 2;
  }
  .sec-02 ul li {
    margin: 0 25px;
    -webkit-box-shadow: 0 0 10px rgba(7, 33, 76, 0.1);
            box-shadow: 0 0 10px rgba(7, 33, 76, 0.1);
  }
  .sec-03 {
    background-color: #f5f5f5;
    padding: 65px 0;
  }
  .sec-03-top {
    max-width: 444px;
    margin: 0 auto 60px;
  }
  .sec-03 ul {
    width: 70%;
    margin: 0 auto;
  }
  .sec-03 ul li {
    margin-bottom: 30px;
  }
  .sec-03 ul li:last-child {
    margin-bottom: 0;
  }
  .sec-04 {
    background-color: #deedf2;
    padding: 65px 0;
  }
  .sec-04-top {
    width: 518px;
    margin: 0 auto 60px;
  }
  .sec-04 ul {
    width: 70%;
    margin: 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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec-04 ul li {
    width: 49%;
    margin: 0 0 30px;
    -webkit-box-shadow: 0 0 8px rgba(7, 33, 76, 0.1);
            box-shadow: 0 0 8px rgba(7, 33, 76, 0.1);
  }
  .sec-04 ul li:last-child {
    width: 100%;
    margin: 0;
  }
  .sec-05 {
    padding: 65px 0;
    background: no-repeat center/cover url(../img/bg_02.jpg);
  }
  .sec-05-top {
    width: 140px;
    margin: 0 auto;
  }
  .sec-05 .cmn-wrapper {
    max-width: 900px;
  }
  .sec-05 ul {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .sec-05 ul li {
    width: 30.6%;
    margin: 0 0 30px;
  }
  .sec-05 p {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #062352;
  }
  .sec-06 {
    padding: 65px 0 35px;
  }
  .sec-06-top {
    width: 210px;
    margin: 0 auto 50px;
  }
  .sec-06 ul {
    width: 70%;
    margin: 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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec-06 ul li {
    width: 49%;
    margin: 0 0 30px;
  }
  .sec-07 {
    padding: 65px 0;
    background: no-repeat center/cover url(../img/bg_qa.png);
  }
  .sec-07-top {
    width: 240px;
    margin: 0 auto 40px;
  }
  .sec-07 ul {
    width: 70%;
    margin: 0 auto;
  }
  .sec-07 ul li {
    margin-bottom: 30px;
  }
  .sec-07 ul li:last-child {
    margin-bottom: 0;
  }
  .sec-com {
    background-color: #e5f4f7;
    padding: 65px 0;
  }
  .sec-com-logo {
    width: 485px;
    margin: 0 auto 80px;
  }
  .sec-com .cmn-title-sub {
    padding-bottom: 80px;
  }
  .sec-com .cmn-box {
    max-width: 1000px;
    margin: 0 auto;
  }
  .sec-com .cmn-box ul {
    padding: 0 40px;
  }
  .sec-com .cmn-box ul li:nth-child(odd) {
    background-color: #e5f4f7;
  }
  .sec-com .cmn-box ul li dl {
    padding: 40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .sec-com .cmn-box ul li dl dt {
    width: 35%;
  }
  .sec-com .cmn-box ul li dl dd {
    width: 65%;
  }
  .sec-pp {
    background-color: #e5f4f7;
    padding: 65px 0;
  }
  .sec-pp .cmn-title-sub {
    padding-bottom: 80px;
  }
  .sec-pp .cmn-wrapper {
    max-width: 1000px;
  }
  .sec-pp .cmn-box {
    padding: 30px 20px;
  }
  .sec-pp dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.2rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
  .sec-pp dl dt {
    width: 35%;
    margin-right: 30px;
    padding-bottom: 20px;
  }
  .sec-pp dl dd {
    width: 65%;
    padding-bottom: 20px;
  }
  .sec-con {
    background-color: #e5f4f7;
    padding: 65px 0;
  }
  .sec-con .cmn-title-sub {
    padding-bottom: 80px;
  }
  .sec-con .cmn-txt-top {
    text-align: center;
  }
  .sec-con .cmn-box {
    max-width: 1200px;
    margin: 0 auto;
  }
  .sec-con-thanks {
    height: 100%;
  }

  #footer {
    margin-bottom: 251px;
  } 
  .footer {
    padding: 50px 0;
    background-color: #062352;
    text-align: center;
  }
  .footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 40px;
  }
  .footer ul li {
    padding: 0 15px;
    border-right: 1px solid #fff;
  }
  .footer ul li:last-child {
    border-right: none;
  }
  .footer ul li a {
    color: #fff;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  .footer p {
    font-size: 2rem;
    color: #fff;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body {
    overflow-x: hidden;
    font-size: 3.1400966184vw;
    border: 3px solid #888888;
  }
  .sp-cta {
    position: relative;
  }
  .sub {
    height: 100vh;
  }
  .fixed-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background-color: #b8cfdc;
    padding: 2.604166666666667vw 0;
    display: none;
    z-index: 999;
  }

  .fixed-btn .fixed-btn-top {
    width: 85.9375vw;
    margin: 0 auto 1.953125vw;
  }

  .fixed-btn .fixed-btn-txt {
    background-color: #1061ce;
    text-align: center;
    padding: 0.6510416666666667vw 0;
    font-size: 3.2552083333333335vw;
    font-weight: 700;
    color: #ffff;
  }

  .fixed-btn .fixed-btn-txt .fixed-btn-txt-or {
    color: #ff6767;
  }
  .header {
    position: relative;
    background-color: #fff;
    padding: 1.8115942029vw 4.8309178744vw;
  }
  .header-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-box-lt {
    width: 41.0628019324vw;
  }
  .header-box-rt {
    width: 44.6859903382vw;
  }
  .cmn-wrapper {
    width: 100%;
    padding: 0 4.8309178744vw;
  }
  .cmn-area {
    background: no-repeat center/cover url(../img/bg_area_sp.jpg);
    padding: 7.8502415459vw 0;
  }
  .cmn-area dl {
    text-align: center;
    padding-bottom: 7.2463768116vw;
  }
  .cmn-area dl span {
    color: #fdd321;
  }
  .cmn-area dl dt, .cmn-area dl dd {
    font-size: 6.5217391304vw;
    font-weight: 700;
    color: #fff;
  }
  .cmn-area dl dt {
    line-height: 1.418;
    padding-bottom: 6.6425120773vw;
  }
  .cmn-area dl dd {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 7.2463768116vw;
  }
  .cmn-area dl dd p {
    width: 56%;
    margin: 0 auto 3.0193236715vw;
    display: inline-block;
    font-size: 5.3140096618vw;
    font-weight: 700;
    padding: 1.8115942029vw 5.4347826087vw;
    border: 2px solid #fff;
    border-radius: 0.7246376812vw;
  }
  .cmn-area dl dd span {
    font-size: 8.9371980676vw;
  }
  .cmn-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cmn-area ul li {
    color: #fff;
    font-size: p2cv(24);
    padding: 0 1.2077294686vw 3.6231884058vw 0;
  }
  .cmn-cta-time {
    width: 43.4782608696vw;
    margin: 0 auto;
    padding: 2.4154589372vw 1.2077294686vw;
    text-align: center;
    background-color: #0e3c89;
    border-radius: 0.9661835749vw;
    font-size: 7.729468599vw;
    font-weight: 700;
    color: #fff;
  }
  .cmn-cta-time span {
    color: #fdd321;
  }
  .cmn-cta-top {
    position: relative;
    background: no-repeat center/cover url(../img/bg_cta01_sp.jpg);
    padding: 4.8309178744vw 0 33.8164251208vw;
    z-index: 1;
  }
  .cmn-cta-top:before {
    position: absolute;
    top: -4.8309178744vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    width: 100%;
    height: calc(100% + 4.8309178744vw);
    background: no-repeat center/cover url(../img/bg_cta_top_sp.png);
    z-index: 2;
  }
  .cmn-cta-bottom {
    position: relative;
    background: no-repeat center/cover url(../img/bg_cta02_sp.jpg);
    padding: 7.8502415459vw 0;
  }
  .cmn-cta-bottom-head {
    width: 100%;
    margin: 0 auto 5.4347826087vw;
  }
  .cmn-cta-bottom-body {
    background-color: #fff;
    border-radius: 1.2077294686vw;
    padding: 5.4347826087vw 4.8309178744vw;
    margin-bottom: 6.6425120773vw;
  }
  .cmn-cta-bottom-body p {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4.1062801932vw;
    font-weight: 700;
    padding-bottom: 3.6231884058vw;
  }
  .cmn-cta-bottom-body p span {
    color: #0e3c89;
    font-size: 5.3140096618vw;
  }
  .cmn-cta-bottom-body-tel {
    margin-bottom: 3.6231884058vw;
  }
  .cmn-cta-sp {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 99;
  }
  .cmn-title-sub {
    text-align: center;
    font-size: 4.8309178744vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #0e3c89;
  }
  .cmn-box {
    padding: 7.2463768116vw 2.4154589372vw;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 2.4154589372vw;
  }
  .cmn-box-table {
    padding: 0 20px;
  }
  .cmn-box-table table {
    width: 100%;
    margin: 0 auto;
  }
  .cmn-box-table table tr th {
    color: #0e3c89;
    font-size: 2.2rem;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cmn-box-table table tr th span {
    text-align: center;
    padding: 10px 15px;
    border: 2px solid #ff0000;
    margin-left: 30px;
    color: #ff0000;
  }
  .cmn-box-table table tr th .form-a {
    background-color: #ff0000;
    color: #fff;
  }
  .cmn-box-table table tr td {
    width: 100%;
    line-height: 1.4;
    padding-bottom: 40px;
    display: inline-block;
    text-align: left;
    letter-spacing: 0.05em;
  }
  .cmn-box-table table tr td input[type=email],
  .cmn-box-table table tr td input[type=number],
  .cmn-box-table table tr td input[type=tel],
  .cmn-box-table table tr td input[type=text],
  .cmn-box-table table tr td textarea {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 15px;
    color: #000;
    letter-spacing: 0.05em;
    font-size: 2.2rem;
    border: 1px solid #898989;
    line-height: 1.69;
  }
  .cmn-txt-top {
    font-size: 2.6570048309vw;
    line-height: 1.769;
    padding-bottom: 7.2463768116vw;
  }
  .cmn-txt-4 {
    font-size: 3.3816425121vw;
    font-weight: 700;
    line-height: 1.556;
    color: #0e3c89;
    padding-bottom: 3.6231884058vw;
    border-bottom: 2px solid #0e3c89;
    margin-bottom: 4.8309178744vw;
  }
  .cmn-txt-sub {
    font-size: 2.6570048309vw;
    line-height: 1.769;
    padding-bottom: 4.8309178744vw;
  }
  .cmn-txt-list {
    margin-bottom: 7.2463768116vw;
  }
  .cmn-txt-list li {
    font-size: 2.6570048309vw;
    margin-bottom: 3.6231884058vw;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.44;
  }
  .cmn-btn {
    width: 420px;
    margin: 0 auto;
  }
  .cmn-btn a, .cmn-btn button {
    width: 100%;
    height: 100%;
    padding: 35px 0;
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    border-radius: 15px;
    letter-spacing: 0.05em;
    background-color: #f06700;
    border: 3px solid #f06700;
  }
  .sec-01 {
    padding: 7.8502415459vw 0;
    background: no-repeat center/cover url(../img/bg_01.jpg);
  }
  .sec-01-top {
    width: 100%;
    margin: 0 auto 3.6231884058vw;
  }
  .sec-01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .sec-01 ul li:nth-child(odd) {
    margin-right: 1.2077294686vw;
  }
  .sec-01 ul li:nth-child(even) {
    margin-left: 1.2077294686vw;
  }
  .sec-01 ul li:last-child {
    margin: 0;
  }
  .sec-01 ul li {
    width: 48%;
    margin: 0 0 4.8309178744vw;
  }
  .sec-02 {
    position: relative;
    background-color: #e5f4f7;
    padding-bottom: 7.8502415459vw;
  }
  .sec-02 .cmn-wrapper {
    position: relative;
  }
  .sec-02 .cmn-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 48.309178744vw;
    background: no-repeat center/cover url(../img/img_02_sp.png);
  }
  .sec-02 ul {
    position: relative;
    padding: 42.270531401vw 0 0;
    z-index: 2;
  }
  .sec-02 ul li {
    margin-bottom: 4.8309178744vw;
    -webkit-box-shadow: 0 0 1.2077294686vw rgba(7, 33, 76, 0.1);
            box-shadow: 0 0 1.2077294686vw rgba(7, 33, 76, 0.1);
  }
  .sec-02 ul li:last-child {
    margin-bottom: 0;
  }
  .sec-03 {
    background-color: #f5f5f5;
    padding: 7.8502415459vw 0;
  }
  .sec-03-top {
    width: 76.5700483092vw;
    margin: 0 auto 4.8309178744vw;
  }
  .sec-03 ul li {
    margin-bottom: 4.8309178744vw;
  }
  .sec-03 ul li:last-child {
    margin-bottom: 0;
  }
  .sec-04 {
    background-color: #deedf2;
    padding: 7.8502415459vw 0;
  }
  .sec-04-top {
    width: 100%;
    margin: 0 auto 6.6425120773vw;
  }
  .sec-04 ul li {
    width: 100%;
    margin: 0 0 3.6231884058vw;
    -webkit-box-shadow: 0 0 0.9661835749vw rgba(7, 33, 76, 0.1);
            box-shadow: 0 0 0.9661835749vw rgba(7, 33, 76, 0.1);
  }
  .sec-04 ul li:last-child {
    margin: 0;
  }
  .sec-05 {
    padding: 7.8502415459vw 0;
    background: no-repeat center/cover url(../img/bg_02.jpg);
  }
  .sec-05-top {
    width: 22.9468599034vw;
    margin: 0 auto 6.038647343vw;
  }
  .sec-05 ul {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec-05 ul li {
    width: 48%;
    margin: 0 0 3.6231884058vw;
  }
  .sec-05 p {
    font-size: 2.7777777778vw;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #062352;
  }
  .sec-06 {
    padding: 7.8502415459vw 0;
  }
  .sec-06-top {
    width: 36.9565217391vw;
    margin: 0 auto 6.038647343vw;
  }
  .sec-06 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec-06 ul li {
    width: 100%;
    margin: 0 0 3.6231884058vw;
  }
  .sec-06 ul li:nth-child(1) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .sec-06 ul li:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sec-06 ul li:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .sec-06 ul li:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sec-06 ul li:nth-child(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .sec-06 ul li:last-child {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .sec-07 {
    padding: 7.8502415459vw 0;
    background: no-repeat center/cover url(../img/bg_qa.png);
  }
  .sec-07-top {
    width: 40.4589371981vw;
    margin: 0 auto 4.8309178744vw;
  }
  .sec-07 ul li {
    margin-bottom: 3.6231884058vw;
  }
  .sec-07 ul li:last-child {
    margin-bottom: 0;
  }
  .sec-com {
    background-color: #e5f4f7;
    padding: 7.8502415459vw 0;
  }
  .sec-com-logo {
    width: 58.5748792271vw;
    margin: 0 auto 9.6618357488vw;
  }
  .sec-com .cmn-title-sub {
    padding-bottom: 9.6618357488vw;
  }
  .sec-com .cmn-box {
    margin: 0 auto;
  }
  .sec-com .cmn-box ul {
    padding: 0 4.8309178744vw;
  }
  .sec-com .cmn-box ul li:nth-child(odd) {
    background-color: #e5f4f7;
  }
  .sec-com .cmn-box ul li dl {
    padding: 4.8309178744vw 2.4154589372vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.8985507246vw;
    line-height: 1.5;
  }
  .sec-com .cmn-box ul li dl dt {
    width: 35%;
  }
  .sec-com .cmn-box ul li dl dd {
    width: 65%;
  }
  .sec-com .cmn-box a {
    cursor: default;
    pointer-events: none;
    color: #333333;
    display: inline-block;
  }
  .sec-pp {
    background-color: #e5f4f7;
    padding: 7.8502415459vw 0;
  }
  .sec-pp .cmn-title-sub {
    padding-bottom: 9.6618357488vw;
  }
  .sec-pp .cmn-box {
    padding: 3.6231884058vw 2.4154589372vw;
  }
  .sec-pp .cmn-box a {
    cursor: default;
    pointer-events: none;
    color: #333333;
    display: inline-block;
  }
  .sec-pp dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.6570048309vw;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
  .sec-pp dl dt {
    width: 35%;
    margin-right: 3.6231884058vw;
    padding-bottom: 2.4154589372vw;
  }
  .sec-pp dl dd {
    width: 65%;
    padding-bottom: 2.4154589372vw;
  }
  .sec-con {
    background-color: #e5f4f7;
    padding: 7.8502415459vw 0;
  }
  .sec-con .cmn-title-sub {
    padding-bottom: 9.6618357488vw;
  }
  .sec-con .cmn-txt-top {
    text-align: center;
  }
  .sec-con-thanks {
    height: 100%;
  }
  #footer {
    margin-bottom: 20.963541666666664vw;
  }
  .footer {
    padding: 6.038647343vw 0;
    background-color: #062352;
    text-align: center;
  }
  .footer-top {
    padding-bottom: 21.7391304348vw;
  }
  .footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 4.8309178744vw;
  }
  .footer ul li {
    padding: 0 1.8115942029vw;
    border-right: 1px solid #fff;
  }
  .footer ul li:last-child {
    border-right: none;
  }
  .footer ul li a {
    color: #fff;
    font-size: 3.3816425121vw;
    letter-spacing: 0.05em;
  }
  .footer p {
    font-size: 2.8985507246vw;
    color: #fff;
    letter-spacing: 0.05em;
  }
}
/*# sourceMappingURL=style.css.map */