*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    font: inherit;
}

img,
picture,
svg,
video {
    display: block;
    max-width: 100%;
}

input,
select,
textarea {
    background-color: transparent;
    outline: none;
}

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

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

div,
p {
    word-break: break-all;
}

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,
nav,
picture {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

ul,
ol,
li {
    list-style: none;
}

@font-face {
    font-family: "HiraginoUDSansStd_W4";
    src: url("../font/HiraginoUDSansStd_W4.eot");
    src: url("../font/HiraginoUDSansStd_W4.otf"), url("../font/HiraginoUDSansStd_W4.eot?#iefix") format("embedded-opentype"), url("../font/HiraginoUDSansStd_W4.woff2") format("woff2"), url("../font/HiraginoUDSansStd_W4.woff") format("woff"), url("../font/HiraginoUDSansStd_W4.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "HiraginoUDSansStd_W5";
    src: url("../font/HiraginoUDSansStd_W5.eot");
    src: url("../font/HiraginoUDSansStd_W5.otf"), url("../font/HiraginoUDSansStd_W5.eot?#iefix") format("embedded-opentype"), url("../font/HiraginoUDSansStd_W5.woff2") format("woff2"), url("../font/HiraginoUDSansStd_W5.woff") format("woff"), url("../font/HiraginoUDSansStd_W5.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "HiraginoUDSansStd_W6";
    src: url("../font/HiraginoUDSansStd_W6.eot");
    src: url("../font/HiraginoUDSansStd_W6.otf"), url("../font/HiraginoUDSansStd_W6.eot?#iefix") format("embedded-opentype"), url("../font/HiraginoUDSansStd_W6.woff2") format("woff2"), url("../font/HiraginoUDSansStd_W6.woff") format("woff"), url("../font/HiraginoUDSansStd_W6.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    scroll-padding: 13rem;
}

@media (min-width: 751px) and (max-width: 1440px) {
    html {
        font-size: calc(100vw / 144);
    }
}

@media (max-width: 750px) {
    html {
        font-size: 1.3333333333vw;
        scroll-padding: 7rem;
    }
}

@media screen and (min-width: 751px) {
    .onlySP {
        display: none !important;
    }
}

@media screen and (max-width: 750px) {
    .onlyPC {
        display: none !important;
    }
}

body {
    color: #000;
    font-family: "HiraginoUDSansStd_W4";
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
    overflow-wrap: break-word;
    overflow-x: hidden;
    position: relative;
}

#wrapper {
    zoom: 90%;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

a:focus {
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0;
}

p {
    margin: 0px;
    padding: 0;
}

p:last-child {
    margin-bottom: 0px;
}

figure {
    margin: 0;
    padding: 0;
    line-height: 0;
}

input[type="submit"] {
    border: none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

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

span {
    display: inline-block;
}


/* clearfix (micro) */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

@media screen and (min-width: 751px) {
    a[href^="tel"] {
        pointer-events: none;
        text-decoration: none;
        opacity: 1 !important;
        cursor: default !important;
    }
}

.ml-auto {
    margin-left: auto;
}

.m-auto {
    margin: 0 auto;
}

.no_margin {
    margin: 0 !important;
}

body.overflow {
    overflow: hidden;
}

#wrapper {
    position: relative;
    overflow: hidden;
    padding: 15.5rem 0 13.5rem;
}

@media screen and (max-width: 750px) {
    #wrapper {
        max-width: 75rem;
        padding: 27rem 0 13.5rem;
    }
}

.c-container {
    position: relative;
    max-width: 114rem;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 1;
}

@media screen and (max-width: 750px) {
    .c-container {
        max-width: 100%;
        padding: 0 4rem;
    }
}

.c-center {
    text-align: center;
}

.c-right {
    text-align: right;
}

.c-white {
    color: #fff;
}

.c-bold {
    font-weight: bold;
}

.c-fit {
    font-family: "object-fit: cover;";
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-txt {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0;
    color: #333333;
}

.is-fixed {
    position: fixed;
}

.fade-content {
    opacity: 0;
    -webkit-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
}

.fade-content.show {
    opacity: 1;
}

.no-border {
    border: none !important;
}

.fadein {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}

.fadein.show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}


/** header area
====================================== **/

.c-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 15.5rem;
    background: #fff;
    z-index: 100;
    -webkit-box-shadow: 3.5px 6.062px 13px 0px rgba(55, 54, 97, 0.25);
    box-shadow: 3.5px 6.062px 13px 0px rgba(55, 54, 97, 0.25);
}

.c-header__inner {
    height: 100%;
    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;
    gap: 3rem;
}

.c-header__logo {
    max-width: 30.4rem;
    width: 100%;
}

.c-header__nav {
    padding-top: 0.5rem;
}

.c-header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.c-header__nav-item {
    position: relative;
}

.c-header__nav-item::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 1rem);
    background: #000;
}

.c-header__nav-item:last-child::before {
    content: none;
}

.c-header__nav-item:last-child .c-header__nav-link {
    padding: 0 0 0 1.5rem;
}

.c-header__nav-link {
    font-family: "HiraginoUDSansStd_W6";
    display: block;
    padding: 0 1.5rem;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 600;
    color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.c-header__nav-link>span {
    position: relative;
}

.c-header__nav-link>span::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0%;
    height: 1px;
    background: #000;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
}

