/*
【目次】
font
共通事項
body
背景色
header
mv
o2x
o2x-move
o2x-recommend
お問い合わせ
footer
privacy
confirm
*/

* {
    box-sizing:border-box;
    word-wrap:break-word;
    margin: 0px;
    padding: 0px;
}
/* font */
.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho-medium {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.shippori-mincho-semibold {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.shippori-mincho-bold {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.shippori-mincho-extrabold {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-style: normal;
}
/*共通事項*/
a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.container {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: clamp(63px, 7.875vw, 126px);
    position: relative;
    width: 100%;
    max-width: 1230px;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
p, th, td, li, dt, dd, address {
    font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
    font-weight: 500;
    line-height: 2;
    font-style: normal;
}

a {
    text-decoration: none;
    color:inherit;
}
li {
    list-style:none;
}
img {
    width:100%;
    height:auto;
    max-width:100%;
    display:block;
    object-fit: cover;
}
.bold {
    font-weight:bold;
}
.m-b40 {
    margin-bottom:40px;
}

html {
    font-size: 62.5%;
}
.p-card .--pic, .next-card .--pic, .mv-block, .cm-btn, .cm-video, .p-side .--pic {
    margin-left: auto;
    margin-right: auto;
}
.--lead span {
    display:inline-block;
}

/*body*/
body {
    font-family: ShipporiMincho, "Shippori Mincho", serif;
    font-style: normal;
    color: #333;
    font-weight: 500;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;

    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

/*背景色*/
.contact {
    background-color: #E6ECEF;
}

/*header*/
.h-contents {
    display: block;
    padding-top: 16px;
    padding-bottom: 14px;
    padding-left: clamp(24px, 2vw, 32px);
    padding-right: clamp(24px, 2vw, 32px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

.h-logo a {
    display: block;
    max-width: 293px;
}

/*mv*/
.mv {
    display: block;
    width: 100%;
    background-image: url(./images/mv.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mv {
    padding-top: 64px;
    padding-bottom: 53px;
    padding-left: 20px;
    padding-right: 20px;
}
.mv-block {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1322px;
}
.mv-head {
    background-color: #fff;
    font-size: clamp(1.4rem, 2.0967741935vw, 2.6rem);
    font-weight: 700;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow:10px 10px 20px 0 rgb(0 0 0 / 30%);
}
.mv-head {
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    padding-top:clamp(2.5rem,3rem,5rem);
    padding-bottom:clamp(2.5rem,3rem,5rem);
    padding-left:clamp(2.5rem,4rem,12rem);
    padding-right:clamp(2.5rem,4rem,12rem);
}
.mv-head .--caption {
    display: block;
    line-height: 1.7692307692;
    font-size: inherit;
}
.mv-head .--caption::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7692307692) * (0.5em - 1px));
}
.mv-head .--caption::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7692307692) * 0.5em);
}
.mv-head .--lead {
    font-size: clamp(4.2rem, 6.4516129032vw, 11.5rem);
}
.furigana {
    display:block;
    margin-top:-1.2rem;
}

.mv-image {
    display: block;
    width:60%;
    max-width:800px;
    margin-left: auto;
}
:where(figure) {
    margin: 0 0 1em;
}
.image {
    display: block;
    margin: 0 auto;
}

/*o2x*/
.o2x-opening {
    position:relative;
    padding-bottom:calc(300px - 7vw);
}
.o2x-opening::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--primary);
  clip-path:polygon(0 0,100% 0, 100% calc(100% - 7vw), 50% 100%,0 calc(100% - 7vw));
  z-index: -1;
}
.o2x-side {
    position: relative;
    z-index: 1;
}
.o2x-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.o2x-side .--ico {
    max-width: 300px;
    margin-top:auto;
    margin-left: auto;
    margin-bottom: 20px;
}
.o2x-side .o2x-head {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.o2x-head .--lead {
    font-size:var(--head);
    margin-bottom: clamp(17px, 2vw, 34px);
    font-weight: 700;
}
.o2x-head .--lead span {
    display:inline-block;
}
.o2x-head .--txt {
    font-size:var(--txt);
    font-weight: 700;
    line-height: 1.5;
}
.o2x-side .mv-image2 {
    position:absolute;
    bottom:calc(-50px - 315px);
    left:50%;
    transform:translateX(-50%);
    width:80%;
    max-width:400px;
}

.o2x-desc {
    position:relative;  
    background:linear-gradient(to bottom, var(--white) ,var(--primary));
}
.o2x-desc-inner {
    padding-top:60px;
}
.o2x-desc-block {
    width:100%;
    border:1px solid #333;
    border-radius:20px;
    background:var(--white);
}
.o2x-desc-inner .o2x-desc-block:not(:first-child) {
    margin-top:50px;
}
.o2x-desc-title {
    font-size:var(--second-head);
    color:#fff;
    background-color: #333;
    border-radius:20px 20px 0 0;
    text-align:center;
    padding:1em 0;
}
.o2x-desc-box {
    padding:clamp(20px, 3%, 5%) clamp(20px, 3%, 5%) clamp(40px, 8%, 10%);
}
.o2x-desc-text {
    font-size:var(--txt);
    margin-bottom:clamp(30px, 3%, 5%);
    line-height:1.5;
}
.o2x-desc-image-wrapper {
    display:flex;
    column-gap:20px;
}
.o2x-desc-image {
    border:1px solid #707070;
}
.o2x-desc-image-title {
    font-size:var(--third-head);
    color:#fff;
    background-color: #707070;
    text-align:center;
    padding:0.8em 0;
}
.o2x-desc-image img {
    height:auto;
}
.cm-btn {
    margin-top: clamp(48px, 5vw, 64px);
    max-width: 640px;
}
.cm-btn a {
    display: block;
    font-size: clamp(1.6rem, 1.93548vw, 2.4rem);
    font-weight: 900;
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: rgb(134, 163, 185);
    box-sizing: border-box;
    padding: 0.833333em;
    border-radius: 8px;
    overflow: clip;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(134, 163, 185);
    border-image: initial;
}
.cm-btn a:hover {
    color: #86A3B9;
    background-color: #fff;
}
.next-btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 64px;
    padding-left: 24px;
    padding-right: clamp(50px, 6.25vw, 100px);
    background-color: #fff;
    margin-top: clamp(66px, 8vw, 112px);
    border-radius: 20px;
}
.next-btn .--pic {
    max-width: 35.25%;
    margin-top: -32px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.next-btn .--head {
    padding-top: clamp(12px, 1.5vw, 24px);
    padding-bottom: clamp(27px, 3.375vw, 54px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.next-btn .--caption {
    display: block;
    color: #86A3B9;
    font-size: clamp(4rem, 6.4516129032vw, 8rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    text-indent: 0.04em;
    text-transform: uppercase;
}
.next-btn .--txt {
    font-size: clamp(1.6rem, 1.7741935484vw, 2.2rem);
    font-weight: 900;
    line-height: 1.8181818182;
}
.next-btn .--txt::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8181818182) * (0.5em - 1px));
}
.next-btn .--txt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8181818182) * 0.5em);
}
.next-btn .--arrow {
    position: absolute;
    z-index: 1;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.next-btn .--arrow {
    max-width: 90px;
    bottom: -24px;
    right: 64px;
}
.next-btn:hover .--arrow {
    right: 24px;
}

/*o2x-move*/
.o2x-move {
    position:relative;  
    background:var(--white);
    padding-top:60px;
}
.move-block {
    display:flex;
    padding:30px;
    gap:30px;
}
.move-text {
    width:50%;
    font-size:var(--second-head);
    line-height:2;
}
.move-image {
    width:50%;
}
/*o2x-recommend*/
.o2x-recommend {
    background:var(--primary);
    padding-top:60px;
}
.recommend-wrapper {
    padding:clamp(20px,calc(100% / 40),30px) clamp(30px,calc(100% / 24),50px);
    background: var(--white);
    border-radius:20px;
}
.recommend-num {
    font-size:var(--head);
}
.recommend-title {
    font-size:var(--recommend);
    margin-bottom:50px;
    text-align:center;
    font-weight:900;
}
.recommend-title span {
    display:inline-block;
}
.recommend-text {
    font-size:var(--second-head);
    line-height:2.2;
    text-align:center;
    margin-bottom:100px;
}
.recommend-text span {
    display:inline-block;
}
.recommend-image {
    margin:0 auto;
    width:100%;
    max-width:480px;
}
.o2x-recommend .recommend-wrapper:not(:first-child) {
    margin-top:50px;
}

/*お問い合わせ*/
.p-country-name {
  display: none !important;
}
.contact {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: clamp(61px, 7.625vw, 122px);
}
.lead-block {
    margin-bottom: clamp(40px, 5vw, 80px);
    text-align: center;
}
.lead-block .--lead {
    font-size: clamp(2rem, 3.8709677419vw, 4.8rem);
}
.lead-block .--caption {
    font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
    font-weight: 700;
    line-height: 2;
    margin-top: clamp(23px, 2.875vw, 46px);
}
.lead-block .--caption::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * (0.5em - 1px));
}
.lead-block .--caption::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
}
.mw_wp_form {
    padding-top: clamp(56px, 6.25vw, 100px);
    padding-bottom: clamp(56px, 6.25vw, 100px);
    padding-left: clamp(40px, 6.25vw, 100px);
    padding-right: clamp(40px, 6.25vw, 100px);
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: ShipporiMincho, "Shippori Mincho", serif;
    font-style: normal;
    border-radius: 20px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: auto !important;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
tbody, tr {
    width: 100%;
    height: auto !important;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
th, td {
    text-align: left;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all;
}
.mw_wp_form_input th, .mw_wp_form_input td {
    padding-bottom: 30px;
    border: none;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all;
    font-size: 1.6rem;
    font-family: inherit;
}
.mw_wp_form th {
    min-width: 264px;
    width: 264px;
    line-height: 2;
    padding-top: 0.8em;
    position: relative;
    font-weight: 700;
}
.mw_wp_form th > span.required {
    background-color: #C50000;
}
.mw_wp_form th > span.any {
    background-color: #999999;
}
.mw_wp_form th > span {
    position: absolute;
    top: 8px;
    right: 0;
    width: 60px;
    line-height: 41px;
    color: #fff;
    text-align: center;
}
.mw_wp_form .mwform-checkbox-field, .mw_wp_form .mwform-radio-field {
    display: inline-block;
    margin-left: 0 !important;
}
.mwform-checkbox-field label, .mwform-radio-field label {
    font-weight: normal;
    margin-bottom: 0;
}
.mw_wp_form input[type=checkbox], .mw_wp_form input[type=radio] {
    display: none;
}
.mw_wp_form td {
    padding-left: clamp(28px, 3.5vw, 56px);
}
.mw_wp_form td input, .mw_wp_form td textarea {
    width: 100%;
}
.mw_wp_form td input, .mw_wp_form td select, .mw_wp_form td textarea {
    padding: 1em;
}
.mw_wp_form td input, .mw_wp_form td select, .mw_wp_form td textarea {
    font-size: 1.6rem;
    line-height: 1.4375em;
    font-family: inherit;
    background-color: #fff;
    border: 1px solid #cccccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mw_wp_form td select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 48px;
    background-image: url(./images/ico_arrow_select.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center right 16px;
}
.mwform-checkbox-field input, .mwform-radio-field input {
    margin-right: 5px;
}

.mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text, .mw_wp_form input[type=checkbox] + .mwform-radio-field-text, .mw_wp_form input[type=radio] + .mwform-checkbox-field-text, .mw_wp_form input[type=radio] + .mwform-radio-field-text {
    line-height: 57px;
}
.mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text, .mw_wp_form input[type=checkbox] + .mwform-radio-field-text, .mw_wp_form input[type=radio] + .mwform-checkbox-field-text, .mw_wp_form input[type=radio] + .mwform-radio-field-text {
    position: relative;
    padding-left: 40px;
    margin-right: 20px;
    cursor: pointer;
    font-weight: 500;
    font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
    display: inline-block;
}
.mw_wp_form input[type=checkbox] + .mwform-radio-field-text::before, .mw_wp_form input[type=radio] + .mwform-radio-field-text::before {
    border-radius: 50%;
}
.mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text::before, .mw_wp_form input[type=checkbox] + .mwform-radio-field-text::before, .mw_wp_form input[type=radio] + .mwform-checkbox-field-text::before, .mw_wp_form input[type=radio] + .mwform-radio-field-text::before {
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    content: "";
    display: block;
    aspect-ratio: 1 / 1;
    width: 32px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    border: 1px solid #cccccc;
}
.mw_wp_form input[type=checkbox] + .mwform-radio-field-text::after, .mw_wp_form input[type=radio] + .mwform-radio-field-text::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 8px;
    translate: 0 -50%;
    aspect-ratio: 1 / 1;
    width: 16px;
    background-color: #C50000;
    border-radius: 50%;
    opacity: 0;
}
.mw_wp_form input[type=checkbox]:checked + .mwform-checkbox-field-text::before,
.mw_wp_form input[type=radio]:checked + .mwform-checkbox-field-text::before {
  background-image: url(./images/check.svg);
}
.mw_wp_form input[type=checkbox]:checked + .mwform-radio-field-text::after,
.mw_wp_form input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.mw_wp_form .form-only.--caption {
    color: #C50000;
}
.mw_wp_form .form-only {
    display: block;
    font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
    margin-top: 10px;
}

.form-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px 64px;
}
.form-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
}

