/*
Theme Name: swooo_theme
Template: swooo_template
*/


/* mark */

mark {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 72%, #ffff00 0%) repeat scroll 0 0;
}

/* aタグのinherit */

a.inherit {
    color: inherit;
}



/* ページングここから */

.wp-pagenavi {
    font-size: 1rem;
    text-align: center;
}

.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi .current {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #005bac;
    border-radius: 50%;
    background: #096fc8;
    color: #fff;
    line-height: 30px;
    margin: 2px;
}

.wp-pagenavi .extend,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
    display: none;
}

.wp-pagenavi a {
    font-size: 1rem;
    text-decoration: none;
    margin: 2px;
}

.wp-pagenavi a.first,
.wp-pagenavi a.last {
    width: auto;
    padding-right: 4px;
    padding-left: 4px;
    border: 0;
    border-bottom: 1px solid #005bac;
    border-radius: 0;
    background: transparent;
}

.wp-pagenavi a.smaller,
.wp-pagenavi a.larger {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
}


/* ここまで */

html {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

html,
body,
.entry-content {
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
}

header {
    width: 100%;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: clamp(4px, .9vw, 12px) 0;
}

header.scroll-nav {
    background-color: #fff;
}

header .header_wrapper .logo {
    display: flex;
    align-items: center;
    margin: 0;
}

header .header_wrapper .logo h1 {
    margin: 0;
}

header .header_wrapper .logo h1 a {
    font-size: clamp(23px, 3.2vw, 36px);
    letter-spacing: 2px;
    line-height: 1.6;
    color: #0A6FC8;
    display: block;
    /*231005_yano*/
}

header .header_wrapper {
    width: clamp(327px, 80%, 1000px);
    height: max-content;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
}

header .header_wrapper .contact_area {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: clamp(8px, 1.5vw, 40px);
    margin: 0;
    padding: 0;
}

header .header_wrapper .contact_area a {
    flex: 1;
    width: clamp(80px, 15vw, 130px);
    height: max-content;
    color: #FFF;
    text-align: center;
    font-size: clamp(12px, 1.5vw, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    padding: clamp(7px, 1vw, 12px) clamp(14px, 2.2vw, 40px);
}

header .header_comment_sp {
    color: #56585C;
    font-size: clamp(11.25px, 1.25vw, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 1px;
    margin-top: 4px;
    margin-bottom: 4px;
}

header .header_comment_pc {
    color: #56585C;
    font-size: clamp(11.25px, 1.25vw, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 4px;
}

header .header_pc {
    display: none;
}

header .header_sp {
    display: block;
}

@media screen and (min-width:900px) {
    header .header_pc {
        display: block;
    }
    header .header_sp {
        display: none;
    }
}

main#main {
    padding-top: 0;
}

.main__wrapper {
    display: block;
    width: 100vw;
    margin: auto;
    background-color: #E2F0FF;
    padding-bottom: 40px;
    padding-top: 20px;
}

.mv__wapper {
    width: 100%;
    max-width: 1439px;
    background-image: url(images/mv_bg.webp);
    background-repeat: no-repeat;
    background-position: right 151px;
    padding-bottom: 0;
    margin: auto;
    padding-top: 350px;
    margin-top: -85px;
    position: relative;
}

.mv__wapper .vector {
    position: absolute;
    top: 430px;
    right: 0%;
    transform: translateY(-42%);
    -webkit-transform: translateY(-42%);
    -ms-transform: translateY(-42%);
    animation: fadein 1s ease-in forwards;
    z-index: 1;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.vector_1 {
    position: absolute;
    top: 2.8%;
    right: 0;
    margin-right: 408px;
    animation: fadein_title 1.5s forwards;
    opacity: 0;
    z-index: 2;
}

.vector_2 {
    position: absolute;
    top: 28%;
    right: 0;
    margin-right: 510px;
    animation: fadein_title 2s forwards;
    opacity: 0;
    z-index: 2;
}

.vector_3 {
    position: absolute;
    top: 48.8%;
    right: 0;
    margin-right: 520px;
    animation: fadein_title 2.5s forwards;
    opacity: 0;
    z-index: 2;
}

.vector_4 {
    position: absolute;
    top: 72%;
    right: 0;
    margin-right: 420px;
    animation: fadein_title 3s forwards;
    opacity: 0;
    z-index: 2;
}

@keyframes fadein_title {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.vector_1 p,
.vector_2 p,
.vector_3 p,
.vector_4 p {
    font-size: 20px;
    text-align: center;
    color: #383838;
    padding: 10px 16px;
    background-color: #fff;
    white-space: nowrap
}

.vector_1:after,
.vector_2:after,
.vector_3:after,
.vector_4:after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-top: -10px;
    background-color: #0A6FC8;
    border-radius: 50%;
}

.delay-400 {
    animation-delay: 0.4s!important;
}

.delay-800 {
    animation-delay: 0.8s!important;
}

.delay-1200 {
    animation-delay: 1.2s!important;
}

.delay-1600 {
    animation-delay: 1.6s!important;
}

@keyframes animation-delay {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*--- cv button ---*/

#cv {
    position: relative;
    margin: 0 auto;
    width: max-content;
}

#cv.top_section {
    z-index: 10;
}

.main__wrapper #cv {
    margin-top: 40px;
}

#cv .wrapper.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(327px, 40vw, 460px);
    height: clamp(48px, 6vw, 78px);
    background: #0A6FC8;
    border-radius: 60px;
    margin: 0;
    padding: 0;
    font-size: clamp(14px, 2.1vw, 20px);
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    color: #fff;
}

#cv .two_min_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(136px, 10vw, 160px);
    height: clamp(32px, 6vw, 42px);
    border-radius: 60px;
    border: 2px solid #0A6FC8;
    background: #FFF;
    margin: 0 auto;
    position: relative;
    top: 15px;
}

#cv .two_min_btn p {
    color: #0A6FC8;
    font-size: clamp(12px, 2vw, 17px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 auto;
}

#cv a {
    font-size: clamp(14px, 2.1vw, 20px);
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    color: #fff;
}


/*--- mv ---*/

#mv {
    max-width: 1137px;
    margin: auto;
    margin-top: -50px;
}

#mv .copy_wrapper {
    max-width: 630px;
    text-align: left;
    margin-top: -175px;
}

#mv .copy_wrapper .sub_title {
    max-width: 630px;
    color: #FFF;
    font-family: Noto Sans JP;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 1px;
    text-align: center;
    background-image: linear-gradient(90deg, rgba(11, 90, 169, 1), rgba(82, 184, 231, 1));
}

#mv .point__wrapper {
    width: 346px;
    height: 131px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: -8px;
}

.point__wrapper--one,
.point__wrapper--three {
    width: 131px;
    height: 131px;
    display: table;
    border-radius: 50%;
    background-color: #fff;
    color: #0A6FC8;
    text-align: center;
    font-family: Noto Sans JP;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    align-items: center;
    flex-shrink: 0;
    fill: #FFF;
    filter: drop-shadow(0px 0px 13px rgba(16, 50, 80, 0.07));
}

.point__wrapper--one span,
.point__wrapper--three span {
    display: table-cell;
    vertical-align: middle;
}

.point__wrapper--two {
    margin-left: clamp(12px, 2vw, 24px);
    margin-right: clamp(12px, 2vw, 24px);
}

