/* ------------------------------
 common - width: all
------------------------------ */
/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
    color: #333;
    background: #fff;
    font-family: "Inter", sans-serif;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 100%;
}
@font-face {
    font-family: "ImPerfect23";
    src: url("https://kmedia01.xsrv.jp/03_font/ImPerfect23.woff") format("woff");
}
/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
    display: block;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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 {
    margin: 0;
    padding: 0;
}

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

fieldset,
img {
    border: 0;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

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

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
    *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
    color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
    display: none;
}

.cf:after {
    content: "";
    clear: both;
    display: block;
}

.ajtxt {
    text-align: justify;
    text-justify: inter-ideograph;
}

a:hover {
    opacity: 0.6;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.op {
    display: block !important;
}

.os {
    display: none !important;
}

.mincho {
    font-family: "Inter", sans-serif;
    font-family: "Shippori Mincho", serif;
}

/* ------------------------------
section
------------------------------ */
.section-title h2 {
    font-size: 38px;
    font-weight: 400;
    letter-spacing: -0.6px;
    position: relative;
    font-weight: bold;
    margin: 40px 0 80px;
}

.section-title ::after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    position: absolute;
    right: 0;
    bottom: -25px;
    left: 0;
    margin: 0 auto;
    background-color: #38b6ff;
}
@media screen and (max-width: 860px) {
    .section-title h2 {
        font-size: 20px;
        margin: 20px 0 50px;
    }

    .section-title ::after {
        width: 50px;
        height: 1px;
    }
}
/* ------------------------------
 advertising
------------------------------ */
.advertising {
    padding: 60px 0;
}
.advertising p {
    font-size: 20px;
}

.advertising .icon {
    width: 120px;
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 860px) {
    .advertising {
        padding: 30px 0;
    }
    .advertising p {
        font-size: 12px;
    }

    .advertising .icon {
        width: 60px;
    }
}

/* ------------------------------
 common - width all
------------------------------ */
html,
body {
    min-width: 1280px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1280px;
    z-index: 100000;
}
header .wrapper {
    height: 64px;
    background-color: #545454;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    padding-left: 40px;
}
header .wrapper .logo {
    font-family: "ImPerfect23";
    width: 130px;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 100%;
}
header .wrapper .logo h1 {
    font-size: 32px;
    font-weight: 900;
    color: #333;
    line-height: 32px;
}
.logo img {
    width: 100%;
}
header .wrapper .gnav {
    width: calc(100% - 520px);
    padding-left: 20px;
}
header .wrapper .gnav ul {
    text-align: right;
    font-size: 0;
    letter-spacing: 0;
    margin-bottom: 0;
}
header .wrapper .gnav ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 65px;
}
header .wrapper .gnav ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
}
header .wrapper .btn_entry {
    display: block;
    text-decoration: none;
    background-color: #ff5757;
    font-size: 26px;
    font-weight: 900;
    color: #fff;
    line-height: 32px;
    padding: 16px 0;
    width: 410px;
    text-align: center;
}
header .ham {
    display: none;
}
header .spmenu {
    display: none;
}

main {
    margin-top: 64px;
}
main section {
    position: relative;
}
main section .idpoint {
    width: 1px;
    height: 1px;
    position: absolute;
    top: -64px;
    left: 0;
}

footer {
    background-color: #404040;
}
footer .wrapper {
    padding: 15px 0;
}
footer .wrapper .copy {
    text-align: center;
    font-size: 24px;
    color: #fff;
}
footer .wrapper .link {
    margin-top: 5px;
    text-align: center;
}
footer .wrapper .link a {
    font-size: 24px;
    color: #3051ff;
}

