@charset "UTF-8";
/* Common CSS */
/* _setting CSS */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  background: #fff;
  font-size: 62.5%;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

/* ___________________Link */
a {
  color: #222222;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

/* ___________________Font */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.fade_left,
.fade_right,
.fade_btm,
.fade_scale {
  opacity: 0;
}

/* ___________________PC layout */
@media print, screen and (min-width: 781px) {
  body {
    min-width: 1240px;
  }

  .sp {
    display: none !important;
  }

  .common_inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }

  .btn_squ {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 30px;
    height: 49px;
    background: #07307A;
    border-radius: 4px;
    position: relative;
  }
  .btn_squ span {
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }

  .btn_circ {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 30px;
    width: 330px;
    height: 58px;
    border-radius: 999px;
    background-color: #fff;
    border: 1px solid #1E345C;
    position: relative;
  }
  .btn_circ span {
    position: relative;
    z-index: 1;
    color: #1E345C;
    font-weight: 700;
    font-size: 1.8rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .btn_circ span::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 14px;
    background-image: url(../img/arrow_navy.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 12px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .btn_circ:hover {
    background-color: #1E345C;
    opacity: 1;
  }
  .btn_circ:hover span {
    color: #fff;
  }
  .btn_circ:hover span::after {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }

  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 79px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0 40px;
    z-index: 1000;
  }
  #header h1 {
    width: 110px;
  }
  #header #button_menu {
    display: none;
  }
  #header .button_menu {
    display: none;
  }
  #header #gnav {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header #gnav .gnav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    margin-right: 30px;
  }
  #header #gnav .gnav_list .gnav_item a {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  #header #gnav .gnav_list .gnav_item a:hover {
    opacity: 1;
    color: #B2A479;
  }

  #kv {
    position: relative;
  }
  #kv .bg {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #kv .kv_inner {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 31px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 160px;
    overflow: hidden;
  }
  #kv .kv_inner .copy {
    width: 478px;
    margin-top: 178px;
  }
  #kv .kv_inner .card {
    width: 714px;
    margin-top: 61px;
  }

  #intro {
    position: relative;
    z-index: 1;
    margin-top: -190px;
    padding-bottom: 100px;
  }
  #intro .item_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
  }
  #intro .item_wrap .left_side {
    width: 367px;
    margin-top: 20px;
  }
  #intro .item_wrap .right_side {
    width: 560px;
  }
  #intro .item_wrap .right_side .item_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  #intro .item_wrap .right_side .item_list li h3 {
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-size: 2.8rem;
    text-align: center;
    margin-top: 20px;
  }
  #intro .item_wrap .right_side .item_list li p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 20px;
  }

  #process {
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f0), to(#f1eff2));
    background: linear-gradient(180deg, #f3f3f0 0%, #f1eff2 100%);
    padding: 100px 0;
  }
  #process .title {
    width: 556px;
    margin-bottom: 50px;
    margin-left: 45px;
  }
  #process .process_list {
    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;
    gap: 70px 50px;
  }
  #process .process_list li {
    width: 430px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #process .process_list li .text {
    padding: 30px 40px 40px;
    background-color: #fff;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #process .process_list li h3 {
    font-family: "Shippori Mincho", serif;
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
  }
  #process .process_list li h3 strong {
    color: #B2A479;
    font-weight: 700;
  }
  #process .process_list li p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 20px;
  }
  #process .process_list li .note {
    text-align: right;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  #case {
    padding: 100px 0;
  }
  #case .title {
    width: 166px;
    margin: 0 auto 30px;
  }
  #case .lead {
    font-weight: 600;
    font-size: 1.8rem;
    text-align: center;
    line-height: 2;
    margin-bottom: 50px;
  }
  #case .case_list {
    padding: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
  #case .case_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #case .case_list li img {
    width: 501px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #case .case_list li .text {
    margin-left: -60px;
    margin-top: 20px;
  }
  #case .case_list li .text.mt60 {
    margin-top: 60px;
  }
  #case .case_list li .text h3 {
    font-family: "Shippori Mincho", serif;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  #case .case_list li .text p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 20px;
  }
  #case .case_list li .text .note {
    text-align: right;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 10px;
  }

  .cta {
    background-image: url(../img/cta_bg.jpg);
    background-size: cover;
    padding: 80px 0;
  }
  .cta .title {
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-size: 4rem;
    text-align: center;
  }
  .cta .lead {
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 20px;
  }
  .cta .cta_cont {
    background-color: #fff;
    width: 100%;
    padding: 40px 0;
    -webkit-box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
  }
  .cta .cta_cont .info_wrap {
    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;
    gap: 30px;
  }
  .cta .cta_cont .info_wrap .cta_btn {
    width: 450px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .cta .cta_cont .info_wrap .tel_wrap .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .cta .cta_cont .info_wrap .tel_wrap .tel:first-of-type {
    margin-bottom: 25px;
  }
  .cta .cta_cont .info_wrap .tel_wrap .tel span {
    font-family: "Shippori Mincho", serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.9rem;
    color: #fff;
    font-weight: 700;
    background-color: #B2A479;
    width: 86px;
    height: 36px;
  }
  .cta .cta_cont .info_wrap .tel_wrap .tel img {
    height: 33px;
    width: auto;
  }
  .cta .cta_cont .info_wrap .tel_wrap .time {
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-top: 15px;
  }
  .cta .cta_cont .btn_circ {
    margin: 40px auto 0;
  }

  #about {
    padding: 80px 0;
  }
  #about .about_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #about .about_cont img {
    width: 508px;
  }
  #about .about_cont .text_wrap {
    margin-left: -90px;
  }
  #about .about_cont .text_wrap h2 {
    font-size: 3rem;
    font-weight: 600;
    font-family: "Shippori Mincho", serif;
    letter-spacing: 0.05em;
  }
  #about .about_cont .text_wrap p {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 400;
    margin-top: 10px;
  }
  #about .about_cont .text_wrap p strong {
    font-weight: 700;
  }

  #feature {
    padding: 70px 0 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f0), to(#f1eff2));
    background: linear-gradient(180deg, #f3f3f0 0%, #f1eff2 100%);
  }
  #feature .title {
    width: 100%;
    margin-left: -10px;
    margin-bottom: 60px;
  }
  #feature .feature_list {
    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;
    gap: 70px 50px;
  }
  #feature .feature_list li {
    width: 430px;
    background-color: #fff;
  }
  #feature .feature_list li .text_wrap {
    padding: 30px 40px 40px;
  }
  #feature .feature_list li .text_wrap h3 {
    font-family: "Shippori Mincho", serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
  #feature .feature_list li .text_wrap h3 strong {
    color: #B2A479;
    font-weight: 700;
  }
  #feature .feature_list li .text_wrap p {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  #feature .feature_list li .text_wrap p a {
    color: #B2A479;
    text-decoration: underline;
  }
  #feature .feature_list li .text_wrap .note {
    text-align: right;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  #price {
    padding: 100px 0;
  }
  #price .title {
    font-size: 4rem;
    font-weight: 600;
    font-family: "Shippori Mincho", serif;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: 0.05em;
  }
  #price .spec_cont {
    margin-bottom: 70px;
  }
  #price .spec_cont .spec_title {
    font-family: "Shippori Mincho", serif;
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
  }
  #price .spec_cont .spec_info {
    background-color: #F3F3F0;
    padding: 60px;
  }
  #price .spec_cont .spec_info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 0;
  }
  #price .spec_cont .spec_info dl dt {
    background-color: #B2A479;
    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;
    width: 144px;
    height: 32px;
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-size: 1.8rem;
    font-weight: 700;
    margin-right: 20px;
    border-radius: 4px;
  }
  #price .spec_cont .spec_info dl dd {
    width: calc(50% - 164px);
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: 400;
  }
  #price .spec_cont .spec_info dl dd.w100 {
    width: calc(100% - 164px);
  }
  #price .price_cont .uv_title {
    font-family: "Shippori Mincho", serif;
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
  }
  #price .price_cont .laser_title {
    font-family: "Shippori Mincho", serif;
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
    margin-top: 60px;
  }
  #price .price_cont .price_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
  }
  #price .price_cont .price_table tr th,
  #price .price_cont .price_table tr td {
    width: calc(100% / 7);
    height: 80px;
    border: 1px solid #DADADA;
    vertical-align: middle;
    text-align: center;
  }
  #price .price_cont .price_table tr th {
    background-color: #EAE8D7;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
  }
  #price .price_cont .price_table tr td {
    background-color: #fff;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 400;
  }
  #price .price_cont .price_table tr td .tax {
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 400;
    color: #5E5E5E;
  }
  #price .price_cont .price_table tr .sheet {
    background-color: #F9F9F9;
    font-weight: 700;
  }
  #price .price_cont .note {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 20px;
  }

  #data {
    background-color: #F3F3F0;
    padding: 100px 0;
  }
  #data .common_inner {
    max-width: 1240px;
  }
  #data .title {
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-size: 4rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin-bottom: 30px;
  }
  #data .lead {
    font-size: 1.8rem;
    text-align: center;
    font-weight: 600;
    line-height: 2;
    margin-bottom: 40px;
  }
  #data .data_title {
    width: 100%;
    background-color: #B2A479;
    color: #fff;
    text-align: center;
    font-size: 3.4rem;
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    padding: 17px 0;
  }
  #data .data_title.laser {
    margin-top: 80px;
  }
  #data .data_cont {
    background-color: #fff;
    padding: 40px 60px;
  }
  #data .data_cont h4 {
    font-family: "Shippori Mincho", serif;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #222222;
    margin-bottom: 20px;
  }
  #data .data_cont dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 0;
  }
  #data .data_cont dl dt {
    background-color: #B2A479;
    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;
    width: 144px;
    height: 32px;
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-size: 1.8rem;
    font-weight: 700;
    margin-right: 10px;
    border-radius: 4px;
  }
  #data .data_cont dl dd {
    width: calc(100% - 154px);
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: 500;
  }
  #data .data_cont dl dd strong {
    color: #D01B17;
    font-weight: 500;
  }
  #data .data_cont .text01 {
    width: 100%;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  #data .data_cont .text01 .left,
  #data .data_cont .text01 .right {
    width: 50%;
  }
  #data .data_cont .text02 {
    width: 100%;
    margin-bottom: 40px;
  }
  #data .data_cont .text02 ul li {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 400;
  }
  #data .data_cont .text02 .attention {
    background-color: #fff;
    border: 1px solid #DADADA;
    padding: 20px;
    margin-top: 30px;
  }
  #data .data_cont .text02 .attention .top {
    font-weight: 700;
    font-size: 2rem;
    font-family: "Shippori Mincho", serif;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  #data .data_cont .text02 .attention .btm {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 400;
  }
  #data .data_cont .text02 .download {
    display: block;
    width: 800px;
    margin: 40px auto 80px;
  }
  #data .data_cont .text02 .download:hover {
    opacity: 0.6;
  }
  #data .data_cont .text03 {
    width: 100%;
    margin-bottom: 40px;
  }
  #data .data_cont .text03 p {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 400;
  }
  #data .data_cont .text03 p .note {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 10px;
  }
  #data .data_cont .text03 img {
    margin-top: 20px;
  }
  #data .data_cont .text04 {
    width: 100%;
    margin-bottom: 80px;
  }
  #data .data_cont .text05 {
    width: 100%;
    margin-bottom: 80px;
  }
  #data .data_cont .text06 {
    width: 100%;
    margin-bottom: 80px;
  }
  #data .data_cont .text07 {
    width: 100%;
  }

  #qanda {
    padding: 80px 0;
  }
  #qanda .title {
    width: 237px;
    margin: 0 auto 50px;
  }
  #qanda .qa_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  #qanda .qa_item .qa_q {
    width: 100%;
    background: #F9F9F9;
    padding: 20px 30px;
    border: none;
    cursor: pointer;
    text-align: left;
    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;
    border-radius: 10px;
  }
  #qanda .qa_item .qa_q .text {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #qanda .qa_item .qa_q .text::before {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(../img/qanda_q_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 20px;
  }
  #qanda .qa_item .qa_q .icon {
    width: 8px;
    height: 12px;
    background-image: url(../img/arrow_navy.svg);
    background-size: contain;
    background-repeat: no-repeat;
    rotate: 90deg;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #qanda .qa_item .qa_a {
    display: none;
    background: #F9F9F9;
    padding: 0 30px 30px;
    border-radius: 0 0 5px 5px;
  }
  #qanda .qa_item .qa_a p {
    border-top: 1px solid #D1D1D1;
    padding-top: 20px;
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 400;
  }
  #qanda .qa_item .qa_a p strong {
    font-style: 1.6rem;
    font-weight: 600;
  }
  #qanda .qa_item .qa_a p .fw_normal {
    font-size: 1.6rem;
    font-weight: normal;
  }
  #qanda .qa_item .qa_a p .note {
    font-size: 1.6rem;
    font-weight: normal;
  }
  #qanda .qa_item .qa_a p .link {
    color: #B2A479;
  }
  #qanda .qa_item.is-open .qa_q {
    border-radius: 10px 10px 0 0;
  }
  #qanda .qa_item.is-open .qa_q .icon {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #qanda .qa_item.is-open .qa_a {
    display: block;
  }

  #form {
    background-color: #F3F3F0;
    padding: 100px 0;
  }
  #form .title {
    width: 506px;
    margin: 0 auto 50px;
  }
  #form .form_wrap {
    background-color: #fff;
    border-radius: 20px;
    padding: 70px 120px 60px;
    -webkit-box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.1);
  }
  #form input[type="text"],
  #form textarea,
  #form select {
    max-width: 100%;
  }
  #form .form-preview-dl {
    width: 100%;
    margin: 0;
    max-width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 26px;
  }
  #form .form-preview-dl:after {
    display: table;
    clear: both;
    content: '';
  }
  #form .form-preview-dl[data-type='address'] .form-preview-input01-half {
    display: inline-block;
    width: 80px;
  }
  #form .form-preview-dl input,
  #form .form-preview-dl button,
  #form .form-preview-dl textarea,
  #form .form-preview-dl select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
  }
  #form .form-preview-dl input:focus,
  #form .form-preview-dl button:focus,
  #form .form-preview-dl textarea:focus,
  #form .form-preview-dl select:focus {
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
  }
  #form .form-preview-dl input[type="text"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    border: 1px solid #bebebe;
    background: #fff;
    font-size: 16px;
    line-height: 32px;
    text-indent: 5px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #form .form-preview-dl input.form-preview-input01-half[type="text"] {
    display: inline-block;
    width: 175px;
  }
  #form .form-preview-dl select {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    padding: 8px 24px 8px 8px;
    border: 1px solid #bebebe;
    background-color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #form .form-preview-dl select::-ms-expand {
    display: none;
  }
  #form .form-preview-dl select:not([multiple]) {
    height: 40px;
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAOCAYAAAArMezNAAAAeElEQVQ4T62UURIAEQxD6/6HXmMX0yVtFH76oXkTUZKIPPKtVOtpeXkF1sA34J01gk/g2uDkuMUQjeUH1e6mjUDmUKud7cBNzXjkCNztRVmuwGmPdUmekELZaCEAejzQHBsrBjf1DFwcWnBXuwJGcKqjDSrU0GeVAW59Fwse//ByAAAAAElFTkSuQmCC") no-repeat;
    background-position: right 10px center;
    background-size: 10px 7px;
  }
  #form .form-preview-dl select:not([multiple]) option {
    padding: 4px;
  }
  #form .form-preview-dl select:focus, #form .form-preview-dl select:hover {
    background-position: right 10px center;
    background-size: 10px 7px;
  }
  #form .form-preview-dl select[multiple~="multiple"] {
    padding-right: 0;
  }
  #form .form-preview-dl textarea {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100% !important;
    padding: 8px;
    border: 1px solid #bebebe;
    background: #fff;
  }
  #form .form-preview-dl > dt {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 230px;
    float: left;
    font-weight: bold;
  }
  #form .form-preview-dl > dt:after {
    display: table;
    clear: both;
    content: '';
  }
  #form .form-preview-dl > dt span {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: calc(2.5em + 10px);
    float: left;
  }
  #form .form-preview-dl > dt span + span {
    word-wrap: break-word !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - (2.5em + 10px));
    padding-left: 8px;
    line-height: 1.4;
    overflow-wrap: break-word !important;
  }
  #form .form-preview-dl input[type="checkbox"] {
    display: none;
  }
  #form .form-preview-dl input[type="checkbox"]:checked + .labeled_text {
    color: #07307A;
  }
  #form .form-preview-dl input[type="checkbox"]:checked + .labeled_text:after {
    display: block;
    position: absolute;
    content: '';
    top: 4px;
    left: 3px;
    width: 8px;
    height: 12px;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
    border-right: 2px solid #07307A;
    border-bottom: 2px solid #07307A;
  }
  #form .form-preview-dl input[type="checkbox"] + .labeled_text:before {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    background-color: #fff;
    content: '';
  }
  #form .form-preview-dl > dd {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 250px);
    margin-left: 0;
    padding-right: 5px;
    padding-left: 5px;
    float: right;
  }
  #form .form-preview-dl > dd.form-preview-file-attach {
    padding-top: 7px;
  }
  #form .form-preview-dl > dd.form-preview-file-attach .form-preview-alert-text {
    top: 9px;
  }
  #form .form-preview-dl > dd label {
    display: inline-block;
    margin-top: 8px;
    margin-right: 16px;
    margin-bottom: 4px;
  }
  #form .form-preview-dl > dd .form-preview-input01-half {
    vertical-align: middle;
  }
  #form .form-preview-dl > dd input[type='file'] {
    width: auto;
    max-width: 100%;
  }
  #form .form-preview-dl > dd input[type='file']:hover {
    border: none;
  }
  #form .form-preview-dl .labeled_text {
    position: relative;
    padding-left: 20px;
  }
  #form .form-preview-dl a {
    padding: 0 2px;
    color: #67C2FF;
    text-decoration: underline;
  }
  #form .form-preview-dl label {
    padding: 0 4px;
  }
  #form .form-preview-dl label:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #form .form-preview-dl-child {
    margin: 0 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #form .form-preview-dl-child input.form-preview-input01[type="text"] {
    width: 100%;
  }
  #form .form-preview-dl-child input.form-preview-input01-half[type="text"] {
    display: inline-block;
    width: 120px;
  }
  #form .form-preview-dl-child dt {
    width: 80px;
    float: left;
    line-height: 1.2;
  }
  #form .form-preview-dl-child dd {
    margin-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    width: 100%;
  }
  #form .form-preview-reqiured {
    display: inline-block !important;
    padding: 2px 5px;
    background-color: #e95464;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
  }
  #form .form-preview-not-reqiured {
    display: inline-block !important;
    padding: 2px 5px;
    background-color: #777;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
  }
  #form .form-preview-help-text {
    margin-top: 5px;
    margin-bottom: 0;
    color: #868686;
    font-size: 90%;
  }
  #form .form-preview-alert-text {
    margin: 5px 0 0px;
    color: #e35353;
    font-size: 90%;
  }
  #form .show-page:after {
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    content: '';
    visibility: hidden;
  }
  #form .show-page-btn {
    clear: both;
    font-size: 0;
  }
  #form .show-page-btn .btn_squ {
    margin: 40px auto 0;
    display: block;
    width: 257px;
    height: 66px;
    border: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #form .show-page-btn .btn_squ span {
    font-size: 1.8rem;
  }
  #form .show-page-btn .btn_squ span::after {
    content: "▶";
    color: #fff;
    font-size: 1.1rem;
    display: inline-block;
    margin-left: 10px;
    vertical-align: text-top;
  }
  #form .show-page-btn .btn_squ:hover {
    opacity: 0.7;
  }
  #form dd,
  #form dt {
    font-size: 14px;
  }
  #form.confirm .common_inner {
    background-color: #fff;
    border-radius: 15px;
    padding: 70px;
  }
  #form.confirm .common_inner .form-preview-dl > dt {
    font-size: 1.6rem;
  }
  #form.confirm .common_inner .form-preview-dl > dd {
    font-size: 1.6rem;
  }
  #form.confirm .common_inner .btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    margin-top: 50px;
  }
  #form.confirm .common_inner .btn_wrap .btn {
    width: 200px;
    height: 60px;
    border: 2px solid #FF910B;
  }
  #form.confirm .common_inner .btn_wrap .btn span {
    font-size: 2rem;
  }
  #form.confirm .common_inner .btn_wrap .btn.back {
    background-color: #fff;
  }
  #form.confirm .common_inner .btn_wrap .btn.back span {
    color: #FF910B;
  }
  #form.confirm .common_inner .btn_wrap .btn.back::after {
    border-left: 8px solid #FF910B;
  }
  #form.confirm .common_inner .btn_wrap .btn.back::before {
    background: #fff0dc;
  }
  #form.confirm .common_inner > h3 {
    font-size: 2.3rem;
    text-align: center;
    margin-bottom: 20px;
  }
  #form.confirm .common_inner > p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
  }
  #form.confirm .common_inner .thanks_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #form.confirm .common_inner .top.btn_squ {
    width: 260px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
  #form.confirm .common_inner .top.btn_squ span {
    font-size: 2rem;
  }

  #footer {
    padding: 50px 0;
  }
  #footer .logo {
    display: block;
    width: 296px;
    margin: 0 auto 40px;
  }
  #footer .link_list {
    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;
    gap: 20px;
    margin-bottom: 40px;
  }
  #footer .link_list li a {
    font-size: 1.5rem;
    font-weight: 600;
  }
  #footer .copyright {
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 780px) {
  .pc {
    display: none !important;
  }

  .common_inner {
    padding: 0 5.12821vw;
  }

  .btn_squ {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 2.5641vw;
    height: 9.48718vw;
    background: #07307A;
    border-radius: 1.02564vw;
    position: relative;
  }
  .btn_squ span {
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: 600;
    font-size: 4.10256vw;
    letter-spacing: 0.05em;
  }

  .btn_circ {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 7.69231vw;
    width: 100%;
    height: 12.05128vw;
    border-radius: 999px;
    background-color: #fff;
    border: 1px solid #1E345C;
    position: relative;
  }
  .btn_circ span {
    position: relative;
    z-index: 1;
    color: #1E345C;
    font-weight: 700;
    font-size: 4.10256vw;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .btn_circ span::after {
    content: "";
    display: inline-block;
    width: 2.30769vw;
    height: 3.58974vw;
    background-image: url(../img/arrow_navy.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 3.07692vw;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .btn_circ:hover {
    background-color: #1E345C;
    opacity: 1;
  }
  .btn_circ:hover span {
    color: #fff;
  }
  .btn_circ:hover span::after {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }

  #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    visibility: inherit;
    width: 100%;
    height: 16.92308vw;
    background-color: transparent;
    padding: 0 5.12821vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header h1 {
    width: 22.5641vw;
  }
  #header .header_btn {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-left: auto;
  }
  #header .header_btn span {
    font-size: 3.84615vw;
  }
  #header input#button_menu {
    display: none;
  }
  #header .button_menu {
    width: 6.92308vw;
    height: 5.12821vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 102;
    margin-left: 3.84615vw;
  }
  #header .button_menu .line {
    display: block;
    background-color: #1E345C;
    width: 100%;
    height: 0.51282vw;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  #header #gnav {
    width: 60.76923vw;
    height: 100vh;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 101;
    top: 0;
    right: -60.76923vw;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: 0;
            transform: 0;
    padding: 16.15385vw 6.66667vw 0;
  }
  #header #gnav .gnav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.61538vw;
  }
  #header #gnav .gnav_list .gnav_item a {
    color: #1E345C;
    font-weight: 600;
    font-size: 4.10256vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5641vw;
    position: relative;
  }
  #header #gnav .gnav_list .gnav_item a span {
    display: block;
    font-size: 4.61538vw;
    font-weight: 600;
    letter-spacing: 0.04em;
  }
  #header #gnav .gnav_list .gnav_item a::after {
    content: "";
    display: block;
    width: 1.53846vw;
    height: 2.5641vw;
    background-image: url(../img/menu_arrow_sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #header #gnav .btn_wrap {
    width: 100%;
    margin-top: 12.82051vw;
  }
  #header #gnav .btn_wrap .btn_squ {
    width: 100%;
    height: 12.05128vw;
  }
  #header #gnav .btn_wrap .btn_squ span {
    font-size: 4.10256vw;
  }
  #header .overlay {
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.6);
    position: fixed;
    inset: 0;
    display: none;
  }
  #header:has(input#button_menu:checked) .button_menu .line:nth-child(1) {
    -webkit-transform: rotate(180deg) translateY(-2.30769vw) rotate(45deg);
            transform: rotate(180deg) translateY(-2.30769vw) rotate(45deg);
  }
  #header:has(input#button_menu:checked) .button_menu .line:nth-child(2) {
    opacity: 0;
    -webkit-transform: rotate(180deg) scale(0.4);
            transform: rotate(180deg) scale(0.4);
  }
  #header:has(input#button_menu:checked) .button_menu .line:nth-child(3) {
    -webkit-transform: rotate(180deg) translateY(2.30769vw) rotate(-45deg);
            transform: rotate(180deg) translateY(2.30769vw) rotate(-45deg);
  }
  #header:has(input#button_menu:checked) #gnav {
    -webkit-transform: translateX(-60.76923vw);
            transform: translateX(-60.76923vw);
  }
  #header:has(input#button_menu:checked) .overlay {
    display: block;
  }

  #kv {
    position: relative;
    overflow: hidden;
  }
  #kv .bg {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #kv .kv_inner {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #kv .kv_inner .copy {
    width: 82.05128vw;
    margin-top: 24.10256vw;
    margin-left: 5.12821vw;
    position: relative;
    z-index: 1;
  }
  #kv .kv_inner .card {
    width: 110.51282vw;
    margin-top: -6.92308vw;
    position: relative;
    z-index: 0;
  }

  #intro {
    position: relative;
    z-index: 1;
    padding-bottom: 20.51282vw;
  }
  #intro .item_wrap .left_side {
    width: 76.92308vw;
    margin-bottom: 12.82051vw;
  }
  #intro .item_wrap .right_side {
    width: 100%;
  }
  #intro .item_wrap .right_side .item_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12.82051vw;
  }
  #intro .item_wrap .right_side .item_list li h3 {
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-size: 6.15385vw;
    text-align: center;
    margin-top: 5.12821vw;
  }
  #intro .item_wrap .right_side .item_list li p {
    font-size: 4.10256vw;
    line-height: 1.6;
    margin-top: 2.5641vw;
  }

  #process {
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f0), to(#f1eff2));
    background: linear-gradient(180deg, #f3f3f0 0%, #f1eff2 100%);
    padding: 20.51282vw 0;
  }
  #process .title {
    width: 100%;
    margin-bottom: 10.25641vw;
  }
  #process .process_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.12821vw;
  }
  #process .process_list li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #process .process_list li .text {
    padding: 5.12821vw 4.87179vw 7.69231vw;
    background-color: #fff;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #process .process_list li h3 {
    font-family: "Shippori Mincho", serif;
    font-size: 6.15385vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
  }
  #process .process_list li h3 strong {
    color: #B2A479;
    font-weight: 700;
  }
  #process .process_list li p {
    font-size: 4.10256vw;
    line-height: 1.6;
    margin-top: 2.5641vw;
  }
  #process .process_list li .note {
    text-align: right;
    font-size: 3.58974vw;
    line-height: 1.6;
  }

  #case {
    padding: 15.38462vw 0;
  }
  #case .title {
    width: 32.05128vw;
    margin: 0 auto 7.69231vw;
  }
  #case .lead {
    font-weight: 500;
    font-size: 4.10256vw;
    line-height: 1.6;
    margin-bottom: 7.69231vw;
  }
  #case .case_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.25641vw;
  }
  #case .case_list li img {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #case .case_list li .text {
    margin-top: 1.28205vw;
  }
  #case .case_list li .text h3 {
    font-family: "Shippori Mincho", serif;
    font-size: 6.66667vw;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  #case .case_list li .text p {
    font-size: 3.84615vw;
    line-height: 1.6;
    margin-top: 3.84615vw;
  }
  #case .case_list li .text .note {
    text-align: right;
    font-size: 3.58974vw;
    line-height: 1.6;
    margin-top: 2.5641vw;
  }

  .cta {
    background-image: url(../img/cta_bg_sp.jpg);
    background-size: cover;
    padding: 15.38462vw 0;
  }
  .cta .title {
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-size: 7.69231vw;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
  .cta .lead {
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-size: 4.10256vw;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 2.5641vw;
    line-height: 1.3;
  }
  .cta .cta_cont {
    background-color: #fff;
    width: 100%;
    padding: 7.69231vw 5.12821vw;
    -webkit-box-shadow: 0px 0px 8.71795vw 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 8.71795vw 0px rgba(0, 0, 0, 0.1);
    border-radius: 2.5641vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 7.69231vw;
  }
  .cta .cta_cont .info_wrap .cta_btn {
    width: 100%;
  }
  .cta .cta_cont .info_wrap .tel_wrap {
    margin-top: 6.41026vw;
  }
  .cta .cta_cont .info_wrap .tel_wrap .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5641vw;
  }
  .cta .cta_cont .info_wrap .tel_wrap .tel:first-of-type {
    margin-bottom: 5.12821vw;
  }
  .cta .cta_cont .info_wrap .tel_wrap .tel span {
    font-family: "Shippori Mincho", serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 4.10256vw;
    color: #fff;
    font-weight: 700;
    background-color: #B2A479;
    width: 20.25641vw;
    height: 8.20513vw;
  }
  .cta .cta_cont .info_wrap .tel_wrap .tel img {
    height: 6.92308vw;
    width: auto;
  }
  .cta .cta_cont .info_wrap .tel_wrap .time {
    font-weight: 400;
    font-size: 3.58974vw;
    letter-spacing: 0.05em;
    margin-top: 2.5641vw;
  }
  .cta .cta_cont .btn_circ {
    margin: 5.12821vw auto 0;
  }

  #about {
    padding: 6.66667vw 0 15.38462vw;
  }
  #about .common_inner {
    padding: 0 0 0 2.30769vw;
  }
  #about .about_cont img {
    width: 100%;
  }
  #about .about_cont .text_wrap {
    padding: 0 5.12821vw;
  }
  #about .about_cont .text_wrap h2 {
    font-size: 6.66667vw;
    font-weight: 600;
    font-family: "Shippori Mincho", serif;
    letter-spacing: 0.05em;
  }
  #about .about_cont .text_wrap p {
    font-size: 3.58974vw;
    line-height: 1.8;
    font-weight: 400;
    margin-top: 10px;
  }
  #about .about_cont .text_wrap p strong {
    font-weight: 700;
  }

  #feature {
    padding: 5.38462vw 0 15.38462vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f0), to(#f1eff2));
    background: linear-gradient(180deg, #f3f3f0 0%, #f1eff2 100%);
  }
  #feature .title {
    width: 100%;
    margin-left: -2.5641vw;
    margin-bottom: 7.69231vw;
  }
  #feature .feature_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.69231vw;
  }
  #feature .feature_list li {
    width: 100%;
    background-color: #fff;
  }
  #feature .feature_list li .text_wrap {
    padding: 5.12821vw 5.12821vw 7.69231vw;
  }
  #feature .feature_list li .text_wrap h3 {
    font-family: "Shippori Mincho", serif;
    font-size: 5.89744vw;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
  #feature .feature_list li .text_wrap h3 strong {
    color: #B2A479;
    font-weight: 700;
  }
  #feature .feature_list li .text_wrap p {
    margin-top: 2.5641vw;
    font-size: 3.84615vw;
    line-height: 1.8;
  }
  #feature .feature_list li .text_wrap p a {
    color: #B2A479;
    text-decoration: underline;
  }
  #feature .feature_list li .text_wrap .note {
    text-align: right;
    font-size: 3.58974vw;
    line-height: 1.6;
  }

  #price {
    padding: 15.38462vw 0;
  }
  #price .title {
    font-size: 7.69231vw;
    font-weight: 600;
    font-family: "Shippori Mincho", serif;
    margin-bottom: 7.69231vw;
    text-align: center;
    letter-spacing: 0.05em;
  }
  #price .spec_cont {
    margin-bottom: 10.25641vw;
  }
  #price .spec_cont .spec_title {
    font-family: "Shippori Mincho", serif;
    font-size: 5.64103vw;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 5.12821vw;
  }
  #price .spec_cont .spec_info {
    background-color: #F3F3F0;
    padding: 5.12821vw;
  }
  #price .spec_cont .spec_info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #price .spec_cont .spec_info dl dt {
    background-color: #B2A479;
    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;
    width: 100%;
    height: 6.92308vw;
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-size: 3.84615vw;
    font-weight: 700;
    border-radius: 1.02564vw;
    margin-bottom: 1.28205vw;
  }
  #price .spec_cont .spec_info dl dd {
    width: 100%;
    font-size: 4.10256vw;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 5.12821vw;
  }
  #price .spec_cont .spec_info dl dd:last-child {
    margin-bottom: 0;
  }
  #price .price_cont .uv_title {
    font-family: "Shippori Mincho", serif;
    font-size: 5.64103vw;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  #price .price_cont .laser_title {
    font-family: "Shippori Mincho", serif;
    font-size: 5.64103vw;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-top: 10.25641vw;
  }
  #price .price_cont .price_table_wrap {
    overflow-x: scroll;
    overflow-y: visible;
  }
  #price .price_cont .price_table {
    border-collapse: collapse;
    margin-top: 5.12821vw;
  }
  #price .price_cont .price_table tr th,
  #price .price_cont .price_table tr td {
    min-width: 30.76923vw;
    border: 1px solid #DADADA;
    vertical-align: middle;
    text-align: center;
  }
  #price .price_cont .price_table tr th {
    height: 10.25641vw;
    background-color: #EAE8D7;
    font-size: 3.58974vw;
    font-weight: 700;
    line-height: 1.3;
  }
  #price .price_cont .price_table tr th:first-child {
    min-width: 17.94872vw;
  }
  #price .price_cont .price_table tr td {
    height: 17.94872vw;
    background-color: #fff;
    font-size: 3.84615vw;
    line-height: 1.3;
    font-weight: 400;
  }
  #price .price_cont .price_table tr td .tax {
    font-size: 2.82051vw;
    line-height: 1.3;
    font-weight: 400;
    color: #5E5E5E;
  }
  #price .price_cont .price_table tr .sheet {
    background-color: #F9F9F9;
    font-weight: 700;
    min-width: 17.94872vw;
  }
  #price .price_cont .note {
    font-size: 3.07692vw;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 2.5641vw;
  }

  #data {
    background-color: #F3F3F0;
    padding: 15.38462vw 0;
  }
  #data .title {
    margin-bottom: 7.69231vw;
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-size: 7.69231vw;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
  #data .lead {
    font-size: 4.10256vw;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 7.69231vw;
  }
  #data .data_title {
    width: 100%;
    background-color: #B2A479;
    color: #fff;
    text-align: center;
    font-size: 6.41026vw;
    line-height: 1;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    padding: 3.84615vw 0;
  }
  #data .data_title.laser {
    margin-top: 7.69231vw;
  }
  #data .data_cont {
    background-color: #fff;
    padding: 5.12821vw;
  }
  #data .data_cont h4 {
    font-family: "Shippori Mincho", serif;
    font-size: 5.12821vw;
    font-weight: 700;
    padding-bottom: 2.5641vw;
    width: 100%;
    border-bottom: 1px solid #222222;
    margin-bottom: 2.5641vw;
  }
  #data .data_cont dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #data .data_cont dl dt {
    background-color: #B2A479;
    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;
    width: 36.92308vw;
    height: 6.92308vw;
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-size: 3.84615vw;
    font-weight: 700;
    border-radius: 1.02564vw;
    margin-bottom: 1.28205vw;
  }
  #data .data_cont dl dd {
    width: 100%;
    font-size: 4.10256vw;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 2.5641vw;
  }
  #data .data_cont dl dd strong {
    color: #D01B17;
    font-weight: 500;
  }
  #data .data_cont .text01 {
    width: 100%;
    margin-bottom: 7.69231vw;
  }
  #data .data_cont .text01 .left {
    margin-bottom: 30px;
  }
  #data .data_cont .text02 {
    width: 100%;
    margin-bottom: 10.25641vw;
  }
  #data .data_cont .text02 ul li {
    font-size: 3.58974vw;
    line-height: 1.6;
    font-weight: 400;
    padding-left: 1em;
    text-indent: -1em;
  }
  #data .data_cont .text02 .attention {
    background-color: #fff;
    border: 1px solid #DADADA;
    padding: 5.12821vw;
    margin-top: 7.69231vw;
  }
  #data .data_cont .text02 .attention .top {
    font-weight: 700;
    font-size: 5.12821vw;
    font-family: "Shippori Mincho", serif;
    line-height: 1.8;
    margin-bottom: 1.28205vw;
  }
  #data .data_cont .text02 .attention .btm {
    font-size: 3.58974vw;
    line-height: 1.6;
    font-weight: 400;
  }
  #data .data_cont .text02 .download {
    display: block;
    width: 100%;
    margin: 10.25641vw auto;
  }
  #data .data_cont .text02 .download:hover {
    opacity: 0.6;
  }
  #data .data_cont .text03 {
    width: 100%;
    margin-bottom: 5.12821vw;
  }
  #data .data_cont .text03 p {
    font-size: 3.84615vw;
    line-height: 1.6;
    font-weight: 400;
  }
  #data .data_cont .text03 p .note {
    font-size: 3.07692vw;
    line-height: 1.6;
    margin-top: 2.5641vw;
  }
  #data .data_cont .text03 img {
    margin-top: 5.12821vw;
  }
  #data .data_cont .text04 {
    width: 100%;
    margin-bottom: 15.38462vw;
  }
  #data .data_cont .text05 {
    width: 100%;
    margin-bottom: 15.38462vw;
  }
  #data .data_cont .text06 {
    width: 100%;
    margin-bottom: 15.38462vw;
  }
  #data .data_cont .text07 {
    width: 100%;
  }

  #qanda {
    padding: 15.38462vw 0;
  }
  #qanda .title {
    width: 45.64103vw;
    margin: 0 auto 10.25641vw;
  }
  #qanda .qa_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5641vw;
  }
  #qanda .qa_item .qa_q {
    width: 100%;
    background: #F9F9F9;
    padding: 5.12821vw;
    border: none;
    cursor: pointer;
    text-align: left;
    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;
    border-radius: 2.5641vw;
  }
  #qanda .qa_item .qa_q .text {
    font-size: 4.10256vw;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #222222;
  }
  #qanda .qa_item .qa_q .text::before {
    content: "";
    width: 8.20513vw;
    height: 8.20513vw;
    background-image: url(../img/qanda_q_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 2.5641vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #qanda .qa_item .qa_q .icon {
    width: 2.05128vw;
    height: 3.07692vw;
    background-image: url(../img/arrow_navy.svg);
    background-size: contain;
    background-repeat: no-repeat;
    rotate: 90deg;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 1.28205vw;
  }
  #qanda .qa_item .qa_a {
    display: none;
    background: #F9F9F9;
    padding: 0 5.12821vw 5.12821vw;
    border-radius: 0 0 2.5641vw 2.5641vw;
  }
  #qanda .qa_item .qa_a p {
    border-top: 1px solid #D1D1D1;
    padding-top: 5.12821vw;
    font-size: 3.84615vw;
    line-height: 1.8;
    font-weight: 400;
  }
  #qanda .qa_item .qa_a p strong {
    font-style: 3.84615vw;
    font-weight: 600;
  }
  #qanda .qa_item .qa_a p .fw_normal {
    font-size: 3.84615vw;
    font-weight: normal;
  }
  #qanda .qa_item .qa_a p .note {
    font-size: 3.84615vw;
    font-weight: normal;
  }
  #qanda .qa_item .qa_a p .link {
    font-size: 3.58974vw;
    color: #B2A479;
  }
  #qanda .qa_item.is-open .qa_q {
    border-radius: 2.5641vw 2.5641vw 0 0;
  }
  #qanda .qa_item.is-open .qa_q .icon {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #qanda .qa_item.is-open .qa_a {
    display: block;
  }

  #form {
    background: #F3F3F0;
    padding: 20.51282vw 0;
  }
  #form h2 {
    margin: 0 auto 10.25641vw;
    width: 49.23077vw;
  }
  #form .form-preview-dl {
    width: 100%;
    margin: 0 0 6.66667vw;
    float: none;
    max-width: none;
  }
  #form .form-preview-dl:after {
    content: "";
    display: block;
    clear: both;
  }
  #form .form-preview-dl > dt {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0 0 3.07692vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 2.5641vw;
    font-size: 3.58974vw;
    font-weight: 700;
    line-height: 1.35;
  }
  #form .form-preview-dl > dt .preview-contact-required_label,
  #form .form-preview-dl > dt .preview-contact-not_required_label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  #form .form-preview-dl > dt .preview-contact-required_label + span,
  #form .form-preview-dl > dt .preview-contact-not_required_label + span {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
  }
  #form .form-preview-dl > dd {
    width: 100%;
    font-size: 3.33333vw;
    font-weight: 500;
  }
  #form .form-preview-dl input,
  #form .form-preview-dl button,
  #form .form-preview-dl textarea,
  #form .form-preview-dl select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    color: #333;
    font-size: 3.58974vw;
    line-height: 1.4;
  }
  #form .form-preview-dl input:focus,
  #form .form-preview-dl button:focus,
  #form .form-preview-dl textarea:focus,
  #form .form-preview-dl select:focus {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 2px rgba(42, 138, 221, 0.12);
            box-shadow: 0 0 0 2px rgba(42, 138, 221, 0.12);
    outline: none;
  }
  #form .form-preview-dl input[type="text"] {
    display: block;
    width: 100%;
    height: 12.05128vw;
    padding: 1.28205vw;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
  }
  #form .form-preview-dl input.form-preview-input01-half[type="text"] {
    display: inline-block;
    width: calc((100% + 38.46154vw) / 2);
    margin-right: 0;
    vertical-align: middle;
  }
  #form .form-preview-dl select {
    width: 100%;
    height: 12.05128vw;
    padding: 0 1.28205vw;
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAOCAYAAAArMezNAAAAeElEQVQ4T62UURIAEQxD6/6HXmMX0yVtFH76oXkTUZKIPPKtVOtpeXkF1sA34J01gk/g2uDkuMUQjeUH1e6mjUDmUKud7cBNzXjkCNztRVmuwGmPdUmekELZaCEAejzQHBsrBjf1DFwcWnBXuwJGcKqjDSrU0GeVAW59Fwse//ByAAAAAElFTkSuQmCC") no-repeat right 2.05128vw center/2.5641vw auto;
  }
  #form .form-preview-dl textarea {
    width: 100% !important;
    min-height: 30.76923vw;
    padding: 2.05128vw;
    resize: vertical;
  }
  #form .form-preview-dl input[type="file"] {
    width: 100%;
    height: auto;
    padding: 0;
    background: none;
    border: none;
  }
  #form .form-preview-dl input[type="checkbox"] {
    display: none;
  }
  #form .form-preview-dl input[type="checkbox"]:checked + .labeled_text:after {
    content: "";
    position: absolute;
    top: 0.76923vw;
    left: 1.02564vw;
    width: 1.28205vw;
    height: 2.30769vw;
    border-right: 2px solid #2b8de0;
    border-bottom: 2px solid #2b8de0;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  #form .form-preview-dl input[type="checkbox"] + .labeled_text:before {
    content: "";
    position: absolute;
    top: 0.51282vw;
    left: 0;
    width: 3.58974vw;
    height: 3.58974vw;
    border: 1px solid #cfcfcf;
    background: #fff;
  }
  #form .preview-user-name > dd {
    display: grid;
    grid-template-columns: 3.58974vw 1fr 3.58974vw 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1.53846vw;
       -moz-column-gap: 1.53846vw;
            column-gap: 1.53846vw;
    row-gap: 0;
  }
  #form .preview-user-name > dd .form-preview-input01-half + .form-preview-input01-half {
    margin-left: 0;
  }
  #form .preview-user-name > dd .form-preview-help-text,
  #form .preview-user-name > dd .form-preview-alert-text {
    grid-column: 1 / -1;
  }
  #form .form-preview-dl[data-type='address'] .form-preview-input01-half {
    width: calc((100% - 25.64103vw) / 2) !important;
  }
  #form .form-preview-dl-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3.07692vw;
  }
  #form .form-preview-dl-child:first-child {
    margin-top: 0;
  }
  #form .form-preview-dl-child:after {
    content: "";
    display: block;
    clear: both;
  }
  #form .form-preview-dl-child dt {
    width: 15.38462vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 3.33333vw;
    font-weight: 500;
    line-height: 1.2;
  }
  #form .form-preview-dl-child dd {
    width: 100%;
    margin-left: 3.07692vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.28205vw;
    font-size: 3.33333vw;
  }
  #form .preview-personal-info > dd label {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  #form .labeled_text {
    position: relative;
    display: inline-block;
    padding-left: 5.12821vw;
    font-size: 3.33333vw;
    line-height: 1.4;
  }
  #form .form-preview-reqiured,
  #form .form-preview-not-reqiured {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 10.76923vw;
    height: 4.61538vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 2.82051vw;
    font-weight: 700;
    line-height: 1;
    vertical-align: middle;
    border-radius: 1.28205vw;
  }
  #form .form-preview-reqiured {
    background: #E95464;
  }
  #form .form-preview-not-reqiured {
    background: #959595;
  }
  #form .form-preview-help-text {
    margin-top: 1.02564vw;
    margin-bottom: 0;
    color: #868686;
    font-size: 2.5641vw;
  }
  #form .form-preview-help-text a {
    color: #67C2FF;
    text-decoration: underline;
  }
  #form .form-preview-alert-text {
    margin: 1.02564vw 0 0;
    color: #E95464;
    font-size: 2.5641vw;
    line-height: 1.35;
  }
  #form .show-page-btn {
    margin: 5.64103vw auto 0;
    clear: both;
    font-size: 0;
  }
  #form .show-page-btn .btn_squ {
    margin: 10.25641vw auto 0;
    display: block;
    width: 65.89744vw;
    height: 16.92308vw;
    border: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #form .show-page-btn .btn_squ span {
    font-size: 4.61538vw;
  }
  #form .show-page-btn .btn_squ span::after {
    content: "▶";
    color: #fff;
    font-size: 2.82051vw;
    display: inline-block;
    margin-left: 2.5641vw;
    vertical-align: text-top;
  }
  #form dd,
  #form dt {
    font-size: 3.33333vw;
  }
  #form.confirm .common_inner {
    width: 100%;
    background-color: #fff;
    border-radius: 7.69231vw;
    padding: 12.82051vw 5.12821vw;
  }
  #form.confirm .common_inner > h2 {
    font-size: 6.15385vw;
    margin-bottom: 10.25641vw;
  }
  #form.confirm .common_inner .form-preview-dl > dt {
    font-size: 4.10256vw;
  }
  #form.confirm .common_inner .form-preview-dl > dd {
    font-size: 4.10256vw;
  }
  #form.confirm .common_inner .btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 5.12821vw;
    margin-top: 12.82051vw;
  }
  #form.confirm .common_inner .btn_wrap .btn {
    width: 100%;
    height: 60px;
    border: 0.51282vw solid #FF910B;
  }
  #form.confirm .common_inner .btn_wrap .btn span {
    font-size: 4.10256vw;
  }
  #form.confirm .common_inner .btn_wrap .btn.back {
    background-color: #fff;
  }
  #form.confirm .common_inner .btn_wrap .btn.back span {
    color: #FF910B;
  }
  #form.confirm .common_inner .btn_wrap .btn.back::after {
    border-left: 2.05128vw solid #FF910B;
  }
  #form.confirm .common_inner .btn_wrap .btn.back::before {
    background: #fff0dc;
  }
  #form.confirm .common_inner > h3 {
    font-size: 4.61538vw;
    text-align: center;
    margin-bottom: 5.12821vw;
  }
  #form.confirm .common_inner > p {
    font-size: 4.10256vw;
  }
  #form.confirm .common_inner .thanks_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #form.confirm .common_inner .top.btn_squ {
    width: 100%;
    height: 15.38462vw;
    margin-top: 10.25641vw;
    margin-left: auto;
    margin-right: auto;
  }
  #form.confirm .common_inner .top.btn_squ span {
    font-size: 4.10256vw;
  }

  #footer {
    padding: 12.82051vw 0;
  }
  #footer .logo {
    display: block;
    width: 70.76923vw;
    margin: 0 auto 7.69231vw;
  }
  #footer .link_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5641vw;
    margin-bottom: 7.69231vw;
  }
  #footer .link_list li a {
    font-size: 3.58974vw;
    font-weight: 400;
  }
  #footer .copyright {
    font-size: 3.33333vw;
    font-weight: 400;
  }
}