.animate,
.animate-stops {
    opacity: 0;
    transform: translateY(20px);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

.fade.animate,
.fade.animate-stops {
    animation: animate .5s ease forwards;
}

@keyframes animate {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.main_copy {
    position: relative;
    overflow: hidden;
    display: block;
    width: fit-content;
}

.main_copy:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    animation: move-after 2s cubic-bezier(.77, 0, .18, 1) forwards;
    transform: translateX(-101%);
}

.main_copy h1 {
    line-height: 89.6px;
    max-width: 630px;
    font-size: 26px;
    text-align: left;
    color: #383838;
    margin-top: 3px;
    margin-bottom: 16px;
    animation: copy-title 0.2s ease-in forwards;
    animation-delay: 0.9s;
    opacity: 0;
}

@keyframes move-after {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(101%);
    }
}

@keyframes copy-title {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.main_copy h1 span.medium {
    font-size: 34px;
    color: #0A6FC8;
}

.main_copy h1 span.medium.black {
    font-size: 40px;
    color: #383838;
}

.main_copy h1 span.spacing {
    display: block;
    font-size: 34px;
    letter-spacing: .05em;
    margin-top: -13px;
}

.main_copy h1 span.medium.black {
    font-size: 40px;
    color: #383838;
}

.main_copy h1 span.big {
    font-size: 56px;
    color: #0A6FC8;
}

#mv .copy_wrapper .desc p {
    max-width: 630px;
    color: #56585C;
    font-family: Noto Sans JP;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1px;
    margin-top: -3px;
}

#works {
    /*padding-bottom: 40px;*/
    row-gap: 24px;
}


/* 諸藤追加 */

#works img,
.works img {
    width: 100%;
    aspect-ratio: auto 4 / 3;
    height: 100%;
}

#plan {
    background-color: #F4F6FC;
}


/* --- reason ---  */

#reason {
    background-color: #fff;
    width: clamp(327px, 80%, 1000px);
}

#reason .wrapper:not(.btn) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    column-gap: clamp(40px, 4vw, 60px);
    row-gap: 16px;
    width: 100%;
    margin: 0;
}

#reason .wrapper:nth-child(2n):not(.btn) {
    flex-direction: row-reverse;
}

#reason .reason_wrapper {
    display: flex;
    flex-direction: column;
    row-gap: clamp(24px, 4vw, 56px);
}

#reason .wrapper>img {
    min-width: 250px;
    max-width: 327px;
    height: auto;
    aspect-ratio: 327/314;
}

#reason .wrapper .content_block {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    max-width: 628px;
}

#reason .wrapper .content_block .title h3 {
    color: #0A6FC8;
    font-size: clamp(22px, 2.4vw, 34px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
}

#reason .wrapper .content_block .content {
    color: #56585C;
    font-size: clamp(14px, 2vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 1px;
}

#reason .wrapper .content_block .content p {
    margin: 0;
}

#plan .title_en {
    color: #C8E4FF;
}

#way_of_thinking,
#values {
    width: 100%;
    background-image: url(images/polygon3.png), url(images/polygon4.png);
    background-position: top left, bottom right;
    background-size: 190px, 190px;
    background-repeat: no-repeat, no-repeat;
    margin-top: -40px;
}

#way_of_thinking {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    padding: 40px 0;
}

#way_of_thinking .title_en {
    color: #fff;
}

#way_of_thinking .motto_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: clamp(24px, 4vw, 56px);
    width: clamp(327px, 80%, 1000px);
}

#way_of_thinking .wrapper {
    display: flex;
    flex-direction: row;
    column-gap: clamp(24px, 4vw, 50px);
}

#way_of_thinking .wrapper .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 14px;
    width: calc( (100% - 80px)/3);
    height: auto;
    background-color: #fff;
    box-shadow: none;
    border: none;
    border-radius: 24px;
    padding: 24px;
}

#way_of_thinking .thinking__icon {
    width: 56px;
    height: 56px;
}

#way_of_thinking .wrapper .card-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
    color: #0A56C8;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 4px;
}

#way_of_thinking .wrapper .card span {
    color: #0A56C8;
    text-align: center;
    font-size: 37px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 4px;
    margin: 0;
}

#way_of_thinking .wrapper .card h3 {
    margin-bottom: 40px;
    color: #383838;
    text-align: center;
    font-size: clamp(18px, 2.3vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4px;
    margin: 0;
}

#way_of_thinking .wrapper .card p {
    color: #56585C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
    min-height: 90px;
    margin: 0;
}

#way_of_thinking .wrapper .card:first-child p {
    margin-top: auto;
}


/* --- plan --- */

#plan {
    width: 100%;
    padding: 56px 0;
}

#plan .wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    column-gap: clamp(40px, 4vw, 60px);
    width: clamp(327px, 80%, 1000px);
}

#plan .wrapper .item {
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
    border-radius: 21.071px;
    background: #FFF;
    width: calc((100% - 4vw)/2);
}

#plan .item>.title {
    display: flex;
    padding: 14.047px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3.512px;
    border: 2px solid #0A6FC8;
    border-radius: 22px 22px 0px 0px;
    background: #0A6FC8;
}

#plan .item .title h3 {
    color: #FFF;
    font-size: 21.071px;
    font-style: normal;
    font-weight: 700;
    line-height: 27.217px;
    /* 129.167% */
    letter-spacing: 1.756px;
    margin: 0;
}

#plan .item .title p {
    color: #FFF;
    text-align: center;
    font-family: Noto Sans JP;
    font-size: 15.803px;
    font-style: normal;
    font-weight: 500;
    line-height: 26.339px;
    /* 166.667% */
    letter-spacing: 0.878px;
    margin: 0;
}

#plan .item>.content {
    display: flex;
    flex-direction: column;
    row-gap: clamp(20px, 2.5vw, 28px);
    border-radius: 0 0 22px 22px;
    border: 2px solid #0A6FC8;
    background: #FFF;
    padding: 16px 21px 21px 21px;
    height: 200%;
}

#plan .content .cost .price p {
    color: #0A6FC8;
    font-size: clamp(30px, 3vw, 44px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4px;
    position: relative;
    width: auto;
    margin: 0;
    text-align: center;
}

#plan .content .cost .price p span.man {
    font-size: clamp(22px, 2.6vw, 31.607px);
    letter-spacing: 3.512px;
}

#plan .content .cost .price p span.en {
    color: #1F2329;
    font-size: clamp(11px, 1.6vw, 16px);
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.878px;
}

#plan .content .process p {
    margin: 0;
    color: #1F2329;
    font-size: clamp(14px, 2vw, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.606px;
}

#plan .content .process p.text {
    color: #56585C;
    font-size: clamp(14px, 2vw, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.878px;
}

#plan #cv {
    margin-top: auto;
    max-width: 100%;
    width: 100%;
}

#plan .wrapper.btn {
    margin: 0 auto;
    width: clamp(212px, 65vw, 307px);
}


/* plan step */

#plan .process {
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}

#plan>.wrapper .data {
    width: calc(100% - 40px);
    padding: 20px;
    background: #F0F7FF;
}

#plan>.wrapper .data .plan__wrapper {
    display: flex;
}

#plan>.wrapper .data .plan__wrapper--cont {
    display: block;
}

