/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
*,
::before,
::after {
    background-repeat: no-repeat;
    box-sizing: inherit
}

::before,
::after {
    text-decoration: inherit;
    vertical-align: inherit
}

html {
    box-sizing: border-box;
    cursor: default;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

p {
    margin: 0;
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

nav ol,
nav ul {
    list-style: none
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ffff00;
    color: #000000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000000;
    text-shadow: none
}

::selection {
    background-color: #b3d4fc;
    color: #000000;
    text-shadow: none
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg {
    fill: currentColor
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    margin: 0
}

button,
input,
select,
textarea {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto;
    resize: vertical
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

[hidden] {
    display: none
}

[aria-busy="true"] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-hidden="false"][hidden]:not(:focus) {
    clip: rect(0, 0, 0, 0);
    display: inherit;
    position: absolute
}

[aria-disabled] {
    cursor: default
}

html {
    line-height: 1
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

table {
    border-spacing: 0
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

img {
    vertical-align: bottom
}

input,
button,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

html {
    width: 100%;
    margin: 0 auto;
    font-size: 62.5%
}

body {
    font-size: 3.33333vw;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Osaka, "MS PGothic", "ＭＳ Ｐゴシック", Helvetica, Arial;
    color: #505050;
    text-align: left;
    background-color: #FFF
}

@media screen and (min-width: 768px),
print {
    body {
        font-size: 1.66667vw
    }
}

@media screen and (min-width: 1200px) {
    body {
        font-size: 20px
    }
}

a {
    color: #505050;
    text-decoration: none;
    transition: all 0.2s
}

@media only screen and (min-width: 768px) {
    a:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7
    }
}

img {
    width: 100%;
    vertical-align: bottom
}

ul {
    padding-left: 0
}

figure {
    margin: 0
}

@media screen and (min-width: 768px),
print {
    .sp {
        display: none !important
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important
    }
}

.btmFooter {
    position: relative;
    padding-bottom: calc((120/750)*100vw)
}

@media screen and (min-width: 768px), print {
    .btmFooter {
        width:min(calc((1200/1280)*100vw), 1200px);
        margin: 0 auto;
        padding: 0
    }
}

.btmFooter-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ECF0F3
}

@media screen and (min-width: 768px), print {
    .btmFooter-list {
        border-bottom:none;
        height: min(calc((102/1280)*100vw), 102px);
        margin-left: min(calc((130/1280)*100vw), 130px);
        -ms-flex-align: center;
        align-items: center
    }
}

.btmFooter-list li {
    width: 50%
}

@media screen and (min-width: 768px), print {
    .btmFooter-list li {
        width:auto
    }
}

.btmFooter-list a {
    position: relative;
    color: #333333;
    display: block;
    height: calc((124/750)*100vw);
    font-size: calc((26/750)*100vw);
    border-top: 1px solid #ECF0F3;
    border-right: 1px solid #ECF0F3;
    padding: 0 calc((40/750)*100vw);
    letter-spacing: calc((-1.2/750)*100vw)
}

@media screen and (min-width: 768px), print {
    .btmFooter-list a {
        border:none;
        height: auto;
        font-size: min(calc((13/1280)*100vw), 13px);
        padding: 0;
        letter-spacing: normal;
        padding: 0 min(calc((25/1280)*100vw), 25px) 0 min(calc((20/1280)*100vw), 20px);
        margin-left: min(calc((20/1280)*100vw), 20px)
    }
}

.btmFooter-list span {
    line-height: 1.5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: calc((124/750)*100vw);
    padding-left: calc((46/750)*100vw)
}

@media screen and (min-width: 768px), print {
    .btmFooter-list span {
        height:auto;
        padding-left: 0
    }
}

.btmFooter-list span::before {
    content: "";
    position: absolute;
    background: url(../img/ico-target.webp) no-repeat;
    background-size: contain;
    width: calc((26/750)*100vw);
    height: calc((24/750)*100vw);
    left: calc((40/750)*100vw);
    top: 50%;
    transform: translate(0, -50%)
}

@media screen and (min-width: 768px), print {
    .btmFooter-list span::before {
        width:min(calc((13/1280)*100vw), 13px);
        height: min(calc((12/1280)*100vw), 12px);
        left: 0
    }
}

@media screen and (min-width: 768px), print {
    .btmFooter-list li:not(:last-child) span::after {
        content:"";
        display: block;
        width: 1px;
        height: min(calc((12/1280)*100vw), 12px);
        background-color: #DDDDDD;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%)
    }
}

.btmFooter-logo {
    position: absolute;
    bottom: calc((40/750)*100vw);
    left: calc((40/750)*100vw)
}

@media screen and (min-width: 768px), print {
    .btmFooter-logo {
        bottom:min(calc((35/1280)*100vw), 35px);
        left: 0
    }
}

.btmFooter-logo img {
    width: calc((154/750)*100vw)
}

@media screen and (min-width: 768px), print {
    .btmFooter-logo img {
        width:min(calc((110/1280)*100vw), 110px)
    }
}

.btmFooter-copy {
    position: absolute;
    bottom: calc((40/750)*100vw);
    right: calc((51/750)*100vw);
    font-size: calc((26/750)*100vw)
}

@media screen and (min-width: 768px), print {
    .btmFooter-copy {
        font-size:min(calc((13/1280)*100vw), 13px);
        bottom: min(calc((38/1280)*100vw), 38px);
        right: 0
    }
}

.header {
    position: fixed;
    z-index: 10;
    background: #ffffff;
    top: 0
}

@media screen and (max-width: 767px),
print {
    .header {
        display: flex;
        align-items: center;
        width: 100%;
        height: calc((120/750)*100vw);
        padding: 0 0 0 4vw;
        box-sizing: border-box;
    }
}

@media screen and (min-width: 768px),
print {
    .header {
        width: 100%;
        border-top: .625vw solid #4A6B8A
    }
}

@media screen and (min-width: 1366px) {
    .header {
        border-top: 8px solid #4A6B8A
    }
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (min-width: 768px),
print {
    .header-inner {
        margin: auto;
        width: 93.75vw
    }
}

@media screen and (min-width: 1366px) {
    .header-inner {
        width: 1200px
    }
}

.header-inner-logo {
    width: calc(291/750*100vw);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 768px),
print {
    .header-inner-logo {
        width: calc(229/1366*100vw);
        height: calc(80/1366*100vw);
    }
}

@media screen and (min-width: 1366px) {
    .header-inner-logo {
        width: 229px;
        height: 80px
    }
}

.header-nav-wrapper {
    display: flex;
    gap: calc((11/1366)*100vw);
    justify-content: flex-end;
}
@media screen and (min-width: 1366px), print {
    .header-nav-wrapper {
        gap: 11px;
    }
}

@media screen and (max-width: 767px),
print {
    .header-inner-link {
        display: none
    }
}

@media screen and (min-width: 768px),
print {
    .header-inner-link {
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        margin-left: 0
    }
}

@media screen and (min-width: 1980px) {
    .header-inner-link {
        margin-left: 80px;
    }
}

@media screen and (min-width: 768px),
print {
    .header-inner-link .ancLInk {
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        font-weight: bold;
        font-size: calc(15 / 1366 * 100vw);
        margin: 0 calc(15 / 1366 * 100vw);
    }
}

@media screen and (min-width: 1366px) {
    .header-inner-link .ancLInk {
        font-size: 15px;
        margin: 0 15px 0;
    }
}

@media screen and (min-width: 768px),
print {
    .header-inner-link .ancLInk a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        height: 100%;
        padding: calc(13 / 1366 * 100vw) 0 calc(13 / 1366 * 100vw);
    }
}

@media screen and (min-width: 1366px) {
    .header-inner-link .ancLInk a {
        padding: 13px 5px 13px
    }
}

.header-inner-link .ancLInk a:after {
    content: "";
    display: inline-block;
    position: absolute;
    background: #DDDDDD
}

@media screen and (min-width: 768px),
print {
    .header-inner-link .ancLInk a:after {
        width: calc(1 / 1366 * 100vw);
        height: calc(40 / 1366 * 100vw);
        top: 50%;
        right: calc(-16 / 1366 * 100vw);
        transform: translateY(-50%)
    }
}

@media screen and (min-width: 1366px) {
    .header-inner-link .ancLInk a:after {
        width: 1px;
        height: 40px;
        right: -16px
    }
}

.header-inner-link .ancLInk a:hover {
    opacity: 1
}

@media screen and (min-width: 768px),
print {
    .header-inner-link .ancLInk a:hover span {
        width: 95%
    }
}

@media screen and (min-width: 768px),
print {
    .header-inner-link .ancLInk a span {
        position: absolute;
        transition: all .3s;
        bottom: 0;
        width: 0;
        background: #0E3A63;
        height: .3125vw;
        left: .39062vw
    }
}

@media screen and (min-width: 1366px) {
    .header-inner-link .ancLInk a span {
        height: 4px;
        left: 4px
    }
}

.header-inner-link .ancLInk:last-child a::after {
    content: "";
    display: none
}

.header-inner-btn {
    background: linear-gradient(to right, #ED7300 30%, #F1562C);
    text-align: center;
    border-radius: 5.86667vw;
    line-height: 1.21429
}

@media screen and (min-width: 768px),
print {
    .header-inner-btn {
        line-height: 1.2;
        border-radius: 1.875vw
    }
}

@media screen and (min-width: 1366px) {
    .header-inner-btn {
        border-radius: 24px
    }
}

.header-inner-btn a {
    display: inline-block;
    color: #ffffff;
    position: relative;
    font-weight: bold;
    width: 30.4vw;
    font-size: 3.73333vw;
    padding: 1.33333vw 0 1.33333vw
}

@media screen and (min-width: 768px),
print {
    .header-inner-btn a {
        width: 12.1875vw;
        font-size: 1.17188vw;
        padding: .54688vw 1.5625vw .54688vw 2.34375vw
    }
}

@media screen and (min-width: 1366px) {
    .header-inner-btn a {
        width: 156px;
        font-size: 15px;
        padding: 7px 20px 7px 30px
    }
}

.header-inner-btn a::before {
    content: ''
}

@media screen and (min-width: 768px),
print {
    .header-inner-btn a::before {
        display: inline-block;
        background-size: contain;
        vertical-align: middle;
        background-image: url(../img/pc/mail_icon_pc.svg);
        position: absolute;
        left: .9375vw;
        top: 1.25vw;
        width: 1.875vw;
        height: 1.40625vw
    }
}

@media screen and (min-width: 1366px) {
    .header-inner-btn a::before {
        left: 12px;
        top: 16px;
        width: 24px;
        height: 18px
    }
}

.header-inner-btn a::after {
    content: '';
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    background-image: url(../img/pc/tri_icon.svg);
    position: absolute;
    right: 2vw;
    top: 4.66667vw;
    width: 1.46667vw;
    height: 2.4vw
}

@media screen and (min-width: 768px),
print {
    .header-inner-btn a::after {
        display: inline-block;
        background-size: contain;
        vertical-align: middle;
        background-image: url(../img/pc/tri_icon.svg);
        position: absolute;
        right: 1.5625vw;
        top: 1.5625vw;
        width: .46875vw;
        height: .78125vw
    }
}

@media screen and (min-width: 1366px) {
    .header-inner-btn a::after {
        right: 20px;
        top: 20px;
        width: 6px;
        height: 10px
    }
}

.header-inner .hamburger {
    line-height: 1
}

.header-inner .hamburger a {
    display: inline-block;
    background: #0E3A63;
    line-height: 1
}

@media screen and (max-width: 767px),
print {
    .header-inner .hamburger a {
        width: 13.33333vw;
        height: 16vw
    }
}

.hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    background: #0E3A63
}

@media screen and (max-width: 767px),
print {
    .hamburger {
        width: 16vw;
        height: 16vw
    }
}

.hamburger span {
    display: block;
    position: absolute;
    background: #ffffff;
    border-radius: 2px;
    transition: 0.3s ease-in-out
}

@media screen and (max-width: 767px),
print {
    .hamburger span {
        width: 5.33333vw;
        height: .53333vw
    }
}

@media screen and (max-width: 767px),
print {
    .hamburger span:nth-child(1) {
        top: 5.6vw;
        left: 5.06667vw
    }
}

@media screen and (max-width: 767px),
print {
    .hamburger span:nth-child(2) {
        top: 7.46667vw;
        left: 5.06667vw
    }
}

@media screen and (max-width: 767px),
print {
    .hamburger span:nth-child(3) {
        top: 9.33333vw;
        left: 5.06667vw
    }
}

.hamburger.active span:nth-child(1) {
    transform: rotate(-45deg)
}

@media screen and (max-width: 767px),
print {
    .hamburger.active span:nth-child(1) {
        top: 7.46667vw;
        left: 5.06667vw
    }
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    transform: rotate(45deg)
}

@media screen and (max-width: 767px),
print {

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 7.46667vw;
        left: 5.06667vw
    }
}

nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    left: 0;
    color: #000;
    background: #F3F3F3;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    height: 100vh
}

@media screen and (max-width: 767px),
print {
    nav.globalMenuSp {
        top: 16vw;
        padding-top: calc(50 / 750 * 100vw);
    }
}

nav.globalMenuSp ul {
    display: flex;
    flex-direction: column;
    gap: calc(42 / 750 * 100vw);
    margin: 0 auto calc(80 / 750 * 100vw);
    padding: 0;
    width: 100%
}

nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%
}