.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
    display: inline-block;
    width: auto;
}
.mw_wp_form td .var02 {
    max-width: 169px;
}

.mw_wp_form_input td th {
    min-width: 210px;
    width: 210px;
}
.mw_wp_form_input td th, .mw_wp_form_input td td {
    font-weight: 500;
    padding-bottom: 24px;
}
.mw_wp_form_input td td {
    padding-left: 0;
}

.mw_wp_form td textarea {
    max-width: 720px;
    min-height: 180px;
}
.mw_wp_form td input, .mw_wp_form td textarea {
    width: 100%;
}

.form-agree {
    margin-top: clamp(20px, 2.5vw, 40px);
    font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
    line-height: 2em;
    text-align: center;
}

.form-wrap {
    margin-top: clamp(20px, 1.6875vw, 27px);
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 24px;
}

.form-wrap input[type=checkbox] + .mwform-checkbox-field-text {
    margin-right: 0;
}
.form-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    column-gap:16px;
    row-gap:24px;
    margin:32px auto 0;
}
.form-btns div {
    display:none;
}
.form-btns a, .form-btns [type=submit] {
    display: block;
    width: 260px;
    line-height: 62px;
    text-align: center;
    font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
    font-weight: 900;
    color: #fff;
    border: 1px solid #86A3B9;
    background-color: #86A3B9;
    font-family: ShipporiMincho, "Shippori Mincho", serif;
    font-style: normal;
    border-radius: 8px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.mw_wp_form .error {
    display: block;
    font-size: 1.5rem;
    padding: 0.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: pink;
    margin-top: 8px;
}

/*footer*/
.f-block {
    padding-top: clamp(32px, 4vw, 64px);
    margin-top:0;
    padding-bottom: clamp(32px, 4vw, 64px);
    background-color: #fff;
}
.f-column {
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    flex-direction:row-reverse;
}
.f-item {
    display:flex;
    flex-wrap:wrap;
    max-width: 364px;
    gap: 30px 32px;
}
.f-item a {
    font-size: 1.5rem;
}
.f-logo a {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.f-logo {
    font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
    font-weight: 700;
    margin-bottom: clamp(24px, 2vw, 32px);
}
.f-address {
    font-size: 1.5rem;
}
p, th, td, li, dt, dd, address {
    font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
    font-weight: 500;
    line-height: 2;
    font-style: normal;
}
.f-address .--caption {
    display: block;
    font-size: clamp(1.6rem, 1.3709677419vw, 1.7rem);
    margin-bottom: clamp(11.5px, 1.4375vw, 23px);
}
.f-copy {
    text-align: right;
    font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
}

/*privacy*/
.privacy-wrapper {
    background:var(--primary);
}
.kv-head {
    display: block;
    text-align: center;
    padding-top: clamp(60px, 8.5625vw, 137px);
    margin-bottom: clamp(80px, 10vw, 160px);
}
.kv-head span {
    display: block;
    font-size: clamp(2rem, 3.8709677419vw, 4.8rem);
    text-transform: uppercase;
    margin-bottom: clamp(24px, 2.25vw, 36px);
}
.kv-head h1 {
    font-size: clamp(1.8rem, 1.935483871vw, 2.4rem);
}
.l-policy .--description {
    font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
    font-weight: 500;
}
.l-policy_wrap + .l-policy_wrap {
    margin-top: clamp(32px, 3.375vw, 54px);
}
.l-policy .--lead {
    font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
    font-weight: 700;
    margin-bottom: 5px;
}
.link-under {
    display: inline-block;
    color: inherit;
    text-decoration: underline;
}
a:hover {
    opacity: 0.6;
}
.list-dotted {
    position: relative;
    font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
    padding-left: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.list-dotted::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "・";
}
a[href^=tel] {
    color: inherit;
    text-decoration: none;
    cursor: default;
}
a[href^=tel] {
    pointer-events: none;
}

/*confirm*/
.confirm-wrapper {
    background: var(--primary);
}
.l-contact h2 {
    font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
    margin-bottom: 10px;
}
.l-contact_list {
    counter-reset: num;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.l-contact_list {
    margin-top: 50px;
    margin-bottom: 80px;
    gap: 32px;
}
.l-contact_list .--tab {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #333;
    background: #fff;
    border: 1px solid #0c1c89;
    font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
    font-weight: 700;
}
.l-contact_list .--tab {
    line-height: 54px;
}
.l-contact_list .--tab::before {
    counter-increment: num;
    content: counter(num) ".";
}
.l-contact_list .--tab::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 16px;
}
.l-contact_list .--line {
    display: block;
    height: 1px;
    background: #0c1c89;
}
.l-contact_list .--line {
    width: 72px;
}
.l-contact_list .--tab.active {
    color: #fff;
    background: #0c1c89;
}
.confirm-wrapper .mw_wp_form .form-only,
.confirm-wrapper .mw_wp_form .form-agree {
    display:none;
}
.mw_wp_form_confirm th, .mw_wp_form_confirm td {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.7;
}
.form-btns a:hover, .form-btns [type=submit]:hover {
    opacity: 1;
    color: #86A3B9;
    background-color: #fff;
}
/*thanks*/
.thanks-wrapper {
    background: var(--primary);
}