#plan>.wrapper .data .plan__wrapper--cont .plan__wrapper-title {
    display: flex;
    flex-direction: row;
    column-gap: clamp(14px, 2.2vw, 35px);
    color: #1F2329;
    font-family: Noto Sans JP;
    font-size: clamp(14px, 2vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.878px;
}

#plan>.wrapper .data .plan__wrapper--cont .plan__wrapper-title:before {
    content: "◯";
    color: #0A6FC8;
    font-weight: bolder;
    text-shadow: .5px .5px #0A6FC8, -.5px .5px #0A6FC8, -.5px -.5px #0A6FC8, .5px -.5px #0A6FC8, .5px 0px #0A6FC8, 0px .5px #0A6FC8, -.5px 0px #0A6FC8, 0px -.5px #0A6FC8;
    z-index: 1;
}

#plan>.wrapper .data .plan__wrapper--cont .plan__wrapper-title span {
    display: inline-block;
    color: #0A6FC8;
    font-family: Noto Sans JP;
    font-size: clamp(14px, 2vw, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1px;
}

#plan>.wrapper .data .plan__wrapper--cont .line {
    border-left: 2px solid #0A6FC8;
    margin-top: -6px;
    margin-bottom: -6px;
    margin-left: calc(0.4em + 1px);
}

#plan>.wrapper .data .plan__wrapper--cont .half_line {
    height: 20px;
    border-left: 2px dotted #0A6FC8;
    margin-top: -6px;
    margin-left: calc(0.4em + 1px);
}


/* --- develop --- */

#develop .gap_24 {
    display: flex;
    flex-direction: column;
    width: 100%;
    row-gap: clamp(16px, 2.3vw, 24px);
}

#develop .gap_24>div {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

#develop h3:not(.step_header) {
    color: #0A6FC8;
    text-align: center;
    font-size: clamp(16px, 3vw, 30px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 auto;
}

#develop .stance_text {
    color: #56585C;
    font-size: clamp(14px, 2vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1px;
    margin: 0;
}

#develop a.btn-outline {
    width: max-content;
    color: #0A6FC8;
    font-size: clamp(14px, 2vw, 21px);
    font-style: normal;
    font-weight: 700;
    border-radius: 60px;
    border: 2px solid #0A6FC8;
    background-color: #fff;
    margin-left: auto;
    padding: clamp(14px, 1.2vw, 20px) clamp(14px, 2vw, 24px);
}

#develop .flex-row {
    flex-wrap: nowrap;
    row-gap: 24px;
    column-gap: 26px;
    justify-content: space-between;
    align-items: stretch;
}

#develop .flex-row>div {
    position: relative;
    top: 0;
    padding: clamp(8px, 1.2vw, 24px);
    min-height: 90px;
    align-self: stretch;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 16px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    font-size: clamp(13px, 1.8vw, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 1px;
}

#develop .flex-row>.stance_1 {
    background: #F4F4F4;
}

#develop .flex-row .stance_1:after {
    content: '';
    background-image: url('images/stance1_icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: clamp(50px, 8vw, 114px);
    height: 100%;
    position: absolute;
    top: -24px;
    right: -13px;
    z-index: 10;
}

#develop .flex-row>.stance_2 {
    background: #E6FAFF;
    color: #007BF7;
}

#develop .flex-row .stance_2:after {
    content: '';
    background-image: url('images/stance2_icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: clamp(40px, 6vw, 75px);
    height: 100%;
    position: absolute;
    top: -42px;
    right: 0;
    z-index: 10;
}

#develop .flex-row>div p {
    font-size: clamp(14px, 2vw, 18px);
    margin: 0;
}

#works .works__more a {
    color: #0A6FC8;
}

.more__title {
    color: #1F2329;
    text-align: center;
    font-family: Noto Sans JP;
    font-size: clamp(16px, 2.8vw, 30px)!important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
}

.more__title:not(:first-child) {
    margin-top: 16px;
}

#faq>.faq_inner {
    display: flex;
    flex-direction: column;
    row-gap: clamp(24px, 4vw, 50px);
    max-width: 100%;
}

#faq>.faq_inner>.wrapper {
    display: flex;
    flex-direction: column;
    row-gap: clamp(24px, 2vw, 56px);
    width: 100%;
}

#faq .faq_inner .item {
    display: flex;
    flex-direction: column;
    row-gap: clamp(8px, 1vw, 21px);
    padding-bottom: 14px;
    border: none;
}

#faq .item .question {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    background-color: #E3F1FE;
    border-radius: 16px;
    padding: 16px;
    color: #383838;
    font-size: clamp(14px, 2.2vw, 20.528px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4px;
}

#faq .item p {
    margin: 0;
}

#faq .item .question span {
    color: #0A6FC8;
    text-align: center;
    font-size: 20.528px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.57px;
}

#faq .item .answer {
    color: #56585C;
    font-size: clamp(14px, 2vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    /* 166.667% */
    letter-spacing: 1px;
    padding: 0 33px;
}


/* categoryページ */

body>#blog {
    margin: 0 auto;
    padding: 56px 0;
    width: clamp(327px, 80%, 1000px);
}


/* categoryページ */

body>section h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: clamp(12px, 2.3vw, 24px);
    margin: 0;
    color: #1F2329;
    text-align: center;
    font-size: clamp(16px, 2.8vw, 30px)!important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

body>#blog h2::after {
    content: '';
    display: block;
    width: clamp(51px, 10vw, 103px);
    height: 2px;
    background-color: #0284FE;
}

#blog {
    row-gap: clamp(40px, 7vw, 71px);
    background-color: #fff;
}

#blog .wrapper {
    display: flex;
    flex-direction: column;
    row-gap: clamp(24px, 4vw, 50px);
}

#blog .wrapper article a {
    display: flex;
    flex-direction: row;
    column-gap: clamp(16px, 3.5vw, 50px);
    height: auto;
}

#blog .wrapper article .thumbnail img {
    width: clamp(113px, 30vw, 312px);
    aspect-ratio: auto 312 / 162;
    height: auto;
}

#blog .wrapper article .right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
}

#blog .wrapper article .right .title {
    color: #383838;
    font-size: clamp(14px, 2.2vw, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.565px;
}

#blog .wrapper article .right .category-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 2px;
}

#blog .wrapper article .right .category-area .category {
    font-size: clamp(12px, 2.2vw, 18px);
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    padding: 2px 16px;
    background: #02925B;
    border-radius: 100px;
}

#blog .wrapper article .right .title p {
    font-family: Noto Sans JP;
    font-size: clamp(14px, 2.1vw, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4px;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#blog #more .wrapper {
    justify-content: center;
    color: #fff;
    font-size: clamp(14px, 2vw, 18px);
    font-weight: 700;
    text-align: center;
    width: clamp(213px, 30vw, 312px);
    height: clamp(42px, 5vw, 68px);
    border-radius: 60px;
    background-color: #0A6FC8;
    margin: 0;
    padding: 0;
}

* #closed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    background-color: #E3F1FE;
    width: 100vw;
    height: auto;
    padding: 0;
    justify-content: center;
    padding: clamp(24px, 3.8vw, 40px) 0;
}

* #closed .closed__wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    row-gap: 8px;
    width: clamp(327px, 80%, 1000px);
}