.c-header__nav-link:hover>span::before {
    right: auto;
    left: 0;
    width: 100%;
}

.c-header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 2.8rem;
    margin-top: 2rem;
}

.c-header__btn-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "HiraginoUDSansStd_W6";
    font-weight: 600;
    font-size: 2rem;
    color: #000;
    line-height: 1.6;
    max-width: 26rem;
    height: 5.2rem;
    width: 100%;
    border-radius: 5rem;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.28);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.c-header__btn-link.--skyblue {
    background-color: rgb(0, 169, 194);
    color: #fff;
}

.c-header__btn-link.--violet {
    background-color: rgb(72, 72, 146);
    color: #fff;
}

@media screen and (min-width: 751px) {
    .c-header__btn-link:hover.--active {
        opacity: 0.7;
    }
    .c-header__btn-link:hover.--violetHover {
        background-color: rgb(72, 72, 146);
        color: #fff;
    }
    .c-header__btn-link:hover.--skyblueHover {
        background-color: rgb(0, 169, 194);
        color: #fff;
    }
}

@media screen and (max-width: 750px) {
    .c-header {
        height: 27rem;
    }
    .c-header__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 0;
        padding-top: 3.5rem;
    }
    .c-header__nav {
        width: 100%;
        padding: 0;
    }
    .c-header__btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 5.3rem;
    }
    .c-header__btn-link {
        max-width: 26rem;
        height: 7.5rem;
    }
}


/** footer
======================================= **/

.p-footer__content {
    background: #004098;
    padding: 7.4rem 0 7.7rem;
}

.p-footer__nav {
    max-width: 104rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.4rem 2.8rem;
}

.p-footer__nav .nav_list {
    width: calc((100% - 5.6rem) / 3);
    border-top: 1px solid #205da2;
    color: #ffffff;
    padding-top: 2.6rem;
}

.p-footer__nav .nav_list--linkFirst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.6rem;
}

.p-footer__nav .nav_list--linkFirst .ja {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

.p-footer__nav .nav_list--linkFirst .en {
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.2px;
}

.p-footer__nav .nav_list--link {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.8;
    display: inline-block;
    margin-bottom: 0.4rem;
    position: relative;
}

.p-footer__nav .nav_list--link::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0%;
    height: 1px;
    background: #ffffff;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
}

.p-footer__nav .nav_list--link:hover {
    opacity: 1;
}

.p-footer__nav .nav_list--link:hover::before {
    right: auto;
    left: 0;
    width: 100%;
}

.p-footer__copyright {
    background: #ebebeb;
    padding: 3.6rem 0;
}

.p-footer__copyright .logo>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}

.p-footer__copyright .logo img {
    width: 14rem;
}

.p-footer__copyright .logo-en {
    font-family: "Public Sans", sans-serif;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 1.1px;
    color: #004098;
}

.p-footer__copyright .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-footer__copyright .blank {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}

.p-footer__copyright .blank__link {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.48px;
    color: #888888;
    position: relative;
    padding-right: 2rem;
}

.p-footer__copyright .blank__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1.4rem;
    height: 1.4rem;
    background: url(assets/img/icon_arrow_blank.svg) no-repeat;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.p-footer__copyright .copyright_txt {
    font-family: "Public Sans", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1;
    color: #333333;
    margin-left: 3.6rem;
}

.p-footer__copyright .pageTop {
    font-family: "Public Sans", sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1;
    color: #2a2220;
    position: relative;
    padding-right: 1.4rem;
    margin-left: 6.4rem;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.p-footer__copyright .pageTop::before {
    content: "";
    position: absolute;
    top: -0.4rem;
    right: 0;
    width: 0.6rem;
    height: 1.7rem;
    background: url(assets/img/icon_arrow_top.svg) no-repeat;
    background-size: cover;
}

.p-footer__copyright .pageTop:hover {
    opacity: 0.6;
}

.p-footer__inner {
    max-width: 128rem;
    margin: 0 auto;
    padding: 0 4rem;
    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;
}

#loading {
    background: #ffffff;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#loading .logo {
    width: 43.9rem;
    height: 5.5rem;
    margin: 0 auto;
    opacity: 0;
}

#loading .progress {
    width: 100%;
    height: 0;
    background-color: #ffffff;
    -webkit-transition: background-position 0.5s;
    transition: background-position 0.5s;
    position: absolute;
    top: 0;
    left: 0;
}

.c-title {
    font-family: "HiraginoUDSansStd_W6";
    font-size: 4rem;
    line-height: 1.6;
    font-weight: 600;
    color: #0c5f7e;
    text-align: center;
}

.fv {
    position: relative;
    background-color: #dcf6f3;
}

.fv__img {
    width: 192rem;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fv__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fv__txt-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2.5rem;
    max-width: 62%;
    padding-top: 7rem;
}

.fv__txt--ttl {
    font-family: "HiraginoUDSansStd_W5";
    font-size: 2.5rem;
    line-height: 1;
    color: #000;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.fv__txt--ttlSub {
    font-family: "HiraginoUDSansStd_W6";
    font-size: 4.6rem;
    line-height: 1;
    color: #22448f;
    text-align: center;
    font-weight: 600;
    margin-top: 2.4rem;
}

.fv__txt--ttlEn>span {
    width: 42.3rem;
}

