/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
    box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline
}

@supports (-webkit-tap-highlight-color: transparent) {
    * {
        -webkit-tap-highlight-color: transparent
    }
}

@supports ((-webkit-text-size-adjust: 100%) or (-moz-text-size-adjust: 100%) or (text-size-adjust: 100%)) {
    * {
        text-size-adjust: 100% !important;
        text-size-adjust: 100% !important;
        text-size-adjust: 100% !important;
        text-size-adjust: 100% !important
    }
}

.u-db {
    display: block;
}

@media screen and (width <=768px) {
    .u-db {
        display: none;
    }
}

.u-sp {
    display: none;
}

@media screen and (width <=768px) {
    .u-sp {
        display: block;
    }
}

:root {
    --blue: #1a3261;
    --ora1: #e95513;
    --ora2: #f29600;
    --sky: #6492b8;
    --bla: #323232;
}

select,
button,
input,
textarea,
button {
    border: 1px solid #333
}

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

table,
td,
th {
    border: 1px solid #333
}

td,
th {
    line-height: 1.5;
    padding: 0.3em 0.4em
}

th {
    font-weight: bold;
    font-size: 1.05em
}

html {
    font-size: 100%;
    background-color: #fff;
    word-break: break-word
}

body {
    min-height: 100vh;
    color: #333;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    font: normal normal normal 14px/1.6 sans-serif;
    background-color: #fff;
    padding: 0;
    padding-top: 0 !important;
}

@media screen and (width <=768px) {
    body {
        padding-top: 60px !important;
    }
}

hr {
    overflow: visible;
    box-sizing: content-box;
    box-sizing: content-box;
    margin: 1em 0;
    height: 0;
    border-top: 1px solid #ccc
}

button:disabled {
    cursor: default
}

a,
a:active,
a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
dialog,
hr,
img {
    display: block
}

audio,
canvas,
iframe,
img,
svg,
video {
    display: inline-block;
    vertical-align: middle
}

[hidden],
dialog:not([open]),
template {
    display: none
}

button,
input,
select,
textarea {
    font-family: inherit;
    border-radius: 0
}

textarea {
    resize: vertical
}

audio,
canvas,
progress,
video {
    display: inline-block
}

input,
select {
    vertical-align: middle
}

button {
    vertical-align: inherit;
    line-height: inherit;
    cursor: pointer
}

button,
select {
    text-transform: none
}

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

mark {
    background-color: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 70%;
    line-height: 0
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

ul {
    list-style: none
}

img {
    width: 100%;
    height: auto
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    user-select: none;
    user-select: none;
    user-select: none;
    user-select: none;
    touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track::before,
.slick-track::after {
    content: "";
    display: table
}

.slick-track::after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat
}

@font-face {
    font-family: slick;
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
    opacity: 1
}

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
    opacity: .25
}

.slick-prev::before,
.slick-next::before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev::before {
    content: "←"
}

[dir="rtl"] .slick-prev::before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next::before {
    content: "→"
}

[dir="rtl"] .slick-next::before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
    opacity: 1
}

.slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button::before {
    color: #000;
    opacity: .75
}

html {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden
}

body {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    font-size: 16px;
    font-family: 'Noto Sans JP', "メイリオ", Meiryo, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    padding-top: 60px;
    color: #000
}

.bg-photo {
    background: center center/cover no-repeat
}

.bg-photo>img {
    display: none
}

a {
    transition: 0.3s all;
    transition: 0.3s all;
    transition: 0.3s all
}

a:hover {
    text-decoration: none
}

.wrapper {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    overflow: hidden;
}

.wrapper.--rec {
    padding: 0 20px 160px;
}

@media screen and (width <=768px) {
    .wrapper.--rec {
        padding: 0 16px 130px;
    }
}

.wrapper.--anxi {
    padding: 40px 0 140px;
}

@media screen and (width <=768px) {
    .wrapper.--anxi {
        padding: 40px 0;
    }
}

@media screen and (width <=768px) {
    .wrapper {
        padding: 0 16px;
    }
}

.icon {
    width: 1em;
    height: 1em;
    display: -webkit-box;
    display: 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
}

.icon svg {
    width: 100%;
    max-height: 100%
}

.btn02 a {
    display: -webkit-box;
    display: 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;
    background-color: #f29700;
    margin-top: 15px;
    height: 70px;
    border-radius: 35px;
    line-height: 1.2;
    font-size: 15px;
    font-weight: bold;
    padding: 0 12px 0 25px;
    border: 2px solid #fff;
    color: #1a3261;
    box-shadow: 3px 3px 5px rgb(114 13 13 / 30%);
    box-shadow: 3px 3px 5px rgb(114 13 13 / 30%)
}

.btn02 a:hover {
    border-color: #f29700;
    background-color: #fff
}

.btn02 a:hover .icon {
    background-color: #fff;
    color: #e95512
}

.btn02 a .icon {
    font-size: 32px;
    color: #fff;
    background-color: #e95512;
    border-radius: 50%;
    transition: 0.3s all;
    transition: 0.3s all;
    transition: 0.3s all
}

.btn04 a {
    display: -webkit-box;
    display: 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-color: #f7c066;
    height: 55px;
    border-radius: 35px;
    line-height: 1.2;
    font-size: 17px;
    font-weight: bold;
    padding: 0 30px 0 10px;
    border: 2px solid #e95512;
    color: #1a3261;
    box-shadow: 3px 3px 5px rgb(114 13 13 / 30%);
    box-shadow: 3px 3px 5px rgb(114 13 13 / 30%);
    position: relative
}

.btn04 a:hover {
    background-color: #fff
}

.btn04 a:hover .icon {
    background-color: #fff;
    color: #e95512
}

.btn04 a .icon {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 32px;
    color: #fff;
    background-color: #e95512;
    border-radius: 50%;
    transition: 0.3s all;
    transition: 0.3s all;
    transition: 0.3s all
}