* #closed .closed__wrapper .closed__flex--img>img {
    width: 100%;
    max-width: 351px;
    aspect-ratio: auto 351 / 337;
}

* #closed .closed__wrapper .closed__flex--cont {
    display: flex;
    flex-direction: column;
    row-gap: clamp(24px, 3vw, 36px);
}

* #closed .closed__wrapper .copy p {
    margin: 0;
    color: #0A6FC8;
    font-size: clamp(18px, 2.4vw, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}


/* ---- footer ---- */

footer {
    padding-top: 32px;
    padding-bottom: 32px;
    width: clamp(327px, 80%, 1000px);
    margin: 0 auto;
}

footer .wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(16px, 3vw, 48.989px);
    margin: 0 auto;
    width: 100%;
    margin-bottom: 40px;
}

footer .wrapper .logo {
    display: block;
    text-align: left;
}

footer .wrapper .logo h1 a {
    color: #0A6FC8;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}

footer h3,
footer summary {
    margin: 0;
}

footer h3:not(.footer_title),
footer summary {
    color: #0A6FC8;
    font-size: clamp(14px, 2vw, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: normal;
    /*折り返さない*/
    white-space: nowrap;
}

footer .wrapper .footer_title {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    gap: 3.5px;
    color: #0A6FC8;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.875px;
    margin: 0;
    padding-bottom: 34.99px;
}

footer .wrapper .menu_list h3 label {
    display: block;
    color: #56585C;
    font-size: 12.247px;
    font-weight: 700;
    line-height: 26.244px;
    /* 214.286% */
    letter-spacing: 0.875px;
}

footer details>summary {
    cursor: pointer;
    pointer-events: none;
    list-style: none;
}

details summary::-webkit-details-marker {
    display: none;
}

footer .wrapper .footer_row,
footer .wrapper .footer_row>details .sp_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

footer .wrapper .footer_row>details {
    width: 100%;
}

footer .footer_col {
    display: flex;
    flex-direction: column;
    gap: 34.992px;
    align-self: stretch;
    min-width: 25%;
    max-width: 320px;
}

footer details .useful summary {
    padding-bottom: 20.99px;
}

footer .wrapper .footer_col .menu_wrap {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 3vw, 40px);
}

footer .wrapper .footer_col .menu_list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

footer .menu_list ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0;
}

footer .wrapper .menu_list ul {
    list-style-type: none;
    padding-left: 0;
}

footer .wrapper .menu_list ul li {
    background: url(images/chevron-right.svg) left 0px center no-repeat;
    padding-left: 25px;
    background-size: 21px 21px;
}

footer .wrapper .menu_list ul li a {
    vertical-align: middle;
    color: #56585C;
    font-size: clamp(12px, 2vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1px;
    white-space: nowrap;
    /* 折り返さない */
}

footer .wrapper .menu_list ul li a[target="_blank"]:before {
    content: "";
    display: inline-block;
    margin-top: 4px;
    padding-right: 4px;
    background: url("images/external-link.svg");
    background-repeat: no-repeat;
    width: 17.496px;
    height: 17.496px;
}

a[target="_blank"]:not(.not_icon):not(.wp-element-button):not(.wp-block-button__link)::before {
    content: "";
    display: inline-block;
    margin-top: 4px;
    padding-right: 4px;
    background: url("images/external-link.svg");
    background-repeat: no-repeat;
    width: 17.496px;
    height: 17.496px;
}

footer .wrapper .menu_list ul li::marker {
    margin-top: 2px;
}

footer .wrapper .footer_row ul.row_menu_list {
    display: flex;
    gap: clamp(16px, 2.8vw, 34.99px);
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer .wrapper .footer_row ul.row_menu_list li a {
    color: #56585C;
    font-size: clamp(12px, 2.1vw, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 26.244px;
    /* 166.667% */
    letter-spacing: 0.875px;
}

footer .footer_row.center {
    justify-content: center;
}

.sp_only {
    display: none!important;
}


/* footer折り返し */


/* @media screen and (max-width: 829px) { */

@media screen and (max-width: 1140px) {
    footer .wrapper {
        gap: 16px;
    }
    footer .wrapper .logo h1 {
        text-align: center;
    }
    footer .wrapper .footer_row {
        gap: 16px;
    }
    footer .wrapper .footer_row .footer_col {
        min-width: 100%;
        width: 100%;
    }
    footer .wrapper .footer_col .menu_wrap {
        justify-content: space-between;
        flex-shrink: 0;
    }
    footer .menu_wrap .menu_list {
        align-items: stretch;
        align-self: stretch;
        gap: 16px;
    }
    footer .wrapper .menu_list ul li a {
        display: inline-block;
        max-width: 100%;
        white-space: pre-wrap;
    }
    .sp_only {
        display: flex!important;
    }
    footer .wrapper .menu_list>.footer_title {
        line-height: normal;
    }
    footer .wrapper .menu_list ul li {
        display: flex;
        flex-direction: row;
        align-items: center;
        background-position: left 0px center;
        min-height: 24px;
    }
    /* お役立ち情報は２列 */
    footer .menu_wrap.useful {
        width: 100%;
    }
    footer details>summary {
        pointer-events: auto;
    }
    footer details[open] .useful summary {
        display: none;
    }
    footer ul#menu-useful {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
    }
    footer ul#menu-useful li {
        width: calc(( 100% - 101px)/2);
    }
    details {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    footer .wrapper .footer_title {
        flex-direction: row;
        justify-content: space-between;
        width: auto;
        height: 30px;
        padding-bottom: 16px;
        border-bottom: 0.5px solid #0A6FC8;
    }
    footer .wrapper details[open] {
        margin-bottom: 20px;
    }
    footer .wrapper details[open] .footer_title {
        margin-bottom: 24px;
    }
    footer details .footer_title::after {
        content: '';
        width: 24px;
        height: 24px;
        background-image: url('images/plus.svg');
    }
    footer details[open] .footer_title::after {
        content: '';
        width: 24px;
        height: 24px;
        background-image: url('images/minus.svg');
    }
    footer .footer_row.after_block details .sp_row {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    footer .footer_row.after_block .footer_col {
        min-width: calc(( 100% - 101px)/2);
        width: calc(( 100% - 101px)/2);
    }
    footer .sp_row .menu_wrap .menu_list {
        width: 100%;
    }
}

footer .copyright {
    color: #56585C;
    font-size: 12.247px;
    font-style: normal;
    font-weight: 500;
    line-height: 26.244px;
    /* 214.286% */
    letter-spacing: 0.875px;
    opacity: 0.7;
}


/* overflow 飛び出しOK */

.overflow_v {
    overflow: visible;
    white-space: nowrap;
}

hr.footer_devider {
    width: 100%;
    height: 2px;
    background: #0A6FC8;
}


/** companyページ **/

main.company {
    padding-top: 50px!important;
}

main.flow {
    padding-top: 50px!important;
}

main.company .page-title {
    display: flex;
    flex-direction: column;
    row-gap: clamp(31px, 4vw, 40px);
}

ul.company-menu {
    display: flex;
    row-gap: 8px;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    max-width: 1000px;
}

ul.company-menu li {
    display: flex;
    width: clamp(105px, 16vw, 197.123px);
    height: clamp(25px, 3vw, 27px);
    justify-content: center;
    align-items: center;
    gap: 6.917px;
    border-right: 0.865px solid var(--storke, rgba(0, 0, 0, 0.20));
    background: #FFF;
}

ul.company-menu li::after {
    content: url(images/chevron-down.svg);
    margin-top: 6px;
    width: 22px;
    height: 22px;
}

ul.company-menu li:last-child {
    border-right: none;
}

ul.company-menu li a {
    color: #1F2329;
    text-align: center;
    font-size: clamp(12px, 1.9vw, 18.596px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#mission {
    width: 100%!important;
    height: max-content;
    background-image: url("images/mission_ellipse.svg");
    background-size: clamp(28vh, 40vh, 60vh);
    background-position: -50px 100%;
    background-repeat: no-repeat;
    margin-bottom: clamp(55px, 10vw, 84px);
}

#mission .wrapper {
    display: flex;
    flex-direction: column;
    gap: 72px;
    width: clamp(327px, 80%, 1000px);
}

#mission .section_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(4px, .5vw, 8px);
}

#mission .section_body {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#mission .section_body img {
    max-width: 370.5px;
    max-height: 231.823px;
    aspect-ratio: 37/23;
    flex-shrink: 0;
    width: calc(100% - 600px);
}

#mission .section_body .text {
    display: inline-flex;
    flex-direction: column;
    row-gap: clamp(16px, 3.3vw, 40px);
    max-width: 570px;
}