/* ------------------------------
 width < 1650px
------------------------------ */
@media screen and (max-width: 1650px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        min-width: 1280px;
        z-index: 100000;
    }
    header .wrapper {
        height: 64px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        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;
        padding-left: 40px;
    }
    header .wrapper .logo h1 {
        font-size: 32px;
        font-weight: 900;
        color: #333;
        line-height: 32px;
    }
    header .wrapper .gnav {
        width: calc(100% - 520px);
        padding-left: 20px;
    }
    header .wrapper .gnav ul {
        text-align: right;
        font-size: 0;
        letter-spacing: 0;
    }
    header .wrapper .gnav ul li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 35px;
    }
    header .wrapper .gnav ul li a {
        display: block;
        text-decoration: none;
        font-size: 24px;
        line-height: 28px;
    }
    header .wrapper .btn_entry {
        display: block;
        text-decoration: none;
        background-color: #ff5757;
        font-size: 26px;
        font-weight: 900;
        color: #fff;
        line-height: 32px;
        padding: 16px 0;
        width: 410px;
        text-align: center;
    }
    main {
        margin-top: 64px;
    }
    main section {
        position: relative;
    }
    main section .idpoint {
        width: 1px;
        height: 1px;
        position: absolute;
        top: -64px;
        left: 0;
    }
    footer {
        background-color: #404040;
    }
    footer .wrapper {
        padding: 15px 0;
    }
    footer .wrapper .copy {
        text-align: center;
        font-size: 24px;
        color: #fff;
    }
    footer .wrapper .link {
        margin-top: 5px;
        text-align: center;
    }
    footer .wrapper .link a {
        font-size: 24px;
        color: #3051ff;
    }
}
/* ------------------------------
 common - width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
    html,
    body {
        min-width: 375px;
    }
    .op {
        display: none !important;
    }
    .os {
        display: block !important;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        min-width: 375px;
        z-index: 100000;
    }
    header .wrapper {
        height: 64px;
        display: block;
        position: relative;
    }
    header .wrapper .logo {
        width: 146px;
        display: flex;
        align-items: center;
        text-decoration: none;
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        text-align: center;
    }
    header .wrapper .logo h1 {
        font-size: 32px;
        font-weight: 900;
        color: #333;
        line-height: 32px;
    }
    header .wrapper .gnav {
        display: none;
    }
    header .wrapper .btn_entry_sp {
        display: block;
        width: 120px;
        height: 64px;
        background-color: #ff5757;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 12px;
        text-align: center;
        font-weight: 900;
        text-decoration: none;
        color: #fff;
        padding-top: 10px;
    }
    header .wrapper .btn_entry_sp img {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        margin: 0 auto;
    }
    header .ham {
        width: 64px;
        height: 64px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }
    header .spmenu {
        position: absolute;
        background-color: #fff;
        padding: 20px;
        top: 64px;
        right: 0;
        left: 0;
        z-index: 10000;
    }
    header .spmenu .spwrapper a {
        display: block;
        padding: 8px 5px;
        color: #000;
        font-size: 14px;
        text-decoration: none;
        border-bottom: 1px solid #eee;
    }
    header .spmenu .close {
        width: 80px;
        height: 30px;
        margin: 20px auto 0;
        color: #000;
        font-weight: bold;
        text-align: center;
        line-height: 30px;
        font-size: 14px;
        border-radius: 20px;
        background-color: #eee;
    }
    main {
        margin-top: 64px;
    }
    main section {
        position: relative;
    }
    main section .idpoint {
        width: 1px;
        height: 1px;
        position: absolute;
        top: -62px;
        left: 0;
    }
    footer {
        background-color: #404040;
    }
    footer .wrapper {
        padding: 10px 0;
    }
    footer .wrapper .copy {
        text-align: center;
        font-size: 10px;
        color: #fff;
    }
    footer .wrapper .link {
        margin-top: 2px;
        text-align: center;
    }
    footer .wrapper .link a {
        font-size: 10px;
        color: #3051ff;
    }
}
/* ------------------------------
 width: all
------------------------------ */
main section.s01 {
    height: 807px;
    position: relative;
}
main section.s01 .wrapper {
    height: 807px;
    background-image: url(../images/bg_header.jpg);
    background-size: cover;
    background-position: top 0 right 0;
    position: relative;
}
main section.s01 .wrapper .msg01 {
    background: rgba(116, 126, 126, 0.7);
    position: absolute;
    top: 40px;
    left: 0;
    padding: 30px 40px 20px !important;
    color: #fff;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 85px; /* 68.75% */
}
main section.s01 .wrapper .msg01 .span01 {
    color: var(--text_accent, #c1ff72);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Inter;
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 33px; /* 47.143% */
    -webkit-text-stroke: 2px #6c6c6c;
    text-stroke: 2px #6c6c6c;
    padding-right: 5px;
}
main section.s01 .wrapper .msg01 .span02 {
    color: #f44;
    text-align: center;
    font-family: Inter;
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 33px; /* 47.143% */
    text-shadow: white 2px 0px, white -2px 0px, white 0px -2px, white 0px 2px,
        white 2px 2px, white -2px 2px, white 2px -2px, white -2px -2px,
        white 1px 2px, white -1px 2px, white 1px -2px, white -1px -2px,
        white 2px 1px, white -2px 1px, white 2px -1px, white -2px -1px;
    padding: 0 10px;
}
main section.s01 .wrapper .msg02 {
    position: absolute;
    top: 300px;
    left: 0;
    padding: 20px 120px 20px 40px !important;
    color: var(--text_color, #333);
    font-family: Inter;
    font-size: 52px;
    font-style: normal;
    letter-spacing: 2px;
    font-weight: 900;
    line-height: 75px; /* 63.462% */
    z-index: 2;
}
main section.s01 .wrapper .msg02-shadow {
    background: rgba(56, 182, 255, 0.55);
    position: absolute;
    top: 300px;
    left: 0;
    padding: 20px 120px 20px 40px !important;
    color: var(--text_color, #333);
    font-family: Inter;
    font-size: 52px;
    font-style: normal;
    letter-spacing: 2px;
    font-weight: 900;
    line-height: 75px; /* 63.462% */
    /* text-shadow: 
      white 2px 0px,  white -2px 0px,
      white 0px -2px, white 0px 2px,
      white 2px 2px , white -2px 2px,
      white 2px -2px, white -2px -2px,
      white 1px 2px,  white -1px 2px,
      white 1px -2px, white -1px -2px,
      white 2px 1px,  white -2px 1px,
      white 2px -1px, white -2px -1px;
            */
    -webkit-text-stroke: 9px #fff;
    text-stroke: 4px #fff;
}
main section.s01 ul {
    position: absolute;
    bottom: 0;
    left: 0;
}
main section.s01 ul li {
    width: 440px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 283px;
    display: inline-block;
    padding-top: 110px;
}
main section.s01 ul li.li01 {
    background-image: url(../images/s0104.png);
}
main section.s01 ul li.li02 {
    background-image: url(../images/s0105.png);
}
main section.s01 ul li .t01 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}
main section.s01 ul li .t02 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}
main section.s01 ul li .t02 span {
    color: #ff3939;
}
main section.s01 .btn_entry01 {
    width: 723px;
    display: block;
    position: absolute;
    right: 40px;
    bottom: 60px;
}

.top-icon {
    width: 250px;
    height: 250px;
    position: absolute;
    bottom: 200px;
    right: 20px;
    display: flex;
    justify-content: end;
}
.top-icon img {
    width: 100%;
}
@media screen and (max-width: 860px) {
    .top-icon {
        width: 30vw;
        height: 30vw;
        position: absolute;
        top: 50px;
        right: 20px;
        display: flex;
        justify-content: end;
    }
}
.btn_entry01 {
    height: 110px;
}
.btn_entry01_link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    background-color: #ff5758;
    border-radius: 100vh;
    font-size: 40px;
}
main section.s01 .btn_entry01 img {
    width: 100%;
    display: block;
}
main section.s02 {
    background: var(--color_sub, #38b6ff);
}
main section.s02 .wrapper {
    padding: 20px 60px 10px;
}
main section.s02 .wrapper h3 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}
main section.s02 .wrapper h3 span {
    border-bottom: 3px solid #fff;
}
main section.s02 .wrapper .t01 {
    margin-top: 20px;
}
main section.s02 .wrapper .t01 span {
    display: inline-block;
    vertical-align: top;
    font-size: 44px;
    color: #fff;
    font-weight: 600;
    margin-right: 7px;
}
main section.s02 .wrapper .t02 {
    text-align: right;
    font-size: 30px;
    font-weight: 400;
    margin-top: 15px;
}
main section.s02 .wrapper .t02 a {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-left: 5px;
    margin-top: -2px;
}
main section.s03 {
    background: #404040;
    padding: 60px 0 60px;
}
main section.s03 .wrapper {
    width: 1080px;
    margin: 0 auto;
}
main section.s03 .wrapper h4 {
    text-align: center;
    font-size: 42px;
    font-weight: 900;
    color: #fff;
    line-height: 180%;
}
main section.s03 .wrapper .t01 {
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    margin-top: 100px;
    letter-spacing: 3px;
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
}
main section.s03 .wrapper .t01 span {
    color: #c1ff72;
}
main section.s03 .wrapper ul {
    text-align: center;
    letter-spacing: 0;
    font-size: 0;
    margin-top: 60px;
}
main section.s03 .wrapper ul li {
    width: 458px;
    height: 197px;
    background-image: url(../images/bg_hukidasi.png);
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: top;
    margin: 20px 30px 0;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    text-align: left;
    padding: 20px 30px;
}
main section.s03 .wrapper .photo {
    display: block;
    margin: 40px auto 0;
}
main section.s04 {
    padding: 70px 0 200px;
}
main section.s04 .wrapper h5 {
    text-align: center;
    font-size: 42px;
    font-weight: 900;
    line-height: 140%;
}
main section.s04 .wrapper ul {
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    margin-top: 110px;
}
main section.s04 .wrapper ul li {
    width: 550px;
    display: inline-block;
    vertical-align: top;
    margin: 0 35px;
    border-radius: 22px;
    border: 2px solid #ababab;
    background: #d9d9d9;
    padding: 30px 20px;
}
main section.s04 .wrapper ul li .t06 {
    font-size: 30px;
    font-weight: 900;
}
main section.s04 .wrapper ul li .t06 span {
    font-size: 64px;
    font-weight: 900;
    color: #38b6ff;
    padding-right: 10px;
}
main section.s04 .wrapper ul li .txtbox {
    height: 120px;
    margin-top: 40px;
}
main section.s04 .wrapper ul li .txtbox .t07 {
    width: 100%;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
}
main section.s04 .wrapper .t01 {
    text-align: center;
    font-size: 48px;
    font-weight: 900;
    margin-top: 120px;
}
main section.s04 .wrapper .t01 span {
    color: #ff3939;
    border-bottom: 5px solid #ff3939;
}
main section.s04 .wrapper .box01 {
    width: calc(100% - 120px);
    max-width: 1500px;
    margin: 110px auto 0;
    background-color: #d9d9d9;
    border: 2px solid #ababab;
    border-radius: 20px;
    padding: 80px 90px 60px;
}
main section.s04 .wrapper .box01 .t02 {
    font-size: 48px;
    line-height: 64px;
    font-weight: 900;
}
main section.s04 .wrapper .box01 .t02 span {
    color: #38b6ff;
    font-size: 64px;
    line-height: 64px;
    padding-right: 40px;
    display: inline-block;
    vertical-align: top;
}
main section.s04 .wrapper .box01 .box02 {
    background-color: #fff;
    width: 950px;
    margin: 35px auto 0;
    padding: 30px 50px;
}
main section.s04 .wrapper .box01 .box02 .t03 {
    text-align: center;
    font-size: 32px;
    font-weight: 900;
}
main section.s04 .wrapper .box01 .box02 .t03 span {
    color: #ff3939;
    font-size: 40px;
}
main section.s04 .wrapper .box01 .box02 .t04 {
    text-align: center;
    font-size: 32px;
    margin-top: 30px;
}
main section.s04 .wrapper .box01 .box02 .t04 span {
    font-size: 36px;
    font-weight: 900;
    color: #ff3939;
    padding-left: 20px;
}
main section.s04 .wrapper .box01 .t05 {
    font-size: 32px;
    margin-top: 40px;
    line-height: 160%;
}
main section.s04 .wrapper .box01 .t05 span {
    color: #ff3939;
}
main section.s05 .wrapper {
    height: 739px;
    background-image: url(../images/s0501.jpg);
    background-size: cover;
    background-position: top 0 center;
    position: relative;
}
main section.s05 .wrapper p {
    background-color: #38b6ff;
    font-size: 48px;
    text-align: center;
    color: #fff;
    font-weight: 900;
    line-height: 48px;
    padding: 47px 0px;
    margin-top: -70px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}