.fv__list {
    width: 72.4rem;
    margin-top: 3.2rem;
}

@media screen and (max-width: 750px) {
    .fv__img {
        width: 100%;
    }
    .fv__inner {
        justify-content: space-between;
        padding: 3rem 1rem 2rem;
    }
    .fv__txt-inner {
        gap: 1.2rem;
        max-width: 100%;
    }
    .fv__list {
        margin-top: 1.2rem;
    }
}

.company {
    padding: 7.5rem 0 9.2rem;
}

.company__inner {
    margin-top: 5rem;
}

.company__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2.5rem;
}

.company__list-item {
    width: calc(33.3333333333% - 1.6666666667rem);
    border-radius: 1rem;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0.8rem 1.8rem 0px rgba(32, 32, 32, 0.28);
    box-shadow: 0px 0.8rem 1.8rem 0px rgba(32, 32, 32, 0.28);
}

.company__list-item>.tit {
    background-color: rgb(220, 245, 244);
    padding-top: 1rem;
    min-height: 6.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.4rem;
    font-family: "HiraginoUDSansStd_W6";
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #0c5f7e;
}

.company__list-item>.pic {
    padding: 1.5rem 0;
}

@media screen and (max-width: 750px) {
    .company {
        padding: 7rem 0 8rem;
    }
    .company__inner {
        margin-top: 3.5rem;
    }
    .company__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 5.5rem;
    }
    .company__list-item {
        width: 100%;
    }
    .company__list-item>.tit {
        padding-top: 0;
        min-height: 6.6rem;
        font-size: 3rem;
    }
    .company__list-item>.pic {
        padding: 1.2rem 0px 2.3rem 1.4rem;
    }
    .company__list-item:nth-child(2)>.pic {
        padding: 0.7rem 0px 0.7rem 1.4rem;
    }
    .company__list-item:nth-child(3)>.pic {
        padding: 1.7rem 0px 2.2rem 2.8rem;
    }
}

.concerns {
    padding: 8rem 0 9.5rem;
        background-color: rgb(188, 241, 239);
}

.concerns__inner {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.concerns__pic {
    position: absolute;
    width: 43.6rem;
    left: 30.9%;
    top: 42.6%;
    z-index: -1;
}

.concerns__list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5rem;
}

.concerns__list.--first .concerns__list-item:nth-child(1) {
    padding-left: 17.5rem;
}

.concerns__list.--first .concerns__list-item:nth-child(1)>span::before {
    width: 34.6rem;
    height: 17.6rem;
    background: url(../img/advertiser/bg_concerns01.png) no-repeat;
    background-size: cover;
    background-position: center;
    left: -1.5rem;
    top: -1rem;
}

.concerns__list.--first .concerns__list-item:nth-child(2) {
    margin-top: 0.8rem;
}

.concerns__list.--first .concerns__list-item:nth-child(2)>span::before {
    width: 34.6rem;
    height: 17.6rem;
    background: url(../img/advertiser/bg_concerns02.png) no-repeat;
    background-size: cover;
    background-position: center;
    left: -1.5rem;
    top: -1rem;
}

.concerns__list.--first .concerns__list-item:nth-child(3) {
    margin-top: 3.8rem;
    padding-left: 1.5rem;
}

.concerns__list.--first .concerns__list-item:nth-child(3)>span::before {
    width: 37.2rem;
    height: 14.8rem;
    background: url(../img/advertiser/bg_concerns03.png) no-repeat;
    background-size: cover;
    background-position: center;
    left: -1.5rem;
    top: -1rem;
}

.concerns__list.--second .concerns__list-item:nth-child(1) {
    position: relative;
    right: 23.5rem;
    margin-top: 2.2rem;
}

.concerns__list.--second .concerns__list-item:nth-child(1)>span::before {
    width: 34.6rem;
    height: 17.6rem;
    background: url(../img/advertiser/bg_concerns04.png) no-repeat;
    background-size: cover;
    background-position: center;
    left: -1.5rem;
    top: -1rem;
}

.concerns__list.--second .concerns__list-item:nth-child(2) {
    margin-top: -2.5rem;
    left: 2.7rem;
    position: relative;
}

.concerns__list.--second .concerns__list-item:nth-child(2)>span::before {
    width: 34.6rem;
    height: 17.1rem;
    background: url(../img/advertiser/bg_concerns05.png) no-repeat;
    background-size: cover;
    background-position: center;
    left: -1.5rem;
    top: -1rem;
}

.concerns__list.--second .concerns__list-item:nth-child(3) {
    margin-top: 0.8rem;
}

.concerns__list.--second .concerns__list-item:nth-child(3)>span::before {
    width: 40rem;
    height: 14.8rem;
    background: url(../img/advertiser/bg_concerns06.png) no-repeat;
    background-size: cover;
    background-position: center;
    left: -4rem;
    top: -1rem;
}

.concerns__list-item>span {
    border-radius: 1rem;
    display: inline-block;
    padding: 1.2rem 1rem;
    font-family: "HiraginoUDSansStd_W6";
    font-weight: 600;
    font-size: 2.5rem;
    color: rgb(83, 83, 83);
    line-height: 1.6;
    position: relative;
    text-align: center;
    min-width: 30.5rem;
}

.concerns__list-item>span>span {
    font-size: 3rem;
    color: #0c5f7e;
    display: inline;
    line-height: 1.2;
}