#mission .section_body .title {
    color: #0A6FC8;
    font-size: clamp(22px, 4vw, 56px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
}

#mission .section_body .content {
    text-align: left;
    align-self: stretch;
    color: #56585C;
    font-family: Noto Sans JP;
    font-size: clamp(14px, 2.1vw, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    /* 150% */
    letter-spacing: 1px;
}

#values {
    background-color: #E3F1FE;
    gap: clamp(4px, .5vw, 8px);
    width: 100%;
    padding: 24px 0;
}

#values .wrapper {
    width: clamp(327px, 80%, 1000px);
}

#values .values_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(22px, 4vw, 56px);
    width: clamp(327px, 80%, 1000px);
}

.title_en.font_white {
    color: #FFF;
}

#values .values-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 22px;
}

#values .values-block .col {
    display: flex;
    width: calc( (90% - 44px)/3);
    height: auto;
    padding: 21.087px 14.058px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: clamp(12px, 2vw, 21.087px);
    flex-shrink: 0;
    border-radius: 21.087px;
    background: #FFF;
}

#values .col h3 {
    margin: 0;
    color: #0A6FC8;
    text-align: center;
    font-size: clamp(18px, 2.3vw, 24.601px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.514px;
}

#values .col p {
    margin: 0;
    color: #56585C;
    text-align: center;
    font-size: clamp(14px, 2vw, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 1.66;
    letter-spacing: 0.879px;
}

#company dl {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-top: clamp(0px, 2vw, 50px);
    padding-bottom: clamp(0px, 2vw, 50px);
}

#company dl div {
    border-top: 2.651px solid #EEE;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: clamp(14px, 2vw, 16px);
    font-style: normal;
    line-height: 26.506px;
    /* 166.667% */
    letter-spacing: 0.884px;
    text-align: left;
    padding: 24px 0;
}

#company dl div:last-child {
    border-bottom: 2.651px solid #EEE;
}

#company dl dt {
    width: clamp(106px, 18vw, 234px);
    min-width: clamp(106px, 18vw, 234px);
    display: inline-block;
    vertical-align: middle;
    color: #56585C;
    font-weight: 700;
}

#company dl dd {
    width: auto;
    margin: 0;
    color: #56585C;
    font-weight: 500;
}


/* flowページ */

img.w_100 {
    width: 100%;
    height: auto;
}

.step {
    display: flex;
    flex-direction: column;
}

.step .step_header {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    color: #1F2329;
    font-size: clamp(16px, 2.5vw, 24px);
    font-weight: 700;
    line-height: normal;
    margin: 0;
    border-bottom: 4px solid rgba(0, 0, 0, 0.20);
    box-sizing: border-box;
}

.step .step_header::after {
    content: '';
    display: block;
    position: relative;
    bottom: -4px;
    width: 18%;
    height: 4px;
    background-color: #0A6FC8;
}

.step p {
    margin: 0;
    text-align: left;
}

main span.bold {
    font-weight: 700;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 48px;
    width: 100vw;
    padding-top: 56px;
    padding-bottom: clamp(0px, 5vw, 84px);
    /* デフォルトサイズ */
    color: #56585C;
    font-family: Noto Sans JP;
    font-size: clamp(14px, 2vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1px;
}

main>section {
    display: flex;
    flex-direction: column;
    row-gap: clamp(16px, 2.3vw, 24px);
    align-items: center;
    width: clamp(327px, 80%, 1000px);
}

main>section:first-child {
    padding: 40px 0 0;
}

main .page_header {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.title_en {
    color: #E2F0FF;
    text-align: center;
    font-family: Avenir !important;
    font-size: clamp(44px, 10vw, 98px)!important;
    font-weight: 800;
    letter-spacing: 4px;
    line-height: normal;
}

main>section.gap_48 {
    row-gap: clamp(16px, 3.2vw, 48px);
}

main section h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: clamp(12px, 2.3vw, 24px);
    margin: 0;
    color: #1F2329;
    text-align: center;
    font-size: clamp(16px, 2.8vw, 30px)!important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

main section h2::after {
    content: '';
    display: block;
    width: clamp(51px, 10vw, 103px);
    height: 2px;
    background-color: #0284FE;
}

main h3.blue_title {
    margin: 0;
    color: #0A6FC8;
    font-size: clamp(15px, 3vw, 34px);
    line-height: 1.6;
    font-weight: 700;
}

main .flex-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

main .flex-row>img {
    min-width: 327px;
    max-width: 480px;
    width: 100%;
    height: auto;
}

.gap_48 {
    row-gap: 48px!important;
}

.gap_24 {
    row-gap: 24px!important;
}

.mb_16 {
    margin-bottom: 16px;
}

.text_center {
    text-align: center;
}

.txt_left {
    text-align: left!important;
}

/*
.works__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: clamp(24px, 4vw, 50px);
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
}

.works__wrapper article {
    display: flex;
    flex-direction: column;
    flex: 1;
    flex-grow: 1;
    min-width: 25%;
    width: calc( (100% - 80px)/3);
    border-radius: 21.182px;
    border: 2px solid #0A6FC8;
    background: #FFF;
}

.works__wrapper article .thumbnail {
    border-radius: 24px 24px 0 0;
    background: #F0F9FE;
    aspect-ratio: 4 / 3;
    height: auto;
    flex-shrink: 0;
    overflow: hidden;
}

.works__wrapper article .cont {
    padding: 30px 16px;
    min-height: 100px;
}

.works__wrapper article .cont .company_name {
    font-size: clamp(14px, 2vw, 18px);
    color: #1F2329;
    font-weight: 500;
}

.works__wrapper article .cont .title {
    font-size: clamp(18px, 2.2vw, 22px);
    color: #1F2329;
    font-weight: 700;
    letter-spacing: 4px;
}

.works__more {
    width: 100%;
    text-align: right;
}

.works__more a {
    color: #0A6FC8;
    font-size: clamp(14px, 2.3vw, 22px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
}
*/

/* メンバー */

#member {
    row-gap: clamp(12px, 1.3vw, 24px);
    padding: 20px 0;
}

.member_block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: clamp(24px, 4vw, 50px);
    column-gap: 40px;
    justify-content: flex-start;
    align-items: stretch;
    list-style-type: none;
    padding: 0;
    max-width: 1000px;
}