main section.s06 .wrapper {
    padding: 40px 0 150px;
}
main section.s06 .wrapper .icon {
    display: block;
    margin: 0 auto;
}
main section.s06 .wrapper h6 {
    text-align: center;
    font-size: 42px;
    font-weight: 900;
    position: relative;
    margin-top: 15px;
}
main section.s06 .wrapper h6::after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    position: absolute;
    right: 0;
    bottom: -25px;
    left: 0;
    margin: 0 auto;
    background-color: #38b6ff;
}
main section.s06 .wrapper ul {
    width: calc(100% - 80px);
    max-width: 1500px;
    margin: 0 auto;
}
main section.s06 .wrapper ul li {
    margin-top: 120px;
}
main section.s06 .wrapper ul li .num {
    font-size: 64px;
    font-weight: 900;
    color: #38b6ff;
}
main section.s06 .wrapper ul li .t01 {
    font-size: 36px;
    font-weight: 900;
    line-height: 36px;
    line-height: 46px;
    padding: 17px 22px;
    background-color: #222;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    color: #fff;
}
main section.s06 .wrapper ul li .t01 span {
    color: #c1ff72;
}
main section.s06 .wrapper ul li .t02 {
    margin-top: 40px;
    padding-left: 20px;
    font-size: 32px;
    line-height: 150%;
}
main section.s06 .wrapper ul li .t02 span {
    font-size: 36px;
    font-weight: 900;
    color: #ff3939;
}
main section.s06 .wrapper ul li img {
    display: block;
    margin: 80px auto 0;
}
main section.s06 .wrapper .t03 {
    text-align: center;
    font-size: 42px;
    font-weight: 900;
    line-height: 150%;
    margin-top: 200px;
    position: relative;
}
main section.s06 .wrapper .t03 .idpoint {
    top: -150px;
}
main section.s06 .wrapper .t03 span {
    color: #ff3939;
}
main section.s07 {
    width: calc(100% - 80px);
    max-width: 1500px;
    margin: 0 auto;
    padding-bottom: 100px;
}
main section.s07 .wrapper ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
main section.s07 .wrapper ul li {
    width: calc(50% - 50px);
}
main section.s07 .wrapper .stepbox {
    position: relative;
}
main section.s07 .wrapper .stepbox .base {
    width: 100%;
    display: block;
}
main section.s07 .wrapper .stepbox .txtbox {
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.7);
    width: 85%;
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 40px 40px;
}
main section.s07 .wrapper .stepbox .txtbox .step {
    display: block;
    position: absolute;
    top: -50px !important;
    left: 20px !important;
    color: var(--color_sub, #38b6ff);
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-shadow: white 2px 0px, white -2px 0px, white 0px -2px, white 0px 2px,
        white 2px 2px, white -2px 2px, white 2px -2px, white -2px -2px,
        white 1px 2px, white -1px 2px, white 1px -2px, white -1px -2px,
        white 2px 1px, white -2px 1px, white 2px -1px, white -2px -1px;
}
main section.s07 .wrapper .stepbox .txtbox .step span {
    color: var(--color_sub, #38b6ff);
    font-family: Inter;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
main section.s07 .wrapper .stepbox .txtbox .t01 {
    font-size: 42px;
    font-weight: 900;
}
main section.s07 .wrapper .stepbox .txtbox .t02 {
    font-size: 24px;
    line-height: 150%;
    margin-top: 20px;
}
main section.s07 .wrapper .box01 {
    width: 1000px;
    margin: 150px auto 0;
}
main section.s07 .wrapper .box02 {
    margin-top: 150px;
    width: 1200px;
    max-width: 100%;
}
main section.s07 .wrapper .box03 {
    margin-top: 150px;
    text-align: right;
}
main section.s07 .wrapper .box03 .stepbox {
    width: 1200px;
    max-width: 100%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}
main section.s07 .wrapper .box02 .stepbox .txtbox .step,
main section.s07 .wrapper .box03 .stepbox .txtbox .step {
    top: -50px !important;
}
main section.s07 .wrapper .photo02 {
    width: 1207px;
    display: block;
    margin: 60px auto 0;
    max-width: 100%;
}
main section.s08 {
    padding: 100px 40px 0;
}
main section.s08 .wrapper .icon {
    display: block;
    margin: 0 auto;
}
main section.s08 .wrapper h6 {
    text-align: center;
    font-size: 42px;
    font-weight: 900;
    position: relative;
    margin-top: 15px;
}
main section.s08 .wrapper h6::after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    position: absolute;
    right: 0;
    bottom: -25px;
    left: 0;
    margin: 0 auto;
    background-color: #38b6ff;
}
main section.s08 .wrapper .servicelist {
    width: 1497px;
    display: block;
    margin: 80px auto 0;
    max-width: 100%;
}
main section.s08 .wrapper .t01 {
    text-align: center;
    font-weight: 900;
    font-size: 40px;
    margin-top: 70px;
}
main section.s08 .wrapper .t01 span {
    font-size: 48px;
    color: #ff3939;
}
main section.s09 .wrapper {
    padding: 120px 40px 80px;
}
main section.s09 .wrapper .icon {
    display: block;
    margin: 0 auto;
}
main section.s09 .wrapper h6 {
    text-align: center;
    font-size: 42px;
    font-weight: 900;
    position: relative;
    margin-top: 15px;
}
main section.s09 .wrapper h6::after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    position: absolute;
    right: 0;
    bottom: -25px;
    left: 0;
    margin: 0 auto;
    background-color: #38b6ff;
}
main section.s09 .wrapper .pricebox {
    width: 920px;
    margin: 90px auto 0;
    border-radius: 22px;
    background: #f6f6f6;
    padding: 30px 0;
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    font-weight: 600;
}
main section.s09 .wrapper .pricebox .num {
    font-size: 48px;
    color: #ff3939;
    padding-left: 10px;
}
main section.s09 .wrapper .pricebox .plus {
    font-size: 64px;
    font-weight: 400;
    padding: 0 35px;
    line-height: 64px;
    display: inline-block;
    vertical-align: top;
    margin-top: -5px;
}
main section.s09 .wrapper .t01 {
    max-width: 1250px;
    margin: 50px auto 0;
    font-size: 26px;
}
main section.s09 .wrapper .t01 span {
    color: #ff3939;
    font-size: 30px;
    font-weight: 900;
}
main section.s10 {
    padding: 80px 40px 120px;
    background-color: #eee;
}
main section.s10 .wrapper h6 {
    text-align: center;
    font-size: 42px;
    font-weight: 900;
}
main section.s10 .wrapper .box01 {
    width: 100%;
    max-width: 1400px;
    margin: 80px auto 0;
    border: 1px solid #ababab;
    border-radius: 22px;
    background-color: #fff;
    padding: 80px 100px;
}
main section.s10 .wrapper .box01 .photo {
    display: block;
    margin: 0 auto;
}
main section.s10 .wrapper .box01 .t01 {
    font-size: 26px;
    line-height: 40px;
    margin-top: 60px;
}
main section.s10 .wrapper .box01 .t02 {
    font-size: 26px;
    line-height: 40px;
    margin-top: 60px;
}
main section.s11 .wrapper {
    padding: 40px 40px 40px;
}
main section.s11 .wrapper .icon {
    display: block;
    margin: 0 auto;
}
main section.s11 .wrapper h6 {
    text-align: center;
    font-size: 42px;
    font-weight: 900;
    position: relative;
    margin-top: 15px;
}
main section.s11 .wrapper h6::after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    position: absolute;
    right: 0;
    bottom: -25px;
    left: 0;
    margin: 0 auto;
    background-color: #38b6ff;
}
main section.s11 .wrapper .t01 {
    text-align: center;
    font-size: 24px;
    line-height: 150%;
    margin-top: 100px;
}
main section.s11 .wrapper dl {
    margin-top: 50px;
}
main section.s11 .wrapper dl dt {
    text-align: center;
    font-weight: 900;
    font-size: 32px;
}
main section.s11 .wrapper dl dd {
    text-align: center;
    font-size: 32px;
    line-height: 150%;
    margin-top: 5px;
}
main section.s11 .wrapper dl dd a {
    text-decoration: none;
    color: #333;
}
main section.s11 .wrapper .btn_line {
    width: 767px;
    display: block;
    margin: 80px auto 0;
}
main section.s11 .wrapper .btn_line img {
    width: 100%;
    display: block;
}
.btn_line_wrapper_wrapper {
    height: 200px;
    display: flex;
    align-items: flex-end;
}
.btn_line_wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    left: 0;
    position: fixed;
    bottom: 30px;
}
.btn_line {
    margin: 0 !important;
}