.concerns__list-item>span::before {
    content: "";
    position: absolute;
    z-index: -1;
}

@media screen and (max-width: 750px) {
    .concerns {
        padding: 4.5rem 0 9.5rem;
    }
    .concerns__inner {
        margin-top: 4.2rem;
        padding-bottom: 21rem;
    }
    .concerns__pic {
        left: 23.9%;
        top: 70.4%;
    }
    .concerns__list {
        gap: 1.2rem;
    }
    .concerns__list.--first .concerns__list-item:nth-child(1) {
        padding-left: 6.5rem;
    }
    .concerns__list.--first .concerns__list-item:nth-child(1)>span::before {
        background: url(../img/advertiser/bg_concerns01_sp.png) no-repeat;
        background-size: cover;
        background-position: center;
        top: -1.5rem;
    }
    .concerns__list.--first .concerns__list-item:nth-child(2) {
        left: -2rem;
        position: relative;
    }
    .concerns__list.--first .concerns__list-item:nth-child(3) {
        margin-top: 3rem;
        padding-left: 3.2rem;
    }
    .concerns__list.--first .concerns__list-item:nth-child(3)>span::before {
        width: 34.6rem;
        height: 16.6rem;
        background: url(../img/advertiser/bg_concerns03_sp.png) no-repeat;
        background-size: cover;
        background-position: center;
        left: -1.5rem;
        top: -1rem;
    }
    .concerns__list.--second .concerns__list-item:nth-child(1) {
        right: 2rem;
        margin-top: 4.5rem;
    }
    .concerns__list.--second .concerns__list-item:nth-child(1)>span::before {
        background: url(../img/advertiser/bg_concerns04_sp.png) no-repeat;
        background-size: cover;
        background-position: center;
    }
    .concerns__list.--second .concerns__list-item:nth-child(2) {
        margin-top: 2.5rem;
        left: -5.8rem;
    }
    .concerns__list.--second .concerns__list-item:nth-child(2)>span::before {
        height: 17.7rem;
        background: url(../img/advertiser/bg_concerns05_sp.png) no-repeat;
        background-size: cover;
        background-position: center;
    }
    .concerns__list.--second .concerns__list-item:nth-child(3) {
        margin-top: 1.5rem;
    }
    .concerns__list.--second .concerns__list-item:nth-child(3)>span::before {
        width: 34.4rem;
        height: 17.6rem;
        background: url(../img/advertiser/bg_concerns06_sp.png) no-repeat;
        background-size: cover;
        background-position: center;
        left: -1.2rem;
    }
    .concerns__list-item>span {
        font-size: 2.4rem;
        padding: 1.4rem 1rem;
    }
    .concerns__list-item>span>span {
        font-size: 2.7rem;
    }
}

.point {
    position: relative;
    padding: 9rem 0 18rem;
}

.point::before {
    content: "";
    position: absolute;
    top: -0.5rem;
    left: 39.4%;
    width: 3239px;
    height: 100%;
    background: url(../img/advertiser/bg_point_pc.png);
    background-repeat: repeat-y;
    background-size: 3239px 3259px;
    background-position: top center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.4;
}

.point__title {
    text-align: center;
}

.point__title>.txt01 {
    font-family: "HiraginoUDSansStd_W6";
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.25;
    letter-spacing: 0.05em;
}

.point__title>.txt02 {
    font-family: "HiraginoUDSansStd_W6";
    font-weight: 600;
    font-size: 4.6rem;
    line-height: 1.5;
    color: #0c5f7e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.8rem;
    gap: 1rem;
    padding-left: 5rem;
}

.point__title>.txt02>.img {
    width: 28.6rem;
    margin-top: -1.5rem;
}

.point__sec01 {
    margin-top: 3.8rem;
}

.point__sec01-boxIn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.point__sec01-boxIn:not(:last-child) {
    margin-bottom: 2.5rem;
}

.point__sec01-boxIn:nth-child(2) .point__sec01-content {
    width: 57.6rem;
    padding-top: 1.8rem;
}

.point__sec01-boxIn:nth-child(3) .point__sec01-content {
    padding-top: 2.3rem;
}

.point__sec01-boxIn:nth-child(4) {
    margin-top: 6rem;
}

.point__sec01-boxIn:nth-child(4) .point__sec01-content {
    width: 56rem;
}

.point__sec01-content {
    width: 65.3rem;
    padding-top: 3.5rem;
}

.point__sec01-content .titSub {
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.25;
    color: #86d2e0;
    letter-spacing: 0.05em;
}

.point__sec01-content .titSub>.num {
    font-size: 11.2rem;
    margin-left: 0.2rem;
}

.point__sec01-content .text {
    margin-top: 2.2rem;
    font-family: "HiraginoUDSansStd_W5";
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.6666666667;
}

.point__sec01-content .text>.txt_green {
    color: #0c5f7e;
    display: inline;
}

.point__sec01-pic {
    position: relative;
}

.point__sec01-pic.pic01 {
    width: 44.5rem;
    right: 3rem;
}

.point__sec01-pic.pic01 picture img{
       width: 50.5rem;
    max-width: 50.5rem;
}

.point__sec01-pic.pic02 {
    width: 37rem;
    left: 7.3rem;
}