.member_block article {
    display: flex;
    flex-direction: column;
    flex: 1;
    flex-grow: 1;
    gap: 8px;
    min-width: calc( (100% - 80px)/3);
    width: calc( (100% - 80px)/3);
    max-width: calc( (100% - 80px)/3);
}

.member_block article img {
    width: 100%;
    height: auto;
    aspect-ratio: 30 / 23;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(219, 219, 219, 0.36) 0%, rgba(219, 219, 219, 0.36) 100%), url(<path-to-image>), lightgray -183.646px -119.117px / 219.267% 150.732% no-repeat;
    background-blend-mode: normal, multiply;
}

.member_block article>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(16px, 2.2vw, 22px);
}

.member_block .member_name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3.683px;
    color: #383838;
    text-align: center;
    font-family: Noto Sans JP;
    font-size: clamp(20px, 2.5vw, 22px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.683px;
}

.member_block .member_name span {
    color: #1F2329;
    text-align: justify;
    font-family: Noto Sans JP;
    font-size: clamp(14px, 2vw, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 27.622px;
    /* 187.5% */
    letter-spacing: 0.921px;
}

.member_block .member_description {
    color: #56585C;
    font-family: Noto Sans JP;
    font-size: clamp(14px, 2vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 27.622px;
    /* 166.667% */
    letter-spacing: 0.921px;
    text-align: left;
}

#others .wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 50px;
}

#others .wrapper>a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14.099px;
    justify-content: flex-end;
    flex-shrink: 0;
    width: calc(( 100% - 50px) / 2);
    height: auto;
    aspect-ratio: 48/36;
}

#others .wrapper>a img {
    width: 100%;
}

#others .wrapper>a>div {
    display: flex;
    flex-direction: column;
    row-gap: 7px;
}

#others .wrapper label {
    color: #383838;
    font-size: 21.148px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.525px;
}

#others .wrapper span {
    color: #1F2329;
    font-size: 14.099px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.435px;
    /* 187.5% */
    letter-spacing: 0.881px;
}

article .category-area .category p {
    margin: 0;
}

main.blogs {
    background-color: #fff!important;
}

@media screen and (max-width: 899px) {
    .company-menu {
        flex-wrap: wrap;
    }
    .company-menu li::after {
        width: 16px;
        height: 16px;
        margin-top: 0px;
    }
    #mission {
        background-position: -100px 30%;
    }
    #mission .section_body {
        flex-direction: column;
        gap: 50px;
    }
    #mission .section_body img {
        width: 100%;
    }
    #mission .section_body .text {
        width: 100%;
        height: auto;
        align-items: center;
        gap: 16px;
    }
    #faq .item .answer {
        padding: 0;
    }
    #values {
        gap: 0px;
    }
    #values .values_body {
        width: 100%;
        gap: 24px;
        margin: 10px 0px 40px 0px;
    }
    #values .values-block {
        flex-direction: column;
    }
    #values .values-block .col {
        width: 279px;
        padding: 24px;
    }
    #values .values-block .col h3 {
        margin-top: 4px;
    }
    #values .values-block .col p {
        text-align: left;
        line-height: 1.7;
        letter-spacing: 1px;
    }
    #reason .wrapper,
    #reason .wrapper:nth-child(2n):not(.btn) {
        flex-direction: column!important;
        padding: 0;
    }
    #plan .wrapper {
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }
    #way_of_thinking .wrapper {
        flex-direction: column;
        align-items: center;
        row-gap: 16px;
    }
    #way_of_thinking .wrapper .card {
        width: clamp(327px, 80%, 500px);
        box-sizing: border-box;
        row-gap: 16px;
    }
    #faq .item .question span {
        font-size: 23px;
    }
    .sp_left {
        text-align: left!important;
    }
    .works__wrapper {
        width: clamp(327px, 80%, 500px);
        flex-direction: column;
        row-gap: 24px;
        align-content: center;
    }
    .member_block {
        width: clamp(327px, 90vw, 500px);
        flex-direction: column;
        row-gap: 24px;
        align-content: center;
    }
    .works__wrapper article {
        min-width: 327px;
        width: 100%;
        box-sizing: border-box;
    }
    main .flex-row,
    #develop .flex-row {
        flex-direction: column;
    }
    #develop .flex-row {
        align-items: center;
    }
    #develop .flex-row .stance_1:after {
        width: 75px;
        height: 63.261px;
        top: auto;
        bottom: -16.261px;
    }
    #develop .flex-row .stance_2:after {
        width: 51.496px;
        height: 81.021px;
        top: auto;
        bottom: -39.521px;
    }
    main .flex-row img {
        max-width: 100%;
        height: auto;
    }
    .member_block article {
        min-width: 327px;
        width: 100%;
        box-sizing: border-box;
    }
    #plan .wrapper .item {
        min-width: 327px;
        width: clamp(327px, 80%, 500px);
    }
    #plan>.wrapper .data .plan__wrapper--cont .line,
    #plan>.wrapper .data .plan__wrapper--cont .half_line {
        margin-top: -5px;
        margin-bottom: -5px;
        margin-left: 0.4em;
    }
    #plan .wrapper.btn {
        width: 100%;
    }
    #blog .wrapper article .right .category-area .category {
        padding: 2px 8px;
    }
    .works__more {
        min-width: 327px;
        width: 80%;
        text-align: center;
    }
    .mb_16 {
        margin-bottom: 0px;
    }
    #others .wrapper {
        flex-direction: column;
    }
    #others .wrapper a {
        width: clamp(327px, 90vw, 500px);
    }
    #others .wrapper>a>div {
        width: 100%;
    }
    #others .wrapper>a>div>label {
        font-size: 24px;
    }
    #others .wrapper>div>div>span {
        font-size: 16px;
    }
    * #closed .closed__wrapper {
        flex-direction: column;
    }
    * #closed .closed__wrapper .closed__flex--img>img {
        max-width: 238px;
    }
    * #closed .closed__wrapper .copy p {
        text-align: center;
    }
}

@media screen and (min-width: 1201px) {
    .width1336,
    .width768 {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .width1337,
    .width768 {
        display: none;
    }
    .mv__wapper {
        height: 100%;
        background-image: none;
        padding-top: 350px;
        margin-top: -85px;
        position: relative;
    }
    #mv {
        max-width: 630px;
        margin: auto;
    }
    #mv .point__wrapper {
        width: 561px;
        /* 	widthを変更（諸藤）	 */
        margin: auto;
        height: 131px;
    }
    .mv__wapper .vector {
        width: 500px;
        background-image: url(images/mv_bg_big.webp);
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        margin-left: 40%;
        margin-top: -180px;
        margin-bottom: 200px;
        animation: fadein 1s ease-in forwards;
    }
    .vector_1 {
        top: 0;
        right: 0;
        margin-top: 20px;
        margin-right: 385px;
    }
    .vector_2 {
        top: 0;
        right: 0;
        margin-top: 130px;
        margin-right: 445px;
    }
    .vector_3 {
        top: 0;
        right: 0;
        margin-top: 250px;
        margin-right: 452px;
    }
    .vector_4 {
        top: 0;
        right: 0;
        margin-top: 388px;
        margin-right: 335px;
    }
    .vector_1 p,
    .vector_2 p,
    .vector_3 p,
    .vector_4 p {
        font-size: 16px;
        padding: 10px 14px;
    }
    .vector_1:after,
    .vector_2:after,
    .vector_3:after,
    .vector_4:after {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        margin-top: -5px;
    }
}