.btn03 a {
    display: -webkit-box;
    display: 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;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#f39900), to(#ea5415));
    background: linear-gradient(left, #f39900 0%, #ea5415 100%);
    background: linear-gradient(90deg, #f39900 0%, #ea5415 100%);
    background-size: 100% 100%;
    background-position: 100% 0;
    height: 66px;
    border-radius: 33px;
    line-height: 1.2;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    box-shadow: 3px 3px 5px rgb(114 13 13 / 30%);
    box-shadow: 3px 3px 5px rgb(114 13 13 / 30%);
    position: relative;
    width: 320px
}

.btn03 a:hover {
    background: none;
    background-color: #fff;
    color: #ea5415;
    border: solid 2px #ea5415;
}

.btn03 a .icon {
    font-size: 30px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%)
}

.c-note-icon {
    display: block;
}

.p-note-icon:hover .c-note-icon {
    display: none;
}

.c-note-icon--hover {
    display: none;
}

.p-note-icon:hover .c-note-icon--hover {
    display: block;
}

@media screen and (width <=768px) {
    .l-header-wrap {
        /* height: 100%;
    max-height: 100vh; */
    }
}

.header {
    width: 100%;

    /* border-bottom: 2px solid #1a3261; */
    background-color: #fff;
    z-index: 99
}

.header .wrapper {
    height: 80px;
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1366px
}

@media screen and (width <=768px) {
    .header .wrapper {
        height: 60px;
    }
}

.header .wrapper .brand img {
    width: 110px
}

.header .wrapper .tips {
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
}

.header .left {
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index-one {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-image: url("../../../images/back-office/c-agent/c-fv-wide.png");
    background-color: rgb(255 255 255 / 20%);
    background-blend-mode: lighten;
    background-position: center center;
    background-repeat: no-repeat;

    /* background-size: cover; */
    background-size: auto 100%;
}

@media screen and (width <=768px) {
    .index-one {
        background-image: none;
    }
}

.index-one .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #e95512;
    background-image: linear-gradient(left, #ff7d4c, #ffc980);
    background-image: -webkit-gradient(linear, left top, right top, from(#ff7d4c), to(#ffc980));
    background-image: linear-gradient(to right, #ff7d4c, #ffc980);
    width: 100%;
    height: 265px;
    z-index: -1
}

.index-one .wrapper {
    position: relative;
    height: 610px;
}

@media screen and (width >=1500px){
    .index-one .wrapper {
        height: 800px;
        max-height: 95vh;
    }
}

@media screen and (width <=768px) {
    .index-one .wrapper {
        background-image: url("../../../images/back-office/c-agent/c-fv-sp.png");
        background-color: rgb(255 255 255 / 20%);
        background-blend-mode: lighten;
        background-position: center 0%;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 9;
    }
}

.index-one .index-one-content {
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    height: 100%;
}

.index-one .index-one-content .sub-title {
    color: #1a3261;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
}

.index-one .index-one-content .title {
    font-size: clamp(10px, 6vw, 44px);
    font-weight: 700;
    color: #1a3261;
    white-space: nowrap;
    text-align: center;
}

@media screen and (width <=768px) {
    .index-one .index-one-content .title {
        font-size: 7.46vw;
        line-height: 1.3;
    }
}

.index-one .index-one-content .title .red {
    color: #e95512;
    font-weight: 700;
}

.index-one .index-one-content .title .black {
    color: #000;
    font-weight: bold
}

.index-one .index-one-content .photos {
    display: -webkit-box;
    display: flexbox;
    display: flex;
    margin-left: -5px;
    padding-top: 30px;
    padding-bottom: 60px
}

@media screen and (width <=768px) {
    .index-one .index-one-content .photos {
        display: none;
    }
}

.p-fv-bottom {
    display: none;
}

@media screen and (width <=768px) {
    .p-fv-bottom {
        margin-top: -30px;
        position: relative;
        z-index: 10;
        display: block;
    }
}

.p-fv-bottom--sp {
    display: none;
}

@media screen and (width <=768px) {
    .p-fv-bottom--sp {
        display: block;
        background-color: #e1e4e9
    }
}

.index-one .index-one-content .photos .img {
    margin: 0 5px
}

.index-one .index-one-content .right {
    padding-top: 20px;
    width: 50%;
    margin-left: 1%;
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (width <=768px) {
    .index-one .index-one-content .right {
        padding: 0;
        margin-left: 0;
        width: 100%;
    }
}

.index-one .btns {
    position: absolute;
    right: 20px;
    top: 30px;
    width: 255px;
    background-color: #1a3261;
    border-radius: 10px;
    box-shadow: 5px 5px 8px rgb(114 13 13 / 30%);
    box-shadow: 5px 5px 8px rgb(114 13 13 / 30%);
    padding: 2px;
    z-index: 2
}

.index-one .btns .box {
    padding: 20px 10px;
    background-color: #fff;
    border-radius: 0 0 8px 8px
}

.index-one .btns .formHead {
    color: #1a3261;
    text-align: center;
    font-weight: bold;
    font-size: 1em
}

.index-one .btns .message {
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 20px 10px;
    font-size: 1em;
    line-height: 1.2em
}

.index-one .btns .btn label {
    margin-top: 15px;
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f29700;
    height: 55px;
    border-radius: 35px;
    line-height: 1.2;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #fff;
    color: #1a3261;
    padding-left: 25px;
    padding-right: 50px;
    box-shadow: 3px 3px 5px rgb(114 13 13 / 30%);
    box-shadow: 3px 3px 5px rgb(114 13 13 / 30%);
    transition: 0.3s all;
    transition: 0.3s all;
    transition: 0.3s all;
    cursor: pointer;
    position: relative
}

.index-one .btns .btn label:hover {
    border-color: #f29700;
    background-color: #fff
}

.index-one .btns .btn label:hover .icon {
    background-color: #fff;
    color: #e95512
}

.index-one .btns .btn label .icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 32px;
    color: #fff;
    background-color: #e95512;
    border-radius: 50%;
    transition: 0.3s all;
    transition: 0.3s all;
    transition: 0.3s all
}

.index-two .brands {
    width: 100%;
    user-select: none;
    user-select: none;
    user-select: none;
    user-select: none
}

.index-two .marquee {
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 40px;
    pointer-events: none
}

.index-two .marquee.sp {
    display: none
}

.index-two .marquee--inner {
    display: -webkit-box;
    display: flexbox;
    display: flex
}

.index-two .marquee--inner.animate {
    animation: marquee 20s linear infinite;
    animation: marquee 20s linear infinite
}

@keyframes marquee {
    0% {
        transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes marquee {
    0% {
        transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.index-two .orb {
    width: auto;
    display: block;
    position: relative;
    padding: 0 15px
}

.index-two .orb img {
    display: block;
    width: auto;
    height: 40px;
    max-width: 300px;
    object-fit: contain;
    object-fit: contain;
    position: relative
}

.global-title {
    text-align: center;
    padding: 60px 0 50px
}

.global-title .top-svg {
    height: 45px;
    margin-bottom: 15px
}

.global-title .title {
    color: #1a3261;
    font-size: 30px;
    font-weight: bold;
    text-align: center
}

.global-title .sub {
    position: relative;
    font-size: 16px;
    display: block;
    padding: 10px 10px 20px;
    z-index: 1;
    margin-bottom: 5px
}

.global-title .sub .sp {
    display: none
}

@media (width <= 500px) {
    .global-title .sub .sp {
        display: block
    }
}

@media (width <= 500px) {
    .global-title .sub .pc {
        display: none
    }
}

.global-title .sub svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: -1
}

.global-title .sub svg path {
    width: 100%;
    height: 100%
}

.global-title .line {
    width: 100px;
    height: 2px;
    background-color: #1a3261;
    margin: 20px auto 0
}

.global-title .sub-title {
    font-size: clamp(10px, 5vw, 32px);
    color: #1a3261
}

.global-title .note {
    font-size: 12px
}

.index-btn {
    height: 170px;
    background-color: #82A7C4;
    background-image: -webkit-gradient(linear, left top, right top, from(#82A7C4), color-stop(#C7D8E4), to(#82A7C4));
    background-image: linear-gradient(left, #82A7C4, #C7D8E4, #82A7C4);
    background-image: linear-gradient(to right, #82A7C4, #C7D8E4, #82A7C4);
    position: relative
}

.index-btn .content {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index-btn .content .btn03 {
    transform: translateY(10px);
    transform: translateY(10px);
    transform: translateY(10px)
}

.index-btn .content .note {
    font-size: 14px;
    font-weight: bold;
    color: #1a3261;
    text-align: center;
    margin-bottom: 1em;
    letter-spacing: .1em;
}

.index-btn .content .photo img {
    width: auto;
    height: 190px
}

.index-three {
    background-color: #fceacc;
}

.index-three .content {
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    margin: -70px auto 0
}

.index-three .content .item {
    width: calc(50% - 10px);
    margin-top: 40px;
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (width <=768px) {
    .index-three .content .item.--first {
        margin-top: 60px;
    }
}

.index-three .content .article {
    font-weight: 500;
    border-radius: 20px;
    background-color: #fff;
    padding: 30px;
    box-shadow: 4px 4px 10px 0 rgb(233 85 19 / 50%);
    box-shadow: 4px 4px 10px 0 rgb(233 85 19 / 50%);
}

.p-labor-figure__title {
    text-align: center;
    font-size: clamp(10px, 5vw, 24px);
    color: #1a3261;
    font-weight: bold;
    line-height: 1.5;
    border-bottom: solid 1px rgb(26 50 97 / 30%);
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.p-labor-figure__title.--adj {
    display: grid;
    display: grid;
    place-content: center;
}

.p-labor-figure__title--span {
    color: var(--ora1);
}

.index-three .content .photo {
    border-radius: 12px;
    overflow: hidden
}

.index-three .content .head {
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media screen and (width <=768px) {
    .index-three .content .head {
        width: 100%;
    }
}

.index-three .content .head .number {
    min-width: 80px;
    margin-right: 16px
}

@media screen and (width <=768px) {
    .index-three .content .head .number {
        min-width: auto;
        margin-right: 8px
    }
}

.index-three .content .head .number img {
    width: auto;
    height: 52px
}

.p-labor-figure__img {
    max-width: 300px;
    width: 100%;
    object-fit: contain;
    object-fit: contain;
    height: auto;
}

@media screen and (width <=768px) {
    .p-labor-figure__img {
        max-width: 80%;
    }
}

.index-three .content .head .title {
    font-size: 22px;
    font-weight: bold;
    color: #1a3261;
    margin-top: -0.2em;
    line-height: 1.4em
}

.index-three .content .head .title .red {
    color: #e95512
}

.index-four {
    padding-bottom: 90px;
    padding: 0 50px 90px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.index-four .bg {
    position: absolute;
    top: 20px;
    right: 50%;
    max-width: 400px;
    transform: translateX(-50%);
    transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1
}

.index-four .content {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 30px
}

.index-four .content .slick-dots {
    bottom: -30px
}

.index-four .content .slick-dots li.slick-active button::before {
    background-color: #6492b8;
}

.index-four .content .slick-dots li button:hover::before,
.index-four .content .slick-dots li button:focus::before {
    background-color: #f29700
}

.index-four .content .slick-dots li button::before {
    background-color: #bfc0c0;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1
}

.index-four .content .slick-prev,
.index-four .content .slick-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 5
}

.index-four .content .slick-prev:hover svg,
.index-four .content .slick-next:hover svg {
    color: #e95512
}

.index-four .content .slick-prev svg,
.index-four .content .slick-next svg {
    width: 100%;
    height: 100%;
    color: #f29700;
    transition: 0.3s all;
    transition: 0.3s all;
    transition: 0.3s all
}

.index-four .content .slick-next {
    right: -60px
}

.index-four .content .slick-prev {
    left: -60px
}

.index-four .content .slick-prev::before,
.index-four .content .slick-next::before {
    display: none
}

.index-four .item {
    background-color: #e1e4e9;
    padding: 20px 40px 40px;
    border-radius: 15px;
    overflow: hidden
}

.index-four .item .item-box {
    border-radius: 15px
}

.index-four .item .head {
    background-color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-left: -40px;
    padding: 0.5em 1em 0.5em 40px;
    color: #1a3261;
    border-radius: 0 10px 10px 0;
}

.index-four .item .info {
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0
}

.index-four .item .info .photo {
    width: 110px;
    height: 110px;
    border: 2px solid var(--sky);
    border-radius: 50%;
    overflow: hidden
}

.index-four .item .info .article {
    width: calc(100% - 110px);
    margin-left: 20px
}

.index-four .item .info .article .title {
    font-size: 18px;
    font-weight: bold;
    color: #1a3261
}

.index-four .item .info .article .text {
    font-size: 14px;
    margin-top: 0.6em
}

.index-four .cards {
    display: -webkit-box;
    display: 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
}

.index-four .cards .card {
    width: calc(50% - 30px);
    border-radius: 10px;
    overflow: hidden;
    font-size: 14px;
    background-color: #fff
}

.index-four .cards .card.after .card-head {
    background-color: #f29700
}

.index-four .cards .card.after dl {
    border-bottom-color: #f29700
}

.index-four .cards .card .card-head {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 0.4em 0.5em;
    background-color: #7684a0
}

.index-four .cards .card .box {
    padding: 0 20px 20px
}

.index-four .cards .card dl {
    display: -webkit-box;
    display: flexbox;
    display: flex;
    padding: 0.8em 1em;
    border-bottom: 1px solid #7684a0
}

.index-four .cards .card dl dt {
    color: #7684a0;
    margin-right: 20px;
    font-weight: 500;
    white-space: nowrap
}

.index-four .cards .card dl dd {
    font-weight: bold
}

.index-four .cards .center {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 20px 0 20px 20px;
    border-left-color: #fff;
}

.index-five {
    background-color: #fceacc;
    padding-bottom: 90px
}

.index-five .content {
    width: 100%;
    max-width: 1000px;
    margin: 64px auto 0;
    display: -webkit-box;
    display: 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;
}

@media screen and (width <=768px) {
    .index-five .content {
        display: block;
    }
}

.index-five .item {
    background-color: var(--blue);
    border: 2px solid var(--blue);
    border-radius: 10px;
    width: calc(100% / 4 - 37.5px);
}

@media screen and (width <=768px) {
    .index-five .item {
        width: 100%;
    }
}

.index-five .item .left {
    width: 100%;
    position: relative;
}

.p-step-figure {
    position: absolute;
    top: 0;
    left: 0;

}

.index-five .item .title {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #fff;
    width: 100%;
    line-height: 1.4em;
    padding: calc(32px + 20px) 10px 20px;
    height: 128px;
    display: grid;
    display: grid;
    place-content: center;
}

@media screen and (width <=768px) {
    .index-five .item .title {
        height: auto;
        font-size: 5.3vw;
    }
}

.index-five .item .photo {
    position: absolute;
    left: 61%;
    top: -69px;
    transform: translateX(-50%);
    transform: translateX(-50%);
    transform: translateX(-50%);
    width: 130px
}

@media screen and (width <=768px) {
    .index-five .item .photo {
        width: 140px;
        left: 56%;
        top: -76px;
    }
}

.index-five .item .step img {
    object-fit: contain;
    object-fit: contain;
    max-width: 28px;
    max-height: 32px;
    width: 100%;
    height: auto;
    margin-left: 14px;
    margin-top: 8px;
}

@media screen and (width <=768px) {
    .index-five .item .step img {
        margin-left: 4px;
    }
}

.index-five .item .article {
    width: 100%;
    background: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 0 0 10px 10px;
}

@media screen and (width <=768px) {
    .index-five .item .article {
        border-radius: 0 0 20px 20px;
    }
}

.index-five .center {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #f29700;
    margin: 0 15px 0 20px;
}

@media screen and (width <=768px) {
    .index-five .center {
        border-bottom: none;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        border-top: 15px solid#f29700;
        margin: 10px auto 0;
        padding-bottom: 40px;
    }
}

.index-six {
    padding-bottom: 90px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

@media screen and (width <=768px) {
    .index-six {
        padding-bottom: 60px;
    }
}

.index-six .bg {
    position: absolute;
    top: 20px;
    right: 50%;
    max-width: 400px;
    transform: translateX(-50%);
    transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1
}

.index-six .content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.index-six .content .item {
    width: calc(100% / 2 - 20px);
    box-shadow: 3px 3px 5px rgb(26 50 97 / 30%);
    box-shadow: 3px 3px 5px rgb(26 50 97 / 30%);
    background-color: #fff;
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

@media screen and (width <=768px) {
    .index-six .content .item {
        display: block;
    }
}

.c-contents-images {
    position: absolute;
    z-index: 3;
    top: 0%;
    left: 0%;
    width: 100%;
    max-width: 25%;
}

.p-contents-photo {
    padding: 16px 0 16px 16px;
    width: 40%;
    position: relative;
    z-index: 3;
}

@media screen and (width <=768px) {
    .p-contents-photo {
        width: 100%;
        padding: 20px 20px 0;
    }
}

.p-contents-wrap {
    padding: 16px 16px 16px 14px;
    width: 60%;
}

@media screen and (width <=768px) {
    .p-contents-wrap {
        padding: 16px 20px 20px;
        width: 100%;
    }
}

.index-six .content .item .article {
    padding-top: 10px;
    font-size: 16px
}

.index-six .content .item .head {
    width: 100%;
    background-color: var(--sky);
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 8px 14px;
}

.index-six .content .item .head .name {
    white-space: nowrap;
    font-size: 14px;
}

.index-seven {
    background-color: #FEF4E5;
    padding-bottom: 90px
}

@media screen and (width <=768px) {
    .index-seven {
        padding-top: 40px;
        padding-bottom: 80px;
    }
}

.index-seven .content {
    width: 100%;
    max-width: 850px;
    margin: 0 auto
}

.index-seven .item {
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden
}

.index-seven .item:not(:last-child) {
    margin-bottom: 25px
}

@media screen and (width <=768px) {
    .index-seven .item:not(:last-child) {
        margin-bottom: 16px
    }
}

.index-seven .item .en {
    min-width: 70px;
    width: 70px;
    display: -webkit-box;
    display: 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
}

.index-seven .item .en img {
    width: 24px
}

.index-seven .item .q {
    display: -webkit-box;
    display: flexbox;
    display: flex;
    cursor: pointer;
    min-height: 70px
}

.index-seven .item .q.on .ja::before {
    transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

.index-seven .item .q .en {
    background-color: #F29600;
}

.index-seven .item .q .ja {
    width: calc(100% - 70px);
    padding-left: 20px;
    padding-right: 55px;
    color: #1a3261;
    font-weight: 700;
    position: relative;
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index-seven .item .q .ja::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 2px;
    background-color: #F29600;
    border-radius: 1px
}

.index-seven .item .q .ja::before {
    content: "";
    position: absolute;
    right: calc(30px + 9px);
    top: 50%;
    transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 20px;
    background-color: #F29600;
    border-radius: 1px
}

.index-seven .item .q .ja.hidden::before {
    display: none;
}

.index-seven .item .a {
    display: none;
    border-top: 1px solid #F29600;
}

.index-seven .item .a .en {
    height: 70px
}

.index-seven .item .a .box {
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.index-seven .item .a .ja {
    padding: 20px;
    color: #323232;
    font-weight: 500;
}

@media screen and (width <=768px) {
    .index-seven .item .a .ja {
        padding: 20px 20px 20px 16px;
        font-size: 3.8vw;
    }
}

.contact_form .sec {
    display: none
}

.contact_form .error {
    color: #e95512;
    font-size: 12px
}

.contact_form .message {
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 20px 10px;
    font-size: 1em;
    line-height: 1.2em
}

.contact_form .message .small {
    font-size: 12px
}

.contact_form .formHead {
    color: #1a3261;
    text-align: center;
    font-weight: bold;
    font-size: 1em
}

.contact_form .box {
    padding: 20px 10px;
    background-color: #fff;
    border-radius: 0 0 8px 8px
}

.contact_form .info {
    color: #1a3261;
    background-color: #e5e8ee;
    text-align: center;
    padding: 10px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: bold
}

.contact_form .ttl {
    text-align: center;
    font-size: 18px;
    color: #1a3261;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 10px
}

.contact_form .formList {
    max-width: 460px;
    margin: 0 auto
}

.contact_form .flex {
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 470px
}

/* #sec4 .formList li.item{
	width: 100%;
} */
.contact_form .flex li {
    width: calc(50% - 10px);
    margin: 0 5px
}

.contact_form label input {
    display: none
}

.contact_form label.lightpink p {
    background-color: #fff
}

.contact_form label.lightpink p .icon {
    background-color: #fff;
    color: #e95512
}

.contact_form label p {
    padding: 0 10px;
    margin-top: 20px;
    display: -webkit-box;
    display: 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;
    flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #ffbe66;
    height: 55px;
    border-radius: 35px;
    line-height: 1.2;
    font-size: 17px;
    font-weight: bold;
    border: 2px solid #ff4600;
    color: #1a3261;
    box-shadow: 3px 3px 5px rgb(114 13 13 / 30%);
    box-shadow: 3px 3px 5px rgb(114 13 13 / 30%);
    transition: 0.3s all;
    transition: 0.3s all;
    transition: 0.3s all;
    cursor: pointer;
    position: relative;
    text-align: center
}

@media screen and (width <=768px) {
    .contact_form label p {
        padding: 0 6px;
    }
}

.contact_form label p small {
    font-size: 14px;
    white-space: nowrap
}

.contact_form label p:hover {
    background-color: #fff
}

.contact_form label p:hover .icon {
    background-color: #fff;
    color: #e95512
}

.contact_form label p .icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 32px;
    color: #fff;
    background-color: #e95512;
    border-radius: 50%;
    transition: 0.3s all;
    transition: 0.3s all;
    transition: 0.3s all
}

.contact_form .input-name {
    font-size: 17px;
    color: #1a3261;
    font-weight: bold;
    padding-bottom: 5px
}

.contact_form .formUnit {
    margin-top: 20px
}

.contact_form .note {
    font-size: 14px;
    color: #687e9e;
    padding: 1em;
    font-weight: bold
}

.contact_form .tips {
    padding-top: 5px;
    font-size: 14px;
    color: #687e9e;
    font-weight: bold
}

.contact_form .PostalPrefCity #toggle1 {
    display: none
}

.contact_form .PostalPrefCity .toggle-inner {
    display: none
}

.contact_form .PostalPrefCity #toggle1:checked~.toggle-inner {
    display: block
}

.contact_form .PostalPrefCity #toggle1:checked~.toggle-outer label .icon::before {
    transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

.contact_form .PostalPrefCity .article {
    font-size: 12px;
    text-align: center;
    color: #1a3261;
    font-weight: 500
}

.contact_form .PostalPrefCity .toggle-outer {
    padding-top: 15px
}

.contact_form .PostalPrefCity .toggle-outer label {
    width: 100%;
    text-align: center;
    display: block;
    background-color: #cfd6e0;
    color: #1a3261;
    font-size: 14px;
    padding: 0.6em 0.5em;
    cursor: pointer;
    position: relative;
    font-weight: bold
}

.contact_form .PostalPrefCity .toggle-outer label .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #1a3261
}

.contact_form .PostalPrefCity .toggle-outer label .icon::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 2px;
    background-color: #fff;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%)
}

.contact_form .PostalPrefCity .toggle-outer label .icon::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 8px;
    background-color: #fff;
    left: calc(50% - 1px);
    top: 50%;
    transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%)
}

.contact_form .PostalPrefCity .select {
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 6px
}

.contact_form .PostalPrefCity .select .name {
    white-space: nowrap;
    margin-right: 1em;
    font-size: 17px;
    font-weight: bold;
    color: #1a3261
}

.contact_form .formboth {
    width: 100%;
    border: 1px solid #f29700;
    padding: 0.6em;
    border-radius: 6px;
    font-size: 14px;
    box-shadow: 3px 3px 5px rgb(114 13 13 / 30%);
    box-shadow: 3px 3px 5px rgb(114 13 13 / 30%)
}

.contact_form .btnArea {
    position: relative;
    margin-top: 15px;
    display: -webkit-box;
    display: flexbox;
    display: flex;
    flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    padding-top: 30px
}

.contact_form .btnArea .btn-top {
    text-align: center;
    font-weight: bold;
    color: #1a3261;
    font-size: 17px
}

.contact_form .btnArea .btnBack {
    font-size: 12px;
    display: block;
    cursor: pointer;
    font-weight: bold;
    margin-top: 15px
}

.contact_form .btnArea .btnNext {
    position: relative;
    display: -webkit-box;
    display: 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;
    text-align: center;
    border: 2px solid #fff;
    font-size: 17px;
    height: 55px;
    background-color: #1a3261;
    box-shadow: 3px 3px 3px rgb(114 13 13 / 30%);
    box-shadow: 3px 3px 3px rgb(114 13 13 / 30%);
    color: #fff;
    width: 100%;
    border-radius: 50vw;
    margin: 0 auto;
    cursor: pointer;
    transition: 0.3s all;
    transition: 0.3s all;
    transition: 0.3s all;
    font-weight: bold
}

.contact_form .btnArea .btnNext.full {
    max-width: 100%
}

.contact_form .btnArea .btnNext:hover {
    border-color: #e95512;
    background-color: #fff;
    color: #1a3261
}

.contact_form .btnArea .btnNext:hover .icon {
    background-color: #fff;
    color: #e95512
}

.contact_form .btnArea .btnNext .icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 32px;
    background-color: #e95512;
    border-radius: 50%
}

.index-eight {
    position: relative;
    padding-bottom: 90px;
    z-index: 1
}

.index-eight .bg {
    position: absolute;
    width: 100%;
    height: 270px;
    z-index: -1;
    background-color: #82A7C4;
    background-image: -webkit-gradient(linear, left top, right top, from(#82A7C4), color-stop(#C7D8E4), to(#82A7C4));
    background-image: linear-gradient(left, #82A7C4, #C7D8E4, #82A7C4);
    background-image: linear-gradient(to right, #82A7C4, #C7D8E4, #82A7C4);
}

.index-eight .global-title .ttl {
    display: inline-block;
    color: #1a3261;
    font-size: 25px;
    background-color: #fff;
    border-radius: 50vw;
    padding: 20px 40px;
    line-height: 1.2em;
    border: 2px solid #1a3261;
    position: relative
}

.index-eight .global-title .ttl::before {
    content: "";
    position: absolute;
    top: calc(100%);
    left: 50%;
    transform: translateX(-50%);
    transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 15px solid #1a3261;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent
}

.index-eight .global-title .ttl::after {
    content: "";
    position: absolute;
    top: calc(100% - 3px);
    left: 50%;
    transform: translateX(-50%);
    transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 15px solid #fff;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent
}

.index-eight .content {
    width: 100%;
    max-width: 680px;
    margin: 0 auto
}

.index-eight .content .content-item {
    border: 2px solid var(--blue);
    background-color: var(--blue);
    border-radius: 20px
}

.index-eight .content .content-item .haed {
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 20px;
    position: relative
}

.index-eight .content .content-item .haed .sub-title {
    font-size: 15px
}

.index-eight .content .content-item .haed .title {
    font-size: 19px
}

.index-eight .content .content-item .haed .left-img {
    position: absolute;
    left: 30px;
    width: auto;
    height: 125%;
    bottom: -4px
}

.index-eight .content .content-item .haed .left-img img {
    width: auto;
    height: 100%
}

.index-eight .content .content-item .haed .right-img {
    position: absolute;
    right: 30px;
    width: auto;
    height: 125%;
    bottom: -5px
}

.index-eight .content .content-item .haed .right-img img {
    width: auto;
    height: 100%
}

.index-eight .btns {
    background-color: #fff;
    border-radius: 0 0 18px 18px;
    padding: 0 20px 40px
}

@media screen and (width <=768px) {
    .index-eight .btns {
        padding: 0 10px 40px;
    }
}

.footer {
    background-color: #1a3261;
    color: #fff
}

.footer .content {
    display: -webkit-box;
    display: flexbox;
    display: flex;
    padding: 40px 0
}

.footer .content .logo {
    width: 160px
}

.footer .content .left {
    display: -webkit-box;
    display: flexbox;
    display: flex;
    font-size: 14px
}

.footer .content .left .box {
    padding-left: 40px;
    padding-right: 30px;
    border-right: 1px solid #fff;
    margin-right: 30px
}

.footer .content .left .name {
    font-weight: bold
}

.footer .content .left a {
    color: #fff
}

.footer .content .left .copyright {
    margin-top: 40px
}

.index-sp-photos {
    display: none
}

br.sp {
    display: none
}

@media (width <= 750px) {
    .index-one .index-one-content .sub-title {
        font-size: 3.5vw
    }

    .index-one .index-one-content .right.bg-photo img {
        display: block;
        opacity: 0
    }

    .index-eight .bg {
        height: 245px
    }

    .index-one .btns .btn label {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0
    }

    .header .wrapper .tips {
        display: none
    }

    .index-one .index-one-content {
        display: block
    }

    .index-one .index-one-content .head {
        text-align: center
    }

    .index-one .btns {
        position: static;
        width: 100%;
        max-width: 450px;
        margin: 0 auto
    }

    .btn02 a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 55px;
        position: relative
    }

    .btn02 a br {
        display: none
    }

    .btn02 a .icon {
        position: absolute;
        right: 25px;
        top: 50%;
        transform: translateY(-50%);
        transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 32px
    }

    .index-one .bg {
        height: 53%
    }

    .index-two .marquee.pc {
        display: none
    }

    .index-two .marquee.sp {
        display: block
    }

    .index-two .marquee.sp02 {
        margin-top: 20px
    }

    .index-sp-photos {
        display: block;
        padding-top: 20px
    }

    br.sp {
        display: block
    }

    .global-title {
        padding: 40px 0 20px
    }

    .global-title.--label3 {
        padding: 40px 0
    }

    .index-btn {
        height: auto;
        padding: 30px 0 40px
    }

    .index-btn .content .photo {
        display: none
    }

    .index-btn .content .btn03 {
        transform: translateY(0);
        transform: translateY(0);
        transform: translateY(0)
    }

    .index-btn .content {
        position: static;
        transform: translateX(0);
        transform: translateX(0);
        transform: translateX(0);
        margin: 0 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-three .content .item {
        width: 100%
    }

    .index-four {
        padding: 0 0 60px
    }

    .index-four .content .slick-prev {
        left: 0
    }

    .index-four .content .slick-next {
        right: 0
    }

    .index-four .content .slick-prev,
    .index-four .content .slick-next {
        top: calc(100% + 10px);
        transform: translate(0);
        transform: translate(0);
        transform: translate(0)
    }

    .index-four .content .slick-dots {
        height: 40px
    }

    .index-four .content .slick-dots {
        bottom: -50px
    }

    .index-four .item {
        padding: 10px
    }

    .index-four .item .info {
        display: block;
        padding-top: 0
    }

    .index-four .item .item-box {
        position: relative;
        z-index: 1
    }

    .index-four .item .info .photo {
        width: 100px;
        height: 100px
    }

    .index-four .item .head {
        position: absolute;
        width: calc(100% - 65px);
        left: 55px;
        padding-left: 55px;
        margin-left: 0;
        top: 50px;
        transform: translateY(-50%);
        transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: -1;
        border-radius: 6px
    }

    .index-four .item .info .article {
        width: 100%;
        margin-left: 0
    }

    .index-four .item .info .article .title {
        text-align: center
    }

    .index-four .cards .card .box {
        padding: 0 5px 15px
    }

    .index-four .cards .card dl {
        padding: 0.4em 0.5em
    }

    .index-four .cards .center {
        border-width: 15px 0 15px 15px
    }

    .index-four .cards .card {
        width: calc(50% - 20px)
    }

    .index-five {
        padding-top: 40px;
        padding-bottom: 80px
    }

    .index-five .item {
        border-radius: 20px;
        margin-top: 46px;
    }

    .index-five .item .step {
        position: absolute;
        left: 10px;
        top: 10px
    }

    .index-six .content {
        flex-wrap: wrap;
        flex-wrap: wrap
    }

    .index-six .content .item {
        width: 100%;
        max-width: 500px;
        margin: 0 auto
    }

    .index-six .content .item:not(:last-child) {
        margin-bottom: 30px
    }

    .index-six .content .item .head {
        max-width: 220px;
        margin: 0 auto
    }

    .index-six .bg,
    .index-four .bg {
        display: none
    }

    .index-eight .content .content-item .haed .left-img {
        bottom: calc(100% - 2px)
    }

    .index-eight .content .content-item .haed .right-img {
        bottom: calc(100% - 3px)
    }

    .index-eight {
        padding-bottom: 60px
    }

    .footer .content {
        flex-flow: column-reverse wrap;
        flex-flow: column-reverse wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse
    }

    .footer .content .right {
        margin-bottom: 20px
    }

    .footer .content .left {
        display: block;
        text-align: center
    }

    .footer .content .logo {
        margin: 0 auto 20px;
        width: 80px
    }

    .footer .content .left .box {
        margin: 0;
        padding: 0;
        border: none
    }

    .index-three .content .item {
        margin-top: 30px
    }

    .index-eight .content .content-item .haed .left-img {
        left: 0
    }

    .index-eight .content .content-item .haed .right-img {
        right: 0
    }
}

br.sp500 {
    display: none
}

@media (width <= 500px) {
    .index-eight .bg {
        height: 230px
    }

    .index-two .marquee {
        height: 20px
    }

    .index-two .orb img {
        height: 20px
    }

    br.sp500 {
        display: block
    }

    .btn02 a {
        text-align: center
    }

    .btn02 a br.sp500 {
        display: block
    }

    .btn02 a .icon {
        right: 12px
    }

    .index-five .global-title .top-svg {
        height: 73px
    }

    .global-title .title {
        font-size: 6vw
    }

    .index-seven .item .q .ja::after {
        right: 15px
    }

    .index-seven .item .q .ja::before {
        right: calc(15px + 9px)
    }

    .index-seven .item .q .ja {
        padding: 12px 40px 12px 16px;
        font-size: 4vw;
        width: 100%;
    }

    .index-eight .global-title .ttl {
        font-size: 20px
    }

    .index-eight .content .content-item .haed .title {
        font-size: 16px
    }

    .index-eight .content .box {
        padding: 0
    }

    .index-eight .content .box .ttl {
        padding: 15px 0 0
    }

    .index-one .bg {
        height: 58%
    }

    .contact_form label p small {
        font-size: 12px;
        display: block
    }

    .contact_form label p {
        margin-top: 10px
    }

    .contact_form .PostalPrefCity .select .name {
        font-size: 14px
    }

    .contact_form .input-name {
        font-size: 14px
    }

    .contact_form .tips {
        font-size: 12px
    }

    .contact_form .info {
        font-size: 12px
    }

    .contact_form .btnArea .btn-top {
        font-size: 14px
    }
}

@media (width <= 400px) {
    .index-eight .bg {
        height: 215px
    }

    .contact_form label p {
        font-size: 14px
    }

    .contact_form .ttl {
        font-size: 16px
    }

    .index-one .bg {
        height: 60%
    }

    .index-three .content .head .title {
        font-size: 18px
    }

    .index-three .content .head .number img {
        height: 40px
    }

    .index-four .item .head {
        font-size: 16px
    }

    .index-four .cards .card dl dt {
        margin-right: 10px
    }

    .index-four .cards .card dl {
        font-size: 12px
    }

    .index-four .cards .card .card-head {
        font-size: 14px
    }

    .index-btn .content .btn03 {
        width: 100%
    }

    .btn03 a {
        width: 100%
    }

    .index-seven .item .en {
        width: 80px;
    }

    .index-seven .item .a .en {
        height: 50px;
        padding-top: 20px;
    }

    .index-eight .global-title .ttl {
        font-size: 14px
    }

    .index-eight .content .content-item .haed .right-img {
        height: 80%
    }

    .index-eight .content .content-item .haed .left-img {
        height: 80%
    }

    .global-title .sub {
        font-size: 13px
    }

    .btn04 a .icon {
        right: 15px
    }

    .btn04 a {
        font-size: 15px
    }
}

@media (width <= 350px) {
    .header .wrapper .brand img {
        width: 100px
    }

    .header .wrapper .btn01 a {
        font-size: 12px
    }
}

#thanks .thanks-one {
    padding: 60px 0 40px;
    text-align: center
}

#thanks .new-h1 {
    color: #ff4600;
    font-size: 14px
}

#thanks .new-end {
    color: #0f3264;
    font-size: 26px
}

#thanks .new-note {
    color: #0f3264;
    font-size: 16px;
    margin-top: 20px
}

#thanks .bg_color {
    padding: 40px 0;
    background-image: linear-gradient(bottom, rgb(233 85 18 / 70%), rgb(242 151 0 / 50%));
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(233 85 18 / 70%)), to(rgb(242 151 0 / 50%)));
    background-image: linear-gradient(to top, rgb(233 85 18 / 70%), rgb(242 151 0 / 50%))
}

#thanks .new-article {
    color: #0f3264;
    font-size: 16px;
    font-weight: bold;
    text-align: center
}

#thanks .line {
    width: 100%;
    border-bottom: 2px dotted #1a3261;
    margin: 20px 0
}

#thanks .new-mail {
    display: -webkit-box;
    display: 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-weight: bold;
    color: #1a3261;
    font-size: 14px
}

#thanks .new-tel {
    display: -webkit-box;
    display: 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-weight: bold;
    color: #1a3261;
    font-size: 14px;
    margin-top: 10px
}

#thanks .new-tel .ja {
    font-size: 12px
}

#thanks .new-info .icon {
    display: -webkit-box;
    display: 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;
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.5em
}

#thanks .new-info .icon svg {
    width: 100%
}

#thanks .new-btn a {
    margin: 40px auto;
    background-color: #1a3261;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50vw;
    border: 2px solid #1a3261;
    color: #fff;
    display: block;
    max-width: 260px;
    padding: 10px
}

#thanks .new-btn a:hover {
    background-color: #fff;
    color: #1a3261
}