@media screen and (max-width: 767px),
print {
    nav.globalMenuSp ul li {
        font-size: 4.8vw
    }
}

nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none
}

nav.globalMenuSp ul li:hover {
    background: #ddd
}

nav.globalMenuSp ul li a {
    display: block;
    color: #0E3A63;
    font-weight: bold;
    padding: 0;
    text-decoration: none
}

@media screen and (max-width: 767px),
print {
    nav.globalMenuSp ul li a {
        padding: 2.66667vw 0 2.66667vw
    }
}

nav.globalMenuSp.active {
    transform: translateX(0%)
}

@media screen and (max-width: 767px),
print {
    .pc {
        display: none !important
    }
}

@media screen and (min-width: 768px),
print {
    .sp {
        display: none !important
    }
}

.btn-dl {
    background-image: linear-gradient(to right, #ED7300 30%, #F1562C);
    background-repeat: no-repeat;
    border-radius: 1000px;
}
.header .btn-dl {
    width: calc(233 / 1366 * 100vw);
    height: calc(48 / 1366 * 100vw);
}
@media screen and (min-width: 1366px), print {
    .header .btn-dl {
        width: 233px;
        height: 48px;
    }
}

.btn-dl a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 0 0 calc(34 / 1366 * 100vw);
    font-size: calc(20 / 1366 * 100vw);
    font-weight: 700;
    color: #fff;
    background-image: url("../img/arw_icon.svg");
    background-repeat: no-repeat;
    background-position: right calc(25 / 1366 * 100vw) center;
    -webkit-background-size: calc(10 / 1366 * 100vw);
    background-size: calc(10 / 1366 * 100vw);
}
.header .btn-dl a {
    padding: 0 0 0 calc(26 / 1366 * 100vw);
    font-size: calc(14 / 1366 * 100vw);
    background-position: right calc(15 / 1366 * 100vw) center;
    -webkit-background-size: calc(6 / 1366 * 100vw);
    background-size: calc(6 / 1366 * 100vw);
}
@media screen and (max-width: 767px), print {
    .btn-dl a {
        padding: 0 0 0 calc(34 / 750 * 100vw);
        font-size: calc(28 / 750 * 100vw);
        background-position: right calc(30 / 750 * 100vw) center;
        -webkit-background-size: calc(16 / 750 * 100vw);
        background-size: calc(16 / 750 * 100vw);
    }
    .header .btn-dl a {
        padding: 0 0 0 26px;
        font-size: 14px;
    }
}
@media screen and (min-width: 1366px), print {
    .btn-dl a {
        padding: 0 0 0 34px;
        font-size: 20px;
        background-position: right 25px center;
        -webkit-background-size: 10px;
        background-size: 10px;
    }
    .header .btn-dl a {
        padding: 0 0 0 26px;
        font-size: 14px;
        background-position: right 15px center;
        -webkit-background-size: 6px;
        background-size: 6px;
    }
}