@media screen and (max-width: 1100px) {
    .pc_only {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .width1337,
    .width768 {
        display: none;
    }
    #mv {
        max-width: 630px;
        margin: auto;
        margin-top: -50px;
    }
}

@media screen and (min-width: 769px) {
    .pad_only {
        display: none;
    }
    section#top .wrapper {
        margin: auto;
    }
    .pc_hide {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .width1337,
    .width1336 {
        display: none;
    }
    .width768 {
        display: block;
    }
    .mv__wapper {
        height: 100%;
        background-image: none;
        padding-top: 180px;
        margin-top: -85px;
        position: relative;
    }
    #mv {
        max-width: 630px;
        margin: auto;
        margin-top: -40px;
    }
    #mv .point__wrapper {
        width: 346px;
        margin: auto;
        height: 131px;
    }
    #mv .copy_wrapper {
        max-width: 500px;
        margin: auto;
    }
    #mv .main_copy h1 {
        line-height: 60px;
        font-size: 16px;
    }
    #mv .main_copy h1 span.medium {
        font-size: 26px;
        color: #0A6FC8;
    }
    #mv .main_copy h1 span.medium.black {
        font-size: 36px;
        color: #383838;
    }
    #mv .copy_wrapper .desc p {
        max-width: 500px;
        font-size: 18px;
        margin-top: -5px;
    }
    #mv .point__wrapper {
        width: auto;
        margin: auto;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .point__wrapper--one,
    .point__wrapper--three {
        width: 70px;
        height: 70px;
        font-size: 13px;
    }
    .mv__wapper .vector {
        background-image: url(images/mv_bg_mid.webp);
        background-repeat: no-repeat;
        background-position: -7% center;
        margin-left: 40%;
        margin-top: -240px;
        padding-bottom: 50px;
    }
    .vector_img,
    .vector_img img {
        width: 288px;
        height: 288px;
    }
    .vector_1 {
        margin-top: -35px;
        margin-right: 390px;
    }
    .vector_2 {
        margin-top: 50px;
        margin-right: 460px;
    }
    .vector_3 {
        margin-top: 140px;
        margin-right: 462px;
    }
    .vector_4 {
        margin-top: 200px;
        margin-right: 410px;
    }
    .vector_1 p,
    .vector_2 p,
    .vector_3 p,
    .vector_4 p {
        font-size: 13px;
        padding: 8px 10px;
    }
    .vector_1:after,
    .vector_2:after,
    .vector_3:after,
    .vector_4:after {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        margin-top: -5px;
    }
    footer {
        padding-top: 20px;
        padding-bottom: 0;
    }
    footer .wrapper .logo {
        margin-bottom: 16px;
    }
    footer .wrapper .right_wrapper .menu_list {
        margin-top: 0;
    }
    footer .wrapper .right_wrapper .menu_list ul li {
        font-size: 16px;
        margin: 0;
    }
    footer .wrapper .right_wrapper .contact_area {
        margin-top: 16px;
        margin-bottom: -40px;
    }
}

@media screen and (min-width: 601px) {
    .sp-only {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .main__wrapper #cv {
        margin-top: 200px;
        z-index: 1;
    }
    .width1337,
    .width1336,
    .pc-only {
        display: none;
    }
    .width768 {
        display: block;
    }
    .mv__wapper {
        background-image: none;
        padding-top: 240px;
        margin-top: -130px;
        position: relative;
    }
    #mv {
        max-width: 630px;
        margin: auto;
        margin-top: -50px;
    }
    #mv .copy_wrapper {
        width: calc(100% - 48px);
        max-width: 500px;
        margin: auto;
    }
    #mv .copy_wrapper .sub_title {
        font-size: 14px;
        line-height: 2;
    }
    #mv .main_copy h1 {
        line-height: 56px;
        font-size: 14px;
    }
    #mv .main_copy h1 span.medium {
        font-size: 18px;
        color: #0A6FC8;
    }
    #mv .main_copy h1 span.big {
        font-size: 32px;
    }
    #mv .main_copy h1 span.spacing {
        font-size: 22px;
        letter-spacing: .05em;
    }
    #mv .main_copy h1 span.medium.black {
        font-size: 26px;
        color: #383838;
        letter-spacing: .05em;
    }
    #mv .copy_wrapper .desc p {
        font-size: 14px;
        margin-top: -5px;
        letter-spacing: 0;
    }
    #mv .point__wrapper {
        width: 300px;
        margin: auto;
        height: auto;
    }
    .point__wrapper--one,
    .point__wrapper--three {
        width: 70px;
        height: 70px;
        font-size: 13px;
    }
    .mv__wapper .vector {
        width: 500px;
        background-image: url(images/mv_bg_mid.webp);
        background-position: left;
        margin-left: 30%;
        margin-bottom: 50px;
        animation: fadein 1s ease-in forwards;
    }
    .vector_img,
    .vector_img img {
        width: 288px;
        height: 288px;
    }
    .vector_1 {
        margin-top: -35px;
        margin-right: 390px;
    }
    .vector_2 {
        margin-top: 50px;
        margin-right: 460px;
    }
    .vector_3 {
        margin-top: 140px;
        margin-right: 462px;
    }
    .vector_4 {
        margin-top: 200px;
        margin-right: 410px;
    }
    .vector_1 p,
    .vector_2 p,
    .vector_3 p,
    .vector_4 p {
        font-size: 13px;
        padding: 8px 10px;
    }
    .vector_1:after,
    .vector_2:after,
    .vector_3:after,
    .vector_4:after {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        margin-top: -5px;
    }
    #works {
        padding-top: 0;
    }
    #works .works__more {
        font-size: 16px;
    }
    #way_of_thinking {
        margin-top: -100px;
    }
    #way_of_thinking>.wrapper .card {
        width: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto;
        height: auto;
        border-radius: 24px;
        padding: 16px;
    }
    #way_of_thinking,
    #values {
        background-size: 80px, 80px;
        margin-top: -40px;
    }
    footer {
        padding-top: 20px;
        padding-bottom: 0;
    }
    footer .wrapper .logo {
        margin-bottom: 16px;
    }
    footer .wrapper .right_wrapper .menu_list {
        margin-top: 0;
    }
    footer .wrapper .right_wrapper .contact_area {
        margin-top: 16px;
        margin-bottom: -40px;
    }
    footer .wrapper .right_wrapper .contact_area .contact,
    footer .wrapper .right_wrapper .contact_area .estimate {
        width: 114px;
        height: 40px;
        font-size: 14px;
    }
}

@media screen and (max-width: 375px) {
    #mv .copy_wrapper {
        width: calc(100% - 20px);
    }
}

.single-works .yarpp-related {
    display: none;
}


/*cookie同意ポップアップ*/

