@charset "UTF-8";
@media screen and (max-width: 768px) {
  html {
    font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  }
  html ul {
    list-style: none;
  }
  html a {
    color: #000000;
    text-decoration: none;
  }
  body {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  body .sp {
    display: block;
  }
  body .pc {
    display: none;
    visibility: hidden;
  }
  body img {
    width: 100%;
    height: auto;
  }
  body h2 {
    text-align: center;
  }
  body .bottom_hidden {
    display: none;
    visibility: hidden;
  }
  header {
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: fixed;
    background-color: #ffffff;
    overflow: hidden;
    z-index: 888888;
  }
  header h1 {
    margin: 1.5rem 0 0 1.5rem;
    padding: 0;
    width: 34%;
    height: auto;
  }
  header h1 img {
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 768px) and (min-width: 600px) and (max-width: 1024px) {
  header h1 {
    width: 18%;
  }
}

@media screen and (max-width: 768px) {
  header #global-navi {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    -webkit-transition: all .8s;
    transition: all .8s;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  header #global-navi.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  header ul.nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    display: block;
    height: calc(100vh - 50px);
    background-color: #ffffff;
    margin: 0;
    -webkit-padding-start: unset;
            padding-inline-start: unset;
    border-top: solid 1px #eeeeee;
  }
  header ul.nav-list li {
    margin-right: 12px;
    margin-right: 0;
    border-bottom: solid 1px #eeeeee;
    background-color: #ffffff;
    width: 100%;
    height: calc((100vh - 150px) / 5);
  }
  header ul.nav-list li a {
    text-decoration: none;
    height: 100%;
    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;
  }
  header .hamburger-btn {
    display: block;
  }
  header .hamburger-btn {
    position: relative;
    width: 25px;
    height: 24px;
    -webkit-transition: all .4s;
    transition: all .4s;
    border: none;
    outline: none;
    background: transparent;
    margin: 0 2rem 0 0;
    top: 2rem;
  }
  header .hamburger-btn span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #333333;
    border-radius: 4px;
  }
  header .hamburger-btn span:nth-of-type(1) {
    top: 0;
  }
  header .hamburger-btn span:nth-of-type(2) {
    top: 10px;
  }
  header .hamburger-btn span:nth-of-type(3) {
    bottom: 0;
  }
  /* メニュー×マークに変更*/
  .hamburger-btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .hamburger-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .hamburger-btn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  main {
    position: relative;
    top: 100px;
  }
  main .btn, main .bottom_btn {
    display: block;
    position: relative;
    width: 80%;
    height: 55px;
    font-size: 1.3rem;
    font-weight: 600;
    color: #ffffff;
    background: -webkit-gradient(linear, left top, right top, from(#ed6d00), to(#f5b300));
    background: linear-gradient(90deg, #ed6d00, #f5b300);
    border: none;
    border-radius: 60px;
    margin: 0 auto;
    padding: 9px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  main #topBlock {
    background: url("../img/top_image_sp.png") left top no-repeat;
    background-size: 100%;
  }
  main #topBlock .lead {
    height: auto;
    position: relative;
    padding-top: 7%;
  }
  main #topBlock ul {
    position: relative;
    color: #721e2b;
    margin: 5% 0 0 7%;
  }
  main #topBlock ul li {
    border-left: #721e2b solid 8px;
    margin-bottom: 1rem;
    font-weight: 600;
    padding-left: 0.5rem;
    font-size: 0.85rem;
    font-size: 3.6vw;
    margin-bottom: 0.8rem;
  }
  main .btn.top {
    position: relative;
    top: -50px;
  }
  main #conceptBlock {
    margin-top: -80px;
    background-color: #f4dada;
  }
  main #conceptBlock h2 .sp.ttl {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding-top: 20%;
  }
  main #conceptBlock h3 .sp.ttl {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding-top: 10%;
  }
  main #conceptBlock span.sp ul {
    background: url("../img/block_02_sp.png") center top no-repeat;
    background-size: 55%;
    color: #721e2b;
    padding: 160px 0 20px;
  }
  main #conceptBlock span.sp ul li {
    background-color: #ffffff;
    width: 85%;
    height: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 10px;
    padding: 5px;
    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: 0.8rem;
    font-weight: 600;
    text-align: center;
    border-radius: 8px;
    line-height: 1.1rem;
  }
  main #conceptBlock span.sp.bottom img {
    margin-top: -1px;
  }
  main #conceptBlock article {
    background-color: #fdf2e5;
    padding-bottom: 30px;
  }
  main #conceptBlock article div ul {
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
  }
  main #conceptBlock article div ul li {
    margin-bottom: 20px;
  }
  main #pointBlock {
    background: url("../img/block_04_bg_sp.png") center top no-repeat;
    background-size: cover;
    padding-bottom: 50px;
  }
  main #pointBlock h2 .sp.ttl {
    width: 70%;
    height: auto;
    margin: 0 auto;
    padding-top: 10%;
  }
  main #pointBlock dl {
    margin-top: 20px;
  }
  main #pointBlock dl dt {
    width: 20%;
    margin: 0 auto;
  }
  main #pointBlock dl dd {
    background-color: #ffffff;
    width: 90%;
    margin: -50px auto 0;
    padding: 65px 10px 20px;
  }
  main #pointBlock dl dd span {
    color: #ed6d00;
    font-weight: 600;
  }
  main #voiceBlock {
    background: #fdf2e5 url("../img/block_05_bg.png") center top no-repeat;
    background-size: 60%;
    height: auto;
    padding-bottom: 40px;
  }
  main #voiceBlock h2 .sp.ttl {
    width: 40%;
    height: auto;
    margin: 0 auto;
    padding-top: 10%;
  }
  main #voiceBlock article {
    background-color: #ffffff;
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  main #voiceBlock article figure img {
    width: 40%;
    margin: 0 auto;
    display: block;
  }
  main #voiceBlock article figure figcaption {
    background-color: #f4dada;
    width: 92%;
    color: #721e2b;
    margin: 0 auto;
    border-radius: 8px;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: 600;
    font-size: 0.9rem;
  }
  main #voiceBlock article figure .triangle {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid #f4dada;
    text-align: center;
    margin: 10px auto 0;
  }
  main #voiceBlock article dl {
    margin: 10px 10px 0;
    padding: 10px 0 0;
    border-bottom: solid 1px #721e2b;
  }
  main #voiceBlock article dl:nth-child(3) {
    border: 0;
  }
  main #voiceBlock article dl dt {
    width: 60%;
    margin: 0 auto;
    background-color: #721e2b;
    text-align: center;
    color: #ffffff;
    border-radius: 8px;
    padding: 5px 0;
  }
  main #voiceBlock article dl dd {
    padding: 3% 0;
  }
  main #voiceBlock .btn {
    margin-top: 30px;
  }
  main #serviceBlock {
    background: #f4dada url("../img/block_06_bg.png") center top no-repeat;
    background-size: 90%;
    height: auto;
    padding-bottom: 30px;
    line-height: 1.3rem;
  }
  main #serviceBlock h2 .sp.ttl {
    width: 40%;
    height: auto;
    margin: 0 auto;
    padding-top: 10%;
  }
  main #serviceBlock .plan {
    width: 80%;
    margin: 0 auto;
  }
  main #serviceBlock .plan figure {
    margin-top: 20px;
    background-color: #ffffff;
  }
  main #serviceBlock .plan figure figcaption {
    min-height: 100px;
    background-color: #ffffff;
    padding: 10px;
  }
  main #serviceBlock .plan figure figcaption p span {
    color: #721e2b;
  }
  main #serviceBlock .plan figure figcaption p.indent-1 {
    padding-left: 1em;
    text-indent: -1em;
  }
  main #serviceBlock ul {
    width: 90%;
    margin: 0 auto;
    padding-top: 10%;
  }
  main #serviceBlock ul li {
    font-size: 0.8rem;
    padding-left: 1em;
    text-indent: -1em;
  }
  main #serviceBlock ul li::before {
    content: '●';
  }
  main #serviceBlock .btn {
    margin-top: 30px;
  }
  main #flowBlock {
    background: #fdf2e5 url("../img/block_07_bg.png") center top no-repeat;
    background-size: 60%;
    height: auto;
    padding-bottom: 30px;
  }
  main #flowBlock h2.text-ttl {
    color: #7b2d39;
    font-size: 1.3rem;
    margin-top: 1rem;
  }
  main #flowBlock h2 .sp.ttl {
    width: 40%;
    height: auto;
    margin: 0 auto;
    padding-top: 10%;
  }
  main #flowBlock .step {
    width: 85%;
    margin: 10px auto 0;
  }
  main #flowBlock .step h3 {
    width: 30%;
    margin: 0 auto;
  }
  main #flowBlock .step p span {
    font-size: 0.8rem;
    line-height: 1.1rem;
    display: block;
  }
  main #flowBlock .step p a {
    text-decoration: underline;
  }
  main #flowBlock .step.last {
    padding-bottom: 10px;
  }
  main #flowBlock .stap_border {
    background: url("../img/border_sp.png") center center no-repeat;
    text-align: center;
    padding: 2% 0;
  }
  main #flowBlock .stap_border span {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f3c4c4;
    text-align: center;
    margin: 10px auto 0;
    position: relative;
    top: 20px;
  }
  main #flowBlock ol {
    width: 85%;
    margin: 15px auto 0;
    list-style: none;
    font-size: 0.8rem;
  }
  main #flowBlock ol li {
    padding-left: 1em;
    text-indent: -1em;
  }
  main #flowBlock ol li:first-child::before {
    content: '(1)';
  }
  main #flowBlock ol li:nth-child(2)::before {
    content: '(2)';
  }
  main #flowBlock ol li:nth-child(2) ul li {
    list-style: none;
  }
  main #flowBlock ol li:nth-child(2) ul li::before {
    content: '';
  }
  main #flowBlock ol li:nth-child(3)::before {
    content: '(3)';
  }
  main #flowBlock ol li:nth-child(3) ul li {
    list-style: none;
  }
  main #flowBlock ol li:nth-child(3) ul li::before {
    content: '●';
  }
  main #flowBlock ol li ul li {
    list-style: none;
  }
  main #flowBlock ol li ul li::before {
    content: '';
  }
  main #faqBlock {
    background: #f4dada url("../img/block_08_bg.png") center top no-repeat;
    background-size: 60%;
    padding-bottom: 30px;
  }
  main #faqBlock h2 .sp.ttl {
    width: 40%;
    height: auto;
    margin: 0 auto;
    padding-top: 10%;
  }
  main #faqBlock ul {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 0.9rem;
  }
  main #faqBlock ul li {
    background-color: #ffffff;
    border-radius: 8px;
    padding-top: 15px;
    margin-bottom: 15px;
  }
  main #faqBlock ul li h3 {
    background: url("../img/que.png") left top no-repeat;
    background-size: 6%;
    color: #7b2d39;
    margin-left: 15px;
    padding: 0 15px 10px 35px;
    text-align: left;
    border-radius: 8px 8px 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main #faqBlock ul li h3 span {
    margin-left: auto;
  }
  main #faqBlock ul li h3 span.text {
    margin-left: 0;
    text-align: left;
    width: 90%;
  }
  main #faqBlock ul li h3 span img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main #faqBlock ul li h3 span img.arrow_b {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main #faqBlock ul li div {
    background: #efeeee url("../img/answer.png") left top no-repeat;
    background-size: 6%;
    background-position-x: 15px;
    background-position-y: 25px;
    border-radius: 0 0 8px 8px;
    padding: 25px 30px 25px 50px;
    font-size: 1rem;
  }
  main #faqBlock ul li div a {
    text-decoration: underline;
  }
  main #formBlock {
    background-color: #fdf2e5;
    padding-bottom: 15px;
  }
  main #formBlock h2 .sp.ttl {
    width: 70%;
    height: auto;
    margin: 0 auto;
    padding-top: 10%;
  }
  main #formBlock .form {
    width: 95%;
    height: auto;
    margin: 15px auto 0;
    background-color: #ffffff;
    border: solid 1px #d9d9d9;
    border-radius: 8px;
    font-weight: 600;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  main #formBlock .form ul li {
    margin-bottom: 25px;
    padding: 0 10px;
  }
  main #formBlock .form ul li label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main #formBlock .form ul li label span.require {
    background-color: #7b2d39;
    font-size: 0.5rem;
    color: #ffffff;
    padding: 0 5px;
    border-radius: 4px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-left: 1rem;
  }
  main #formBlock .form ul li input {
    width: 100%;
    border: solid 1px #d9d9d9;
  }
  main #formBlock .form ul li input.textbox {
    border-radius: 8px;
    padding: 10px 20px;
    background-color: #f4f7fa;
    max-height: 50px;
  }
  main #formBlock .form ul li input::-webkit-input-placeholder {
    color: #cccccc;
  }
  main #formBlock .form ul li input:-ms-input-placeholder {
    color: #cccccc;
  }
  main #formBlock .form ul li input::-ms-input-placeholder {
    color: #cccccc;
  }
  main #formBlock .form ul li input::placeholder {
    color: #cccccc;
  }
  main #formBlock .form ul li input[type='checkbox'], main #formBlock .form ul li input[type='radio'] {
    border: solid 1px #d9d9d9;
    width: 100px;
  }
  main #formBlock .form ul li textarea {
    width: 100%;
    border: solid 1px #d9d9d9;
    background-color: #f4f7fa;
    border-radius: 8px;
    padding: 1rem;
  }
  main #formBlock .form ul li select {
    width: 100%;
    border: solid 1px #dddddd;
    border-radius: 8px;
    background-color: #f4f7fa;
    padding: 10px 20px;
    background: #f4f7fa url(../img/arrow_open.png) 97% center no-repeat;
    font-size: 0.8rem;
    color: #000 !important;
  }
  main #formBlock .form ul li select option {
    font-size: 0.8rem;
    color: #000 !important;
  }
  main #formBlock .form ul li dl {
    display: block;
  }
  main #formBlock .form ul li dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main #formBlock .form ul li dl dt span.require {
    background-color: #7b2d39;
    font-size: 0.5rem;
    color: #ffffff;
    padding: 0 5px;
    border-radius: 4px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-left: 1rem;
  }
  main #formBlock .form ul li dl dd {
    width: auto;
    /* チェックが入ったとき */
    /* 選択時に重ねる円 */
    /* 選択時に重ねた円の透明を解除 */
  }
  main #formBlock .form ul li dl dd label {
    width: auto;
  }
  main #formBlock .form ul li dl dd label.checkbox {
    display: block;
    position: relative;
    margin: 1em 0;
    padding-left: 28px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  main #formBlock .form ul li dl dd label.radio {
    display: block;
    position: relative;
    margin: 1em 0;
    padding-left: 28px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  main #formBlock .form ul li dl dd input[type='checkbox'], main #formBlock .form ul li dl dd input[type='radio'] {
    display: none;
  }
  main #formBlock .form ul li dl dd .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 18px;
    width: 18px;
    border: solid 2px #d4dae2;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* ✓ */
  }
  main #formBlock .form ul li dl dd .checkmark:after {
    content: "";
    position: absolute;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    top: -1px;
    left: 4px;
    width: 7px;
    height: 12px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0;
  }
  main #formBlock .form ul li dl dd .checkbox {
    /* ✓ */
  }
  main #formBlock .form ul li dl dd .checkbox input:checked + .checkmark {
    background: #2e80ff;
    border-color: #2e80ff;
  }
  main #formBlock .form ul li dl dd .checkbox input:checked + .checkmark:after {
    opacity: 1;
  }
  main #formBlock .form ul li dl dd .radio-mark {
    position: absolute;
    top: 5px;
    /* 上からの位置 */
    left: 0;
    height: 18px;
    /* 大きさ */
    width: 18px;
    /* 大きさ */
    border: solid 2px #d4dae2;
    /* 線 */
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  main #formBlock .form ul li dl dd .radio-mark:after {
    content: "";
    position: absolute;
    background: #2e80ff;
    /* 色 */
    border-radius: 50%;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    opacity: 0;
    /* 透明にしておく */
  }
  main #formBlock .form ul li dl dd .radio input:checked + .radio-mark:after {
    opacity: 1;
  }
  main #formBlock .form .btn, main #formBlock .form .bottom_btn {
    margin: 0 auto;
  }
  main #formBlock .form .btn:disabled, main #formBlock .form .bottom_btn:disabled {
    background: #cccccc;
  }
  main #formBlock .form .bottom_check {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    padding: 0 0 20px;
    font-size: 0.8rem;
    font-weight: 500;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* チェックが入ったとき */
  }
  main #formBlock .form .bottom_check a {
    text-decoration: underline;
  }
  main #formBlock .form .bottom_check label {
    width: auto;
  }
  main #formBlock .form .bottom_check label.checkbox {
    display: block;
    position: relative;
    margin: 1em 0;
    padding-left: 28px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  main #formBlock .form .bottom_check span {
    font-size: 0.7rem;
    text-decoration: underline;
  }
  main #formBlock .form .bottom_check span:first-child {
    margin-left: 0;
  }
  main #formBlock .form .bottom_check input[type='checkbox'], main #formBlock .form .bottom_check input[type='radio'] {
    display: none;
  }
  main #formBlock .form .bottom_check .checkmark {
    position: absolute;
    top: -7px;
    left: 0;
    height: 18px;
    width: 18px;
    border: solid 2px #d4dae2;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* ✓ */
  }
  main #formBlock .form .bottom_check .checkmark:after {
    content: "";
    position: absolute;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    top: -1px;
    left: 4px;
    width: 7px;
    height: 12px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0;
  }
  main #formBlock .form .bottom_check .checkbox {
    /* ✓ */
  }
  main #formBlock .form .bottom_check .checkbox input:checked + .checkmark {
    background: #2e80ff;
    border-color: #2e80ff;
  }
  main #formBlock .form .bottom_check .checkbox input:checked + .checkmark:after {
    opacity: 1;
  }
  footer {
    background-color: #dadada;
    position: relative;
    top: 100px;
  }
  footer .footer {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 35px 20px 20px;
    display: block;
  }
  footer .footer .footer_logo {
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  footer .footer .footer_logo img {
    width: 50%;
  }
  footer .footer .footer_add {
    margin: 20px 0;
  }
  footer .footer .footer_add div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0;
    font-size: 0.9rem;
  }
  footer .footer .footer_add div dt {
    white-space: nowrap;
  }
  footer .footer .footer_add div dd {
    margin-left: 15px;
  }
  footer address {
    display: block;
    padding-bottom: 30px;
    text-align: center;
    font-style: normal;
    font-size: 0.7rem;
  }
  #js-pagetop {
    position: fixed;
    width: 80px;
    height: 80px;
    border-radius: 60px;
    color: #fff;
    bottom: 2rem;
    right: 1rem;
    cursor: pointer;
    background: #7b2d39 url("../img/pagetop.png") center 15px no-repeat;
    background-size: 25%;
  }
  #js-pagetop span {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 320px) {
  main #formBlock .bottom_check .checkmark {
    width: 15px;
    height: 15px;
    top: -18px !important;
  }
  main #formBlock .bottom_check {
    font-size: 75%;
  }
  main #formBlock .bottom_check span:first-child {
    margin-left: 1rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
  header .hamburger-btn {
    margin-right: 2rem;
  }
  header ul.nav-list li a {
    font-size: 20px;
  }
  main #topBlock ul {
    margin-top: 3%;
  }
  main #topBlock ul li {
    font-size: 3.3vw;
    line-height: 1.4;
  }
  main #flowBlock h2.text-ttl {
    font-size: 5.5vw;
  }
  main .btn {
    font-size: 4vw;
    height: 80px;
  }
  main #conceptBlock h2 .sp.ttl {
    padding-top: 15%;
  }
  main #conceptBlock span.sp ul {
    padding-top: 35%;
  }
  main #conceptBlock span.sp ul li {
    font-size: 2.5vw;
  }
  main #conceptBlock article div ul, main #pointBlock dl dd, main #voiceBlock article dl dd, main #voiceBlock article figure figcaption, main #voiceBlock article dl dt, main #serviceBlock .plan figure figcaption, main #flowBlock {
    font-size: 2.5vw;
  }
  main #serviceBlock .plan {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main #serviceBlock .plan figure {
    width: 31%;
  }
  main #serviceBlock .plan figure figcaption {
    min-height: 160px;
    line-height: 1.5;
  }
  main #serviceBlock ul li {
    font-size: 2vw;
  }
  main #flowBlock .step h3 {
    width: 20%;
  }
  main #flowBlock .step p span {
    font-size: 2vw;
    line-height: 1.8;
    margin-top: 10px;
  }
  main #flowBlock ol li {
    font-size: 2vw;
  }
  main #serviceBlock ul {
    padding-top: 10px;
  }
  main #faqBlock ul li h3 {
    background-size: 3%;
  }
  main #faqBlock ul li div {
    background-size: 3%;
  }
  main #formBlock h2 .sp.ttl {
    width: 60%;
    padding-top: 5%;
  }
  main #formBlock .form ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  main #formBlock .form ul li label {
    width: 20%;
    font-size: 0.7rem;
  }
  main #formBlock .form ul li span.dateInput.dateOnlyInput {
    display: contents;
  }
  main #formBlock .form ul li input {
    width: 75%;
  }
  main #formBlock .form ul li dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  main #formBlock .form ul li dl dt {
    width: 20%;
    font-size: 0.7rem;
  }
  main #formBlock .form ul li label span.require {
    margin-left: 0.4rem;
  }
  main #formBlock .form ul li dl dd label:first-child {
    margin-top: 0;
  }
  main #formBlock .form ul li dl dd .checkmark {
    top: 2px;
  }
  main #formBlock .form ul li dl dd {
    width: 75%;
  }
  main #formBlock .form ul li dl dd input {
    width: 100%;
  }
  main #formBlock .bottom_check {
    width: 65%;
    font-size: 2.5vw;
  }
  footer .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .footer .footer_add {
    margin: 0;
  }
  footer .footer .footer_add div {
    margin-top: 0;
    font-size: 2vw;
  }
  footer address {
    font-size: 1.5vw;
  }
}
/*# sourceMappingURL=style_sp.css.map */