.point__sec01-pic.pic03 {
    width: 48rem;
    left: -6.8rem;
    top: 6rem;
    z-index: -1;
}

.point__sec01-pic.pic04 {
    width: 47.2rem;
    top: 3.7rem;
    left: 1.9rem;
}

.point__sec02 {
    margin-top: 22rem;
}

.point__sec03 {
    margin-top: 7.2rem;
}

.point__sec03 .point__sec-boxIn--tit {
    margin-bottom: 3rem;
}

@media screen and (min-width: 751px) {
    .point__sec04 {
        margin-top: 7.2rem;
    }
    .point__sec04 .point__sec-boxIn--tit {
        margin-bottom: 3rem;
    }
    .point__sec04 .point__sec-boxIn {
        padding: 6.5rem 4rem 7.3rem;
    }
    .point__sec04 .point__sec-boxIn--list {
        margin: 5.5rem auto 0;
        padding: 1.6rem 5rem 1.5rem;
    }
    .point__sec04 .point__sec-boxIn--txtMed {
        line-height: 1.6;
        margin-top: 4.3rem;
    }
}

.point__sec-boxIn {
    max-width: 110rem;
    margin: 0 auto;
    border-radius: 3rem;
    padding: 6.5rem 4rem 4.5rem;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(97, 207, 200)), to(rgb(24, 175, 197)));
    background: linear-gradient(0deg, rgb(97, 207, 200) 0%, rgb(24, 175, 197) 100%);
}

.point__sec-boxIn--tit {
    margin-bottom: 1.5rem;
    text-align: center;
}

.point__sec-boxIn--tit>span {
    font-family: "HiraginoUDSansStd_W6";
    font-weight: 600;
    font-size: 4rem;
    line-height: 1;
    padding-bottom: 2.6rem;
    position: relative;
    letter-spacing: 0.05em;
    color: #fff;
}

.point__sec-boxIn--tit>span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.6rem;
    background: url(../img/advertiser/line_title.png) no-repeat;
    background-size: 100% 1.6rem;
    background-position: center;
    z-index: 1;
}

.point__sec-boxIn--titSub {
    font-size: 2.4rem;
    line-height: 2.0833333333;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.point__sec-boxIn--titMain {
    font-family: "HiraginoUDSansStd_W6";
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    margin: 0.5rem 0 0.8rem;
}

.point__sec-boxIn--titMain>.txt_yellow {
    color: #fff600;
}

.point__sec-boxIn--txtMed {
    font-family: "HiraginoUDSansStd_W6";
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
}

.point__sec-boxIn--txtMed>.txt_yellow {
    font-size: 3.2rem;
    color: #fcff00;
}

.point__sec-boxIn--pic {
    width: 101.2rem;
    margin: 3.5rem auto 0;
}

.point__sec-boxIn--list {
    background-color: #fff;
    border-radius: 3rem;
    padding: 2.4rem 5rem 1rem;
    margin: 4.8rem auto 0;
}

.point__sec-boxIn--list ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4.5rem;
    padding: 1.7rem 0rem 1.7rem 1.5rem;
}

.point__sec-boxIn--list ul>li:not(:last-child) {
    border-bottom: 0.2rem solid rgb(134, 210, 224);
}

.point__sec-boxIn--list ul>li>.icon {
    width: 12.5rem;
}

.point__sec-boxIn--list ul>li>.text {
    width: calc(100% - 12.5rem - 4.5rem);
    font-family: "HiraginoUDSansStd_W5";
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.4444444444;
    letter-spacing: 0;
}

.point__sec-boxIn--list ul>li>.text>.txt_red {
    color: #c10709;
}