.border_btn01 {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    color: #fff;
    background-color: #096fc8;
    border-radius: 99rem;
    display: table-cell;
    vertical-align: middle;
    height: 3em;
    font-family: Noto Sans JP;
    font-size: clamp(11.25px, 1.5vw, 20px);
    font-weight: 500;
    text-align: center;
    border: 0;
    margin: 4px;
    cursor: pointer;
}

.policy-link {
    color: #f8f8f8;
}


/*スマホ用レイアウト */

.CookieConsent {
    margin: 0 auto;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    z-index: 999;
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: clamp(11.25px, 1.25vw, 16px);
    line-height: calc(1em * 66 / 40);
    pointer-events: none;
}

.CookieConsent_inner {
    margin: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 66rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0.5rem;
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0 0.5rem -0.25rem #6e6e6e;
    pointer-events: auto;
}

.CookieConsent_content {
    color: #56585C;
}


/*PC用レイアウト */

@media screen and (min-width:900px) {
    .CookieConsent {
        margin: 0 auto;
        position: fixed;
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
        z-index: 999;
        font-family: Noto Sans JP;
        font-weight: 500;
        font-size: clamp(11.25px, 1.25vw, 16px);
        line-height: calc(1em * 66 / 40);
        pointer-events: none;
    }
    .CookieConsent_inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        max-width: 66rem;
        margin-right: auto;
        margin-left: auto;
        padding: 1rem 1rem;
        background-color: #fff;
        border-radius: 0.5rem;
        box-shadow: 0 0 0.5rem -0.25rem #6e6e6e;
        pointer-events: auto;
    }
    .CookieConsent_content {
        color: #56585C;
        flex: 1 0 17rem;
    }
}


/* contact 240615 add */
header .logo h1 {
    color: #0A6FC8;
}

main.contact .wrapper {
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    row-gap: clamp(16px, 2.3vw, 24px);
    align-items: center;
    width: clamp(327px, 80%, 1120px);
}

main.contact .box {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

main.contact .box .box-item {
    width: 50%;
}

main.contact .box .box-item.item-form {
    width: calc(50% - 20px);
    position: absolute;
    right: 0;
}

main.contact img {
    max-width: 100%;
}

main.contact .img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

main.contact .img-wrap img {
    width: 100%;
    max-width: 33.33333%;
    object-fit: cover;
}

main.contact h1 {
    color: #0A6FC8;
    text-align: center;
    font-size: clamp(22px, 2.1vw, 36px);
    margin-bottom: 0;
}

main.contact h2 {
    background: #F5F8FA;
    color: #0A6FC8;
    text-align: center;
    font-size: clamp(16px, 2.1vw, 20px);
    padding: 3px 10px;
    line-height: 1.5;
}

main.contact p {
    margin-top: 0;
}

main.contact .box-item h2:first-child {
    margin-top: 0;
}

/* form */
main.contact .form-wrap {
    background: #F9F9F9;
    border: 1px solid #E6E6E6;
    padding: 30px 30px;
}

form.wpcf7-form .form-item  {
    margin-bottom: 20px;
}

form.wpcf7-form .form-item.form-item__submit {
    margin-bottom: 0px;
}

form.wpcf7-form .form-item.form-item__policy {
    display: flex;
    align-items: center;
}

form.wpcf7-form .form-item.form-item__policy .wpcf7-list-item {
    margin-left: 0;
    margin-right: 5px;
}

form.wpcf7-form .form-item.form-item__policy a::before {
    display: none;
}

form.wpcf7-form .form-item > * {
    display: block;
}

form.wpcf7-form input,
form.wpcf7-form textarea {
    width: 100%;
    background: #F5F8FA;
    border: 1px solid #CBD6E2;
    border-radius: 3px;
    padding: 5px 15px;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
}

form.wpcf7-form input,
form.wpcf7-form textarea,
form.wpcf7-form label {
    font-size: clamp(14px, 2.1vw, 16px);
}

form.wpcf7-form label {
    color: #0A6FC8;
    font-weight: bold;
    line-height: 1.75;
}

form.wpcf7-form label .required {
    color: #FF0000;
}

form.wpcf7-form .wpcf7-radio {
    width: 100%;
    display: flex;
}

form.wpcf7-form .wpcf7-radio .wpcf7-list-item {
    display: flex;
    align-items: center;
}

form.wpcf7-form .wpcf7-radio .wpcf7-list-item:first-child {
    margin-left: 0;
}

form.wpcf7-form .wpcf7-radio .wpcf7-list-item-label {
    color: #000426;
    font-size: clamp(13px, 2.1vw, 15px);
}

form.wpcf7-form .wpcf7-radio input  {
    width: 16px;
    color: #0A6FC8;
}

form.wpcf7-form .btn-submit {
    background: #0A6FC8;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

form.wpcf7-form .wpcf7-not-valid-tip {
    font-family: 'Noto Sans JP', sans-serif;
}

form.wpcf7-form .wpcf7-spinner  {
    margin: 0 auto;
}

form.wpcf7-form .wpcf7-response-output {
    margin-top: 15px;
}

main.contact .btn-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
}

main.contact .btn-wrap .btn-main {
    background: #0A6FC8;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    max-width: 550px;
    width: 100%;
    padding: 10px 10px;
    border-radius: 4px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    main.contact .box .box-item {
        width: 100%;
    }

    main.contact .box .box-item.item-form {
        width: 100%;
        position: relative;
    }

    main.contact .form-wrap {
        padding: 15px 15px;
        margin-bottom: 30px;
    }

    form.wpcf7-form .wpcf7-radio {
        flex-direction: column;
    }

    form.wpcf7-form .wpcf7-radio .wpcf7-list-item {
        margin-left: 0;
    }
}

/* ===== LP Links Section ===== */
#lp-links {
  background: #f0f4fb;
  border-top: 2px solid #dce8f4;
  padding: 20px 24px;
  width: 100%;
  box-sizing: border-box;
}
.lp-links__inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lp-links__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.lp-links__label {
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #033481 !important;
  white-space: nowrap;
  background: #dce8f4;
  padding: 3px 10px;
  border-radius: 4px;
  min-width: 52px;
  text-align: center;
}
#lp-links .lp-links__row a {
  display: inline-block !important;
  font-size: 12px !important;
  color: #0A6FC8 !important;
  background: #fff !important;
  border: 1px solid #b8d3ee !important;
  border-radius: 20px !important;
  padding: 3px 12px !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  line-height: 1.6 !important;
}
#lp-links .lp-links__row a:hover {
  background: #0A6FC8 !important;
  color: #fff !important;
  border-color: #0A6FC8 !important;
  opacity: 1 !important;
}
@media screen and (max-width: 768px) {
  #lp-links { padding: 16px; }
  .lp-links__label { min-width: 44px; }
}

/* ===== Logo title (非トップページ用 div.logo-title) ===== */
header .header_wrapper .logo .logo-title {
    margin: 0;
}
header .header_wrapper .logo .logo-title a {
    font-size: clamp(23px, 3.2vw, 36px);
    letter-spacing: 2px;
    line-height: 1.6;
    color: #0A6FC8;
    display: block;
    font-weight: 700;
    text-decoration: none;
}
header .logo .logo-title {
    margin: 0;
}
footer .wrapper .logo .logo-title a {
    color: #0A6FC8;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    text-decoration: none;
}