.btn-dl a span {
    padding: calc(3 / 1366 * 100vw) 0 calc(3 / 1366 * 100vw) calc(7 / 1366 * 100vw);
    background-image: url(../img/ico_file.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    -webkit-background-size: calc(25 / 1366 * 100vw);
    background-size: calc(25 / 1366 * 100vw);
}
.header .btn-dl a span {
    padding-left: calc(23 / 1366 * 100vw);
    -webkit-background-size: calc(16 / 1366 * 100vw);
    background-size: calc(16 / 1366 * 100vw);
}
@media screen and (max-width: 767px), print {
    .btn-dl a span {
        padding: calc(3 / 750 * 100vw) 0 calc(3 / 750 * 100vw) calc(54 / 750 * 100vw);
        background-size: calc(37 / 750 * 100vw);
    }
    .header .btn-dl a span {
        padding-left: 23px;
        background-size: calc(16 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .btn-dl a span {
        padding: 0 0 0 7px;
        background-size: 25px;
    }
    .header .btn-dl a span {
        padding: 3px 0 3px 23px;
        background-size: 16px;
    }
}

@media screen and (max-width: 767px), print {
    .header .btn-dl.small {
        position: fixed;
        top: calc(20 / 750 * 100vw);
        right: calc(144 / 750 * 100vw);
        width: calc(219 / 750 * 100vw);
        height: calc(80 / 750 * 100vw);
    }

    .header .btn-dl.small a {
        padding-left: calc(31 / 750 * 100vw);
        font-size: calc(24 / 750 * 100vw);
        line-height: calc(28 / 24 * 1em);
        text-align: center;
        background-position: right calc(18 / 750 * 100vw) center;
        -webkit-background-size: calc(11 / 750 * 100vw);
        background-size: calc(11 / 750 * 100vw);
    }

    .header .globalMenuSp [class^=btn-] {
        width: calc(670 / 750 * 100vw);
        height: calc(100 / 750 * 100vw);
        margin: 0 auto calc(25 / 750 * 100vw);
    }

    .header .globalMenuSp [class^=btn-] a {
        font-size: calc(35 / 750 * 100vw);
        background-position: right calc(22 / 750 * 100vw) center;
        -webkit-background-size: calc(18 / 750 * 100vw);
        background-size: calc(18 / 750 * 100vw);
    }

    .header .globalMenuSp .btn-dl a {
        padding-left: calc(52 / 750 * 100vw);
    }

    .header .globalMenuSp .btn-dl a span {
        padding: calc(9 / 750 * 100vw) 0 calc(9 / 750 * 100vw) calc(101 / 750 * 100vw);
        -webkit-background-size: calc(42 / 750 * 100vw);
        background-size: calc(42 / 750 * 100vw);
    }

    .header .globalMenuSp .btn-normal {
        background-color: #1B6EBC;
        border-radius: 1000px;
    }

    .header .globalMenuSp .btn-normal a {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        color: #fff;
        background-image: url("../img/arw_icon.svg");
        background-repeat: no-repeat;
    }
}

.mv {
    background-size: cover;
    background-position: center;
    background-image: url(../img/bg_mv_sp.webp);
    margin-top: 16vw;
    height: calc(1136 / 750 * 100vw);
    padding: calc(68 / 750 * 100vw) 0 0;
    box-sizing: border-box;
}

@media screen and (min-width: 768px),
print {
    .mv {
        background-image: url(../img/bg_mv.webp);
        margin-top: calc(88 / 1366 * 100vw);
        height: calc(600 / 1366 * 100vw);
        padding: calc(69 / 1366 * 100vw) 0 0;
    }
}

@media screen and (min-width: 1366px),
print {
    .mv {
        margin-top: 88px;
        height: 600px;
        padding: 69px 0 0;
        -webkit-background-size: 1920px;
        background-size: 1920px;
    }
}
@media screen and (min-width: 1920px), print {
    .mv {
        -webkit-background-size: cover;
        background-size: cover;
    }
}

.mv-inner {
    position: relative;
    width: 89.33333vw;
    margin: auto
}

@media screen and (min-width: 768px),
print {
    .mv-inner {
        width: calc(1200 / 1366 * 100vw)
    }
}

@media screen and (min-width: 1366px) {
    .mv-inner {
        width: 1200px
    }
}

.mv-inner .page-title {
    margin: 0 0 calc(60 / 1366 * 100vw);
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .mv-inner .page-title {
        margin: 0 0 calc(40 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .mv-inner .page-title {
        margin: 0 0 60px;
    }
}

.title-block {
    display: block;
}

.mv-inner .page-title .title-block {
    position: relative;
    color: #fff;
}
.mv-inner .page-title .title-block.--1 {
    font-size: calc(34 / 1366 * 100vw);
}
.mv-inner .page-title .title-block.--2 {
    margin-top: calc(19 / 1366 * 100vw);
}
.mv-inner .page-title .title-block.--3 {
    margin-top: calc(11 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .mv-inner .page-title .title-block.--1 {
        font-size: calc(38 / 750 * 100vw);
    }
    .mv-inner .page-title .title-block.--2 {
        margin-top: calc(14 / 750 * 100vw);
    }
    .mv-inner .page-title .title-block.--3 {
        margin-top: calc(8 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .mv-inner .page-title .title-block.--1 {
        font-size: 34px;
    }
    .mv-inner .page-title .title-block.--2 {
        margin-top: 19px;
    }
    .mv-inner .page-title .title-block.--3 {
        margin-top: 11px;
    }
}

.mv-inner .page-title .title-block .ttl-image {
    display: inline-block;
    width: calc(800 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .mv-inner .page-title .title-block .ttl-image {
        width: calc(616 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .mv-inner .page-title .title-block .ttl-image {
        width: 800px;
    }
}

.mv-inner .page-title .title-block .asterisk {
    display: inline-block;
    margin: 0 0 0 calc(5 / 1366 * 100vw);
    font-size: calc(18 / 1366 * 100vw);
    font-weight: 700;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .mv-inner .page-title .title-block .asterisk {
        position: absolute;
        top: calc(47 / 750 * 100vw);
        left: calc(621 / 750 * 100vw);
        margin: 0;
        font-size: calc(22 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .mv-inner .page-title .title-block .asterisk {
        margin: 0 0 0 5px;
        font-size: 18px;
    }
}

.mv-inner .page-title .title-block.--3 span.--1 {
    font-size: calc(60 / 1366 * 100vw);
}
.mv-inner .page-title .title-block.--3 span.--2 {
    display: inline-block;
    margin: 0 0 0 calc(11 / 1366 * 100vw);
    font-size: calc(37 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .mv-inner .page-title .title-block.--3 span.--1 {
        font-size: calc(60 / 750 * 100vw);
    }
    .mv-inner .page-title .title-block.--3 span.--2 {
        margin: 0 0 0 calc(11 / 750 * 100vw);
        font-size: calc(37 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .mv-inner .page-title .title-block.--3 span.--1 {
        font-size: 60px;
    }
    .mv-inner .page-title .title-block.--3 span.--2 {
        margin: 0 0 0 11px;
        font-size: 37px;
    }
}

.mv-inner .mv-text {
    font-size: calc(18 / 1366 * 100vw);
    font-weight: 700;
    line-height: calc(31 / 18 * 1em);
    color: #fff;
}
@media screen and (max-width: 767px) {
    .mv-inner .mv-text {
        margin: 0 0 calc(42 / 750 * 100vw);
        font-size: calc(26 / 750 * 100vw);
        line-height: calc(42 / 26 * 1em);
    }
}
@media screen and (min-width: 1366px), print {
    .mv-inner .mv-text {
        font-size: 18px;
    }
}

.mv-inner .mv-text span {
    font-size: calc(14 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .mv-inner .mv-text span {
        font-size: calc(21 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .mv-inner .mv-text span {
        font-size: 14px;
    }
}

.mv-inner .mv-banner {
    position: absolute;
    top: calc(237 / 1366 * 100vw);
    left: calc(548 / 1366 * 100vw);
    display: block;
    width: calc(160 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .mv-inner .mv-banner {
        position: relative;
        top: auto;
        left: auto;
        width: calc(205 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .mv-inner .mv-banner {
        top: 237px;
        left: 548px;
        width: 160px;
    }
}

.top-cta {
    position: relative;
    width: calc(1200 / 1366 * 100vw);
    height: calc(215 / 1366 * 100vw);
    margin: calc(-104 / 1366 * 100vw) auto calc(26 / 1366 * 100vw);
    padding: calc(31 / 1366 * 100vw) 0 0;
    box-sizing: border-box;
    background-color: #F0F4F7;
    border-radius: calc(20 / 1366 * 100vw);
    box-shadow: 0 0 calc(20 / 1366 * 100vw) 0 rgba(26, 58, 96, .2);
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .top-cta {
        width: calc(670 / 750 * 100vw);
        height: auto;
        margin: calc(-286 / 750 * 100vw) auto calc(34 / 750 * 100vw);
        padding: calc(27 / 750 * 100vw) 0 calc(35 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .top-cta {
        width: 1200px;
        height: 215px;
        margin: -104px auto 26px;
        padding: 31px 0 0;
        border-radius: 20px;
        box-shadow: 0 0 20px 0 rgba(26, 58, 96, .2);
    }
}

.top-cta .top-cta-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(34 / 1366 * 100vw);
    margin: 0 0 calc(22 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .top-cta .top-cta-title {
        flex-direction: column;
        gap: calc(12 / 750 * 100vw);
        margin-bottom: calc(22 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .top-cta .top-cta-title {
        gap: 34px;
        margin: 0 0 22px;
    }
}

.top-cta .top-cta-title .logo-image {
    width: calc(247 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .top-cta .top-cta-title .logo-image {
        width: calc(400 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .top-cta .top-cta-title .logo-image {
        width: 247px;
    }
}

.top-cta .top-cta-title .cta-title-body {
    font-size: calc(25 / 1366 * 100vw);
    font-weight: 700;
    color: #0E3A63;
}
@media screen and (max-width: 767px) {
    .top-cta .top-cta-title .cta-title-body {
        font-size: calc(34 / 750 * 100vw);
        text-align: center;
        line-height: calc(42 / 34 * 1em);
    }
}
@media screen and (min-width: 1366px), print {
    .top-cta .top-cta-title .cta-title-body {
        font-size: 25px;
    }
}

.top-cta .top-cta-title .cta-title-body span {
    font-size: calc(14 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .top-cta .top-cta-title .cta-title-body span {
        font-size: calc(24 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .top-cta .top-cta-title .cta-title-body span {
        font-size: 14px;
    }
}

.top-cta .top-cta-inner {
    display: flex;
    justify-content: center;
    gap: calc(31 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .top-cta .top-cta-inner {
        flex-direction: column;
        align-items: center;
        gap: calc(26 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .top-cta .top-cta-inner {
        gap: 31px;
    }
}

.top-cta .top-cta-inner [class^="btn-"] {
    width: calc(436 / 1366 * 100vw);
    height: calc(64 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .top-cta .top-cta-inner [class^="btn-"] {
        width: calc(600 / 750 * 100vw);
        height: calc(90 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .top-cta .top-cta-inner [class^="btn-"] {
        width: 436px;
        height: 64px;
    }
}

.top-cta .top-cta-inner [class^="btn-"] a {
    font-size: calc(22 / 1366 * 100vw);
    background-position: right calc(20 / 1366 * 100vw) center;
    -webkit-background-size: calc(11 / 1366 * 100vw);
    background-size: calc(11 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .top-cta .top-cta-inner [class^="btn-"] a {
        font-size: calc(32 / 750 * 100vw);
        background-position: right calc(20 / 750 * 100vw) center;
        -webkit-background-size: calc(16 / 750 * 100vw);
        background-size: calc(16 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .top-cta .top-cta-inner [class^="btn-"] a {
        font-size: 22px;
        background-position: right 20px center;
        -webkit-background-size: 11px;
        background-size: 11px;
    }
}

.top-cta .top-cta-inner .btn-dl a {
    padding-left: calc(66 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .top-cta .top-cta-inner .btn-dl a {
        padding-left: calc(47 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .top-cta .top-cta-inner .btn-dl a {
        padding-left: 66px;
    }
}

.top-cta .top-cta-inner .btn-dl a span {
    padding: calc(5 / 1366 * 100vw) 0 calc(5 / 1366 * 100vw) calc(42 / 1366 * 100vw);
    background-position: 0 50%;
    -webkit-background-size: calc(25 / 1366 * 100vw);
    background-size: calc(25 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .top-cta .top-cta-inner .btn-dl a span {
        padding: calc(8 / 750 * 100vw) 0 calc(8 / 750 * 100vw) calc(90 / 750 * 100vw);
        background-position: 0 50%;
        -webkit-background-size: calc(37 / 750 * 100vw);
        background-size: calc(37 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .top-cta .top-cta-inner .btn-dl a span {
        padding: 5px 0 5px 42px;
        background-size: 25px;
    }
}

.top-cta .top-cta-inner .btn-normal {
    background-color: #1B6EBC;
    border-radius: 1000px;
}

.top-cta .top-cta-inner .btn-normal a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #fff;
    background-image: url("../img/arw_icon.svg");
    background-repeat: no-repeat;
}

.mv-notice {
    width: calc(1200 / 1366 * 100vw);
    margin: 0 auto calc(94 / 1366 * 100vw);
    font-size: calc(14 / 1366 * 100vw);
    font-weight: 500;
    line-height: calc(24 / 14 * 1em);
    color: #AAA9A9;
}
@media screen and (max-width: 767px) {
    .mv-notice {
        width: calc(670 / 750 * 100vw);
        margin: 0 auto calc(98 / 750 * 100vw);
        font-size: calc(24 / 750 * 100vw);
        line-height: calc(36 / 24 * 1em);
    }
}
@media screen and (min-width: 1366px), print {
    .mv-notice {
        width: 1200px;
        margin: 0 auto 94px;
        font-size: 14px;
    }
}

.faq {
    margin: calc(-88 / 1366 * 100vw) auto 0;
    padding: calc(88 / 1366 * 100vw) 0 calc(144 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .faq {
        margin: calc(-120 / 750 * 100vw) auto 0;
        padding: calc(120 / 750 * 100vw) 0 calc(102 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .faq {
        margin: -88px auto 0;
        padding: 88px 0 144px;
    }
}

.faq .section-title {
    margin: 0 0 calc(108 / 1366 * 100vw);
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .faq .section-title {
        margin: 0 0 calc(100 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .faq .section-title {
        margin: 0 0 108px;
    }
}

.faq .section-title .title-block.--1 {
    margin: 0 0 calc(25 / 1366 * 100vw);
    font-size: calc(28 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .faq .section-title .title-block.--1 {
        margin: 0 0 calc(16 / 750 * 100vw);
        font-size: calc(32 / 750 * 100vw);
        line-height: calc(50 / 32 * 1em);
    }
}
@media screen and (min-width: 1366px), print {
    .faq .section-title .title-block.--1 {
        margin: 0 0 25px;
        font-size: 28px;
    }
}

.faq .section-title .title-block .txt-blue {
    color: #1B6EBC;
}

.faq .section-title .title-block.large {
    font-size: calc(46 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .faq .section-title .title-block.large {
        font-size: calc(52 / 750 * 100vw);
        line-height: calc(67 / 52 * 1em);
    }
}
@media screen and (min-width: 1366px), print {
    .faq .section-title .title-block.large {
        font-size: 46px;
    }
}

.faq .faq-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(48 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .faq .faq-list {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: calc(115 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .faq .faq-list {
        gap: 48px;
    }
}

.faq .faq-list li {
    position: relative;
    width: calc(368 / 1366 * 100vw);

}
@media screen and (max-width: 767px) {
    .faq .faq-list li {
        width: calc(670 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .faq .faq-list li {
        width: 368px;
    }
}

.faq .faq-list li .q-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(180 / 1366 * 100vw);
    background-color: #F0F4F7;
    border-radius: calc(10 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .faq .faq-list li .q-box {
        height: auto;
        padding: calc(90 / 750 * 100vw) 0 calc(70 / 750 * 100vw);
        border-radius: calc(10 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .faq .faq-list li .q-box {
        height: 180px;
        border-radius: 10px;
    }
}

.faq .faq-list li .q-box:after {
    content: "";
    position: absolute;
    bottom: calc(-36 / 1366 * 100vw);
    right: calc(71 / 1366 * 100vw);
    width: calc(53 / 1366 * 100vw);
    height: calc(36 / 1366 * 100vw);
    background-image: url("../img/bg_tooltip.svg");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
@media screen and (max-width: 767px) {
    .faq .faq-list li .q-box:after {
        bottom: calc(-63 / 750 * 100vw);
        right: calc(129 / 750 * 100vw);
        width: calc(96 / 750 * 100vw);
        height: calc(65 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .faq .faq-list li .q-box:after {
        bottom: -36px;
        right: 71px;
        width: 53px;
        height: 36px;
    }
}

.faq .faq-list li .ico-q {
    position: absolute;
    top: calc(-34 / 1366 * 100vw);
    left: 50%;
    width: calc(68 / 1366 * 100vw);
    transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
    .faq .faq-list li .ico-q {
        top: calc(-62 / 750 * 100vw);
        width: calc(124 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .faq .faq-list li .ico-q {
        top: -34px;
        left: 50%;
        width: 68px;
    }
}

.faq .faq-list li .q-title {
    font-size: calc(21 / 1366 * 100vw);
    font-weight: 700;
    text-align: center;
    line-height: calc(30 / 21 * 1em);
}
@media screen and (max-width: 767px) {
    .faq .faq-list li .q-title {
        font-size: calc(36 / 750 * 100vw);
        line-height: calc(51 / 36 * 1em);
    }
}
@media screen and (min-width: 1366px), print {
    .faq .faq-list li .q-title {
        font-size: 21px;
    }
}

.faq .faq-list li .person {
    position: relative;
    display: block;
    margin: calc(-15 / 1366 * 100vw) auto 0;
    z-index: 1;
}
.faq .faq-list li .person.--1 {
    width: calc(118 / 1366 * 100vw);
}
.faq .faq-list li .person.--2 {
    width: calc(106 / 1366 * 100vw);
}
.faq .faq-list li .person.--3 {
    width: calc(122 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .faq .faq-list li .person {
        margin: calc(-30 / 750 * 100vw) auto 0;
    }
    .faq .faq-list li .person.--1 {
        width: calc(215 / 750 * 100vw);
    }
    .faq .faq-list li .person.--2 {
        width: calc(194 / 750 * 100vw);
    }
    .faq .faq-list li .person.--3 {
        width: calc(223 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .faq .faq-list li .person {
        margin: -15px auto 0;
    }
    .faq .faq-list li .person.--1 {
        width: 118px;
    }
    .faq .faq-list li .person.--2 {
        width: 106px;
    }
    .faq .faq-list li .person.--3 {
        width: 122px;
    }
}

.faq .faq-list li .a-box {
    position: relative;
    width: 100%;
    height: calc(430 / 1366 * 100vw);
    margin: calc(-8 / 1366 * 100vw) 0 0;
    padding: calc(29 / 1366 * 100vw) calc(29 / 1366 * 100vw) 0 calc(34 / 1366 * 100vw);
    box-sizing: border-box;
    color: #fff;
    background-color: #0E3A63;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .faq .faq-list li .a-box {
        height: auto;
        margin-top: calc(-15 / 750 * 100vw);
        padding: calc(51 / 750 * 100vw) calc(51 / 750 * 100vw) calc(43 / 750 * 100vw) calc(63 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .faq .faq-list li .a-box {
        height: 430px;
        margin: -8px 0 0;
        padding: 29px 29px 0 34px;
    }
}

.faq .faq-list li .a-box .a-title {
    display: flex;
    gap: calc(14 / 1366 * 100vw);
    margin: 0 0 calc(20 / 1366 * 100vw);
    font-size: calc(20 / 1366 * 100vw);
    font-weight: 700;
    line-height: calc(32 / 20 * 1em);
}
@media screen and (max-width: 767px) {
    .faq .faq-list li .a-box .a-title {
        gap: calc(28 / 750 * 100vw);
        margin: 0 0 calc(24 / 750 * 100vw);
        font-size: calc(34 / 750 * 100vw);
        line-height: calc(38 / 32 * 1em);
    }
}
@media screen and (min-width: 1366px), print {
    .faq .faq-list li .a-box .a-title {
        gap: 14px;
        margin: 0 0 20px;
        font-size: 20px;
    }
}

.faq .faq-list li .a-box .a-title .ico-a {
    font-family: 'Figtree', sans-serif;
    font-size: calc(33 / 1366 * 100vw);
    line-height: normal;
}
@media screen and (max-width: 767px) {
    .faq .faq-list li .a-box .a-title .ico-a {
        font-size: calc(59 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .faq .faq-list li .a-box .a-title .ico-a {
        font-size: 33px;
    }
}

.faq .faq-list li .a-box .a-text {
    font-size: calc(16 / 1366 * 100vw);
    line-height: 2em;
}
@media screen and (max-width: 767px) {
    .faq .faq-list li .a-box .a-text {
        font-size: calc(26 / 750 * 100vw);
        line-height: calc(42 / 26 * 1em);
    }
}
@media screen and (min-width: 1366px), print {
    .faq .faq-list li .a-box .a-text {
        font-size: 16px;
    }
}

.faq .faq-list li .a-box .a-text span {
    font-weight: 700;
}

.faq .faq-list li .a-box .a-text span.asterisk {
    font-size: calc(14 / 1366 * 100vw);
    font-weight: normal;

}
@media screen and (max-width: 767px) {
    .faq .faq-list li .a-box .a-text span.asterisk {
        font-size: calc(24 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .faq .faq-list li .a-box .a-text span.asterisk {
        font-size: 14px;
    }
}

.faq .faq-list li .a-box .btn-anchor {
    position: absolute;
    bottom: calc(30 / 1366 * 100vw);
    left: 50%;
    width: calc(274 / 1366 * 100vw);
    height: calc(44 / 1366 * 100vw);
    background-image: linear-gradient(to bottom, #ED7300, #F1562C);
    border-radius: 100px;
    transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
    .faq .faq-list li .a-box .btn-anchor {
        position: relative;
        bottom: auto;
        left: auto;
        width: calc(546 / 750 * 100vw);
        height: calc(90 / 750 * 100vw);
        margin: calc(38 / 750 * 100vw) auto calc(13 / 750 * 100vw);
        transform: none;
    }
}
@media screen and (min-width: 1366px), print {
    .faq .faq-list li .a-box .btn-anchor {
        bottom: 30px;
        width: 274px;
        height: 44px;
    }
}

.faq .faq-list li .a-box .btn-anchor a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 0 0 calc(23 / 1366 * 100vw);
    box-sizing: border-box;
    font-size: calc(15 / 1366 * 100vw);
    font-weight: 700;
    color: #fff;
    background-image: url("../img/ico_arrow_down_small.svg");
    background-repeat: no-repeat;
    background-position: right calc(15 / 1366 * 100vw) center;
    -webkit-background-size: calc(10 / 1366 * 100vw);
    background-size: calc(10 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .faq .faq-list li .a-box .btn-anchor a {
        padding-left: calc(95 / 750 * 100vw);
        font-size: calc(26 / 750 * 100vw);
        background-position: right calc(30 / 750 * 100vw) center;
        -webkit-background-size: calc(24 / 750 * 100vw);
        background-size: calc(24 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .faq .faq-list li .a-box .btn-anchor a {
        padding: 0 0 0 23px;
        font-size: 15px;
        background-position: right 15px center;
        -webkit-background-size: 10px;
        background-size: 10px;
    }
}

.point {
    padding: calc(100 / 1366 * 100vw) 0 calc(107 / 1366 * 100vw);
    background-color: #F0F4F7;
}
@media screen and (max-width: 767px) {
    .point {
        padding: calc(83 / 750 * 100vw) 0 calc(103 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .point {
        padding: 100px 0 107px;
    }
}

.point .section-title {
    margin: calc(-88 / 1366 * 100vw) 0 calc(32 / 1366 * 100vw);
    padding: calc(88 / 1366 * 100vw) 0 0;
    font-size: calc(33 / 1366 * 100vw);
    font-weight: 700;
    line-height: calc(47 / 33 * 1em);
    text-align: center;
    color: #0E3A63;
}
@media screen and (max-width: 767px) {
    .point .section-title {
        margin: calc(-120 / 750 * 100vw) 0 calc(51 / 750 * 100vw);
        padding: calc(120 / 750 * 100vw) 0 0;
        font-size: calc(46 / 750 * 100vw);
        line-height: calc(58 / 46 * 1em);
    }
}
@media screen and (min-width: 1366px), print {
    .point .section-title {
        margin: -88px 0 32px;
        padding: 88px 0 0;
        font-size: 33px;
    }
}

.point .section-overview {
    margin: 0 0 calc(90 / 1366 * 100vw);
    font-size: calc(18 / 1366 * 100vw);
    line-height: calc(36 / 18 * 1em);
    text-align: center;
}
@media screen and (max-width: 767px) {
    .point .section-overview {
        margin: 0 0 calc(66 / 750 * 100vw);
        font-size: calc(28 / 750 * 100vw);
        line-height: calc(52 / 28 * 1em);
    }
}
@media screen and (min-width: 1366px), print {
    .point .section-overview {
        margin: 0 0 90px;
        font-size: 18px;
    }
}

.point .section-overview span {
    font-weight: 700;
}

.point .point-item {
    width: calc(1200 / 1366 * 100vw);
    margin: 0 auto;
    padding: calc(22 / 1366 * 100vw) calc(100 / 1366 * 100vw);
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 0 calc(40 / 1366 * 100vw) rgba(26, 58, 96, 0.1);
}
@media screen and (max-width: 767px) {
    .point .point-item {
        width: calc(670 / 750 * 100vw);
        padding: calc(38 / 750 * 100vw) calc(40 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .point .point-item {
        width: 1200px;
        padding: 22px 100px;
        box-shadow: 0 0 40px rgba(26, 58, 96, 0.1);
    }
}

.point .point-top {
    margin: 0 0 calc(66 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .point .point-top {
        margin: 0 0 calc(97 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .point .point-top {
        margin: 0 0 66px;
    }
}

.point .point-top .point-notice {
    margin: calc(16 / 1366 * 100vw) 0 0;
    font-size: calc(12 / 1366 * 100vw);
    text-align: center;
    line-height: calc(20 / 12 * 1em);
}
@media screen and (max-width: 767px) {
    .point .point-top .point-notice {
        width: calc(670 / 750 * 100vw);
        margin: calc(24 / 750 * 100vw) auto 0;
        font-size: calc(24 / 750 * 100vw);
        text-align: left;
        line-height: calc(36 / 18 * 1em);
    }
}
@media screen and (min-width: 1366px), print {
    .point .point-top .point-notice {
        margin: 16px 0 0;
        font-size: 12px;
    }
}

.point .point-list {
    display: flex;
    flex-direction: column;
    gap: calc(65 / 1366 * 100vw);
}
@media screen and (min-width: 1366px), print {
    .point .point-list {
        gap: 65px;
    }
}

.point .point-list li {
    position: relative;
    padding: calc(44 / 1366 * 100vw) 0 0 calc(70 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .point .point-list li {
        padding: calc(169 / 750 * 100vw) calc(40 / 750 * 100vw) calc(60 / 750 * 100vw);
    }
}
@media screen and (min-width: 768px), print {
    .point .point-list li.--1 {
        height: calc(565 / 1366 * 100vw);
    }
    .point .point-list li.--2 {
        height: calc(602 / 1366 * 100vw);
    }
    .point .point-list li.--3 {
        height: calc(602 / 1366 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .point .point-list li {
        padding: 44px 0 0 70px;
    }
    .point .point-list li.--1 {
        height: 565px;
    }
    .point .point-list li.--2 {
        height: 602px;
    }
    .point .point-list li.--3 {
        height: 602px;
    }
}

.point .point-list li .ico-point {
    position: absolute;
    top: calc(-12 / 1366 * 100vw);
    left: calc(70 / 1366 * 100vw);
    width: calc(141 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .point .point-list li .ico-point {
        top: calc(-12 / 750 * 100vw);
        left: 50%;
        width: calc(141 / 750 * 100vw);
        transform: translateX(-50%);
    }
}
@media screen and (min-width: 1366px), print {
    .point .point-list li .ico-point {
        top: -12px;
        left: 70px;
        width: 141px;
    }
}

.point .point-list li .point-title {
    margin: 0 0 calc(64 / 1366 * 100vw);
    padding: 0 0 0 calc(165 / 1366 * 100vw);
    font-size: calc(32 / 1366 * 100vw);
    font-weight: 700;
    line-height: calc(53 / 32 * 1em);
}
@media screen and (max-width: 767px) {
    .point .point-list li .point-title {
        margin: 0 0 calc(37 / 750 * 100vw);
        padding: 0;
        font-size: calc(34 / 750 * 100vw);
        text-align: center;
        line-height: calc(58 / 34 * 1em);
    }
}
@media screen and (min-width: 1366px), print {
    .point .point-list li .point-title {
        margin: 0 0 64px;
        padding: 0 0 0 165px;
        font-size: 32px;
    }
}

.point .point-list li .point-title span {
    font-size: calc(40 / 1366 * 100vw);
    color: #1A6EBD;
}
@media screen and (max-width: 767px) {
    .point .point-list li .point-title span {
        font-size: calc(44 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .point .point-list li .point-title span {
        font-size: 40px;
    }
}

.point .point-list li .point-text {
    width: calc(530 / 1366 * 100vw);
    font-size: calc(16 / 1366 * 100vw);
    line-height: calc(36 / 16 * 1em);
}
@media screen and (max-width: 767px) {
    .point .point-list li .point-text {
        width: auto;
        margin: 0 0 calc(61 / 750 * 100vw);
        font-size: calc(26 / 750 * 100vw);
        line-height: calc(42 / 26 * 1em);
    }
}
@media screen and (min-width: 1366px), print {
    .point .point-list li .point-text {
        width: 530px;
        font-size: 16px;
    }
}

.point .point-list li .point-text span {
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .point .point-list li .point-image.--1 {
        width: 100%;
    }
    .point .point-list li .point-image.--2 {
        width: calc(576 / 750 * 100vw);
    }
    .point .point-list li .point-image.--3 {
        width: 100%;
    }
}
@media screen and (min-width: 768px), print {
    .point .point-list li .point-image {
        position: absolute;
    }
    .point .point-list li .point-image.--1 {
        right: calc(45 / 1366 * 100vw);
        bottom: calc(79 / 1366 * 100vw);
        width: calc(508 / 1366 * 100vw);
    }
    .point .point-list li .point-image.--2 {
        right: calc(125 / 1366 * 100vw);
        bottom: calc(42 / 1366 * 100vw);
        width: calc(362 / 1366 * 100vw);
    }
    .point .point-list li .point-image.--3 {
        right: calc(62 / 1366 * 100vw);
        bottom: calc(88 / 1366 * 100vw);
        width: calc(467 / 1366 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .point .point-list li .point-image.--1 {
        right: 45px;
        bottom: 79px;
        width: 508px;
    }
    .point .point-list li .point-image.--2 {
        right: 125px;
        bottom: 42px;
        width: 362px;
    }
    .point .point-list li .point-image.--3 {
        right: 62px;
        bottom: 88px;
        width: 467px;
    }
}

.cta {
    padding: calc(68 / 1366 * 100vw) 0 calc(79 / 1366 * 100vw);
    background-image: url("../img/bg_cta.webp");
    background-repeat: no-repeat;
    background-position: center 0;
    -webkit-background-size: cover;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .cta {
        padding: calc(80 / 750 * 100vw) 0 calc(90 / 750 * 100vw);
        background-image: url("../img/bg_cta_sp.webp");");
    }
}
@media screen and (min-width: 1366px), print {
    .cta {
        padding: 68px 0 79px;
    }
}

.cta .cta-title {
    margin: 0 0 calc(48 / 1366 * 100vw);
    font-size: calc(40 / 1366 * 100vw);
    font-weight: 700;
    text-align: center;
    line-height: calc(67 / 1366 * 100vw);
    color: #fff;
}
@media screen and (max-width: 767px) {
    .cta .cta-title {
        display: flex;
        flex-direction: column;
        gap: calc(11 / 750 * 100vw);
        margin-bottom: calc(44 / 750 * 100vw);
        font-size: calc(50 / 750 * 100vw);
        line-height: calc(61 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .cta .cta-title {
        font-size: 40px;
        line-height: 67px;
    }
}

.cta .cta-title span {
    font-size: calc(32 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .cta .cta-title span {
        font-size: calc(34 / 750 * 100vw);
        line-height: calc(56 / 34 * 1em);
    }
}
@media screen and (min-width: 1366px), print {
    .cta .cta-title span {
        font-size: 32px;
    }
}

.cta .btn-wrapper {
    display: flex;
    justify-content: center;
    gap: calc(20 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .cta .btn-wrapper {
        flex-direction: column;
        align-items: center;
        gap: calc(44 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .cta .btn-wrapper {
        gap: 20px;
    }
}

.cta .btn-wrapper [class^="btn-"] {
    width: calc(429 / 1366 * 100vw);
    height: calc(80 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .cta .btn-wrapper [class^="btn-"] {
        width: calc(600 / 750 * 100vw);
        height: calc(110 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .cta .btn-wrapper [class^="btn-"] {
        width: 429px;
        height: 80px;
    }
}

.cta .btn-wrapper .btn-dl a span {
    padding: calc(6 / 1366 * 100vw) 0 calc(6 / 1366 * 100vw) calc(32 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .cta .btn-wrapper .btn-dl a span {
        padding: calc(10 / 750 * 100vw) 0 calc(10 / 750 * 100vw) calc(54 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .cta .btn-wrapper .btn-dl a span {
        padding: 6px 0 6px 32px;
    }
}

.cta .btn-wrapper .btn-normal {
    background-color: #fff;
    border-radius: 100px;
}

.cta .btn-wrapper .btn-normal a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: calc(20 / 1366 * 100vw);
    font-weight: 700;
    color: #1B6EBC;
    background-image: url("../img/ico_arrow_blue.svg");
    background-repeat: no-repeat;
    background-position: right calc(26 / 1366 * 100vw) center;
    -webkit-background-size: calc(10 / 1366 * 100vw);
    background-size: calc(10 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .cta .btn-wrapper .btn-normal a {
        font-size: calc(28 / 750 * 100vw);
        background-position: right calc(30 / 750 * 100vw) center;
        -webkit-background-size: calc(16 / 750 * 100vw);
        background-size: calc(16 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .cta .btn-wrapper .btn-normal a {
        font-size: 20px;
        background-position: right 26px center;
        -webkit-background-size: 10px;
        background-size: 10px;
    }
}

.service {
    padding: calc(96 / 1366 * 100vw) 0 calc(171 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .service {
        padding: calc(98 / 750 * 100vw) 0 calc(83 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .service {
        padding: 96px 0 171px;
    }
}

.service .section-title {
    margin: calc(-88 / 1366 * 100vw) 0 calc(4 / 1366 * 100vw);
    padding: calc(88 / 1366 * 100vw) 0 0;
    font-size: calc(28 / 1366 * 100vw);
    font-weight: 700;
    line-height: calc(38 / 28 * 1em);
    text-align: center;
    color: #0E3A63;
}
@media screen and (max-width: 767px) {
    .service .section-title {
        margin: calc(-120 / 750 * 100vw) 0 calc(24 / 750 * 100vw);
        padding: calc(120 / 750 * 100vw) 0 0;
        font-size: calc(32 / 750 * 100vw);
        line-height: calc(48 / 32 * 1em);
    }
}
@media screen and (min-width: 1366px), print {
    .service .section-title {
        margin: -88px 0 4px;
        padding: 88px 0 0;
        font-size: 28px;
    }
}

.service .ttl-service {
    width: calc(1000 / 1366 * 100vw);
    margin: 0 auto calc(63 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .service .ttl-service {
        width: calc(550 / 750 * 100vw);
        margin-bottom: calc(66 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .service .ttl-service {
        width: 1000px;
        margin: 0 auto 63px;
    }
}

.service .service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(48 / 1366 * 100vw);
    margin: 0 0 calc(30 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .service .service-list {
        flex-direction: column;
        align-items: center;
        gap: calc(92 / 750 * 100vw);
        margin-bottom: calc(41 / 750 * 100vw);
        padding: 0 0 calc(128 / 750 * 100vw);
        background-image: url("../img/ico_arrow_down.svg");
        background-repeat: no-repeat;
        background-position: 50% 100%;
        -webkit-background-size: calc(100 / 750 * 100vw);
        background-size: calc(100 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .service .service-list {
        gap: 48px;
        margin: 0 0 30px;
    }
}

.service .service-list li {
    width: calc(368 / 1366 * 100vw);
    padding: 0 0 calc(70 / 1366 * 100vw);
    background-image: url("../img/ico_arrow_down.svg");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -webkit-background-size: calc(42 / 1366 * 100vw);
    background-size: calc(42 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .service .service-list li {
        width: calc(670 / 750 * 100vw);
        padding: 0;
        background-image: none;
    }
}
@media screen and (min-width: 1366px), print {
    .service .service-list li {
        width: 368px;
        padding: 0 0 70px;
        background-size: 42px;
    }
}

.service .service-list li .service-lead {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(152 / 1366 * 100vw);
    margin: 0 0 calc(35 / 1366 * 100vw);
    font-size: calc(20 / 1366 * 100vw);
    font-weight: 700;
    line-height: calc(30 / 20 * 1em);
    text-align: center;
    color: #E50012;
    background-color: #FFFCE8;
    border-radius: calc(10 / 1366 * 100vw);
}
.service .service-list li .service-lead:before {
    content: "";
    position: absolute;
    top: calc(-12 / 1366 * 100vw);
    left: 50%;
    width: calc(32 / 1366 * 100vw);
    height: calc(35 / 1366 * 100vw);
    background-image: url("../img/ico_pin.svg");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    transform: translateX(-50%);
}
.service .service-list li .service-lead:after {
    content: "";
    position: absolute;
    bottom: calc(-23 / 1366 * 100vw);
    left: 50%;
    width: calc(35 / 1366 * 100vw);
    height: calc(23 / 1366 * 100vw);
    background-image: url("../img/bg_tooltip2.svg");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
    .service .service-list li .service-lead {
        height: calc(236 / 750 * 100vw);
        margin: 0 0 calc(55 / 750 * 100vw);
        font-size: calc(34 / 750 * 100vw);
        line-height: calc(45 / 34 * 1em);
    }
    .service .service-list li .service-lead:before {
        top: calc(-18 / 750 * 100vw);
        left: calc(325 / 750 * 100vw);
        width: calc(50 / 750 * 100vw);
        height: calc(54 / 750 * 100vw);
        transform: none;
    }
    .service .service-list li .service-lead:after {
        bottom: calc(-35 / 750 * 100vw);
        width: calc(54 / 750 * 100vw);
        height: calc(35 / 750 * 100vw);

    }
}
@media screen and (min-width: 1366px), print {
    .service .service-list li .service-lead {
        height: 152px;
        margin: 0 0 35px;
        font-size: 20px;
        border-radius: 10px;
    }
    .service .service-list li .service-lead:before {
        top: -12px;
        width: 32px;
        height: 35px;
    }
    .service .service-list li .service-lead:after {
        bottom: -23px;
        width: 35px;
        height: 23px;
    }
}

.service .service-list li .service-item {
    width: 100%;
    height: calc(243 / 1366 * 100vw);
    background-color: #fff;
    box-shadow: 0 0 calc(40 / 1366 * 100vw) rgba(26, 58, 96, 0.1);
}
@media screen and (max-width: 767px) {
    .service .service-list li .service-item {
        height: auto;
        box-shadow: 0 0 calc(40 / 750 * 100vw) rgba(26, 58, 96, 0.1);
    }
}
@media screen and (min-width: 1366px), print {
    .service .service-list li .service-item {
        height: 243px;
    }
}

.service .service-list li .service-item .service-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(70 / 1366 * 100vw);
    font-size: calc(28 / 1366 * 100vw);
    font-weight: 700;
    color: #fff;
    background-color: #0E3A63;
}
@media screen and (max-width: 767px) {
    .service .service-list li .service-item .service-title {
        height: calc(108 / 750 * 100vw);
        font-size: calc(42 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .service .service-list li .service-item .service-title {
        height: 70px;
        font-size: 28px;
    }
}

.service .service-list li .service-item .service-overview {
    width: 100%;
    padding: calc(22 / 1366 * 100vw) calc(23 / 1366 * 100vw) 0;
    font-size: calc(16 / 1366 * 100vw);
    line-height: 2em;
}
@media screen and (max-width: 767px) {
    .service .service-list li .service-item .service-overview {
        padding: calc(31 / 750 * 100vw) calc(36 / 750 * 100vw) calc(43 / 750 * 100vw);
        font-size: calc(26 / 750 * 100vw);
        line-height: calc(42 / 26 * 1em);
    }
}
@media screen and (min-width: 1366px), print {
    .service .service-list li .service-item .service-overview {
        padding: 22px 23px 0;
        font-size: 16px;
    }
}

.service .service-list li .service-item .service-overview span {
    font-weight: 700;
}

.service .service-detail-list {
    display: flex;
    flex-direction: column;
    gap: calc(47 / 1366 * 100vw);
    width: calc(1200 / 1366 * 100vw);
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .service .service-detail-list {
        gap: calc(52 / 750 * 100vw);
        width: calc(670 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .service .service-detail-list {
        gap: 47px;
        width: 1200px;
    }
}

.service .service-detail-list li {
    position: relative;
    width: 100%;
    height: calc(480 / 1366 * 100vw);
    padding: calc(79 / 1366 * 100vw) 0 0 calc(60 / 1366 * 100vw);
    box-sizing: border-box;
    background-color: #F0F4F7;
}
@media screen and (max-width: 767px) {
    .service .service-detail-list li {
        height: auto;
        padding: calc(63 / 750 * 100vw) 0 calc(45 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .service .service-detail-list li {
        height: 480px;
        padding: 79px 0 0 60px;
    }
}

.service .service-detail-list li .detail-title {
    margin: 0 0 calc(24 / 1366 * 100vw);
    font-size: calc(40 / 1366 * 100vw);
    font-weight: 700;
    color: #1B6EBC;
}
@media screen and (max-width: 767px) {
    .service .service-detail-list li .detail-title {
        margin: 0 0 calc(32 / 750 * 100vw);
        font-size: calc(46 / 750 * 100vw);
        text-align: center;
    }
}
@media screen and (min-width: 1366px), print {
    .service .service-detail-list li .detail-title {
        margin: 0 0 24px;
        font-size: 40px;
    }
}

.service .service-detail-list li .detail-title .asterisk {
    display: inline-block;
    font-size: calc(14 / 40 * 100%);
    color: #333333;
}
@media screen and (max-width: 767px) {
    .service .service-detail-list li .detail-title .asterisk {
        font-size: calc(20 / 46 * 100%);
    }
}
@media screen and (min-width: 1366px), print {
    .service .service-detail-list li .detail-title .asterisk {
    }
}

.service .service-detail-list li .detail-text {
    width: calc(552 / 1366 * 100vw);
    font-size: calc(16 / 1366 * 100vw);
    line-height: calc(36 / 16 * 1em);
}
@media screen and (max-width: 767px) {
    .service .service-detail-list li .detail-text {
        width: calc(590 / 750 * 100vw);
        margin: 0 auto;
        font-size: calc(26 / 750 * 100vw);
        line-height: calc(42 / 26 * 1em);
    }
}
@media screen and (min-width: 1366px), print {
    .service .service-detail-list li .detail-text {
        width: 552px;
        font-size: 16px;
    }
}

.service .service-detail-list li .detail-text span {
    font-weight: 700;
}

.service .service-detail-list li .detail-notice {
    margin: calc(22 / 1366 * 100vw) 0 0;
    font-size: calc(12 / 1366 * 100vw);
    line-height: calc(21 / 12 * 1em);
}
@media screen and (max-width: 767px) {
    .service .service-detail-list li .detail-notice {
        margin: calc(31 / 750 * 100vw) 0 0;
        font-size: calc(24 / 750 * 100vw);
        line-height: calc(34 / 24 * 1em);
    }
}
@media screen and (min-width: 1366px), print {
    .service .service-detail-list li .detail-notice {
        margin: 22px 0 0;
        font-size: 12px;
    }
}

.service .service-detail-list li .detail-image {
    display: block;
}
@media screen and (max-width: 767px) {
    .service .service-detail-list li .detail-image {
        margin: calc(48 / 750 * 100vw) auto 0;
    }
    .service .service-detail-list li .detail-image.--1 {
        width: calc(590 / 750 * 100vw);
    }
    .service .service-detail-list li .detail-image.--2 {
        width: calc(627 / 750 * 100vw);
        margin-right: 0;
    }
    .service .service-detail-list li .detail-image.--3 {
        width: calc(590 / 750 * 100vw);
    }
}
@media screen and (min-width: 768px), print {
    .service .service-detail-list li .detail-image {
        position: absolute;
    }
    .service .service-detail-list li .detail-image.--1 {
        top: calc(97 / 1366 * 100vw);
        right: calc(44 / 1366 * 100vw);
        width: calc(500 / 1366 * 100vw);
    }
    .service .service-detail-list li .detail-image.--2 {
        top: calc(79 / 1366 * 100vw);
        right: 0;
        width: calc(539 / 1366 * 100vw);
    }
    .service .service-detail-list li .detail-image.--3 {
        top: calc(90 / 1366 * 100vw);
        right: calc(44 / 1366 * 100vw);
        width: calc(500 / 1366 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .service .service-detail-list li .detail-image.--1 {
        top: 97px;
        right: 44px;
        width: 500px;
    }
    .service .service-detail-list li .detail-image.--2 {
        top: 79px;
        width: 539px;
    }
    .service .service-detail-list li .detail-image.--3 {
        top: 90px;
        right: 44px;
        width: 500px;
    }
}

.checkSheet {
    position: relative;
    padding: calc(129 / 1366 * 100vw) 0 calc(92 / 1366 * 100vw);
    background-color: #FFFCE8;
}
@media screen and (max-width: 767px) {
    .checkSheet {
        margin: calc(-120 / 750 * 100vw) 0 0;
        padding: calc(120 / 750 * 100vw) 0 0;
        background-color: #fff;
    }
}
@media screen and (min-width: 1366px), print {
    .checkSheet {
        padding: 129px 0 92px;
    }
}

.checkSheet .section-title {
    position: absolute;
    top: calc(-49 / 1366 * 100vw);
    left: 50%;
    display: flex;
    justify-content: flex-end;
    width: calc(966 / 1366 * 100vw);
    font-size: calc(26 / 1366 * 100vw);
    font-weight: 700;
    color: #fff;
    transform: translateX(-50%);
}
.checkSheet .section-title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(100 / 1366 * 100vw);
    height: calc(100 / 1366 * 100vw);
    background-image: url("../img/img_check.webp");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    transform: translateY(-50%);
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .checkSheet .section-title {
        position: relative;
        top: auto;
        left: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: calc(185 / 750 * 100vw);
        font-size: calc(34 / 750 * 100vw);
        line-height: calc(47 / 34 * 1em);
        background-color: #0E3A63;
        transform: none;
    }
    .checkSheet .section-title:before {
        top: 100%;
        left: 50%;
        width: calc(70 / 750 * 100vw);
        height: calc(35 / 750 * 100vw);
        background-image: url("../img/bg_tooltip3.svg");
        transform: translateX(-50%);
    }
}
@media screen and (min-width: 1366px), print {
    .checkSheet .section-title {
        top: -49px;
        left: 50%;
        width: 966px;
        font-size: 26px;
    }
    .checkSheet .section-title:before {
        width: 100px;
        height: 100px;
    }
}

.checkSheet .section-title span {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(948 / 1366 * 100vw);
    height: calc(80 / 1366 * 100vw);
    padding: 0 0 0 calc(168 / 1366 * 100vw);
    text-align: center;
    background-color: #0E3A63;
    border-radius: calc(10 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .checkSheet .section-title span {
        display: inline-block;
        width: auto;
        height: auto;
        padding: calc(3 / 750 * 100vw) 0 calc(3 / 750 * 100vw) calc(110 / 750 * 100vw);
        text-align: left;
        background-image: url("../img/img_check.webp");
        background-repeat: no-repeat;
        background-position: left center;
        -webkit-background-size: calc(100 / 750 * 100vw);
        background-size: calc(100 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .checkSheet .section-title span {
        width: 948px;
        height: 80px;
        padding: 0 0 0 168px;
        border-radius: 10px;
    }
}

.checkSheet .section-title span:after {
    content: "";
    position: absolute;
    bottom: calc(-20 / 1366 * 100vw);
    left: calc(435 / 1366 * 100vw);
    width: calc(70 / 1366 * 100vw);
    height: calc(27 / 108 * 100%);
    background-image: url("../img/bg_tooltip3.svg");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
@media screen and (max-width: 767px) {
    .checkSheet .section-title span:after {
        content: none;
    }
}
@media screen and (min-width: 1366px), print {
    .checkSheet .section-title span:after {
        bottom: -20px;
        left: 435px;
        width: 70px;
        height: 27px;
    }
}

.checkSheet .checkSheet-inner {
    display: flex;
    justify-content: center;
    gap: calc(58 / 1366 * 100vw);
    width: calc(1200 / 1366 * 100vw);
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .checkSheet .checkSheet-inner {
        flex-direction: column;
        gap: calc(45 / 750 * 100vw);
        width: 100%;
        margin-top: calc(-35 / 750 * 100vw);
        padding: calc(80 / 750 * 100vw) 0 calc(95 / 750 * 100vw);
        background-color: #FFFCE8;
    }
}
@media screen and (min-width: 1366px), print {
    .checkSheet .checkSheet-inner {
        gap: 58px;
        width: 1200px;
    }
}

.checkSheet .checkSheet-inner .checkSheet-info {
    flex: 1;
}

.checkSheet .checkSheet-inner .checkSheet-info .checkSheet-lead {
    margin: 0 0 calc(33 / 1366 * 100vw);
    font-size: calc(28 / 1366 * 100vw);
    font-weight: 700;
    line-height: calc(40 / 28 * 1em);
    color: #0E3A63;
}
@media screen and (max-width: 767px) {
    .checkSheet .checkSheet-inner .checkSheet-info .checkSheet-lead {
        margin: 0 0 calc(41 / 750 * 100vw);
        font-size: calc(38 / 750 * 100vw);
        line-height: calc(55 / 36 * 1em);
        text-align: center;
    }
}
@media screen and (min-width: 1366px), print {
    .checkSheet .checkSheet-inner .checkSheet-info .checkSheet-lead {
        margin: 0 0 33px;
        font-size: 28px;
    }
}

.checkSheet .checkSheet-inner .checkSheet-info .checkSheet-text {
    font-size: calc(18 / 1366 * 100vw);
    line-height: 2em;
}
@media screen and (max-width: 767px) {
    .checkSheet .checkSheet-inner .checkSheet-info .checkSheet-text {
        width: calc(670 / 750 * 100vw);
        margin: 0 auto;
        font-size: calc(26 / 750 * 100vw);
        line-height: calc(42 / 26 * 1em);
    }
}
@media screen and (min-width: 1366px), print {
    .checkSheet .checkSheet-inner .checkSheet-info .checkSheet-text {
        font-size: 18px;
    }
}

.checkSheet .checkSheet-inner .checkSheet-info .checkSheet-text p:nth-of-type(n + 2) {
    margin: calc(33 / 1366 * 100vw) 0 0;
}
@media screen and (max-width: 767px) {
    .checkSheet .checkSheet-inner .checkSheet-info .checkSheet-text p:nth-of-type(n + 2) {
        margin: calc(29 / 750 * 100vw) 0 0;
    }
}
@media screen and (min-width: 1366px), print {
    .checkSheet .checkSheet-inner .checkSheet-info .checkSheet-text p:nth-of-type(n + 2) {
        margin: 33px 0 0;
    }
}

.checkSheet .checkSheet-inner .checkSheet-image-wrapper {
    width: calc(590 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .checkSheet .checkSheet-inner .checkSheet-image-wrapper {
        margin: 0 auto;
        width: calc(670 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .checkSheet .checkSheet-inner .checkSheet-image-wrapper {
        width: 590px;
    }
}

.checkSheet .checkSheet-inner .checkSheet-image-wrapper .checkSheet-image {
    display: block;
    margin: 0 0 calc(14 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .checkSheet .checkSheet-inner .checkSheet-image-wrapper .checkSheet-image {
        margin-bottom: calc(21 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .checkSheet .checkSheet-inner .checkSheet-image-wrapper .checkSheet-image {
        margin: 0 0 14px;
    }
}

.checkSheet .checkSheet-inner .checkSheet-image-wrapper .caption-wrapper {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .checkSheet .checkSheet-inner .checkSheet-image-wrapper .caption-wrapper {
        display: block;
    }
}

.checkSheet .checkSheet-inner .checkSheet-image-wrapper .caption-wrapper .caption {
    font-size: calc(14 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
    .checkSheet .checkSheet-inner .checkSheet-image-wrapper .caption-wrapper .caption {
        margin: 0 0 calc(22 / 750 * 100vw);
        font-size: calc(24 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .checkSheet .checkSheet-inner .checkSheet-image-wrapper .caption-wrapper .caption {
        font-size: 14px;
    }
}

.checkSheet .checkSheet-inner .checkSheet-image-wrapper .caption-wrapper .btn-expand {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(213 / 1366 * 100vw);
    height: calc(44 / 1366 * 100vw);
    margin: calc(3 / 1366 * 100vw) 0 0;
    padding: 0 0 0 calc(58 / 1366 * 100vw);
    font-size: calc(15 / 1366 * 100vw);
    font-weight: 700;
    color: #fff;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, #ED7300, #F1562C);
    border-radius: 100px;
    cursor: pointer;
}
.checkSheet .checkSheet-inner .checkSheet-image-wrapper .caption-wrapper .btn-expand:before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(18 / 1366 * 100vw);
    width: calc(24 / 1366 * 100vw);
    height: calc(24 / 1366 * 100vw);
    background-image: url("../img/ico_search.svg");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    transform: translateY(-50%);
}
.checkSheet .checkSheet-inner .checkSheet-image-wrapper .caption-wrapper .btn-expand:after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(12 / 1366 * 100vw);
    width: calc(6 / 1366 * 100vw);
    height: calc(10 / 1366 * 100vw);
    background-image: url("../img/arw_icon.svg");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .checkSheet .checkSheet-inner .checkSheet-image-wrapper .caption-wrapper .btn-expand {
        width: calc(546 / 750 * 100vw);
        height: calc(90 / 750 * 100vw);
        margin: 0 auto;
        padding: 0 0 0 calc(186 / 750 * 100vw);
        font-size: calc(26 / 750 * 100vw);
    }
    .checkSheet .checkSheet-inner .checkSheet-image-wrapper .caption-wrapper .btn-expand:before {
        left: calc(115 / 750 * 100vw);
        width: calc(48 / 750 * 100vw);
        height: calc(48 / 750 * 100vw);
    }
    .checkSheet .checkSheet-inner .checkSheet-image-wrapper .caption-wrapper .btn-expand:after {
        right: calc(34 / 750 * 100vw);
        width: calc(16 / 750 * 100vw);
        height: calc(24 / 750 * 100vw);
    }
}
@media screen and (min-width: 1366px), print {
    .checkSheet .checkSheet-inner .checkSheet-image-wrapper .caption-wrapper .btn-expand {
        width: 213px;
        height: 44px;
        margin: 3px 0 0;
        padding: 0 0 0 58px;
        font-size: 15px;
    }
    .checkSheet .checkSheet-inner .checkSheet-image-wrapper .caption-wrapper .btn-expand:before {
        left: 18px;
        width: 24px;
        height: 24px;
    }
    .checkSheet .checkSheet-inner .checkSheet-image-wrapper .caption-wrapper .btn-expand:after {
        right: 12px;
        width: 6px;
        height: 10px;
    }
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    padding: 20px;
    max-width: 90%;
    max-height: 90vh;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
    .modal-content {
        padding: calc(80 / 750 * 100vw) calc(40 / 750 * 100vw);
    }
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #333;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.modal-close:hover,
.modal-close:focus {
    color: #000;
    text-decoration: none;
}

#modalImage {
    display: block;
    max-width: 100%;
    max-height: 80vh;
    margin: 0 auto;
}

/* フローティングバナー */
.popupArea {
    position: fixed;
    bottom: 96px;
    right: 0;
    z-index: 6;
}

.popupArea-hide {
    display: none;
}

.popup-banner {
    position: relative;
    display: block;
    transition: .3s;
}

a.popup-banner:hover {
    opacity: 0.9;
}

.popup-img {
    max-width: 300px;
    width: 100%;
    height: auto;
}

.popup-close {
    position: absolute;
    top: -30px;
    right: 0;
    width: 30px;
    height: 30px;
}

@media (max-width: 767px) {
    .popupArea {
        display: none !important;
        width: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        height: 100%;
        background: rgba(0, 0, 0, .3);
    }
}

.banner-close {
    position: absolute;
    top: -25px;
    right: 0;
    padding: 0px 5px;
    border: none;
    background-color: #EEE;
    color: #A3A3A3;
    font-size: 22px;
    cursor: pointer;
}

@media screen and (max-width: 768px),
print {
    .popup-img {
        display: none;
    }
}

/* 2025/12/26 FAQ追加 */
.other-nav {
    margin-bottom: 0;
    background-repeat: repeat;
}

@media screen and (max-width: 767px) {
    .bg_w {
        padding-right: 0;
        padding-left: 0;
    }
}