@media screen and (max-width: 750px) {
    .point {
        padding: 6rem 0 9.5rem;
    }
    .point::before {
        top: 12.2rem;
        left: 33.6%;
        width: 1636px;
        background: url(../img/advertiser/bg_point_sp.png);
        background-repeat: repeat-y;
        background-size: 1636px 1650px;
        background-position: top center;
    }
    .point__title>.txt02 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
    }
    .point__title>.txt02>.img {
        width: 37.8rem;
        margin-top: -0.5rem;
    }
    .point__sec02 {
        margin-top: 7rem;
    }
    .point__sec03 {
        margin-top: 5.6rem;
    }
    .point__sec04 {
        margin-top: 5.2rem;
    }
    .point__sec04 .point__sec-boxIn {
        padding: 6.5rem 2rem 2rem !important;
    }
    .point__sec04 .point__sec-boxIn--titMain {
        font-size: 3.5rem;
        margin: 3.5rem 0 0.8rem;
        line-height: 1.48;
    }
    .point__sec04 .point__sec-boxIn--list {
        margin: 3.8rem auto 0;
        padding: 1.8rem 2.5rem 2.2rem;
    }
    .point__sec04 .point__sec-boxIn--list>ul>li {
        padding: 2.3rem 0rem 1.8rem;
    }
    .point__sec04 .point__sec-boxIn--list>ul>li>.text {
        line-height: 1.6;
    }
    .point__sec04 .point__sec-boxIn--txtMed {
        font-size: 2.2rem;
        margin: 3.8rem 0;
        line-height: 1.5;
    }
    .point__sec04 .point__sec-boxIn--txtMed>.txt_yellow {
        font-size: 2.5rem;
    }
    .point__sec01 {
        margin-top: 0;
    }
    .point__sec01-boxIn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .point__sec01-boxIn:not(:last-child) {
        margin-bottom: 0;
    }
    .point__sec01-boxIn:nth-child(2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .point__sec01-boxIn:nth-child(2) .point__sec01-content {
        margin-top: -12rem;
    }
    .point__sec01-boxIn:nth-child(2) .point__sec01-content .titSub {
        text-align: right;
        padding-right: 1.8rem;
    }
    .point__sec01-boxIn:nth-child(3) .point__sec01-content {
        margin-top: -4.8rem;
    }
    .point__sec01-boxIn:nth-child(4) {
        margin-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .point__sec01-boxIn:nth-child(4) .point__sec01-content {
        margin-top: -5.1rem;
    }
    .point__sec01-boxIn:nth-child(4) .point__sec01-content .titSub {
        text-align: right;
    }
    .point__sec01-content {
        width: 100% !important;
        padding-top: 2.5rem !important;
    }
    .point__sec01-content .text {
        margin-top: 0;
    }
    .point__sec01-pic.pic01 {
        right: 0;
        margin-top: 5.5rem;
        left: 53%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .point__sec01-pic.pic01 picture img {
        width: auto;
        max-width: 100%;
    }
    .point__sec01-pic.pic02 {
        margin-top: 3.7rem;
        left: 51.5%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .point__sec01-pic.pic03 {
        margin-top: 0.7rem;
        left: 46.5%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .point__sec01-pic.pic04 {
        top: 0;
        margin-top: 0;
        left: 47.7%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .point__sec-boxIn {
        max-width: 100%;
        padding: 6.5rem 2rem 3.2rem !important;
    }
    .point__sec-boxIn--tit {
        margin-bottom: 1.9rem;
    }
    .point__sec-boxIn--titSub {
        line-height: 1.5;
    }
    .point__sec-boxIn--titMain {
        margin: 1rem 0 0.8rem;
    }
    .point__sec-boxIn--pic {
        width: 100%;
        margin: 4.8rem auto 0;
    }
    .point__sec-boxIn--list {
        border-radius: 2rem;
        padding: 0.8rem 2.5rem 1rem;
        margin: 5.5rem auto 0;
    }
    .point__sec-boxIn--list ul>li {
        gap: 1.5rem;
        padding: 1.6rem 0rem 1.6rem;
    }
    .point__sec-boxIn--list ul>li>.text {
        width: calc(100% - 12.5rem - 1.5rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 auto;
        flex: 1 auto;
        font-size: 2rem;
    }
}

.boxSlider {
    background-color: rgb(220, 245, 244);
    padding: 12.5rem 0 16rem;
}

.boxSlider--title {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 8rem;
}

.boxSlider--title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.2rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #0c5f7e;
    z-index: -1;
}

.boxSlider--title>span {
    position: relative;
    font-family: "HiraginoUDSansStd_W6";
    font-weight: 600;
    font-size: 4rem;
    line-height: 1;
    color: #0c5f7e;
    padding: 0 3rem;
    background-color: rgb(220, 245, 244);
}

.boxSlider .track_record+.track_record {
    margin-top: 14rem;
}

.boxSlider .track_record--inner {
    max-width: 1920px;
    padding: 0px 12.8rem;
    margin: 0 auto;
}

.boxSlider .splide__slide {
    width: 54.2rem;
    width: 45.2rem;
}

.boxSlider .track_record.--02 .splide__pagination {
    margin-top: 7.8rem;
}

.boxSlider .splide__track {
    overflow: visible;
}

.boxSlider .splide__pagination {
    margin-top: 9.8rem;
    position: relative;
    gap: 3.5rem;
}

.boxSlider .splide__pagination__page {
    width: 1.8rem;
    height: 1.8rem;
    background-color: #fff;
}

.boxSlider .splide__pagination__page.is-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: rgb(12, 95, 126);
}

.boxSlider .splide__arrows--ltr {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 27.8rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.boxSlider .splide__arrow {
    position: relative;
    width: 7.5rem;
    height: 7.5rem;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: transparent;
    opacity: 1;
}

.boxSlider .splide__arrow svg {
    display: none;
}

.boxSlider .splide__arrow::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.boxSlider .splide__arrow--prev::before {
    background: url(../img/advertiser/prev.png) no-repeat;
    background-size: cover;
}

.boxSlider .splide__arrow--next::before {
    background: url(../img/advertiser/next.png) no-repeat;
    background-size: cover;
}

@media screen and (min-width: 751px) {
    .boxSlider .track_record--inner {
        max-width: 114rem;
        padding: 0 2rem;
    }
    .boxSlider .splide__slide {
        width: calc(100% / 2 - 3rem * 1 / 2);
    }
    .boxSlider .track_record__slider {
        visibility: visible;
    }
    .boxSlider .track_record__list {
        display: flex;
        flex-wrap: wrap;
        gap: 3rem;
    }
}

@media screen and (max-width: 750px) {
    .boxSlider .track_record--inner {
        padding: 0px 10.8rem;
    }
}

.step {
    padding: 14.2rem 0;
}

.step__inner-boxIn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7rem;
}

.step__inner--titSub {
    padding-bottom: 15rem;
    width: 7.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(132, 188, 210, 0)), color-stop(45%, rgb(70, 140, 167)), to(rgb(12, 95, 126)));
    background-image: linear-gradient(0deg, rgba(132, 188, 210, 0) 0%, rgb(70, 140, 167) 45%, rgb(12, 95, 126) 100%);
}

.step__inner--titSub>span {
    font-family: "HiraginoUDSansStd_W6";
    font-weight: 600;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: 0.1em;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    color: #fff;
}

.step__inner--content {
    width: calc(100% - 7.4rem);
    padding: 5.4rem 1rem 3rem 5rem;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(15%, rgb(255, 255, 255)), to(rgb(233, 250, 253)));
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 15%, rgb(233, 250, 253) 100%);
}