/* ------------------------------
 width < 1650px
------------------------------ */
@media screen and (max-width: 1650px) {
    main section.s01 {
        height: 927px;
        position: relative;
    }
    main section.s01 .wrapper {
        height: 927px;
        background-image: url(../images/bg_header.jpg);
        background-size: cover;
        background-position: top 0 right 0;
        position: relative;
    }
    main section.s01 .wrapper .msg01 {
        background: rgba(116, 126, 126, 0.7);
        position: absolute;
        top: 40px;
        left: 0;
        padding: 30px 40px;
    }
    main section.s01 .wrapper .msg02 {
        position: absolute;
        top: 300px;
        left: 0;
        padding: 30px 120px 30px 40px;
    }
    main section.s01 .wrapper .msg02-shadow {
        background: rgba(56, 182, 255, 0.55);
        position: absolute;
        top: 300px;
        left: 0;
        padding: 30px 120px 30px 40px;
    }
    main section.s01 .wrapper .msg02 img {
        display: block;
    }
    main section.s01 .wrapper .msg02 img + img {
        margin-top: 25px;
    }
    main section.s01 ul {
        position: absolute;
        bottom: 120px;
        left: 0;
    }
    main section.s01 ul li {
        width: 440px;
        background-position: center center;
        background-repeat: no-repeat;
        height: 283px;
        display: inline-block;
        padding-top: 110px;
    }
    main section.s01 ul li.li01 {
        background-image: url(../images/s0104.png);
    }
    main section.s01 ul li.li02 {
        background-image: url(../images/s0105.png);
    }
    main section.s01 ul li .t01 {
        text-align: center;
        font-size: 40px;
        font-weight: 600;
    }
    main section.s01 ul li .t02 {
        text-align: center;
        font-size: 32px;
        font-weight: 600;
    }
    main section.s01 ul li .t02 span {
        color: #ff3939;
    }
    main section.s01 .btn_entry01 {
        width: 723px;
        display: block;
        position: absolute;
        right: 40px;
        bottom: 20px;
    }
    main section.s01 .btn_entry01 img {
        width: 100%;
        display: block;
    }
    main section.s02 {
        background: var(--color_sub, #38b6ff);
    }
    main section.s02 .wrapper {
        padding: 20px 60px 10px;
    }
    main section.s02 .wrapper h3 {
        font-size: 32px;
        font-weight: 600;
        color: #fff;
    }
    main section.s02 .wrapper h3 span {
        border-bottom: 3px solid #fff;
    }
    main section.s02 .wrapper .t01 {
        margin-top: 20px;
    }
    main section.s02 .wrapper .t01 span {
        display: inline-block;
        vertical-align: top;
        font-size: 44px;
        color: #fff;
        font-weight: 600;
        margin-right: 7px;
    }
    main section.s02 .wrapper .t02 {
        text-align: right;
        font-size: 30px;
        font-weight: 400;
        margin-top: 15px;
    }
    main section.s02 .wrapper .t02 a {
        text-decoration: none;
        display: inline-block;
        vertical-align: top;
        color: #fff;
        border-bottom: 1px solid #fff;
        margin-left: 5px;
        margin-top: -2px;
    }
    main section.s03 {
        background: #404040;
        padding: 60px 0 60px;
    }
    main section.s03 .wrapper {
        width: 1080px;
        margin: 0 auto;
    }
    main section.s03 .wrapper h4 {
        text-align: center;
        font-size: 42px;
        font-weight: 900;
        color: #fff;
        line-height: 180%;
    }
    main section.s03 .wrapper .t01 {
        text-align: center;
        color: #fff;
        font-size: 32px;
        font-weight: 900;
        margin-top: 100px;
        letter-spacing: 3px;
        border-bottom: 1px solid #fff;
        padding-bottom: 25px;
    }
    main section.s03 .wrapper .t01 span {
        color: #c1ff72;
    }
    main section.s03 .wrapper ul {
        text-align: center;
        letter-spacing: 0;
        font-size: 0;
        margin-top: 60px;
    }
    main section.s03 .wrapper ul li {
        width: 458px;
        height: 197px;
        background-image: url(../images/bg_hukidasi.png);
        background-size: 100% 100%;
        display: inline-block;
        vertical-align: top;
        margin: 20px 30px 0;
        font-size: 24px;
        font-weight: 400;
        color: #fff;
        line-height: 30px;
        text-align: left;
        padding: 20px 30px;
    }
    main section.s03 .wrapper .photo {
        display: block;
        margin: 40px auto 0;
    }
    main section.s04 {
        padding: 70px 0 200px;
    }
    main section.s04 .wrapper h5 {
        text-align: center;
        font-size: 42px;
        font-weight: 900;
        line-height: 140%;
    }
    main section.s04 .wrapper ul {
        text-align: center;
        font-size: 0;
        letter-spacing: 0;
        margin-top: 110px;
    }
    main section.s04 .wrapper ul li {
        width: 550px;
        display: inline-block;
        vertical-align: top;
        margin: 0 30px;
        border-radius: 22px;
        border: 2px solid #ababab;
        background: #d9d9d9;
        padding: 30px 20px;
    }
    main section.s04 .wrapper ul li .t06 {
        font-size: 30px;
        font-weight: 900;
    }
    main section.s04 .wrapper ul li .t06 span {
        font-size: 64px;
        font-weight: 900;
        color: #38b6ff;
        padding-right: 10px;
    }
    main section.s04 .wrapper ul li .txtbox {
        height: 120px;
        margin-top: 40px;
    }
    main section.s04 .wrapper ul li .txtbox .t07 {
        width: 100%;
        text-align: center;
        font-size: 32px;
        line-height: 40px;
    }
    main section.s04 .wrapper .t01 {
        text-align: center;
        font-size: 48px;
        font-weight: 900;
        margin-top: 120px;
    }
    main section.s04 .wrapper .t01 span {
        color: #ff3939;
        border-bottom: 5px solid #ff3939;
    }
    main section.s04 .wrapper .box01 {
        width: calc(100% - 120px);
        max-width: 1500px;
        margin: 110px auto 0;
        background-color: #d9d9d9;
        border: 2px solid #ababab;
        border-radius: 20px;
        padding: 80px 90px 60px;
    }
    main section.s04 .wrapper .box01 .t02 {
        font-size: 48px;
        line-height: 64px;
        font-weight: 900;
    }
    main section.s04 .wrapper .box01 .t02 span {
        color: #38b6ff;
        font-size: 64px;
        line-height: 64px;
        padding-right: 40px;
        display: inline-block;
        vertical-align: top;
    }
    main section.s04 .wrapper .box01 .box02 {
        background-color: #fff;
        width: 950px;
        margin: 35px auto 0;
        padding: 30px 50px;
    }
    main section.s04 .wrapper .box01 .box02 .t03 {
        text-align: center;
        font-size: 32px;
        font-weight: 900;
    }
    main section.s04 .wrapper .box01 .box02 .t03 span {
        color: #ff3939;
        font-size: 40px;
    }
    main section.s04 .wrapper .box01 .box02 .t04 {
        text-align: center;
        font-size: 32px;
        margin-top: 30px;
    }
    main section.s04 .wrapper .box01 .box02 .t04 span {
        font-size: 36px;
        font-weight: 900;
        color: #ff3939;
        padding-left: 20px;
    }
    main section.s04 .wrapper .box01 .t05 {
        font-size: 32px;
        margin-top: 40px;
        line-height: 160%;
    }
    main section.s04 .wrapper .box01 .t05 span {
        color: #ff3939;
    }
    main section.s05 .wrapper {
        height: 739px;
        background-image: url(../images/s0501.jpg);
        background-size: cover;
        background-position: top 0 center;
        position: relative;
    }
    main section.s05 .wrapper p {
        background-color: #38b6ff;
        font-size: 48px;
        text-align: center;
        color: #fff;
        font-weight: 900;
        line-height: 48px;
        padding: 47px 0px;
        margin-top: -70px;
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
    }
    main section.s06 .wrapper {
        padding: 40px 0 150px;
    }
    main section.s06 .wrapper .icon {
        display: block;
        margin: 0 auto;
    }
    main section.s06 .wrapper h6 {
        text-align: center;
        font-size: 42px;
        font-weight: 900;
        position: relative;
        margin-top: 15px;
    }
    main section.s06 .wrapper h6::after {
        content: "";
        display: block;
        width: 100px;
        height: 5px;
        position: absolute;
        right: 0;
        bottom: -25px;
        left: 0;
        margin: 0 auto;
        background-color: #38b6ff;
    }
    main section.s06 .wrapper ul {
        width: calc(100% - 80px);
        max-width: 1500px;
        margin: 0 auto;
    }
    main section.s06 .wrapper ul li {
        margin-top: 120px;
    }
    main section.s06 .wrapper ul li .num {
        font-size: 64px;
        font-weight: 900;
        color: #38b6ff;
    }
    main section.s06 .wrapper ul li .t01 {
        font-size: 36px;
        font-weight: 900;
        line-height: 36px;
        line-height: 46px;
        padding: 17px 22px;
        background-color: #222;
        display: inline-block;
        vertical-align: top;
        margin-top: 5px;
        color: #fff;
    }
    main section.s06 .wrapper ul li .t01 span {
        color: #c1ff72;
    }
    main section.s06 .wrapper ul li .t02 {
        margin-top: 40px;
        padding-left: 20px;
        font-size: 32px;
        line-height: 150%;
    }
    main section.s06 .wrapper ul li .t02 span {
        font-size: 36px;
        font-weight: 900;
        color: #ff3939;
    }
    main section.s06 .wrapper ul li img {
        display: block;
        margin: 80px auto 0;
    }
    main section.s06 .wrapper .t03 {
        text-align: center;
        font-size: 42px;
        font-weight: 900;
        line-height: 150%;
        margin-top: 200px;
        position: relative;
    }
    main section.s06 .wrapper .t03 .idpoint {
        top: -150px;
    }
    main section.s06 .wrapper .t03 span {
        color: #ff3939;
    }
    main section.s07 {
        width: calc(100% - 80px);
        max-width: 1500px;
        margin: 0 auto;
        padding-bottom: 100px;
    }
    main section.s07 .wrapper ul {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    main section.s07 .wrapper ul li {
        width: calc(50% - 50px);
    }
    main section.s07 .wrapper .stepbox {
        position: relative;
    }
    main section.s07 .wrapper .stepbox .base {
        width: 100%;
        display: block;
    }
    main section.s07 .wrapper .stepbox .txtbox {
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.7);
        width: 85%;
        position: absolute;
        bottom: 20px;
        left: 20px;
        padding: 40px 40px;
    }
    main section.s07 .wrapper .stepbox .txtbox .step {
        display: block;
        position: absolute;
        top: -30px;
        left: 30px;
    }
    main section.s07 .wrapper .stepbox .txtbox .t01 {
        font-size: 42px;
        font-weight: 900;
    }
    main section.s07 .wrapper .stepbox .txtbox .t02 {
        font-size: 24px;
        line-height: 150%;
        margin-top: 20px;
    }
    main section.s07 .wrapper .box01 {
        width: 1000px;
        margin: 150px auto 0;
    }
    main section.s07 .wrapper .box02 {
        margin-top: 150px;
        width: 1200px;
        max-width: 100%;
    }
    main section.s07 .wrapper .box03 {
        margin-top: 150px;
        text-align: right;
    }
    main section.s07 .wrapper .box03 .stepbox {
        width: 1200px;
        max-width: 100%;
        text-align: left;
        display: inline-block;
        vertical-align: top;
    }
    main section.s07 .wrapper .photo02 {
        width: 1207px;
        display: block;
        margin: 60px auto 0;
        max-width: 100%;
    }
    main section.s08 {
        padding: 100px 40px 0;
    }
    main section.s08 .wrapper .icon {
        display: block;
        margin: 0 auto;
    }
    main section.s08 .wrapper h6 {
        text-align: center;
        font-size: 42px;
        font-weight: 900;
        position: relative;
        margin-top: 15px;
    }
    main section.s08 .wrapper h6::after {
        content: "";
        display: block;
        width: 100px;
        height: 5px;
        position: absolute;
        right: 0;
        bottom: -25px;
        left: 0;
        margin: 0 auto;
        background-color: #38b6ff;
    }
    main section.s08 .wrapper .servicelist {
        width: 1497px;
        display: block;
        margin: 80px auto 0;
        max-width: 100%;
    }
    main section.s08 .wrapper .t01 {
        text-align: center;
        font-weight: 900;
        font-size: 40px;
        margin-top: 70px;
    }
    main section.s08 .wrapper .t01 span {
        font-size: 48px;
        color: #ff3939;
    }
    main section.s09 .wrapper {
        padding: 120px 40px 80px;
    }
    main section.s09 .wrapper .icon {
        display: block;
        margin: 0 auto;
    }
    main section.s09 .wrapper h6 {
        text-align: center;
        font-size: 42px;
        font-weight: 900;
        position: relative;
        margin-top: 15px;
    }
    main section.s09 .wrapper h6::after {
        content: "";
        display: block;
        width: 100px;
        height: 5px;
        position: absolute;
        right: 0;
        bottom: -25px;
        left: 0;
        margin: 0 auto;
        background-color: #38b6ff;
    }
    main section.s09 .wrapper .pricebox {
        width: 920px;
        margin: 90px auto 0;
        border-radius: 22px;
        background: #f6f6f6;
        padding: 30px 0;
        text-align: center;
        font-size: 32px;
        font-weight: 900;
        font-weight: 600;
    }
    main section.s09 .wrapper .pricebox .num {
        font-size: 48px;
        color: #ff3939;
        padding-left: 10px;
    }
    main section.s09 .wrapper .pricebox .plus {
        font-size: 64px;
        font-weight: 400;
        padding: 0 35px;
        line-height: 64px;
        display: inline-block;
        vertical-align: top;
        margin-top: -5px;
    }
    main section.s10 {
        padding: 80px 40px 120px;
        background-color: #eee;
    }
    main section.s10 .wrapper h6 {
        text-align: center;
        font-size: 42px;
        font-weight: 900;
    }
    main section.s10 .wrapper .box01 {
        width: 100%;
        max-width: 1400px;
        margin: 80px auto 0;
        border: 1px solid #ababab;
        border-radius: 22px;
        background-color: #fff;
        padding: 80px 100px;
    }
    main section.s10 .wrapper .box01 .photo {
        display: block;
        margin: 0 auto;
    }
    main section.s10 .wrapper .box01 .t01 {
        font-size: 26px;
        line-height: 40px;
        margin-top: 60px;
    }
    main section.s10 .wrapper .box01 .t02 {
        font-size: 26px;
        line-height: 40px;
        margin-top: 60px;
    }
    main section.s11 .wrapper {
        padding: 40px 40px 40px;
    }
    main section.s11 .wrapper .icon {
        display: block;
        margin: 0 auto;
    }
    main section.s11 .wrapper h6 {
        text-align: center;
        font-size: 42px;
        font-weight: 900;
        position: relative;
        margin-top: 15px;
    }
    main section.s11 .wrapper h6::after {
        content: "";
        display: block;
        width: 100px;
        height: 5px;
        position: absolute;
        right: 0;
        bottom: -25px;
        left: 0;
        margin: 0 auto;
        background-color: #38b6ff;
    }
    main section.s11 .wrapper .t01 {
        text-align: center;
        font-size: 24px;
        line-height: 150%;
        margin-top: 100px;
    }
    main section.s11 .wrapper dl {
        margin-top: 50px;
    }
    main section.s11 .wrapper dl dt {
        text-align: center;
        font-weight: 900;
        font-size: 32px;
    }
    main section.s11 .wrapper dl dd {
        text-align: center;
        font-size: 32px;
        line-height: 150%;
        margin-top: 5px;
    }
    main section.s11 .wrapper dl dd a {
        text-decoration: none;
        color: #333;
    }
    main section.s11 .wrapper .btn_line {
        width: 767px;
        display: block;
        margin: 80px auto 0;
    }
    main section.s11 .wrapper .btn_line img {
        width: 100%;
        display: block;
    }
}
/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
    main section.s01 {
        height: auto;
        position: relative;
    }
    main section.s01 .wrapper {
        height: 105vw;
        background-image: url(../images/bg_header_sp.jpg);
        background-size: cover;
        background-position: top 0 right 0;
        position: relative;
    }
    main section.s01 .wrapper .msg01 {
        position: absolute;
        top: auto;
        left: 0;
        bottom: 36vw;
        left: 0;
        width: 100%;
        padding: 2vw 0 1.5vw 0 !important;
        color: #fff;
        font-family: Inter;
        font-size: 4.2vw;
        font-style: normal;
        font-weight: 900;
        line-height: 7vw; /* 68.75% */
        text-align: center;
    }
    main section.s01 .wrapper .msg01 .span01 {
        color: var(--text_accent, #c1ff72);
        text-shadow: none;
        font-family: Inter;
        font-size: 5.5vw;
        font-style: normal;
        font-weight: 900;
        line-height: 8vw; /* 47.143% */
        -webkit-text-stroke: 0px;
        text-stroke: 0px;
        padding-right: 5px;
        text-shadow: #6c6c6c 2px 0px, #6c6c6c -2px 0px, #6c6c6c 0px -2px,
            #6c6c6c 0px 2px, #6c6c6c 2px 2px, #6c6c6c -2px 2px, #6c6c6c 2px -2px,
            #6c6c6c -2px -2px, #6c6c6c 1px 2px, #6c6c6c -1px 2px,
            #6c6c6c 1px -2px, #6c6c6c -1px -2px, #6c6c6c 2px 1px,
            #6c6c6c -2px 1px, #6c6c6c 2px -1px, #6c6c6c -2px -1px;
    }
    main section.s01 .wrapper .msg01 .span02 {
        color: #f44;
        text-align: center;
        font-family: Inter;
        font-size: 5.5vw;
        font-style: normal;
        font-weight: 900;
        line-height: 9vw; /* 47.143% */
        text-shadow: white 2px 0px, white -2px 0px, white 0px -2px,
            white 0px 2px, white 2px 2px, white -2px 2px, white 2px -2px,
            white -2px -2px, white 1px 2px, white -1px 2px, white 1px -2px,
            white -1px -2px, white 2px 1px, white -2px 1px, white 2px -1px,
            white -2px -1px;
        padding: 0 10px;
    }
    main section.s01 .wrapper .msg02 {
        position: absolute;
        top: auto;
        left: 0;
        bottom: 10vw;
        left: 0;
        width: 100% !important;
        padding: 2vw 0 !important;
        color: var(--text_color, #333);
        font-family: Inter;
        font-size: 5.5vw;
        font-style: normal;
        font-weight: 900;
        line-height: 8.5vw; /* 63.462% */
        text-align: center;
        z-index: 2;
    }
    main section.s01 .wrapper .msg02-shadow {
        position: absolute;
        top: auto;
        left: 0;
        bottom: 10vw;
        left: 0;
        width: 100% !important;
        padding: 2vw 0 !important;
        color: var(--text_color, #333);
        font-family: Inter;
        font-size: 5.5vw;
        font-style: normal;
        font-weight: 900;
        line-height: 8.5vw; /* 63.462% */
        text-align: center;
        -webkit-text-stroke: 1vw #fff;
        text-stroke: 0.2vw #fff;
    }
    main section.s01 ul {
        position: static;
        font-size: 0;
        letter-spacing: 0;
        margin-top: 15px;
    }
    main section.s01 ul li {
        width: 50%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        height: 100px;
        display: inline-block;
        padding-top: 40px;
    }
    main section.s01 ul li.li01 {
        background-image: url(../images/s0104.png);
    }
    main section.s01 ul li.li02 {
        background-image: url(../images/s0105.png);
    }
    main section.s01 ul li .t01 {
        text-align: center;
        font-size: 12px;
        font-weight: 600;
    }
    main section.s01 ul li .t02 {
        text-align: center;
        font-size: 14px;
        font-weight: 600;
    }
    main section.s01 ul li .t02 span {
        color: #ff3939;
    }
    .btn_entry01 {
        height: 70px;
    }
    .btn_entry01_link {
        font-size: 24px;
    }
    main section.s01 .btn_entry01 {
        width: 70%;
        display: block;
        position: static;
        margin: 10px auto 0;
    }
    main section.s01 .btn_entry01 img {
        width: 100%;
        display: block;
    }
    main section.s02 {
        background: var(--color_sub, #38b6ff);
        margin-top: 15px;
    }
    main section.s02 .wrapper {
        padding: 5px 10px 5px;
    }
    main section.s02 .wrapper h3 {
        font-size: 10px;
        font-weight: 600;
        color: #fff;
    }
    main section.s02 .wrapper h3 span {
        padding-bottom: 3px;
        border: none;
    }
    main section.s02 .wrapper .t01 {
        margin-top: 5px;
        text-align: center;
        background-color: #fff;
        padding: 3px 0;
    }
    main section.s02 .wrapper .t01 span {
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        height: 12px;
        color: #ff3939;
        font-weight: 600;
        line-height: 100%;
        margin-right: 2px;
    }
    main section.s02 .wrapper .t01 span:last-child {
        display: block;
        margin: -5px auto 0;
        text-align: center;
    }
    main section.s02 .wrapper .t02 {
        text-align: right;
        font-size: 10px;
        font-weight: 400;
        margin-top: 5px;
    }
    main section.s02 .wrapper .t02 img {
        width: 15px;
    }
    main section.s02 .wrapper .t02 a {
        text-decoration: none;
        display: inline-block;
        vertical-align: top;
        color: #fff;
        border-bottom: 1px solid #fff;
        margin-left: 5px;
        margin-top: -2px;
    }
    main section.s03 {
        background: #404040;
        padding: 30px 15px 40px;
    }
    main section.s03 .wrapper {
        width: 100%;
        margin: 0 auto;
    }
    main section.s03 .wrapper h4 {
        text-align: center;
        font-size: 13px;
        font-weight: 900;
        color: #fff;
        line-height: 180%;
    }
    main section.s03 .wrapper .t01 {
        text-align: center;
        color: #fff;
        font-size: 10px;
        font-weight: 900;
        margin-top: 40px;
        letter-spacing: 3px;
        border-bottom: 1px solid #fff;
        padding-bottom: 8px;
    }
    main section.s03 .wrapper .t01 span {
        color: #c1ff72;
    }
    main section.s03 .wrapper ul {
        text-align: center;
        letter-spacing: 0;
        font-size: 0;
        max-width: 360px;
        margin: 20px auto 0;
    }
    main section.s03 .wrapper ul li {
        background-image: url(../images/bg_hukidasi_sp.png);
        background-size: contain;
        background-position: top 0 center;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: top;
        font-size: 9px;
        font-weight: 400;
        color: #fff;
        line-height: 13px;
        text-align: left;
        padding: 5px 10px 0;
        width: calc(50% - 10px);
        height: 69.5652173913px !important;
        display: inline-block;
        vertical-align: top;
        margin: 10px 20px 0 0;
    }
    main section.s03 .wrapper ul li:nth-child(even) {
        margin-right: 0;
    }
    main section.s03 .wrapper .photo {
        width: 120px;
        display: block;
        margin: 25px auto 0;
    }
    main section.s04 {
        padding: 40px 20px 25px;
    }
    main section.s04 .wrapper h5 {
        text-align: center;
        font-size: 13px;
        font-weight: 900;
        line-height: 140%;
    }
    main section.s04 .wrapper ul {
        text-align: center;
        font-size: 0;
        letter-spacing: 0;
        margin-top: 20px;
    }
    main section.s04 .wrapper ul li {
        width: calc(50% - 5px);
        display: inline-block;
        vertical-align: top;
        margin: 0;
        border-radius: 6px;
        border: 2px solid #ababab;
        background: #d9d9d9;
        padding: 5px 5px 8px;
    }
    main section.s04 .wrapper ul li:nth-child(1) {
        margin-right: 10px;
    }
    main section.s04 .wrapper ul li .t06 {
        font-size: 9px;
        font-weight: 900;
    }
    main section.s04 .wrapper ul li .t06 span {
        font-size: 20px;
        font-weight: 900;
        color: #38b6ff;
        padding-right: 3px;
    }
    main section.s04 .wrapper ul li .txtbox {
        height: 39px;
        margin-top: 3px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        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;
    }
    main section.s04 .wrapper ul li .txtbox .t07 {
        width: 100%;
        text-align: center;
        font-size: 9px;
        line-height: 13px;
    }
    main section.s04 .wrapper .t01 {
        text-align: center;
        font-size: 13px;
        font-weight: 900;
        margin-top: 35px;
    }
    main section.s04 .wrapper .t01 span {
        color: #ff3939;
        padding-bottom: 2px;
        border-bottom: 1px solid #ff3939;
    }
    main section.s04 .wrapper .box01 {
        width: 100%;
        max-width: 1500px;
        margin: 25px auto 0;
        background-color: #d9d9d9;
        border: 1px solid #ababab;
        border-radius: 10px;
        padding: 15px;
    }
    main section.s04 .wrapper .box01 .t02 {
        font-size: 14px;
        line-height: 20px;
        font-weight: 900;
    }
    main section.s04 .wrapper .box01 .t02 span {
        color: #38b6ff;
        font-size: 20px;
        line-height: 20px;
        padding-right: 10px;
        display: inline-block;
        vertical-align: top;
    }
    main section.s04 .wrapper .box01 .box02 {
        background-color: #fff;
        width: 100%;
        margin: 10px auto 0;
        padding: 15px 15px;
    }
    main section.s04 .wrapper .box01 .box02 .t03 {
        text-align: center;
        font-size: 12px;
        font-weight: 900;
    }
    main section.s04 .wrapper .box01 .box02 .t03 span {
        color: #ff3939;
        font-size: 14px;
    }
    main section.s04 .wrapper .box01 .box02 .t04 {
        text-align: center;
        font-size: 12px;
        margin-top: 20px;
    }
    main section.s04 .wrapper .box01 .box02 .t04 span {
        font-size: 14px;
        font-weight: 900;
        color: #ff3939;
        padding-left: 0px;
        text-align: center;
        display: block;
    }
    main section.s04 .wrapper .box01 .t05 {
        font-size: 12px;
        margin-top: 12px;
        line-height: 160%;
    }
    main section.s04 .wrapper .box01 .t05 span {
        color: #ff3939;
    }
    main section.s05 .wrapper {
        height: 174px;
        background-image: url(../images/s0501.jpg);
        background-size: cover;
        background-position: top 0 center;
        position: relative;
    }
    main section.s05 .wrapper p {
        background-color: #38b6ff;
        font-size: 12px;
        text-align: center;
        color: #fff;
        font-weight: 900;
        line-height: 16px;
        padding: 9px 0px;
        margin-top: -17px;
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
    }
    main section.s06 .wrapper {
        padding: 30px 20px 0px;
    }
    main section.s06 .wrapper .icon {
        width: 60px;
        display: block;
        margin: 0 auto;
    }
    main section.s06 .wrapper h6 {
        text-align: center;
        font-size: 16px;
        font-weight: 900;
        position: relative;
        margin-top: 15px;
    }
    main section.s06 .wrapper h6::after {
        content: "";
        display: block;
        width: 50px;
        height: 1px;
        position: absolute;
        right: 0;
        bottom: -10px;
        left: 0;
        margin: 0 auto;
        background-color: #38b6ff;
    }
    main section.s06 .wrapper ul {
        width: 100%;
        max-width: 1500px;
        margin: 50px auto 0;
    }
    main section.s06 .wrapper ul li {
        margin-top: 40px;
    }
    main section.s06 .wrapper ul li .num {
        font-size: 24px;
        font-weight: 900;
        color: #38b6ff;
    }
    main section.s06 .wrapper ul li .t01 {
        font-size: 14px;
        font-weight: 900;
        line-height: 18px;
        padding: 5px 12px;
        background-color: #222;
        display: inline-block;
        vertical-align: top;
        margin-top: 5px;
        color: #fff;
    }
    main section.s06 .wrapper ul li .t01 span {
        color: #c1ff72;
    }
    main section.s06 .wrapper ul li .t02 {
        margin-top: 20px;
        padding-left: 10px;
        font-size: 12px;
        line-height: 150%;
    }
    main section.s06 .wrapper ul li .t02 span {
        font-size: 14px;
        font-weight: 900;
        color: #ff3939;
    }
    main section.s06 .wrapper ul li img {
        display: block;
        margin: 30px auto 0;
    }
    main section.s06 .wrapper ul li img.photo01 {
        width: 140px;
    }
    main section.s06 .wrapper ul li img.photo02 {
        width: 140px;
    }
    main section.s06 .wrapper ul li img.photo03 {
        width: 140px;
    }
    main section.s06 .wrapper .t03 {
        text-align: center;
        font-size: 12px;
        font-weight: 900;
        line-height: 150%;
        margin-top: 50px;
        position: relative;
    }
    main section.s06 .wrapper .t03 .idpoint {
        top: -80px;
    }
    main section.s06 .wrapper .t03 span {
        color: #ff3939;
    }
    main section.s07 {
        width: 100%;
        padding: 0 20px;
        max-width: 1500px;
        margin: 0 auto;
        padding-bottom: 0px;
    }
    main section.s07 .wrapper ul {
        display: block;
    }
    main section.s07 .wrapper ul li {
        width: 100%;
    }
    main section.s07 .wrapper .stepbox {
        position: relative;
        margin-top: 40px;
    }
    main section.s07 .wrapper .stepbox .base {
        width: 100%;
        display: block;
    }
    main section.s07 .wrapper .stepbox .txtbox {
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.7);
        width: calc(100% - 20px);
        position: absolute;
        bottom: 10px;
        left: 10px;
        right: 10px;
        padding: 20px 10px 10px;
    }
    main section.s07 .wrapper .stepbox .txtbox .step {
        position: absolute;
        top: -20px !important;
        left: 10px !important;
        height: auto;
        color: var(--color_sub, #38b6ff);
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-shadow: white 2px 0px, white -2px 0px, white 0px -2px,
            white 0px 2px, white 2px 2px, white -2px 2px, white 2px -2px,
            white -2px -2px, white 1px 2px, white -1px 2px, white 1px -2px,
            white -1px -2px, white 2px 1px, white -2px 1px, white 2px -1px,
            white -2px -1px;
    }
    main section.s07 .wrapper .stepbox .txtbox .step span {
        color: var(--color_sub, #38b6ff);
        font-family: Inter;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    main section.s07 .wrapper .stepbox .txtbox .t01 {
        font-size: 16px;
        font-weight: 900;
    }
    main section.s07 .wrapper .stepbox .txtbox .t02 {
        font-size: 11px;
        line-height: 120%;
        margin-top: 10px;
    }
    main section.s07 .wrapper .box01 {
        width: 100%;
        margin: 40px auto 0;
    }
    main section.s07 .wrapper .box02 {
        width: 100%;
        margin: 40px auto 0;
        max-width: 100%;
    }
    main section.s07 .wrapper .box03 {
        width: 100%;
        margin: 0px auto 0;
    }
    main section.s07 .wrapper .box03 .stepbox {
        width: 1200px;
        max-width: 100%;
        text-align: left;
        display: inline-block;
        vertical-align: top;
    }
    main section.s07 .wrapper .box02 .stepbox .txtbox .step,
    main section.s07 .wrapper .box03 .stepbox .txtbox .step {
        top: -23px !important;
    }
    main section.s07 .wrapper .photo02 {
        display: block;
        margin: 40px auto 0;
        max-width: 100%;
    }
    main section.s08 {
        padding: 50px 20px 0;
    }
    main section.s08 .wrapper .icon {
        width: 65px;
        display: block;
        margin: 0 auto;
    }
    main section.s08 .wrapper h6 {
        text-align: center;
        font-size: 16px;
        font-weight: 900;
        position: relative;
        margin-top: 15px;
    }
    main section.s08 .wrapper h6::after {
        content: "";
        display: block;
        width: 50px;
        height: 1px;
        position: absolute;
        right: 0;
        bottom: -10px;
        left: 0;
        margin: 0 auto;
        background-color: #38b6ff;
    }
    main section.s08 .wrapper .servicelist {
        width: 1497px;
        display: block;
        margin: 30px auto 0;
        max-width: 100%;
    }
    main section.s08 .wrapper .t01 {
        text-align: center;
        font-weight: 900;
        font-size: 12px;
        margin-top: 30px;
    }
    main section.s08 .wrapper .t01 span {
        font-size: 14px;
        color: #ff3939;
    }
    main section.s09 .wrapper {
        padding: 50px 20px 40px;
    }
    main section.s09 .wrapper .icon {
        width: 60px;
        display: block;
        margin: 0 auto;
    }
    main section.s09 .wrapper h6 {
        text-align: center;
        font-size: 16px;
        font-weight: 900;
        position: relative;
        margin-top: 15px;
    }
    main section.s09 .wrapper h6::after {
        content: "";
        display: block;
        width: 50px;
        height: 1px;
        position: absolute;
        right: 0;
        bottom: -10px;
        left: 0;
        margin: 0 auto;
        background-color: #38b6ff;
    }
    main section.s09 .wrapper .pricebox {
        width: 300px;
        margin: 30px auto 0;
        border-radius: 6px;
        background: #f6f6f6;
        padding: 12px 0;
        text-align: center;
        font-size: 12px;
        font-weight: 900;
        font-weight: 600;
    }
    main section.s09 .wrapper .pricebox .num {
        font-size: 16px;
        color: #ff3939;
        padding-left: 10px;
    }
    main section.s09 .wrapper .pricebox .plus {
        font-size: 24px;
        font-weight: 400;
        padding: 0 10px;
        line-height: 24px;
        display: inline-block;
        vertical-align: top;
        margin-top: -2px;
    }
    main section.s09 .wrapper .t01 {
        max-width: 1250px;
        margin: 17px auto 0;
        font-size: 12px;
    }
    main section.s09 .wrapper .t01 span {
        color: #ff3939;
        font-size: 14px;
        font-weight: 900;
    }
    main section.s10 {
        padding: 30px 20px 40px;
        background-color: #eee;
    }
    main section.s10 .wrapper h6 {
        text-align: center;
        font-size: 13px;
        font-weight: 900;
    }
    main section.s10 .wrapper .box01 {
        width: 100%;
        max-width: 1400px;
        margin: 20px auto 0;
        border: 1px solid #ababab;
        border-radius: 10px;
        background-color: #fff;
        padding: 25px 20px;
    }
    main section.s10 .wrapper .box01 .photo {
        width: 80px;
        display: block;
        margin: 0 auto;
    }
    main section.s10 .wrapper .box01 .t01 {
        font-size: 12px;
        line-height: 20px;
        margin-top: 30px;
    }
    main section.s10 .wrapper .box01 .t02 {
        font-size: 12px;
        line-height: 20px;
        margin-top: 20px;
    }
    main section.s11 .wrapper {
        padding: 30px 20px 10px;
    }
    main section.s11 .wrapper .icon {
        width: 40px;
        display: block;
        margin: 0 auto;
    }
    main section.s11 .wrapper h6 {
        text-align: center;
        font-size: 16px;
        font-weight: 900;
        position: relative;
        margin-top: 15px;
    }
    main section.s11 .wrapper h6::after {
        content: "";
        display: block;
        width: 50px;
        height: 1px;
        position: absolute;
        right: 0;
        bottom: -10px;
        left: 0;
        margin: 0 auto;
        background-color: #38b6ff;
    }
    main section.s11 .wrapper .t01 {
        text-align: center;
        font-size: 12px;
        line-height: 150%;
        margin-top: 25px;
    }
    main section.s11 .wrapper dl {
        margin-top: 20px;
    }
    main section.s11 .wrapper dl dt {
        text-align: center;
        font-weight: 900;
        font-size: 14px;
    }
    main section.s11 .wrapper dl dd {
        text-align: center;
        font-size: 14px;
        line-height: 150%;
        margin-top: 5px;
    }
    main section.s11 .wrapper dl dd a {
        text-decoration: none;
        color: #333;
    }
    main section.s11 .wrapper .btn_line {
        width: calc(100% + 40px);
        display: block;
        margin: 20px -20px 0;
    }
    main section.s11 .wrapper .btn_line img {
        width: 100%;
        display: block;
    }
    .btn_line_wrapper_wrapper {
        height: 100px;
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .btn_line_wrapper {
        bottom: 0;
    }
}
@media screen and (max-width: 550px) {
    header .wrapper .logo {
        width: 100px;
    }
    .btn_entry01 {
        height: 50px;
        width: 90% !important;
    }
    .btn_entry01_link {
        font-size: 20px;
    }
}
