@charset "UTF-8";
/* Vendors - include bootrap
========================================================================== */
/* Helpers - helpers Variable file along with starting point Mixins and Placeholders.
========================================================================== */
/*
 * Variables
 */
@import url("//fonts.googleapis.com/earlyaccess/notosansjp.css");
@font-face {
    font-family: 'Hiragino Sans W3';
    src: url('../webfonts/HiraKakuProN-W3-AlphaNum.eot');
    src: url('../webfonts/HiraKakuProN-W3-AlphaNum.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/HiraKakuProN-W3-AlphaNum.woff2') format('woff2'),
        url('../webfonts/HiraKakuProN-W3-AlphaNum.woff') format('woff'),
        url('../webfonts/HiraKakuProN-W3-AlphaNum.ttf') format('truetype'),
        url('../webfonts/HiraKakuProN-W3-AlphaNum.svg#HiraKakuProN-W3-AlphaNum') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hiragino Sans W7';
    src: url('../webfonts/HiraKakuStdN-W7-AlphaNum.eot');
    src: url('../webfonts/HiraKakuStdN-W7-AlphaNum.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/HiraKakuStdN-W7-AlphaNum.woff2') format('woff2'),
        url('../webfonts/HiraKakuStdN-W7-AlphaNum.woff') format('woff'),
        url('../webfonts/HiraKakuStdN-W7-AlphaNum.ttf') format('truetype'),
        url('../webfonts/HiraKakuStdN-W7-AlphaNum.svg#HiraKakuStdN-W7-AlphaNum') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*
 * Function
 */
/*
* mixins
*/
/*
 * Placeholders
 */
/* Base - reset and typography.
========================================================================== */
/*
 * reset
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

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

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

button {
    background-color: transparent;
    outline: none;
    border: 0;
    cursor: pointer;
}

/*
 * Typography
 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Hiragino Sans W7', "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ",
        Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 700;
    color: #412d1a;
    line-height: 1;
}

h1 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #292929;
}

h2 {
    font-size: 4.3rem;
}

h3 {
    font-size: 2.5rem;
}

.block-margins {
    margin: 1em 0;
}

.unordered-list {
    list-style-type: disc;
}

.ordered-list {
    list-style: decimal;
}

/* Components - Re-usable site elements.
========================================================================== */
a {
    color: #292929;
    text-decoration: none;
}
a:visited {
    color: #292929;
    text-decoration: none;
}
a:hover,
a:visited:hover {
    color: #0061d3;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: 700;
}

.more {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

/* Layout - Structure and layout files.
========================================================================== */
/* -------------------->>> COMMON <<<-------------------- */
* {
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

body {
    background: #fff;
    font-family: 'Hiragino Sans W3', "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ",
        Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #292929;
    font-size: 1.6rem;
    line-height: 1.5;
    overflow-x: hidden;
    font-weight: 300;
    letter-spacing: 0;
    width: 100%;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #000 -moz-use-text-color -moz-use-text-color;
    -o-border-image: none;
    border-image: none;
    border-style: solid none none;
    border-width: 0.2em 0 0 0;
    margin: 0;
}

.container {
    width: 100%;
    max-width: 103rem;
    padding: 0 1.5rem;
    margin: 0 auto;
}

p {
    margin-bottom: 1.5rem;
}

input:focus {
    outline: none;
}

a > img {
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}
a > img:hover {
    opacity: 0.7;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.thumb-box a {
    display: block;
}

.thumb-box img {
    width: 100%;
    height: auto;
}

.img-cover figure {
    display: block;
    width: 100%;
    height: 100%;
}

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

.thumb-over figure {
    display: block;
    position: relative;
    overflow: hidden;
}
.thumb-over figure::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transition: 0.3s;
}
.thumb-over figure img {
    transition: 0.3s;
}

.thumb-over:hover figure::before {
    background: rgba(0, 0, 0, 0.5);
}

.thumb-over:hover figure img {
    transform: scale(1.05);
}

.error {
    font-size: 1.2rem;
    color: #ff0000;
}

#result input.error {
    border-color: #e41919;
}

#result div.error {
    margin-top: 20px;
    padding: 13px 20px;
    text-align: center;
    background: rgba(228, 25, 25, 0.75);
    color: #fff;
}

#result div.success {
    margin-top: 20px;
    padding: 13px 20px;
    text-align: center;
    background: rgba(50, 178, 95, 0.75);
    color: #fff;
}