.step__inner--content>ul {
    position: relative;
    z-index: 1;
}

.step__inner--content>ul::before {
    content: "";
    position: absolute;
    width: 1rem;
    height: 85%;
    left: 5.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/advertiser/dot_step.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.step__inner--content>ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4.5rem;
}

.step__inner--content>ul li+li {
    margin-top: 6.8rem;
}

.step__inner--content>ul li>.stt {
    width: 12rem;
    height: 12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgb(131, 205, 219);
    font-family: din-2014, sans-serif;
    font-size: 1.9rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.step__inner--content>ul li>.stt>.num {
    font-size: 4.3rem;
    line-height: 1;
    display: block;
}

.step__inner--content>ul li>.text {
    width: calc(100% - 12rem - 4.5rem);
    font-family: "HiraginoUDSansStd_W6";
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 1.3888888889;
    letter-spacing: 0.05em;
    color: #0c5f7e;
}

@media screen and (max-width: 750px) {
    .step {
        padding: 10.2rem 0 7.4rem;
    }
    .step__inner-boxIn {
        margin-top: 5.2rem;
    }
    .step__inner--titSub {
        padding-bottom: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 15rem;
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(132, 188, 210, 0)), color-stop(55%, rgb(70, 140, 167)), to(rgb(12, 95, 126)));
        background-image: linear-gradient(0deg, rgba(132, 188, 210, 0) 0%, rgb(70, 140, 167) 55%, rgb(12, 95, 126) 100%);
    }
    .step__inner--titSub>span {
        font-size: 3.6rem;
    }
    .step__inner--content {
        padding: 4.6rem 1rem 3rem 3rem;
    }
    .step__inner--content>ul::before {
        left: 4.5rem;
    }
    .step__inner--content>ul li {
        gap: 3.5rem;
    }
    .step__inner--content>ul li+li {
        margin-top: 6rem;
    }
    .step__inner--content>ul li>.stt {
        width: 10.5rem;
        height: 10.5rem;
        font-size: 1.7rem;
    }
    .step__inner--content>ul li>.stt>.num {
        font-size: 3.8rem;
    }
    .step__inner--content>ul li>.text {
        width: calc(100% - 10.5rem - 3.5rem);
        font-size: 2.6rem;
        line-height: 1.4285714286;
    }
}

.flow {
    background-color: rgb(220, 245, 244);
    padding: 14rem 0 14.6rem;
}

.flow__titSub {
    font-family: "HiraginoUDSansStd_W6";
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #0c5f7e;
    text-align: center;
    margin-top: 1.2rem;
}

.flow__inner {
    margin-top: 14rem;
}

.flow__boxIn {
    background-color: #fff;
    border-radius: 1rem;
    padding: 0 2rem 4rem;
}

.flow__boxIn+.flow__boxIn {
    margin-top: 12rem;
}

.flow__boxIn--num {
    text-align: center;
    position: relative;
    top: -7.5rem;
}

.flow__boxIn--num>span {
    font-family: "HiraginoUDSansStd_W6";
    font-weight: 600;
    font-size: 2.7rem;
    line-height: 1;
    padding-top: 2rem;
    color: #fff;
    width: 15.5rem;
    height: 15.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 50%;
    border-style: solid;
    border-width: 8px;
    border-color: rgb(255, 255, 255);
    background-image: linear-gradient(135deg, rgb(144, 255, 196) 0%, rgb(74, 198, 244) 45%, rgb(0, 170, 195) 100%);
}

.flow__boxIn--num>span>.num {
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-size: 8rem;
    line-height: 1;
}

.flow__boxIn--txt {
    font-family: "HiraginoUDSansStd_W6";
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 1.7857142857;
    letter-spacing: 0.05em;
    color: #0c5f7e;
    text-align: center;
    margin-top: -6.5rem;
}

.flow__boxIn--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
    padding: 0 5rem;
}

.flow__boxIn--list>li {
    background-color: rgb(233, 250, 249);
    text-align: center;
    padding: 1rem;
    font-family: "HiraginoUDSansStd_W6";
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    color: #000;
    width: calc(50% - 1rem);
}

.flow__boxIn--list>li>.txt_red {
    color: #c60000;
    font-size: 2.8rem;
    display: inline;
}