#thanks .headLine .box {
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#thanks .new-slogan {
    font-size: 12px
}

.p-labor-header__button {
    font-size: 16px;
    display: -webkit-box;
    display: 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;
    position: relative;
    color: #e95513;
    font-weight: bold;
    border: solid 2px #e95513;
    border-radius: 50px;
    width: 250px;
    height: 50px;
}

@media screen and (width <=768px) {
    .p-labor-header__button {
        width: 200px;
        border: solid 1px #e95513;
        font-size: 3vw;
        height: 40px;
    }
}

.p-labor-header__button::after {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border: solid #e95513;
    border-width: 2px 2px 0 0;
    right: 20px;
    transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
}

.p-labor-header__button:hover {
    text-decoration: underline;
    text-decoration-color: var(--ora1);
    text-decoration-color: var(--ora1);
}

.p-labor-header__button.--sky {
    width: 300px;
    margin: 80px auto 0;
    box-shadow: 4px 4px 10px 0 rgb(26 50 97 / 80%);
    box-shadow: 4px 4px 10px 0 rgb(26 50 97 / 80%);
    background-color: #82A7C4;
    background-image: -webkit-gradient(linear, left top, right top, from(#82A7C4), to(#5D8CB1));
    background-image: linear-gradient(left, #82A7C4, #5D8CB1);
    background-image: linear-gradient(to right, #82A7C4, #5D8CB1);
    border: none;
    color: #fff;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.p-labor-header__button.--sky::after {
    border: solid #fff;
    border-width: 2px 2px 0 0;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.p-labor-header__button.--sky:hover {
    background-image: none;
    background-color: #fff;
    border: solid var(--sky);
    border-width: 2px;
    color: var(--sky);
    text-decoration: none;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.p-labor-header__button.--sky:hover::after {
    border: solid var(--sky);
    border-width: 2px 2px 0 0;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.c-labor-fv__text {
    font-size: .9em;
}

.c-photos-img {
    height: 60px;
    object-fit: contain;
    object-fit: contain;
    width: 100%;
}

.p-labor-fv {
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    max-width: 520px;
}

@media screen and (width <=768px) {
    .p-labor-fv {
        padding: 24px 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100%;
    }
}

.p-labor-fv__box {
    display: -webkit-box;
    display: 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;
    position: relative;
    background-color: rgb(255 255 255 / 90%);
    border-radius: 10px;
    padding: 60px 16px 30px;
    width: 100%;
}

@media screen and (width <=768px) {
    .p-labor-fv__box {
        display: none;
    }

    .p-labor-fv__box.--sp {
        display: -webkit-box;
        display: flexbox;
        display: flex;
        padding: 103px 12px 20px;
    }
}

@media screen and (width <=768px) {
    .p-labor-photos--sp {
        background: #e1e4e9;
        padding: 20px 12px;
    }

    .c-first-img {
        width: 80%;
        margin: 0 auto;
    }

    .p-second-img {
        display: -webkit-box;
        display: 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;
        padding-top: 10px;
    }

    .c-second-img {
        width: auto;
        height: 100%;
        max-height: 60px;
    }

    .c-second-img:first-of-type {
        margin-right: 8px;
    }
}

.p-labor-fv__label {
    display: -webkit-box;
    display: 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;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    transform: translateY(0%) translateX(-50%);
    transform: translateY(0%) translateX(-50%);
    width: 100%;
}

@media screen and (width <=768px) {
    .p-labor-fv__label.--sp {
        top: 0;
        display: block;
        text-align: center;
    }
}

.p-labor-fv__label--text {
    border: solid 1px var(--blue);
    background-color: #fff;
    color: var(--blue);
    padding: 6px 10px;
}

@media screen and (width <=768px) {
    .p-labor-fv__label--text {
        border: none;
        padding: 20px 10px 10px;
    }
}

.p-labor-fv__label--text.--blue {
    border: solid 1px var(--blue);
    background-color: var(--blue);
    color: #fff;
}

@media screen and (width <=768px) {
    .p-labor-fv__label--text.--blue {
        font-weight: bold;
        position: relative;
        padding: 10px;
        font-size: 4.5vw;
    }

    .c-labor-fv__label--tri {
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        border-top: 12px solid var(--blue);
        border-bottom: 0;
        position: absolute;
        bottom: -12px;
        left: 50%;
        transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%);
    }
}

.p-labor-fv__box--wrap {
    width: calc(100% / 2 - 8px);
    margin-right: 16px;
}

.p-labor-fv__box--wrap:last-of-type {
    margin-right: 0;
}

.p-labor-fv__box--link {
    color: #fff;
    background-color: var(--ora1);
    border: solid 1.5px var(--ora1);
    border-radius: 50px;
    margin-right: 8px;
    box-shadow: 4px 4px 10px 0 #777;
    box-shadow: 4px 4px 10px 0 #777;

    /* text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2); */
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    padding: 26px 0 5px;
    line-height: 1;
    text-align: center;
    font-size: clamp(10px, 4vw, 16px);
    font-weight: bold;
    position: relative;
    display: block;
    width: 100%;
}

@media screen and (width <=768px) {
    .p-labor-fv__box--link {
        border-radius: 20px;
        line-height: 1.3;
        font-size: 4.2vw;
        padding: 16px 6px;
    }
}

.p-labor-fv__box--link:hover {
    color: var(--ora1);
    background-color: #fff;
}

.p-labor-fv__box--link:hover .c-labor-fv__link--icon::after {
    border-top: solid 2px var(--ora1);
    border-right: solid 2px var(--ora1);
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.p-labor-fv__box--link.--adj {
    background-color: var(--ora2);
    border: solid 1.5px var(--ora2);
    margin-right: 0;
}

.p-labor-fv__box--link.--adj:hover {
    color: var(--ora2);
    background-color: #fff;
}

.p-labor-fv__box--link.--adj:hover .c-labor-fv__link--icon.--adj::after {
    border-top: solid 2px var(--ora2);
    border-right: solid 2px var(--ora2);
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.p-c-labor-fv__link--icon {}

.c-labor-fv__link--icon {
    position: relative;
    display: inline-block;
    padding: 8px 8px 4px;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.c-labor-fv__link--icon::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(135deg);
    transform: rotate(135deg);
    transform: rotate(135deg);
    display: block;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.c-footer-button {
    color: #fff;
    display: -webkit-box;
    display: 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;
    text-decoration: underline !important;
    text-decoration-color: #fff;
    text-decoration-color: #fff;
}

.c-footer-button:hover {
    color: #e95512;
}

.c-footer-button__text {
    margin-left: 8px;
}

.c-spin {
    width: 50px;
    object-fit: contain;
    object-fit: contain;
    margin-left: 10px;
}

.p-step-flex {
    display: none;
}

.p-step-flex.js-appear {
    display: -webkit-box;
    display: 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: 30px auto 0;
}

.p-step-flex__text {
    font-size: clamp(10px, 4vw, 18px);
    font-weight: normal;
}

.c-title {
    text-align: center;
    color: #1a3261;
    font-size: clamp(10px, 4vw, 18px);
}

header {
    padding: 10px;

    /* position: fixed;
    top: 0;
    left: 0; */
    z-index: 99;
    width: 100%;
    background-color: #fff;
}

.layout {
    width: 100%;
    max-width: 1336px;
    margin: 0 auto;
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

.layout .logo a {
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
}

.layout .logo a img {
    width: auto;
    height: 60px;
    margin-right: 20px;
}

@media screen and (width <=768px) {
    .layout .logo a img {
        width: 130px;
        object-fit: contain;
        object-fit: contain;
        height: auto;
        margin-right: 0;
        padding-right: 0;
    }
}

.p-header-flex__img.--mistu {
    max-width: 180px;
    padding-right: 10px;
}

.p-header-flex__img {
    display: block;
    object-fit: contain;
    object-fit: contain;
    width: 100%;
    max-height: 60px;
}

.c-labor-header__span {
    font-size: clamp(10px, 4vw, 16px);
    font-weight: 500;
    color: #323232;
}

.c-labor-header__span.--mini {
    font-size: clamp(10px, 4vw, 12px);
}

@media screen and (width <=768px) {
    .c-labor-header__span {
        display: none;
    }
}

#js-fixed-pc,
#js-fixed-sp {
    display: none;

    /* 初期状態で非表示にする */
}

.layout .logo a em {
    font-style: normal;
}

.layout .link {
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.layout .link .btn-contact {
    position: relative;
    width: 250px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
    display: -webkit-box;
    display: flexbox;
    display: flex;
}

@media screen and (width <=768px) {
    .layout .link .btn-contact {
        display: none;
    }
}

.p-hrefLink-link {
    display: -webkit-box;
    display: 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;
    font-size: clamp(10px, 4vw, 16px);
    line-height: 1;
    width: 100%;
    font-weight: bold;
    color: #fff;
    transition: .3s;
    transition: .3s;
    transition: .3s;
    position: relative;
    z-index: 20;
    background: rgb(255 145 0);
    background: linear-gradient(left, rgb(255 145 0 / 100%) 0%, rgb(255 70 0 / 100%) 50%, rgb(255 145 0 / 100%) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgb(255 145 0 / 100%)), color-stop(50%, rgb(255 70 0 / 100%)), to(rgb(255 145 0 / 100%)));
    background: linear-gradient(90deg, rgb(255 145 0 / 100%) 0%, rgb(255 70 0 / 100%) 50%, rgb(255 145 0 / 100%) 100%);
    background-size: 200% 100%;
    background-position: 0 0;
}

.p-hrefLink-link:hover {
    background-position: 100% 0;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.p-hrefLink-link__tri {
    position: absolute;
    top: 52%;
    right: 16px;
    transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
    object-fit: contain;
    object-fit: contain;
    max-width: 14px;
    width: 100%;
    height: auto;
}

@media screen and (width <=768px) {
    .p-hrefLink-link__tri {
        display: none;
    }
}

.c-c-fv__button .p-hrefLink-link__tri {
    right: 28px;
    max-width: 20px;
}

.layout .link .btn-contact::after {
    display: block;
    content: "";
    width: 200%;
    height: 100%;
    background: linear-gradient(left, #f29601 0%, #e95513 50%, #f29601 100%);
    background: -webkit-gradient(linear, left top, right top, from(#f29601), color-stop(50%, #e95513), to(#f29601));
    background: linear-gradient(to right, #f29601 0%, #e95513 50%, #f29601 100%);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 10;
    transition: .3s;
    transition: .3s;
    transition: .3s;
}

.btn-job {
    margin-left: 10px;
    border: solid 2px #e95513;
    border-radius: 50px;
    width: fit-content;
    width: fit-content;
    width: fit-content;
    height: 50px;
}

@media screen and (width <=768px) {
    .btn-job {
        border: solid 1px #e95513;
        margin-left: 0;
        height: 32px;
    }
}

.btn-job__link:visited,
.btn-job__link:active,
.btn-job__link:focus {
    text-decoration: none;
    color: #e95513;
}

.btn-job .btn-job__link {
    font-size: clamp(10px, 4vw, 14px);
    display: -webkit-box;
    display: 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;
    position: relative;
    color: #e95513;
    font-weight: bold;
    height: 100%;
    width: 100%;
    padding: 0 40px 0 30px;
}

@media screen and (width <=768px) {
    .btn-job .btn-job__link {
        padding: 0 36px 0 20px;
        font-size: 3.2vw;
    }
}

.btn-job__link:hover {
    text-decoration: underline;
}

.p-hrefLink-link__tri--ora {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
    object-fit: contain;
    object-fit: contain;
    max-width: 8px;
    width: 100%;
    height: auto;
}

@media screen and (width <=768px) {
    .p-hrefLink-link__tri--ora {
        right: 12px;
        max-width: 5.6px;
    }
}

.p-c-ul {
    display: -webkit-box;
    display: 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;
    margin-bottom: 20px;
}

@media screen and (width <=768px) {
    .p-c-ul {
        margin-bottom: 10px;
    }
}

.p-c-li {
    background-color: #1A326E;
    color: #fff;
    text-align: center;
    font-size: clamp(10px, 4vw, 23px);
    line-height: 1;
    font-weight: 500;
    margin-right: 6px;
    width: 26.16%;
    padding: 12px 0 12px 2px;
    white-space: nowrap;
    letter-spacing: 0.15em;
}

@media screen and (width <=768px) {
    .p-c-li {
        padding: 8px 0 8px 2px;
    }
}

.p-c-li:nth-of-type(3) {
    width: 16.86%;
}

.p-c-li:last-of-type {
    margin-right: 0;
}

.c-c-fv__text {
    font-size: clamp(10px, 6vw, 48px);
}

@media screen and (width <=768px) {
    .c-c-fv__text {
        font-size: 8vw;
    }
}

.c-c-img {
    object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: auto;
    margin-top: 16px;
}

@media screen and (width <=768px) {
    .c-c-img {
        margin-top: 10px;
    }
}

.c-c-fv__button {
    max-width: 400px;
    border-radius: 50px;
    height: 76px;
    margin-top: 36px;
    font-size: clamp(10px, 4vw, 24px);
    font-weight: 700;
    box-shadow: 3px 3px 9px 0 rgb(119 119 119 / 30%);
    box-shadow: 3px 3px 9px 0 rgb(119 119 119 / 30%);
}

@media screen and (width <=768px) {
    .c-c-fv__button {
        font-size: 5.3vw;
        height: 60px;
        margin-top: 0;
    }

    .c-c-fv__button.--fixed {
        max-width: 90%;
        margin: 0 auto;
        border: solid 1px #fff;
    }
}

.p-label-text {
    max-width: 270px;
    max-height: 56px;
    object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: auto;
    margin-bottom: 16px;
}

@media screen and (width <=768px) {
    .p-label-text {
        margin-bottom: 20px;
    }
}

.c-c-figure {
    width: 30px;
    height: 45px;
    object-fit: contain;
    object-fit: contain;
    margin: 0 4px 0 3px;
}

@media screen and (width <=768px) {
    .c-c-figure {
        width: 22px;
        height: 34px;
    }
}

.p-c-label {
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    letter-spacing: .05em;
}

@media screen and (width <=768px) {
    .p-c-label {
        flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.c-c-label__span {
    line-height: 1;
}

@media screen and (width <=768px) {
    .c-c-label__span {
        font-size: 6.4vw;
    }

    .c-c-label__span:first-of-type {
        width: 100%;
        margin-bottom: 6px;
    }
}

.c-c-line {
    width: 100px;
    height: 1px;
    background-color: #1A3261;
    display: block;
    margin: 20px auto 0;
}

.c-reason-img {
    width: 212px;
    height: 60px;
    object-fit: contain;
    object-fit: contain;
    margin: -1px auto 48px;
    display: block;
}

@media screen and (width <=768px) {
    .c-reason-img {
        margin: -1px auto 40px;
    }
}

.p-reason-flex {
    display: -webkit-box;
    display: 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;
    max-width: 910px;
    width: 100%;
    margin: 0 auto 32px;
}

@media screen and (width <=768px) {
    .p-reason-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        flex-direction: column;
        margin: 0 auto;
    }
}

.p-reason-flex.--last {
    margin: 0 auto 92px;
}

@media screen and (width <=768px) {
    .p-reason-flex.--last {
        margin: 0 auto 36px;
    }
}

.p-reason-flex.--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media screen and (width <=768px) {
    .p-reason-flex.--reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        flex-direction: column;
    }
}

.p-reason-flex__inner {
    width: 50%;
    padding-top: 70px;
    padding-left: 20px;
    position: relative;
    height: fit-content;
    height: fit-content;
    height: fit-content;
}

@media screen and (width <=768px) {
    .p-reason-flex__inner {
        padding-top: 48px;
        width: 100%;
        padding-left: 0;
    }
}

.p-reason-flex__img {
    width: 94px;
    height: 80px;
    object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (width <=768px) {
    .p-reason-flex__img {
        width: auto;
        height: 56px;
        left: 50%;
        transform: translateY(0%) translateX(-50%);
        transform: translateY(0%) translateX(-50%);
        transform: translateY(0%) translateX(-50%);
    }
}

.p-reason-flex__label {
    background-color: #fff;
    border-radius: 12px;
    display: grid;
    display: grid;
    place-content: center;
    margin-bottom: 20px;
}

@media screen and (width <=768px) {
    .p-reason-flex__label {
        margin-bottom: 16px;
    }
}

.p-reason-flex__p {
    font-size: clamp(10px, 4vw, 22px);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 30px 0;
}

@media screen and (width <=768px) {
    .p-reason-flex__p {
        font-size: 4.8vw;
        padding: 24px 0;
    }
}

.p-reason-flex__span {
    color: #E95513;
}

.p-reason-flex__text {
    color: #323232;
    font-size: clamp(10px, 4vw, 16px);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2;
}

@media screen and (width <=768px) {
    .p-reason-flex__text {
        font-size: 3.85vw;
    }
}

.p-reason-flex__thumb {
    width: 50%;
    padding-left: 52px;
    padding-right: 30px;
}

@media screen and (width <=768px) {
    .p-reason-flex__thumb {
        width: 100%;
        padding: 16px 0 44px;
    }
}

.p-reason-flex__thumb.--reverse {
    padding-left: 30px;
    padding-right: 52px;
}

@media screen and (width <=768px) {
    .p-reason-flex__thumb.--reverse {
        padding-left: 0;
        padding-right: 0;
    }
}

.p-rec {
    background-color: #fff;
    border-radius: 32px;
    padding: 68px 40px calc(92px + 130px);
    position: relative;
}

@media screen and (width <=768px) {
    .p-rec {
        padding: 40px 16px 190px;
        border-radius: 28px;
    }
}

.p-rec__wrap {
    width: fit-content;
    width: fit-content;
    width: fit-content;
    margin: 0 auto 62px;
}

@media screen and (width <=768px) {
    .p-rec__wrap {
        margin: 0 auto 40px;
    }
}

.p-rec__title {
    color: #1A326E;
    font-size: clamp(10px, 5vw, 32px);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 16px;
    display: block;
}

@media screen and (width <=768px) {
    .p-rec__title {
        display: none;
    }
}

.p-rec__title--sp {
    display: none;
}

@media screen and (width <=768px) {
    .p-rec__title--sp {
        display: block;
        font-size: 6.4vw;
    }
}

.p-rec__title--line {
    border-bottom: solid 1px #1A3261;
    padding-bottom: 10px;
    line-height: 1;
    font-weight: 700;
    display: block;
}

.p-rec__title--line:nth-of-type(2) {
    margin-top: 10px;
}

.p-rec__desc {
    height: 1px;
    background-color: #1A3261;
    width: 100%;
    display: block;
}

@media screen and (width <=768px) {
    .p-rec__desc {
        display: none;
    }
}

.p-rec__images-group--primary {
    padding: 0 60px;
    display: -webkit-box;
    display: 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;
    margin-bottom: 16px;
}

@media screen and (width <=768px) {
    .p-rec__images-group--primary {
        display: none;
    }
}

.p-rec__image--primary {
    width: calc(100% / 3 - 26.66px);
    margin-right: 40px;
    object-fit: contain;
    object-fit: contain;
    height: auto;
}

@media screen and (width <=768px) {
    .p-rec__image--primary {
        display: none;
    }
}

.p-rec__image--primary:last-of-type {
    margin-right: 0;
}

.p-rec__images-group--secondary {
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    bottom: -86px;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    transform: translateY(0%) translateX(-50%);
    transform: translateY(0%) translateX(-50%);
    width: 100%;
    max-width: 1120px;
}

@media screen and (width <=768px) {
    .p-rec__images-group--secondary {
        display: none;
    }
}

.p-rec__image--secondary {
    width: calc(100% / 3 - 26.66px);
}

.p-rec__image--footer {
    width: calc(100% / 3);
    object-fit: contain;
    object-fit: contain;
    height: auto;
}

.p-anxi {
    display: -webkit-box;
    display: 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;
    max-width: 980px;
    width: 100%;
    margin: 30px auto 0;
}

@media screen and (width <=768px) {
    .p-anxi {
        margin: 20px auto 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        flex-direction: column;
        width: calc(100% - 32px);
    }
}

.p-anxi-cont {
    width: calc(100% / 3 - 16px);
    margin-right: 24px;
    text-align: center;
    background-color: #D1D6E2;
    border-radius: 12px;
    position: relative;
    padding: 36px 0 70px;
}

@media screen and (width <=768px) {
    .p-anxi-cont {
        width: calc(100% - 56px);
        padding: 28px 0 28px 44px;
        margin-bottom: 20px;
        margin-right: 0;
        margin-left: 56px;
    }

    .p-anxi-cont.--odd {
        padding: 28px 0 28px 60px;
        margin-right: 56px;
        margin-left: 0;
    }
}

.p-anxi-cont:last-child {
    margin-right: 0;
}

@media screen and (width <=768px) {
    .p-anxi-cont:last-child {
        margin-bottom: 0;
    }
}

.p-anxi-cont__text {
    font-size: clamp(10px, 4vw, 17px);
    font-weight: 700;
    letter-spacing: .05em;
}

@media screen and (width <=768px) {
    .p-anxi-cont__text {
        font-size: 4.3vw;
        text-align: left;
    }
}

.p-anxi-cont__img {
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -52px;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    transform: translateY(0%) translateX(-50%);
    transform: translateY(0%) translateX(-50%);
}

@media screen and (width <=768px) {
    .p-anxi-cont__img {
        max-width: 82px;
        max-height: 87px;
        bottom: 0;
        left: -50px;
        transform: none;
        transform: none;
        transform: none;
    }

    .p-anxi-cont__img.--odd {
        left: auto;
        right: -50px;
    }
}

.p-agent {}

.p-agent__wrapper {
    padding-bottom: 140px;
}

@media screen and (width <=768px) {
    .p-agent__wrapper {
        padding-bottom: 130px;
    }
}

.p-agent__wrapper--inner {
    background-color: #F29600;
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
}

.p-agent__image--tri {
    max-width: 352px;
    max-height: 72px;
    object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: auto;
    margin: -1px auto 40px;
}

@media screen and (width <=768px) {
    .p-agent__image--tri {
        max-width: 80%;
        margin: -1px auto 30px;
    }
}

.p-agent__image--relief {
    object-fit: contain;
    object-fit: contain;
    max-width: 600px;
    width: fit-content;
    width: fit-content;
    width: fit-content;
    height: auto;
    margin: 0 auto;
}

@media screen and (width <=768px) {
    .p-agent__image--relief {
        display: none;
    }
}

.p-agent__image--relief-sp {
    display: none;
}

@media screen and (width <=768px) {
    .p-agent__image--relief-sp {
        display: block;
        object-fit: contain;
        object-fit: contain;
        width: 80%;
        height: auto;
        margin: 0 auto;
    }
}

.p-agent__content {
    background-color: #FCEACC;
    border-radius: 32px;
    padding: 64px;
    max-width: 900px;
    width: 100%;
    margin: -40px auto 0;
    position: relative;
}

@media screen and (width <=768px) {
    .p-agent__content {
        width: calc(100% - 32px);
        margin: -20px auto 0;
        border-radius: 16px;
        padding: 24px;
    }
}

.p-agent__item {
    background-color: #fff;
    border-radius: 12px;
    padding: 36px 20px 36px 75px;
    position: relative;
    max-width: 580px;
    width: 100%;
    margin-bottom: 28px;
}

@media screen and (width <=768px) {
    .p-agent__item {
        border-radius: 10px;
        padding: 20px 10px 20px 36px;
        margin-bottom: 16px;
    }

    .p-agent__item:nth-of-type(2) {
        padding: 20px 20% 20px 36px;
    }

    .p-agent__item:last-of-type {
        margin-bottom: 0;
        padding: 20px 20% 20px 36px;
    }
}

.p-agent__item:last-child {
    margin-bottom: 0;
}

.p-agent__check {
    max-width: 50px;
    max-height: 50px;
    object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: -26px;
    transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
}

@media screen and (width <=768px) {
    .p-agent__check {
        left: -15px;
        max-width: 30px;
        max-height: 30px;
    }
}

.p-agent__text {
    color: #1A326E;
    font-size: clamp(10px, 4vw, 18px);
    font-weight: 700;
    letter-spacing: 0.05em;
}

.p-agent__note {
    font-weight: 500;
}

@media screen and (width <=768px) {
    .p-agent__note {
        font-size: clamp(10px, 4vw, 11px);
    }
}

.p-agent__check--footer {
    max-width: fit-content;
    max-width: fit-content;
    max-width: fit-content;
    max-height: 600px;
    object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: auto;
    position: absolute;
    top: 65%;
    right: 73px;
    transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
}

@media screen and (width <=768px) {
    .p-agent__check--footer {
        width: 150px;
        max-height: 400px;
        right: -10%;
        transform: translateY(-50%) translateX(0%);
        transform: translateY(-50%) translateX(0%);
        transform: translateY(-50%) translateX(0%);
    }
}

.p-form {
    background-color: #1A326E;
    padding: 80px 0;
}

@media screen and (width <=768px) {
    .p-form {
        padding: 64px 0;
    }
}

.p-form__text {
    color: #fff;
    font-size: clamp(10px, 5vw, 20px);
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 2;
}

@media screen and (width <=768px) {
    .p-form__text {
        font-size: 3.8vw;
    }
}

.p-form__span {
    font-size: clamp(10px, 6vw, 32px);
    font-weight: bold;
}

@media screen and (width <=768px) {
    .p-form__span {
        font-size: 6.93vw;
    }
}

.p-scroll-fixed {
    background-color: #fff;
    position: fixed;
    z-index: 10000;
    bottom: 0;
    width: 100%;
    padding: 10px;
    filter: drop-shadow(2px 3px 7px rgb(0 0 128 / 30%));
    filter: drop-shadow(2px 3px 7px rgb(0 0 128 / 30%));
    display: none;
}

.p-form-area {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

.c-footer-img {
    max-width: 187px;
    max-height: 44px;
    object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: auto;
}

.footer_inner__li {
    padding-right: 44px;
    border-right: solid 1px #fff;
}

@media screen and (width <=768px) {
    .footer_inner__li {
        padding-right: 0;
        border-right: none;
    }
}

.footer_inner__li:nth-of-type(2) {
    padding-left: 44px;
    padding-right: 0;
    border-right: none;
}

@media screen and (width <=768px) {
    .footer_inner__li:nth-of-type(2) {
        padding-left: 0;
        padding-top: 36px;
    }
}

footer {
    background-color: #1a326e;
    padding: 3.6rem 0 6rem;
}

.footer_inner {
    max-width: 984px;
    margin: auto;
    padding: 0 10px;
}

.footer_inner ul {
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer_inner ul li:nth-child(2) {
    position: relative;
}

.footer_inner ul li:nth-child(1) p:nth-of-type(1) {
    font-size: clamp(10px, 4vw, 12px);
    color: #fff;
    margin-top: 32px;
    line-height: 2.3;
    font-weight: 400;
}

.footer_inner ul li:nth-child(1) p:nth-of-type(1) span {
    font-weight: bold;
}

@media screen and (width <=768px) {
    .footer_inner ul li:nth-child(1) p:nth-of-type(1) span {
        font-size: 4vw;
    }
}

.footer_inner ul li:nth-child(1) p:nth-of-type(2) {
    color: #fff;
    margin-top: 32px;
    font-size: clamp(10px, 4vw, 13px);
    font-weight: bold;
}

.footer_inner ul li:nth-child(2) a {
    display: block;
    color: #fff;
    font-size: clamp(10px, 4vw, 14px);
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    padding-left: 2rem;
    transition: all .3s;
    transition: all .3s;
    transition: all .3s;
}

.footer_inner ul li:nth-child(2) a:hover {
    color: #f29600;
}

.footer_inner ul li:nth-child(2) a:hover::before {
    border-top: 2px solid #f29600;
    border-right: 2px solid #f29600;
}

.footer_inner ul li:nth-child(2) a:last-of-type {
    margin-bottom: 0;
}

.footer_inner ul li:nth-child(2) a::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 10px;
    top: 8px;
}

.footer_inner ul li:nth-child(3) p:nth-of-type(1) {
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 2rem;
}

.footer_inner ul li:nth-child(3) a {
    color: #fff;
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: .05em;
    transition: all .3s;
    transition: all .3s;
    transition: all .3s;
    position: relative;
    padding-left: 3rem;
    pointer-events: auto;
    cursor: pointer;
}

.footer_inner ul li:nth-child(3) a:hover {
    color: #f29600;
}

.footer_inner ul li:nth-child(3) a img {
    position: absolute;
    left: 0;
}

.footer_inner ul li:nth-child(3) a img:nth-of-type(2) {
    opacity: 0;
    transition: all .3s;
    transition: all .3s;
    transition: all .3s;
}

.footer_inner ul li:nth-child(3) a:hover img:nth-of-type(2) {
    opacity: 1;
}



.footer_inner ul li:nth-child(3) p:nth-of-type(2) {
    color: #fff;
    margin-top: 2rem;
    line-height: 2.1rem;
    font-size: 1.3rem;
}

.footer_inner ul li:nth-child(3) p:nth-of-type(3) {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 2.8rem;
    text-align: end;
}

@media screen and (width <=960px) {
    footer {
        background-color: #1a326e;
        padding: 40px 0;
    }

    .footer_inner {
        max-width: 984px;
        margin: auto;
        padding: 0 36px;
    }

    .footer_inner ul {
        display: block;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer_inner ul li:nth-child(1) p:nth-of-type(1) {
        font-size: 4vw;
        color: #fff;
        margin-top: 36px;
        line-height: 2.4rem;
        font-weight: 400;
    }

    .footer_inner ul li:nth-child(1) img {
        width: auto;
        height: 5rem;
    }

    .footer_inner ul li:nth-child(1) p:nth-of-type(2) {
        color: #fff;
        margin-top: 3.6rem;
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 3.6rem;
    }

    .footer_inner ul li:nth-child(2) a {
        display: block;
        color: #fff;
        font-size: 4.3vw;
        font-weight: 500;
        margin-bottom: 24px;
        position: relative;
        padding-left: 26px;
    }

    .footer_inner ul li:nth-child(2) a::before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        left: 8px;
        top: 10px;
    }

    .footer_inner ul li:nth-child(3) p:nth-of-type(1) {
        color: #fff;
        font-weight: bold;
        font-size: 1.5rem;
        margin-bottom: 1.6rem;
        margin-top: 3.6rem;
    }

    .footer_inner ul li:nth-child(3) a {
        color: #fff;
        font-size: 2.8rem;
        font-weight: bold;
        letter-spacing: .05em;
        transition: all .3s;
        transition: all .3s;
        transition: all .3s;
        position: relative;
        padding-left: 3rem;
    }

    .footer_inner ul li:nth-child(3) p:nth-of-type(2) {
        color: #fff;
        margin-top: 1.6rem;
        line-height: 2.1rem;
        font-size: 1.3rem;
    }

    .footer_inner ul li:nth-child(3) p:nth-of-type(3) {
        color: #fff;
        font-size: 1.2rem;
        font-weight: 400;
        margin-top: 4.8rem;
        text-align: center;
        letter-spacing: -0.2px;
    }
}

.p-inter-text {
    margin-top: 32px;
    font-family: Inter, sans-serif;
    color: #fff;
    font-weight: bold;
    display: block;
}

.c-text-pc {
    display: inline-block;
}

@media screen and (width <=768px) {
    .c-text-pc {
        display: none;
    }
}

.c-text-sp {
    display: none;
}

@media screen and (width <=768px) {
    .c-text-sp {
        display: inline-block;
    }
}

.p-box-sp {
    display: none;
}

@media screen and (width <=768px) {
    .p-box-sp {
        display: block;
    }
}

.p-box-sp__img {
    margin-bottom: 10px;
}

.p-box-sp__img:last-of-type {
    margin-bottom: 0;
}

.p-box-sp__img--sp {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    transform: translateY(0%) translateX(-50%);
    transform: translateY(0%) translateX(-50%);
    width: 80%;
    display: none;
}

@media screen and (width <=768px) {
    .p-box-sp__img--sp {
        display: block;
    }
}

.p-form-cont {
    padding: 16px 40px;
}

@media screen and (width <=768px) {
    .p-form-cont {
        padding: 16px 0;
    }
}

.c-copy-text {
    color: #fff;
    font-size: clamp(10px, 4vw, 12px);
    font-weight: normal;
    text-align: right;
}

@media screen and (width <=768px) {
    .c-copy-text {
        font-size: 3.2vw;
        text-align: center;
        margin-top: 50px;
    }
}

.p-cta-fixed__wrap {
    display: none;
}

@media screen and (width <=768px) {
    .p-cta-fixed__wrap {
        /* display: block; */
    }
}

@media screen and (width <=768px) {
    .p-cta-fixed {
        padding: 16px;
        display: -webkit-box;
        display: flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        z-index: 100000;
        bottom: 0;
        width: 100%;
        background-color: rgb(50 50 50 / 60%);
    }
}