.header {
    background: #0061d3;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 1.5rem 0;
}
.header .container {
    max-width: 100%;
    padding-left: calc((100% - 100rem) / 2);
    padding-right: 1.5rem;
}
.header__main .logo {
    width: 22.2rem;
}
.header__main .more-box {
    display: flex;
    align-items: center;
}
.header__main .more-box .more-phone {
    width: 31.7rem;
}
.header__main .more-box .more-tel {
    width: 23.4rem;
    margin-left: 1.5rem;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}

.banner {
    margin-top: 7.8rem;
    background-image: url("../images/banner-bg.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
}
.banner__main {
    padding-top: 3.8rem;
    padding-bottom: 9.3rem;
}

.contact-box {
    padding-bottom: 5.5rem;
}
.contact-box__main {
    position: relative;
}
.contact-box__main img {
    width: 100%;
}
.contact-box__main .text-box {
    position: absolute;
    left: 1.5rem;
    bottom: 2.24rem;
    width: 59%;
}
.contact-box__main .text-box a {
    display: block;
}
.contact-box__main .text-box .more-tel {
    margin-bottom: 1.5rem;
}
.contact-box__main .text-box .more-contact {
    padding-right: 1.7rem;
}
.contact-box.contact-bt {
    margin-top: -10.5rem;
}
.contact-box.contact-box-2 {
    padding: 3.5rem 0;
}

.honest-box {
    padding: 5.5rem 0 2.5rem;
    background-image: url("../images/honest-bg.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    background-color: #292733;
    position: relative;
}
.honest-box::after {
    content: "";
    width: 11.1rem;
    height: 5.2rem;
    background-image: url("../images/arow.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -2rem;
    left: 50%;
    webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    transform: translateX(-50%);
}
.honest-box .head {
    margin-bottom: 4rem;
    text-align: center;
}
.honest-box .head p {
    font-size: 2.4rem;
    line-height: 1;
    color: #fff;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-family: 'Hiragino Sans W7', "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ",
        Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.honest-box .head h2 {
    font-size: 3.6rem;
    color: #fff;
    margin-bottom: 2rem;
    font-family: "MS Pゴシック";
    font-weight: bold;
}
.honest-box .head h2 img {
    width: 66.5rem;
}
.honest-box .head span {
    display: inline-block;
    width: 100%;
    max-width: 66.2rem;
    border-radius: 2.2rem;
    text-align: center;
    background: #0061d3;
    line-height: 4.2rem;
    font-size: 1.8rem;
    color: #fff;
}

.free-box {
    background-image: url("../images/free-bg.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.free-box .container {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 19%;
}
.free-box__main {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.free-box__main img {
    width: 100%;
    max-width: 69rem;
}

.collection-box {
    padding: 5.5rem 0 10rem;
    background-image: url("../images/collection-bg.png");
    background-position: 0 0;
    background-repeat: repeat;
}
.collection-box .head {
    text-align: center;
    margin-bottom: 4.2rem;
}
.collection-box .head p {
    margin-bottom: 0.8rem;
    line-height: 1;
    font-weight: 700;
    font-family: 'Hiragino Sans W7', "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ",
        Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 2.4rem;
    color: #2e2e2e;
    font-family: "MS Pゴシック";
    font-weight: bold;
}
.collection-box .head h2 {
font-family: "MS Pゴシック";
    font-weight: bold;
}

.requests-box {
    padding: 6rem 0 2rem;
    background-color: #ffffe0;
    border-top: 0.4rem solid #c80000;
    border-bottom: 0.4rem solid #c80000;
    position: relative;
}
.requests-box .head {
    width: 100%;
    max-width: 78.5rem;
    position: absolute;
    top: -5rem;
    left: 50%;
    webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    transform: translateX(-50%);
}
.requests-box__main {
    position: relative;
}
.requests-box__main .thumb-box {
    width: 27.6rem;
    position: absolute;
    bottom: -2rem;
    right: 0;
}
.requests-box__main h2 {
    max-width: 71.6rem;
    margin-bottom: 0.5rem;
}
.requests-box__main h3 {
    font-size: 2.4rem;
    line-height: 1.4;
    color: #343434;
    margin-bottom: 0.5rem;
}
.requests-box__main p {
    margin-bottom: 0;
}

.price-box {
    padding: 9rem 0 5rem;
}
.price-box .container {
    max-width: 83rem;
}
.price-box .head {
    padding-left: 18rem;
    padding-bottom: 5rem;
    position: relative;
    margin-bottom: -2rem;
}
.price-box .head::before {
    content: "";
    width: 24.8rem;
    height: 20.2rem;
    background-image: url("../images/price-1.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: -2rem;
}
.price-box .head::after {
    content: "";
    width: 5.3rem;
    height: 6.9rem;
    background-image: url("../images/price-2.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 3.5rem;
    right: 2rem;
}
.price-box .head h2 {
    margin-bottom: 1rem;
    font-size: 2.7rem;
    color: #343434;
    font-family: "MS Pゴシック";
    font-weight: bold;
}
.price-box .head h2 span {
    font-size: 3.7rem;
    color: #539bf0;
}
.price-box .head p {
    margin-bottom: 0;

}

.reasons-box {
    background-image: url("../images/reasons-bg.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    z-index: 9;
}
.reasons-box .container {
    max-width: 100%;
    padding: 0;
}
.reasons-box .head {
    text-align: center;
    background: #0061d3;
    padding: 3rem 1.5rem;
}
.reasons-box .head p {
    margin-bottom: 1.2rem;
    line-height: 1;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 3px 6px #00000069;
}
.reasons-box .head p span {
    font-size: 3.6rem;
    transform: rotate(15deg);
    display: inline-block;
}
.reasons-box .head h2 {
    font-size: 4.3rem;
    color: #ffffff;
    text-shadow: 0px 3px 6px #00000062;
    font-family: "MS Pゴシック";
    font-weight: bold;
}
.reasons-box__main {
    width: 100%;
    max-width: 103rem;
    padding: 4rem 1.5rem 11rem;
    margin: 0 auto;
}
.reasons-box__main .items {
    margin-bottom: 5rem;
}
.reasons-box__main .items main {
    background: #fff;
    border: 3px solid #0061d3;
    border-radius: 10px;
    padding: 2rem;
    position: relative;
}
.reasons-box__main .items main::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% + 0.6rem);
    background: #0061d3;
    border-radius: 10px;
    position: absolute;
    right: -0.6rem;
    bottom: -0.6rem;
    z-index: -1;
}
.reasons-box__main .items main .thumb-box {
    width: 34.7rem;
}
.reasons-box__main .items main .text-box {
    width: calc(100% - 34.7rem);
    padding-right: 3rem;
}
.reasons-box__main .items main .text-box .tt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
    padding-left: 1.5rem;
    padding-bottom: 2.7rem;
    margin-bottom: 1rem;
}
.reasons-box__main .items main .text-box .tt h3 {
    font-size: 3.2rem;
    line-height: 1.3125;
    font-size: 3.2rem;
    color: #e86a37;
    font-family: "MS Pゴシック";
    font-weight: bold;
}
.reasons-box__main .items main .text-box .tt h3 span {
    color: #0061d3;
}
.reasons-box__main .items main .text-box .tt::before {
    content: "";
    display: block;
    max-width: 8.1rem;
    min-width: 8.1rem;
    height: 8.1rem;
    background-image: url("../images/num1.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 3rem;
}
.reasons-box__main .items main .text-box p {
    margin-bottom: 0;
    font-size: 1.8rem;
    color: #343434;
}
.reasons-box__main .items:last-child {
    margin-bottom: 0;
}
.reasons-box__main .items:nth-child(2) main .text-box .tt::before {
    background-image: url("../images/num2.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.reasons-box__main .items:nth-child(3) main .text-box .tt::before {
    background-image: url("../images/num3.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.accept-box {
    margin-bottom: 4rem;
}
.accept-box .head {
    height: 9.2rem;
    display: flex;
    align-items: center;
    background: #0057be;
    border-radius: 2rem 2rem 0px 0px;
    position: relative;
    padding: 0 3rem;
}
.accept-box .head::before {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ffffff;
    position: absolute;
    left: 0;
    bottom: 0.5rem;
}
.accept-box .head::after {
    content: "";
    width: 24.1rem;
    height: 14.3rem;
    background-image: url("../images/accept-head.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 1.8rem;
    webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    transform: translateY(-50%);
}
.accept-box .head h2 {
    font-size: 2.8rem;
    color: #ffffff;
    text-shadow: 0px 3px 6px #00000062;
}
.accept-box__main {
    background: #f0f7ff;
    border-radius: 2rem 2rem 0px 0px;
    padding: 5rem 3rem 3.5rem;
}
.accept-box__main .d-flex {
    margin: 0 -1.2rem;
}
.accept-box__main .d-flex .items {
    width: 33.333333%;
    padding: 0 1.2rem;
}
.accept-box__main .d-flex .items h3 {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px dashed #412d1a;
}
.accept-box__main .d-flex .items .thumb-box {
    background: #fff;
    padding: 0.5rem;
}
.accept-box__main .d-flex .items .thumb-box figure {
    margin-bottom: 1.5rem;
}
.accept-box__main .d-flex .items p {
    margin-bottom: 0;
    color: #412d1a;
    padding: 0.5rem;
}
.accept-box__main .des {
    margin-top: 2.5rem;
    text-align: center;
}
.accept-box__main .des::before {
    content: "";
    height: 6.1rem;
    width: 2.4rem;
    background-image: url("../images/arow1.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 1rem;
}
.accept-box__main .des::after {
    content: "";
    height: 6.1rem;
    width: 2.4rem;
    background-image: url("../images/arow2.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 1rem;
}
.accept-box__main .des p {
    font-size: 1.4rem;
    margin-bottom: 0;
    color: #343434;
}

.voice-box {
    padding-top: 5rem;
    padding-bottom: 5.5rem;
    border-top: 4px solid #0061d3;
    position: relative;
    background-image: url("../images/reasons-bg.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.voice-box::before {
    content: "";
    width: 100%;
    height: 0.9rem;
    background-image: url("../images/line.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    position: absolute;
    top: 0.5rem;
    left: 0;
}
.voice-box .head {
    text-align: center;
    margin-bottom: 5.2rem;
}
.voice-box .head img {
    max-width: 35.9rem;
}
.voice-box__main > .d-flex {
    margin: 0 -1.5rem;
}
.voice-box__main > .d-flex .items {
    width: 50%;
    padding: 0 1rem;
}
.voice-box__main > .d-flex .items main {
    display: block;
    width: 100%;
    height: 100%;
    border-left: 3px solid #0061d3;
    border-right: 3px solid #0061d3;
    border-bottom: 3px solid #0061d3;
}
.voice-box__main > .d-flex .items main h3 {
    background: transparent linear-gradient(180deg, #1274e8 0%, #0053b4 100%);
    height: 6.5rem;
    padding: 0 1.5rem;
    position: relative;
    font-size: 2.4rem;
    color: #fff;
    display: flex;
    align-items: center;
}
.voice-box__main > .d-flex .items main h3::after {
    content: "";
    width: calc(100% - 3rem);
    height: 0.445rem;
    background-image: url("../images/line2.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    position: absolute;
    left: 1.5rem;
    bottom: 1.2rem;
}
.voice-box__main > .d-flex .items main .main {
    background: #ffffff;
    padding: 1.5rem 1rem 5rem;
}
.voice-box__main > .d-flex .items main .main .thumb-box {
    width: 13.5rem;
}
.voice-box__main > .d-flex .items main .main .text-box {
    width: calc(100% - 13.5rem);
    padding-right: 1.5rem;
    padding-top: 1.5rem;
}
.voice-box__main > .d-flex .items main .main .text-box p {
    margin-bottom: 0;
}

.customer-box {
    background-image: url("../images/customer-bg.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.customer-box__main {
    min-height: 30.3rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.customer-box__main img {
    max-width: 74rem;
}

.step-box {
    background-image: url("../images/step-bg.png");
    background-position: 0 0;
    background-repeat: repeat;
    padding: 5.5rem 0 5rem;
}
.step-box .head {
    text-align: center;
    margin-bottom: 8.5rem;
}
.step-box .head p {
    margin-bottom: 0;
    font-weight: 700;
    color: #0061d3;
    font-size: 2.4rem;
    line-height: 1;
    font-family: "MS Pゴシック";
    font-weight: bold;
}
.step-box .head h2 {
    font-size: 4.3rem;
    color: #0061d3;
    font-family: "MS Pゴシック";
    font-weight: bold;
}
.step-box__main .d-flex {
    margin: 0 -2rem;
}
.step-box__main .items {
    width: 33.333333%;
    padding: 0 2rem;
    position: relative;
}
.step-box__main .items::before {
    content: "";
    width: 8.2rem;
    height: 8.2rem;
    background-image: url("../images/step1.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: -4.1rem;
    webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    transform: translateX(-50%);
}
.step-box__main .items::after {
    content: ">";
    font-size: 2.4rem;
    font-weight: 700;
    color: #0061d3;
    position: absolute;
    top: 50%;
    right: -0.5rem;
    webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    transform: translateY(-50%);
}
.step-box__main .items main {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 1rem;
    padding: 6rem 1.8rem;
}
.step-box__main .items h3 {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 2.4rem;
    color: #0061d3;
}
.step-box__main .items .thumb-box {
    margin-bottom: 2rem;
}
.step-box__main .items p {
    margin-bottom: 0;
}
.step-box__main .items:nth-child(2)::before {
    background-image: url("../images/step2.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.step-box__main .items:nth-child(3)::before {
    background-image: url("../images/step3.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.step-box__main .items:nth-child(2) h3 {
    position: relative;
}
.step-box__main .items:nth-child(2) h3::after {
    content: '';
    width: 6.1rem;
    height: 5.5rem;
    background-image: url("../images/aleft.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -3.3rem;
    right: 2.2rem;
}
.step-box__main .items:last-child::after {
    display: none;
}

.inquiry-box .container {
    max-width: 100%;
    padding: 0;
}

.inquiry-box .head {
    background: #0061d3;
    padding: 3rem 1.5rem;
    text-align: center;
}
.inquiry-box .head p {
    font-weight: 700;
    margin-bottom: 1.2rem;
    color: #fff;
    font-size: 2.4rem;
    text-shadow: 0px 3px 6px #00000069;
    line-height: 1;
}
.inquiry-box .head h2 {
    font-size: 4.3rem;
    text-shadow: 0px 3px 6px #00000062;
    color: #fff;
    font-family: "MS Pゴシック";
    font-weight: bold;
}

.inquiry-box__main {
    width: 100%;
    max-width: 93rem;
    padding: 0 1.5rem;
    margin: 0 auto;
}

.contact-form .form-group {
    padding: 3.2rem 2.5rem;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #c3c3c3;
}
.contact-form .form-group .labels {
    width: 41.4519906%;
    padding-right: 2rem;
    font-size: 1.8rem;
    font-family: "Noto Sans JP", sans-serif;
    color: #292929;
    font-weight: 700;
    line-height: 4.5rem;
    position: relative;
}
.contact-form .form-group .input {
    width: 58.5480094%;
}
.contact-form .form-group select,
.contact-form .form-group textarea,
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"] {
    width: 100%;
    height: 4.5rem;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    background: #f7f7f7;
    box-shadow: none;
    font-family: "Noto Sans JP", sans-serif;
    padding: 0 1.7rem;
}
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus,
.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="email"]:focus {
    outline: none;
    outline: 0;
}
.contact-form .form-group textarea {
    min-height: 15.5rem;
    padding: 1rem 1.7rem;
}
.contact-form .form-group.required .labels {
    display: flex;
    align-items: center;
}
.contact-form .form-group.required .labels::after {
    content: "必須";
    font-size: 1.4rem;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2.2rem;
    margin-left: 1.3rem;
    padding: 0 1rem;
    background: #e86a37;
    border-radius: 5px;
    font-weight: 400;
}

.contact-form .form-group-textarea .labels {
    width: 100%;
    margin-bottom: 1rem;
}

.contact-form .form-group-textarea .input {
    width: 100%;
}

.contact-form .more-box {
    padding-top: 2.2rem;
    text-align: center;
}
.contact-form .more-box button {
    display: inline-block;
    width: 100%;
    max-width: 38.75rem;
}
.contact-form .more-box button:hover {
    opacity: 0.7;
}

.thanks-box {
    padding: 20rem 0 20rem;
    text-align: center;
}
.thanks-box__main h2 {
    margin-bottom: 3rem;
    font-size: 3.2rem;
    color: #0061d3;
    font-family: "Noto Sans JP", sans-serif;
}
.thanks-box__main p {
    font-size: 1.4rem;
    line-height: 2.2;
    margin-bottom: 5rem;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
}
.thanks-box__main .more-box a {
    font-size: 1.4rem;
    color: #000;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
}

.footer {
    padding-top: 2.5rem;
    background: #0061d3;
}
.footer p {
    font-size: 1.4rem;
    margin-bottom: 0;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    font-weight: 400;
}
.footer__main {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}
.footer__main--info {
    margin-right: 6rem;
}
.footer .copyright {
    text-align: center;
    padding-bottom: 1rem;
}

/* layout - Responsive .
========================================================================== */
.sp {
    display: none;
}

@media (max-width: 1030px) {
    html {
        font-size: 0.9vw;
    }
}

@media (max-width: 767px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

/* ipad Portrait */
/* ipad Landscape */