@media screen and (max-width: 750px) {
    .flow {
        padding: 11rem 0 10rem;
    }
    .flow__inner {
        margin-top: 11.8rem;
    }
    .flow__boxIn {
        padding: 0 2rem 3.6rem;
    }
    .flow__boxIn+.flow__boxIn {
        margin-top: 13rem;
    }
    .flow__boxIn--txt {
        font-size: 2.2rem;
    }
    .flow__boxIn--list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 4rem;
        padding: 0 3rem;
        gap: 3rem;
    }
    .flow__boxIn--list>li {
        padding: 1.3rem;
        width: 100%;
        min-height: 10.2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.contact {
    padding: 15rem 0 5rem;
}

@media screen and (max-width: 750px) {
    .contact {
        padding: 10rem 0 5rem;
    }
}

.floating {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 100;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

.floating.show {
    opacity: 1;
    pointer-events: auto;
}

.floating__inner {
    max-width: 110rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 1rem 2rem;
}

.floating__inner>a {
    max-width: 43rem;
    width: 100%;
    margin: 0;
}

.floating__inner>a:hover {
    opacity: 0.7;
}

.floating__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    color: #fff;
    text-align: center;
    padding: 1.4rem;
    border-radius: 5rem;
    text-decoration: none;
    font-weight: 500;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 0.4rem 1.5rem transparent;
    box-shadow: 0 0.4rem 1.5rem transparent;
    white-space: nowrap;
    font-size: 2.8rem;
    min-width: max-content;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.floating__link:hover {
    opacity: 0.7;
}

.floating__link--orange {
    background: #ff6b1a;
    -webkit-box-shadow: 0 0.4rem 1.5rem rgba(255, 107, 26, 0.3);
    box-shadow: 0 0.4rem 1.5rem rgba(255, 107, 26, 0.3);
}

.floating__link--pink {
    background: #e91e63;
    -webkit-box-shadow: 0 0.4rem 1.5rem rgba(255, 107, 26, 0.3);
    box-shadow: 0 0.4rem 1.5rem rgba(255, 107, 26, 0.3);
}

.floating__link--purple {
    background: #6c5ce7;
    -webkit-box-shadow: 0 0.4rem 1.5rem rgba(108, 92, 231, 0.3);
    box-shadow: 0 0.4rem 1.5rem rgba(108, 92, 231, 0.3);
}

@media (max-width: 750px) {
    .floating__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem;
    }

    .floating__link {
        width: 100%;
        padding: 1.2rem 1.5rem;
        white-space: normal;
        min-width: auto;
    }
}

@media (max-width: 480px) {
    .floating__link {
        padding: 1rem 1.2rem;
    }
}


/*# sourceMappingURL=style.css.map */

.contact__inner {
    max-width: 95%;
    padding: 0px 2rem;
    margin: 5rem auto 0;
}

.contact label {
    display: block;
    font-size: 2.6rem;
    margin-top: 4rem;
    font-weight: 400;
}

.contact input,
.contact select,
.contact textarea {
    width: 100%;
    padding: 2rem;
    margin-top: 0.5rem;
    font-size: 2.2rem;
    border: 0.1rem solid #ccc;
    border-radius: 0.5rem;
    color: #000;
}

.contact input[type="checkbox"] {
    width: 3.5rem;
    height: 3.5rem;
    transform: scale(1);
    margin: 0.5rem 1rem 0 0;
    border: 0.1rem solid #ccc;
    border-radius: 0.5rem;
}

.contact input,
.contact textarea {
    background: #f6f6f6;
    border: none;
}

.contact .checkbox-group {
    display: flex;
    gap: 0 2rem;
}

.contact .checkbox-group label {
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: flex-start;
    width: 100%;
    margin-top: 1rem;
}

.contact .checkbox-group input {
    margin-right: 1rem;
}

.contact .submit-btn {
    min-height: 12rem;
    width: auto;
    padding: 2rem 6rem;
    font-size: 3.6rem;
    margin-top: 10rem;
    color: white;
    background-color: #e60013;
    border: none;
    border-radius: 6rem;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0.5rem 0.5rem 0;
}

.contact .submit-btn:hover {
    opacity: 0.6;
}

.contact .i-df {
    display: flex;
    flex-wrap: wrap;
}

.contact label.error {
    font-size: 1.8rem;
    color: red;
    margin-top: 1rem;
    width: 100%;
}

.contact #check_privacy_policy-error {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    bottom: -5rem;
    text-align: center;
}

.contact .txt-3 {
    text-align: center;
    padding: 4rem 0;
    font-size: 2.5rem;
}

.contact .agreement-box p {
    font-size: 2.4rem;
}

.contact .agreement-box {
    max-width: 80rem;
    height: 40rem;
    overflow-y: auto;
    margin: auto;
    padding: 1rem 3rem;
    border: 0.2rem solid #f6f6f6;
    border-radius: 0.8rem;
}

.contact .agreement-box .txt-agreement h4 {
    font-size: 2.6rem;
}

.contact .ct {
    text-align: center;
}

.contact .recaptcha {
    margin-top: 1.5rem;
    zoom: 1.111111111 !important;
    -webkit-transform: scale(1.111111111);
    transform: scale(1.111111111);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.contact .recaptcha .g-recaptcha>div {
    margin: auto;
}

.contact .recaptcha iframe {
    zoom: 1 !important;
}

.contact .agree {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.contact .checkbox-group .item {
    width: 50%;
}

@media screen and (max-width: 750px) {
    .contact__inner {
        max-width: 100%;
        padding: 0px;
        margin: 5rem auto 0;
    }
    .contact .agreement-box .txt-agreement h4 {
        font-size: 2.5rem;
    }
    .contact .agreement-box p {
        font-size: 2.2rem;
    }
}
