@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}
*, :before, :after {
    background-repeat: no-repeat;
    box-sizing: inherit
}
:before, :after {
    text-decoration: inherit;
    vertical-align: inherit
}
* {
    padding: 0;
    margin: 0
}
hr {
    overflow: visible;
    height: 0
}
details, main {
    display: block
}
summary {
    display: list-item
}
small {
    font-size: 80%
}
[hidden] {
    display: none
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}
a {
    background-color: transparent
}
a:active, a:hover {
    outline-width: 0
}
code, kbd, pre, samp {
    font-family: monospace, monospace
}
pre {
    font-size: 1em
}
b, strong {
    font-weight: bolder
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
input {
    border-radius: 0
}
[disabled] {
    cursor: default
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
textarea {
    overflow: auto;
    resize: vertical
}
button, input, optgroup, select, textarea {
    font: inherit
}
optgroup {
    font-weight: 700
}
button {
    overflow: visible
}
button, select {
    text-transform: none
}
button, [type=button], [type=reset], [type=submit], [role=button] {
    cursor: pointer;
    color: inherit
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}
button:-moz-focusring, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    outline: 1px dotted ButtonText
}
button, html [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}
button, input, select, textarea {
    background-color: transparent;
    border-style: none
}
select {
    -moz-appearance: none;
    -webkit-appearance: none
}
select::-ms-expand {
    display: none
}
select::-ms-value {
    color: currentColor
}
legend {
    border: 0;
    color: inherit;
    display: table;
    white-space: normal;
    max-width: 100%
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    color: inherit;
    font: inherit
}
img {
    border-style: none
}
progress {
    vertical-align: baseline
}
svg:not([fill]) {
    fill: currentColor
}
@media screen {
    [hidden~=screen] {
        display: inherit
    }
    [hidden~=screen]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important
    }
}
[aria-busy=true] {
    cursor: progress
}
[aria-controls] {
    cursor: pointer
}
[aria-disabled] {
    cursor: default
}
:root {
    --white: #ffffff;
    --black: #3e3e3e;
    --green: #1ea66d
}
html, body {
    margin: 0;
    padding: 0;
    width: 100%
}
* {
    box-sizing: border-box;
    font-family: Noto Sans JP, serif
}
*:before, *:after {
    box-sizing: border-box
}
h2 {
    font-size: 2rem
}
html {
    font-size: 16px
}
body {
    background-color: var(--white);
    color: var(--black)
}
main {
    overflow-x: hidden;
    flex: 1
}
ul {
    margin: 0;
    padding: 0;
    list-style: none
}
p {
    margin: 0;
    letter-spacing: .08em;
    line-height: 1.5
}
a {
    color: inherit;
    text-decoration: none
}
*[lang=en] {
    font-weight: 400;
    font-style: normal
}
address {
    font-style: normal
}
img {
    vertical-align: top
}
@media screen and (max-width: 768px){
    .pc {
    display: none;
    }
}
.l-wrapper {
    position: relative;
    max-width: 1280px;
    width: 100%;
    margin-inline: auto
}
.l-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 12px 0;
    z-index: 9999
}
.l-nav__content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px
}
@media screen and (max-width: 768px) {
    .l-nav__content {
        gap: 15px
    }
}
.l-nav__content-link {
    width: min(100%, 320px)
}
@media screen and (max-width: 768px) {
    .l-nav__content-link {
        width: min(100%, 140px)
    }
    .l-nav__content-link.--contact {
        width: min(100%, 180px)
    }
}
.p-lp__mv {
    padding-bottom: 3rem;
}
.p-lp__worries {
    position: relative
}
.p-lp__worries-bg {
    background-color: #ffffbd;
    padding: 50px 0
}
@media screen and (max-width: 768px) {
    .p-lp__worries-bg {
        padding: 27.5px 0 88px
    }
}
.p-lp__worries-title {
    width: min(100%, 618px);
    margin-inline: auto;
    position: relative;
    top: 15px
}
@media screen and (max-width: 768px) {
    .p-lp__worries-title {
        width: 100%;
        padding: 0 32px;
        top: 0
    }
}
.p-lp__worries-image {
    display: block;
    width: min(100%, 1319px);
    margin: -5px auto 0;
}
.p-lp__worries-icon-arrow {
    width: min(100%, 198px);
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1
}
@media screen and (max-width: 768px) {
    .p-lp__worries-image {
        margin: 5px auto 0;
    }
    .p-lp__worries-icon-arrow {
        width: min(100%, 135px);
        bottom: 23px;
    }
}
.p-lp__worries-icon-human {
    width: min(100%, 116px);
    position: absolute;
    bottom: -90px;
    left: calc(50% + 246px);
    z-index: 1
}
@media screen and (max-width: 768px) {
    .p-lp__worries-icon-human {
        width: min(100%, 70px);
        left: unset;
        right:5%;
        bottom: -60px
    }
}
.p-lp__office {
    background-image: url(../../assets/images/office-bg_pc.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
    position: relative
}
@media screen and (max-width: 768px) {
    .p-lp__office {
        background-image: url(../../assets/images/office-bg_sp.png);
        padding: 68px 0 24px
    }
}
.p-lp__office-title {
    font-size: 32px;
    color: #0d337c;
    text-align: center
}
@media screen and (max-width: 768px) {
    .p-lp__office-title {
        font-size: 18px
    }
}
.p-lp__office-solution {
    margin-top: 23px;
    margin-inline: auto;
    width: min(100%, 708px)
}
@media screen and (max-width: 768px) {
    .p-lp__office-solution {
        width: 100%;
        padding: 0 38px
    }
}
.p-lp__office-example {
    width: min(100%, 588px);
    margin: -13px auto 0;
    padding-left: 62px;
    box-sizing: content-box;
}
@media screen and (max-width: 768px) {
    .p-lp__office-example {
        width: min(100%, 290px);
        padding-left: 0;
        margin-top: -19px;
    }
}
.p-lp__office-note-arrow {
    width: min(100%, 54px);
    margin:-25px auto 0;
    position: relative;
    top: 50px;
    z-index: 1
}
@media screen and (max-width: 768px) {
    .p-lp__office-note-arrow {
        width: min(100%, 48px);
        top: 30px;
        margin-top: -20px;
    }
}
.p-lp__office-note {
    position: relative;
    margin-top: 41px;
    width: min(100%, 700px);
    margin-inline: auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 25px 55px
}
@media screen and (max-width: 768px) {
    .p-lp__office-note {
        width: 65%;
        padding: 14px 22px 14px 14px;
        margin-left: 22px;
        margin-top: 20px;
    }
}
.p-lp__office-note-text {
    color: #3a3a3a;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center
}
@media screen and (max-width: 768px) {
    .p-lp__office-note-text {
        font-size: 14px;
        text-align: left;
    }
}
.p-lp__office-note-text-marker {
    font-size: 24px;
    color: #ff5c5c;
    background: linear-gradient(transparent 50%, #ffff5f 50%)
}
@media screen and (max-width: 768px) {
    .p-lp__office-note-text-marker {
        font-size: 14px;
    }
}
.p-lp__office-women {
    display: none
}
@media screen and (max-width: 768px) {
    .p-lp__office-women {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: min(100%, 138px)
    }
}
.p-lp__group {
    position: relative;
    background-color: #00c0ef;
    padding: 62px 0 68px 65px
}
@media screen and (max-width: 768px) {
    .p-lp__group {
        padding: 23px 20px 290px
    }
}
.p-lp__group-note {
    background-color: #fff;
    border-radius: 60px;
    padding: 70px 70px 65px;
    width: min(100%, 990px);
    position: relative;
}
@media screen and (max-width: 768px) {
    .p-lp__group-note {
        width: 100%;
        padding: 30px 26px;
        border-radius: 24px
    }
}
.p-lp__group-note-title {
    width: min(100%, 578px)
}

.p-lp__group-note-text {
    font-size: 18px;
    font-weight: 700;
    color: #3a3a3a;
    margin-top: 31px;
    width: min(100%, 590px);
    line-height: 1.82
}

.p-lp__group-note-text--red {
    color: #ff5c5c
}
.p-lp__group-note-flow {
    position: absolute;
    top: 50%;
    left: min(100%, 690px);
    transform: translateY(-50%);
    width: min(100%, 476px)
}
@media screen and (max-width: 1200px){
    .p-lp__group{
        padding-right: 68px;
    }
    .p-lp__group-note-title{
        width: 50%;
    }
    .p-lp__group-note-text{
        width: 60%;
    }
    .p-lp__group-note-flow{
        left: 60%;
        width: calc(40% + 60px);

    }
    .p-lp__group-note-flow img{
        width: 100%;
    }

}
@media screen and (max-width: 768px){
    .p-lp__group{
        padding: 30px 20px  315px;
        position: relative;
    }
    .p-lp__group-note{
        position: unset;
    }
    .p-lp__group-note-title{
        width: 100%;
    }
    .p-lp__group-note-text{
        width: 100%;
        margin-top: 15px;
        font-size: 14px;
    }
    .p-lp__group-note-flow{
        left:0;
        bottom:-20px;
        top:unset;
        width: 100%;

        transform: translateY(-25px);
        text-align: center;
    }
    .p-lp__group-note-flow img{
        width: 100%;
        max-width: 368px;
    }
}
/*
@media screen and (max-width: 1800px) {
    .p-lp__group-note-flow {
        right: 10%
    }
}
@media screen and (max-width: 1400px) {
    .p-lp__group-note-flow {
        right: 0
    }
}
@media screen and (max-width: 1200px) {
    .p-lp__group-note-flow {
        position: absolute;
        bottom: 220px;
        left: 50%;
        transform: translate(-50%);
        width: min(100%, 375px)
    }
}*/
.p-lp__flow {
    padding: 58px 0
}
@media screen and (max-width: 768px) {
    .p-lp__flow {
        padding: 47px 0 25px
    }
}
.p-lp__flow-title {
    max-width: 580px;
    margin-inline: auto
}
@media screen and (max-width: 768px) {
    .p-lp__flow-title {
        width: 100%;
        padding: 0 32px
    }
}
.p-lp__flow-text {
    margin-top: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #3a3a3a;
    width: min(100%, 533px);
    text-align: center;
    margin-inline: auto;
    letter-spacing: 1px
}
@media screen and (max-width: 768px) {
    .p-lp__flow-text {
        
        padding: 0 32px;
        font-size: 14px;
        text-align: justify;
        
    }
}
.p-lp__flow-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: min(100%, 862px);
    margin-top: 50px;
    margin-inline: auto
}
@media screen and (max-width: 768px) {
    .p-lp__flow-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 60px;
        width: 100%;
        padding: 0 20px
    }
}
.p-lp__flow-list-item {
    position: relative;
    border: solid 2px #00c0ef;
    border-radius: 10px;
    background-color: #daf7fe;
    padding: 16px
}
@media screen and (max-width: 768px) {
    .p-lp__flow-list-item {
        padding: 18px;
        display: flex;
        gap: 10px
    }
}
.p-lp__flow-list-item-icon {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translate(-50%);
    z-index: -1
}
.p-lp__flow-list-item-image {
    width: 100%;
    position: relative;
    z-index: 1
}
@media screen and (max-width: 768px) {
    .p-lp__flow-list-item-image {
        width: 50%
    }
}
.p-lp__flow-list-item-text {
    font-size: 14px;
    font-weight: 700;
    color: #0d337c;
    text-align: center;
    margin-top: 10px
}
@media screen and (max-width: 768px) {
    .p-lp__flow-list-item-text {
        width: 50%;
        text-align: left;
        font-size: 12px
    }
}
.p-lp__flow-example {
    display: flex;
    justify-content: center;
    gap: 10px
}
.p-lp__flow-table {
    display: flex;
    align-items: center
}
@media screen and (max-width: 768px) {
    .p-lp__flow-table {
        display: none
    }
}
.p-lp__flow-handshake {
    display: flex;
    align-items: flex-end
}
@media screen and (max-width: 768px) {
    .p-lp__flow-handshake {
        display: none
    }
}
.p-lp__contact {
    padding:52px 30px 120px;
    background-image: url(../../assets/images/contact-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}
@media screen and (max-width: 768px) {
    .p-lp__contact {
        padding: 24px 12px 120px
    }
}
.p-lp__contact-title {
    width: min(100%, 594px);
    margin-inline: auto
}
.p-lp__contact-link {
    display: block;
    width: min(100%, 877px);
    margin-inline: auto;
    margin-top: -15px;
}
.p-lp__contact-link :hover {
    opacity: .8
}
@media screen and (max-width: 768px) {
    .p-lp__contact-link {
        width: min(100%, 335px);
        margin-top: 18px;
        position: relative;
        right: -18px
    }
}
.p-lp__contact-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
    border-radius: 7px;
    width: min(100%, 622px);
    margin-inline: auto;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    height: 122px;
    padding: 0 33px;
    position: relative
}
@media screen and (max-width: 768px) {
    .p-lp__contact-button {
        width: min(100%, 300px);
        padding: 0 20px;
        font-size: 14px;
        height: 60px;
        margin-top: 10px
    }
}
.p-lp__contact-button:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e86a38;
    border-radius: 7px
}
.p-lp__contact-button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fe844a;
    border-radius: 7px
}
.p-lp__contact-button .p-lp__contact-button-icon {
    width: min(100%, 64px);
    position: relative;
    z-index: 2
}
@media screen and (max-width: 768px) {
    .p-lp__contact-button .p-lp__contact-button-icon {
        width: min(100%, 31px)
    }
}
.p-lp__contact-button span {
    position: relative;
    z-index: 2
}
.p-lp__contact-copyright {
    color: #fff;
    font-size: 10px;
    margin-top: 30px;
    text-align: center
}
a :hover {
    opacity: .8
}
.w-full {
    width: 100%
}