@charset "utf-8";


html {
    font-size: 16px;
    overflow: visible;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 500;
    background: #fff;
    width: 100%;
    /*   scroll-behavior: smooth;
    overscroll-behavior-y: none; */
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

#wrapper {
    /*   overflow-x: hidden;
    -ms-overflow-style: none;
    /* IE, Edge 対応 
    scrollbar-width: none;
    /* Firefox 対応 */
}

#wrapper::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
}


blockquote {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    position: relative;
    padding: 30px 15px 8px;
    font-style: italic;
    background: #efefef;
    color: #555;
}

.pc {
    display: block !important;
}

@media screen and (max-width: 768px) {
    .sp {
        display: none !important;
    }
}

/* CSSアニメーションの指定 */
.Headline {
    animation: SlideIn 1.6s;
}

/* CSSアニメーションの設定 */
@keyframes SlideIn {
    0% {
        opacity: 0;
        /*初期状態では透明に*/
        transform: translateX(64px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.Headline-fade {
    animation: FadeIntop 1.6s;
}

@keyframes FadeIntop {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.HeadlineLogo {
    animation: SlideInlogo 4s;
}

/* CSSアニメーションの設定 */
@keyframes SlideInlogo {
    0% {
        opacity: 0;
        /*初期状態では透明に*/
        transform: translateX(64px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.HeadlineLeft {
    animation: SlideInleft 3s;
}

@keyframes SlideInleft {
    0% {
        opacity: 0;
        transform: translateX(-64px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.element {
    /* 最初は非表示 */
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: opacity 1s, visibility 1s, transform 1s;
}

/* フェードイン時に入るクラス */
.is-fadein {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

.clearfix {
    position: relative;
}

.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}


/*RESET------------------------------------------------------------------------------------------------------------*/
p,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    transition: all 0.5s;
    image-rendering: -webkit-optimize-contrast;
    vertical-align: top;
    display: block;
}

.read-more img {
    display: inline;
    top: 4px;
    position: relative;
}

img.no-block {
    display: inline;
}

a img:hover {
    opacity: 0.5;
}

ul,
li {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

ol li {
    list-style: decimal;
}

dl {
    position: relative;
}

a {
    color: #111;
    text-decoration: none;
    transition: all 0.5s;
}

a:hover {
    color: #10813B;
    opacity: 0.5;
}

input[type="submit"],
input[type="text"],
input[type="email"] {
    border: none;
    outline: none;
    background: transparent;
    padding: 0;
    margin: 0;
}

input[type="text"],
input[type="email"] {
    border: 1px solid #C4C4C4;
    background: #fff;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 10px 0 10px 10px;
    margin: 0;
}

input[type="submit"]:hover {
    color: #fff;
}

.f70ldd_entry {
    background: #fff !important;
}

.f70ldd_entry form label {
    font-family: 'sans-serif' 'Noto Sans JP';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #111111;
    margin-bottom: 4px;
}

.f70ldd_entry form .submit input {
    width: 100% !important;
    margin-top: 60px !important;
}

.f70ldd_entry form .input {
    margin-bottom: 20px;
}

.f70ldd_entry form input[type="submit"] {
    background: linear-gradient(90deg, #A2C31D 0%, #10813B 100%);
    border-radius: 40px;
    font-family: 'sans-serif' 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    padding: 4px 40px;
    text-align: center;
    display: block;
    transition: all 0.5s;
    color: #fff;
    max-width: 100%;
    margin: 0 auto;
    height: 56px;
    cursor: pointer;
}

.f70ldd_entry form input[type="submit"]:hover {
    opacity: 0.5;
}

.f70_lead_document-template-default .left-col {
    display: none;
}

.f70_lead_document-template-default .right-col {
    width: 100%;
}

.f70_lead_document-template-default .w1200.grid {
    display: block;
}

.privacy-check a {
    text-decoration: underline;
}

#no-form h2 {
    font-family: 'sans-serif' 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.06em;
    margin-bottom: 30px;
}

#no-form p {
    font-family: 'sans-serif' 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #111111;
}

#no-form .thumbnail {
    margin: 40px 0;
}

/*コンタクトフォーム--------------------------------------------------*/
body .wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.12);
    border-radius: 1px;
    height: 48px;
    width: 100%;
    padding: 10px;
    outline: none;
}

.wpcf7 textarea {
    height: 240px;
    outline: none;
}

body .wpcf7 p {
    font-size: 16px;
    margin-block-start: 0;
    margin-block-end: 0;
}

body .wpcf7 .box {
    margin-bottom: 32px;
}

body .wpcf7 p.form-sample {
    font-size: 14px !important;
    margin-bottom: 0;
    margin-top: -30px;
}

body .wpcf7 .box .imp {
    background: #F06C05;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    padding: 2px 14px;
    margin-left: 10px;
}

body .wpcf7 .box p:first-child {
    margin-bottom: 8px !important;
}

body .wpcf7 .wpcf7-submit:disabled {
    background: #f3f3f3;
    border-radius: 40px;
    font-family: 'sans-serif' 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    padding: 12px 40px;
    text-align: center;
    display: block;
    transition: all 0.5s;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    height: 56px;
    position: relative;
}

body .wpcf7 .wpcf7-submit {
    background: linear-gradient(90deg, #A2C31D 0%, #10813B 100%);
    border-radius: 40px;
    font-family: 'sans-serif' 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    padding: 12px 40px;
    text-align: center;
    display: block;
    transition: all 0.5s;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    height: 56px;
    position: relative;
    cursor: pointer;
}

body .wpcf7 .wpcf7-submit:hover {
    opacity: 0.5;
}

body .wpcf7 .wpcf7-submit:disabled:hover {
    opacity: 1;
}

.privacy-check+p {
    position: relative;
}

.privacy-check+p::after {
    content: '';
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 31%;
    right: 80px;
}

body .check-box-select .wpcf7-list-item {
    display: block;
    background: #F6F6F6;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    padding: 16px 4px;
    margin-bottom: 8px;
    width: 344px;
    margin-left: 0;
}

.form-item {
    margin-bottom: 0;
    top: -20px;
    margin-bottom: -20px;
}

.form-item.flex {
    display: flex;
    left: -19px;
    margin-bottom: 10px;
}

.required {
    color: #DC1E1E;
}

label {
    cursor: pointer;
}

body .wpcf7 input[type="checkbox"]:checked~body .check-box-select .wpcf7-list-item {
    background: #FFF1E6;
    border-radius: 4px;
    box-shadow: none;
}

body .agree .text-oragne {
    color: #F03D05;
}

.agree {
    text-align: center;
}

body .wpcf7 .box.w400 {
    width: 200px;
    margin: 0 auto;
}

body .wpcf7 .box input[type="submit"] {
    min-width: 100% !important;
    margin: 2em auto;
    max-width: 100%;
    box-sizing: border-box;
    background: #F06C05;
    color: #fff;
    border-radius: 4px;
    display: block;
    width: 240px;
    height: 48px;
    transition: all 0.5s;
}

body .wpcf7 .box input[type="submit"] :hover {
    opacity: 0.5;
}

body .wpcf7-not-valid-tip {
    color: #FC6241;
    font-size: 14px;
}

body .wpcf7 select:first-child {
    color: #333;
}

body .wpcf7 select {
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.12);
    border-radius: 1px;
    outline: none;
    height: 48px;
    width: 100%;
    padding: 10px;
    background: transparent;
    color: #10813B;
}

textarea:focus,
body .wpcf7 .input[type="text"]:focus,
body .wpcf7 .input[type="email"]:focus,
body .wpcf7 .input[type="tel"]:focus,
body .wpcf7 select:focus {
    border: 1px solid #10813B;
    outline: none;
}

/*BASE--------------------------------------------------------------------------------------------------------------*/
section {
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

iframe {
    margin-top: 1em;
    max-width: 100%;
}

p iframe {
    width: 100%;
    height: 260px;
}

div {
    position: relative;
    margin: 0;
    padding: 0;
}

*,
:after,
:before {
    box-sizing: inherit;
}

.text-center,
.text_center {
    text-align: center;
}

.text-right,
.text_right {
    text-align: right;
}

.text-left,
.text_left {
    text-align: left;
}

.text-bold {
    font-weight: 700;
}


.hidden {
    display: none;
}

.block-show {
    display: block !important;
}

.text-white {
    color: #fff;
}

.center {
    text-align: center;
}

.left {
    text-align: left
}

.right {
    text-align: right;
}

.d-inline {
    display: inline !important;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

/*bread-----------------------------------------------------------------------------------------------------*/
.breadcrumb {
    margin: 1em auto;
    width: auto;
    /* overflow-x: scroll; 
    overflow-y: hidden; */
    white-space: nowrap;
    position: relative;
    top: 100px;
    max-width: 1260px;
}

.h1-back .breadcrumb {}

.breadcrumb ul {
    display: flex;
    justify-content: flex-start !important;
    flex-wrap: nowrap;
}

.breadcrumb::-webkit-scrollbar {
    display: none;
}

.breadcrumb ul li {
    font-size: 80%;
    padding-top: 3px;
    position: relative;
}

.breadcrumb ul li:nth-child(n+2) span::before {
    content: '>';
    position: absolute;
    left: 0;
    top: 3px
}


.breadcrumb ul li:nth-child(n+2) {
    margin-left: 1%;
    padding-left: 10px;
}

.breadcrumb ul li:first-child::before {
    content: '';
}

.breadcrumb ul li a {
    transition: all 1s;
}

.breadcrumb ul li a:hover {
    color: #003174;
}

.hide {
    display: none !important;
    transition: all 0.5s;
}

.new-icon {
    position: absolute;
    right: 2px;
    top: 2px;
}


.new-icon::before {
    content: '';
    background: url(img/new-icon.svg) no-repeat;
    background-size: 54px;
    width: 54px;
    height: 54px;
    display: block;
    z-index: 8;
    position: absolute;
    top: 0;
    right: 0;
}

.relative {
    position: relative !important;
}

.arrow {
    position: relative;
    display: inline-block;
}

.arrow-right::after {
    content: '';
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: solid 2px #10813B;
    border-right: solid 2px #10813B;
    transform: rotate(45deg);
    position: absolute;
    top: 49%;
    right: 80px;
}

.arrow-right-white::after {
    content: '';
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 49%;
    right: 80px;
}

.arrow-right-white:hover::after {
    border-top: solid 2px #10813B;
    border-right: solid 2px #10813B;
}

.arrow-right-white.arrow-50::after {
    right: 50px;
}

.arrow-simple-white {
    position: relative;
    display: block;
    background: linear-gradient(90deg, #A2C31D 0%, #10813B 100%);
    border-radius: 40px;
    width: 40px;
    height: 40px;
    filter: drop-shadow(8px 8px 24px rgba(0, 0, 0, 0.04));
}

.arrow-simple-white::before {
    content: '';
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 49%;
    left: 14px;
}


/*キーフレーム------------------------------------------------------*/

.scrollin {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fade-in-bottom {
    animation: fadein-bottom 3s ease 0s 1 normal;
    -webkit-animation: fadein-bottom 3s ease 0s 1 normal;
}

@keyframes fadein-bottom {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* header */
header {
    width: 100%;
    position: fixed;
    height: 80px;
    transition: all 0.5s;
    z-index: 99;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: rgba(255, 255, 255);
}

.header-inner {
    display: flex;
    align-items: center;
    margin: 0 auto;
    position: relative;
}

header ul.menu {
    display: flex;
    align-items: center;
}

.header-contact {
    z-index: 78;
    top: -74px;
}

header .logo {
    margin-right: 120px;
}

header .logo a {
    transition: all 0.5s;
    position: relative;
}

header .logo a:hover {
    opacity: 0.5;
}

header ul li {
    margin-right: 48px;
    letter-spacing: 0.04em;
    padding-bottom: 4px;
}

header ul li:last-child {
    margin-right: 0;
}

header ul li a {
    color: #111111;
    font-family: 'sans-serif' 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    display: block;
    cursor: pointer;
    transition: all 0.5s;
}

header ul li a,
header ul li .acd-label,
.menu_second-level li a {
    color: #111111;
    font-family: 'sans-serif' 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 23px;
    cursor: pointer;
    transition: all 0.5s;
    padding: 4px 0;
}

header ul li a,
header ul li .acd-label {
    background: linear-gradient(90deg, #A2C31D 0%, #10813B 100%) var(--p, 0) 100% / var(--d, 0) 3px no-repeat;
    transition: 0.3s, background-position 0s 0.3s;
}

header ul li a:hover,
header ul li:hover {
    --d: 100%;
    --p: 100%;
    color: #028244;
    opacity: 1;
}

.menu_second-level li a,
.second-menu h2,
.menu_second-level .title h2 {
    background: none !important;
    --d: 0;
    --p: 0;
}

.header-contact a {
    background: linear-gradient(270deg, #028244 0%, #86C021 100%);
    border-radius: 20px 0px 0px 20px;
    color: #fff;
    text-align: center;
    font-family: 'sans-serif' 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    padding: 8px 33px;
    max-width: 180px;
    position: absolute;
    right: 0;
    top: 20px;
    transition: all 0.5s;
}

.header-contact a:hover {
    background: linear-gradient(270deg, #86C021 0%, #028244 100%);
    opacity: 0.8;
}

.isFixed {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    transform: translateY(-100%);
    box-shadow: none;
    opacity: 1;
}

.recruit-ico {
    position: relative;
    margin-right: 68px;
}

.recruit-ico::after {
    content: '';
    background: url(img/recruit.svg) no-repeat;
    width: 23px;
    height: 16px;
    background-size: contain;
    position: absolute;
    top: 4px;
    right: -27px;
    display: block;
}

.recruit-ico:hover::after {
    background: url(img/recruit-green.svg) no-repeat;
    width: 23px;
    height: 16px;
    background-size: contain;
}

#modal {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4000vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 40;
}

#modal.modal-open {
    display: block;
}

footer .recruit-ico {
    margin-right: 0;
}

footer .recruit-ico::after {
    top: 1px;
    left: 64px;
}

.header_list {
    z-index: 98;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.second-menu {
    margin: 0 20px;
    width: 15%;
}


.menu>li.menu_single span::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 10px;
    height: 10px;
    border: 3px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    position: absolute;
    right: -18px;
    top: 9px;
}

.menu>li.menu_single.active-arrow span::after {
    color: #10813B;
    transform: translateY(-25%) rotate(315deg);
    top: 13px;
}

.acd-check {
    display: none;
}

.acd-label {
    display: block;
    cursor: pointer;
}

.acd-content {
    background: #fff;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    width: 100vw;
    height: 70vh;
    transition: opacity 0.5s;
}

.acd-check:checked+.acd-label {
    color: #10813B;
}

.acd-check:checked+.acd-label+.acd-content {
    opacity: 1;
    z-index: 68;
    margin: 0 auto;
    padding: 0 68px;
    pointer-events: auto;
}


.menu_second-level .flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 98;
}

.menu_second-level .title h2,
.menu_second-level .title h2 a {
    font-family: 'sans-serif' 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    font-size: 1.8rem;
    line-height: 150%;
    letter-spacing: 0.06em;
    color: #10813B;
    text-align: center;
    padding-top: 30px;
    display: inline-block;
}

.menu_second-level .title {
    z-index: 98;
    margin: 0 0 34px;
    text-align: center;
}

.second-menu {
    position: relative;
    padding: 0 30px;
    border-bottom: 2px solid #f0f0ee;
    line-height: 1.6;
}

.second-menu h2,
.second-menu h2 a {
    font-family: 'sans-serif' 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    padding: 10px 10px 5px 10px;
    height: 100%;
    text-decoration: none;
    color: inherit;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
}

.second-menu ul {
    margin-left: 20px;
    width: 100%;
}

.menu_second-level li {
    margin-bottom: 2px;
    list-style: disc;
    padding-left: 10px;
    height: auto;
}

.menu_second-level li a {
    display: block;
    font-family: 'sans-serif' 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #111111;
}


/*animation--------------------------------------------------------------------------------*/
#animation {
    background-size: cover;
    position: relative;
    background: #F3F3F3;
    max-height: 900px;
}

.text-animation {
    max-width: 1480px;
    margin: 0 auto;
    position: relative;
    padding-top: 530px;
    padding-bottom: 200px;
    min-height: 670px;
}

.text-animation .inner {
    display: flex;
    justify-content: center;
    transition: all 0.5s;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 1200px;
    height: 500px;
}

.text-animation img {
    max-width: 800px;
    height: 450px;
}

.anim-box-01 {
    animation: poyoyon1 2s ease-in-out 1 forwards;
}

@keyframes poyoyon1 {
    0% {
        transform: scale(1.0, 1.0) translate(0, 0);
        opacity: 0;
    }

    5% {
        transform: scale(1.0, 1.0) translate(0, -5px);
    }

    15% {
        transform: scale(0.98, 0.9) translate(0, 5px);
    }

    30% {
        transform: scale(1.02, 1.0) translate(0, 8px);
    }

    40% {
        transform: scale(0.98, 1.05) translate(0, -8px);
    }

    50% {
        transform: scale(1.0, 0.9) translate(0, 5px);
    }

    60% {
        transform: scale(1.0, 0.9) translate(0, -5px);
        opacity: 1;
    }

    70% {
        transform: scale(1.0, 0.9) translate(0, 5px);

    }

    80% {
        transform: scale(1.02, 1.0) translate(0, 8px);
    }

    90% {
        transform: scale(0.98, 1.05) translate(0, -8px);
    }

    100% {
        transform: scale(1.0, 1.0) translate(0, 0);
    }
}

.anim-box-02 {
    animation: poyoyon2 3s ease-in;
}

@keyframes poyoyon2 {
    0% {
        transform: scale(1.0, 1.0) translate(0, 0);
        opacity: 0;
    }

    5% {
        transform: scale(1.0, 1.0) translate(0, -5px);
    }

    15% {
        transform: scale(0.98, 0.9) translate(0, 5px);
    }

    30% {
        transform: scale(1.02, 1.0) translate(0, 8px);
    }

    40% {
        transform: scale(0.98, 1.05) translate(0, -8px);
    }

    50% {
        transform: scale(1.0, 0.9) translate(0, 5px);
    }

    60% {
        transform: scale(1.0, 0.9) translate(0, -5px);
    }

    70% {
        transform: scale(1.0, 0.9) translate(0, 5px);
    }

    80% {
        transform: scale(1.02, 1.0) translate(0, 8px);
        opacity: 1;
    }

    90% {
        transform: scale(0.98, 1.05) translate(0, -8px);
    }

    100% {
        transform: scale(1.0, 1.0) translate(0, 0);
    }
}

.anim-box-03 {
    animation: poyoyon3 3.5s ease-in;
}

@keyframes poyoyon3 {
    0% {
        transform: scale(1.0, 1.0) translate(0, 0);
        opacity: 0;
    }

    5% {
        transform: scale(1.0, 1.0) translate(0, -5px);
    }

    15% {
        transform: scale(0.98, 0.9) translate(0, 5px);
    }

    30% {
        transform: scale(1.02, 1.0) translate(0, 8px);
    }

    40% {
        transform: scale(0.98, 1.05) translate(0, -8px);
    }

    50% {
        transform: scale(1.0, 0.9) translate(0, 5px);
    }

    60% {
        transform: scale(1.0, 0.9) translate(0, -5px);
    }

    70% {
        transform: scale(1.0, 0.9) translate(0, 5px);
    }

    80% {
        transform: scale(1.02, 1.0) translate(0, 8px);
    }

    90% {
        transform: scale(0.98, 1.05) translate(0, -8px);
    }

    100% {
        transform: scale(1.0, 1.0) translate(0, 0);
        opacity: 1;
    }
}

.text-box {
    position: relative;
    transition: all 1s;
}

.hide {
    visibility: hidden;
}

.main-loop {
    position: absolute;
    width: 500px;
    height: 350px;
    bottom: -100px;
    right: 100px;
    z-index: 4;
}

.text-box img {
    visibility: hidden;
    transform: translateX(20px) translateY(20px);
    transition: all 1s;
}

.show img {
    visibility: visible;
    height: 350px;
    position: absolute;
    right: 0;
    width: 500px;
    height: auto;
}

#box {
    height: 600px;
    position: absolute;
    visibility: hidden;
    transition: all 1s;
    opacity: 0;
    z-index: 9;
}

#box.show {
    visibility: visible !important;
    opacity: 1;
    top: 25%;
    overflow: hidden;
}

.show {
    visibility: visible;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.svg-1 {
    position: absolute;
    width: 100%;
    height: 500px;
    z-index: 14;
    left: 30%;
    cursor: pointer;
}

.svg-2 {
    position: absolute;
    width: 100%;
    height: 500px;
    z-index: 13;
    left: 30%;
    cursor: pointer;
}

.svg-3 {
    position: absolute;
    width: 100%;
    height: 500px;
    z-index: 12;
    left: 30%;
    cursor: pointer;
}

.svg-4 {
    position: absolute;
    width: 100%;
    height: 500px;
    z-index: 10;
    left: 30%;
    cursor: pointer;
}

.scrolldown1 {
    position: absolute;
    left: 10px;
    bottom: 10px;
    height: 50px;
    width: 4px;
    z-index: 10;
}

/*Scrollテキストの描写*/
.scrolldown1 span {
    position: absolute;
    left: -15px;
    top: -15px;
    color: #eee;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
}

.scrolldown1::after {
    content: "";
    position: absolute;
    top: 0;
    width: 4px;
    height: 30px;
    background: #10813B;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}

@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }

    30% {
        height: 30px;
        opacity: 1;
    }

    100% {
        height: 0;
        top: 50px;
        opacity: 0;
    }
}

/*共通-------------------------------------------------------------------------------------*/
.over-big-shine {
    overflow: hidden;
    height: 475px;
}

.over-big-shine a {
    display: block;
    transition-duration: 0.5s;
    filter: brightness(0.8);
}

.over-big-shine a:hover {
    transform: scale(1.2);
    transition-duration: 0.5s;
    opacity: 0.6;
    filter: brightness(0.9);
}

.inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px 74px;
}

.archiveList_area_box .ws_head {
    max-width: 1440px;
    margin: 0 auto;
    display: block;
    width: 80%;
}


.padding-bottom.b120 {
    padding-bottom: 120px;
}

.padding-bottom.b80 {
    padding-bottom: 80px;
}

.absolute-btn {
    position: absolute;
    left: 50%;
    width: 380px;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.z-index30 {
    position: relative;
    z-index: 30;
}


#wave-btm {
    position: absolute;
    bottom: 0;
    z-index: 2;
}

/*works------------------------------------------------------------------------------------*/
.works-area {
    margin-top: -40px;
}

.works-area .bg {
    background: #f3f3f3;
    padding-bottom: 120px;
}

.w1200.single-grid {
    display: grid;
    grid-template-columns: 840px 300px;
    grid-template-rows: 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 0px;
}

#grid-col {
    display: grid;
    grid-template-columns: 840px 300px;
    grid-template-rows: 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 0px;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 60px;
}

#grid-col .wpp-list.wpp-list-with-thumbnails li a,
#grid-col .wpp-list.wpp-list-with-thumbnails li,
#magazine .wpp-list.wpp-list-with-thumbnails li a,
#magazine .wpp-list.wpp-list-with-thumbnails li,
.rec-post p {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.06em;
    text-align: left;
    color: #111111;
    display: block;
    position: relative;
}

.category-magazine #grid-col .padding-box {
    padding: 10px 0;
}

.category-magazine .left-news-list .news-list li {
    background: transparent;
}

.rec-post {
    display: flex;
    /*justify-content: space-between;*/
    margin-bottom: 10px;
}

.rec-post .post-img {
    width: 75px;
    display: block;
}

.post-img a {
    width: 75px;
    height: 75px;
    object-fit: cover;
    display: block;
}

.rec-post a img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    display: block;
}

.rec-post .post-text {
    margin-left: 12px;
    /*width: 210px;*/
}


#grid-col .wpp-list.wpp-list-with-thumbnails li a.wpp-post-title,
#magazine .wpp-list.wpp-list-with-thumbnails li a.wpp-post-title {
    top: 20px;
}

.wpp-list.wpp-list-with-thumbnails li:nth-child(1):before {
    content: 'No,1';
    position: absolute;
    display: block;
    color: #028244;
    left: 90px;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Montserrat';
}

.wpp-list.wpp-list-with-thumbnails li:nth-child(2):before {
    content: 'No,2';
    position: absolute;
    display: block;
    color: #028244;
    left: 90px;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Montserrat';
}

.wpp-list.wpp-list-with-thumbnails li:nth-child(3):before {
    content: 'No,3';
    position: absolute;
    display: block;
    color: #028244;
    left: 90px;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Montserrat';
}

.wpp-list.wpp-list-with-thumbnails li:nth-child(4):before {
    content: 'No,4';
    position: absolute;
    display: block;
    color: #028244;
    left: 90px;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Montserrat';
}

.wpp-list.wpp-list-with-thumbnails li:nth-child(5):before {
    content: 'No,5';
    position: absolute;
    display: block;
    color: #028244;
    left: 90px;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Montserrat';
}

#grid-col .wpp-meta,
#grid-col .post-stats,
#magazine .wpp-meta,
#magazine .post-stats {
    display: none;
}


.category .left-news-list .news-list li {
    width: 48%;
    margin: 0 15px 50px 0;
}

.category .left-news-list .news-list li .list-title {
    margin-bottom: 12px;
}

.category .left-news-list .news-list li .list-title a {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.06em;
    color: #111111;
}

.swiper {
    max-width: 1240px !important;
}

.swiper-pagination-bullet-active {
    background: #10813B !important;
}

.category .swiper {
    max-width: 1240px;
}

.category .news-list.swiper-wrapper {
    flex-wrap: nowrap;
    height: 600px;
}

.category .slide {
    margin-bottom: 60px;
}

.category .slide .slide-flex {
    display: flex;
    justify-content: space-between;
    filter: unset;
    margin: 0;
}

.category .slide .slide-flex .thumbnail a {
    z-index: 3;
    position: relative;
}

.slide-flex {
    box-shadow: unset;
}

.clip img {
    clip-path: url(#myClip);
    height: 590px;
    width: 700px;
    position: relative;
    z-index: 2;
    object-fit: cover;
}

.cat-bg-svg {
    position: absolute;
    top: 27px;
    left: 190px;
    width: 289%;
}

.category .slide .swiper-pagination,
.home .swiper-pagination {
    text-align: left;
}

.slide-more-read {
    position: absolute;
    bottom: 37%;
    right: 0;
}

.slide-more-read a {
    display: block;
}

.category .slide .list-title a,
.category .slide .list-title {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.06em;
    color: #111111;
    margin-bottom: 20px;
}

.category .slide .padding-box p {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #999999;
}


.tag-output {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-end;
    margin-bottom: 26px;
    align-items: center;
}

.magazine-area .tag-output {
    display: block;
}

.magazine-area .padding-box {
    padding: 26px 48px;
    box-sizing: border-box;
}

.magazine-area .tag-output span {
    display: block;
}

.magazine-area .tag-output .sc-time {
    margin-bottom: 12px;
}

.tag-output .tag-name a {
    background: #10813B;
    border-radius: 16px;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    padding: 2px 16px;
    letter-spacing: 0.06em;
    display: block;
    color: #FFFFFF;
    transition: all 0.5s;
    max-width: 145px;
    text-align: center;
    margin-top: 20px;
}

.tag-output .tag-name a:hover {
    opacity: 0.5;
}

.more-link {
    display: flex;
    justify-content: space-around;
    max-width: 200px;
    position: absolute;
    right: 68px;
    bottom: 26px;
}

.case-area .more-link {
    right: -22px;
    bottom: -17px;
}

.more-link a:first-child {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    letter-spacing: -0.017em;
    color: #111111;
    padding: 10px 0;
    display: block;
    transition: all 0.5s;
    margin-right: 20px;
}

.btn-pagination {
    padding: 80px 0 130px;
}

ul.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center !important;
}

ul.page-numbers li {
    background: transparent;
    display: block;
    margin-right: 20px;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.5s;
    position: relative;
    width: 50px;
    height: 50px;
}

ul.page-numbers li:last-child {
    margin-right: 0;
}

ul.page-numbers li:hover {
    border: none;
}

ul.page-numbers li span.page-numbers.current:hover,
ul.page-numbers li span.page-numbers.current {
    background: linear-gradient(90.22deg, #A2C31D 0.19%, #10813B 99.81%);
    color: #fff;
    border-radius: 50px;
    border: none !important;
    opacity: 1;
}

ul.page-numbers li a:hover {
    background: linear-gradient(90.22deg, #A2C31D 0.19%, #10813B 99.81%);
    color: #fff;
    border-radius: 50px;
    opacity: 1;
}

ul.page-numbers li a,
ul.page-numbers li span {
    position: absolute;
    background: #fff;
    display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 22px;
    padding: 13px 0;
    text-align: center;
    letter-spacing: 0.05em;
    color: #10813B;
    border: 1px solid #10813B;
    border-radius: 50px;
    width: 50px;
    height: 50px;
}

ul.page-numbers li a.next.page-numbers,
ul.page-numbers li a.prev.page-numbers {
    width: 40px;
    height: 40px;
    top: 5px
}

ul.page-numbers li a span,
ul.page-numbers li span span {
    border: none;
    background: transparent;
}

.next.page-numbers::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 3px #10813B;
    border-right: solid 3px #10813B;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 12px;
    position: absolute;
}

.next.page-numbers:hover::before {
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
}

.prev.page-numbers::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 3px #10813B;
    border-right: solid 3px #10813B;
    -webkit-transform: rotate(45deg);
    transform: rotate(225deg);
    left: 15px;
    position: absolute;
}

.prev.page-numbers:hover::before {
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
}

/*footer-----------------------------------------------------------------------------------*/


.contact+.contact-area {
    display: none;
}

.contact-area {
    background: url(img/footer-contact-bg.jpg) no-repeat;
    height: 480px;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    overflow: hidden;
}

.home .contact-area {
    margin-top: 136px;
}

.contact-area h1 {
    color: #fff;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 88px;
    text-align: center;
    letter-spacing: 0.08em;
}

.contact-btn {
    color: #10813B;
    background: rgba(255, 255, 255, 0.86);
    border: 2px solid #10813B;
    box-sizing: border-box;
    border-radius: 40px;
    text-align: center;
    display: block;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    padding: 25px 0;
    max-width: 380px;
    margin: 0 auto;
    transition: all 0.5s;
}

footer {
    position: relative;
}

.documents-template-default footer {
    background: #F3F3F3;
    margin-top: 120px;
}

.contact+section+footer,
.page.page-id-21 footer {
    background: #f3f3f3;
}

.footer-inner {
    padding: 80px 60px;
    max-width: 1440px;
    margin: 0 auto;
}

footer .flex {
    display: flex;
    align-items: center;
}

footer .footer-left {
    margin-right: 200px;
}

footer .footer-right {
    display: flex;
    align-items: baseline;
}

footer .footer-right .flex-box {
    margin-right: 120px;
    width: 50%;

}

footer .footer-right .flex-box:last-child {
    margin-right: 0;
}

.f_bnr_pc {
    display: block;
}

.f_bnr_sp {
    display: none;
}


.f_bnr_pc img {
    width: 50%;
}

footer .flex {
    display: flex;
    align-items: center;
}

footer .flex.space-between {
    justify-content: space-between;
}

footer .flex li.relative:first-child::after {
    content: '|';
    margin: 0 10px;
}

footer .logo {
    margin-bottom: 60px;
}

footer p {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.08em;
    color: #111111;
}

footer p.copy {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
}

footer ul li {
    margin-bottom: 12px;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.04em;
    color: #111111;
}

footer ul li a {
    color: #111;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 12px;
    padding: 4px 0;
}

footer .flex li a {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

footer ul li a {
    background: linear-gradient(90deg, #A2C31D 0%, #10813B 100%) var(--p, 0) 100% /var(--d, 0) 3px no-repeat;
    transition: 0.3s, background-position 0s 0.3s;
}

footer ul li a:hover {
    --d: 100%;
    --p: 100%;
    color: #028244;
    opacity: 1;
}

.margin-top_50 {
    margin-top: 50px;
}

.margin-top_110 {
    margin-top: 110px;
}

.liner-btn,
.to-home a {
    background: linear-gradient(270deg, #ffb322 0%, #ff7831 100%);
    border-radius: 20px;
    color: #fff;
    padding: 8px 40px;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    max-width: 246px;
    transition: all 0.5s;
    display: block;
}

.to-home a {
    height: 40px;
}

.liner-btn:hover,
.to-home a:hover {
    opacity: 0.5;
}

#float-cv {
    visibility: hidden;
    position: fixed;
    bottom: 10vh;
    right: 10vh;
    width: 248px;
    transition: all 0.5s;
    opacity: 0;
}

#float-cv.visible {
    visibility: visible;
    opacity: 1;
    z-index: 84;
}

#float-cv a {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    padding: 25px 40px;
    text-align: center;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    background: linear-gradient(90deg, #A2C31D 0%, #10813B 100%);
    border-radius: 40px;
    display: block;
    box-sizing: border-box;
}


#float-cv .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 3;
}

/*
個別ページここから
*/


/*single-page-normal----------------------------------------------------------------------*/
.page-header {
    background: #e8f3ec;
}

.page-header-white {
    background: #fff;
}

.svg-bg {
    position: absolute;
    top: 76px;
    width: 100%;
}


.single-page-normal .contents h1 {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 104px;
    color: #10813B;
    margin-bottom: 0;
    letter-spacing: 0.08em;
}

.single-page-normal .contents h2 {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.06em;
    color: #111111;
    margin-bottom: 72px;
    position: relative;
}

.single-page-normal .contents h2::after {
    content: '';
    border-bottom: 2px solid #10813B;
    border-image-slice: 1;
    background: linear-gradient(90.22deg, #A2C31D 0.19%, #10813B 99.81%);
    display: block;
    width: 110px;
    top: 30px;
    position: relative;
}

.single-page-normal .contents h3 {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.06em;
    color: #111111;
    margin-bottom: 40px;
    border-left: 4px solid #10813B;
    padding-left: 16px;
}

.single-page-normal .contents h4 {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.06em;
    color: #111111;
    margin-bottom: 40px;
    border-left: 4px solid #10813B;
    padding-left: 16px;
}

.single-page-normal .contents p {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #111111;
    margin-bottom: 52px;
}

/*about----------------------------------------------------------------*/
.green-head-bg {
    background: url(img/green-header-bg.svg) no-repeat;
    background-size: cover;
    background-position: top;
}

#about .lead,
#service .lead,
#category .lead {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    /* or 26px */
    letter-spacing: 0.06em;
    color: #111111;
    max-width: 1248px;
    margin: 20px auto;
}

.h1-back {
    max-width: 1440px;
    margin: 0 auto;
    padding: 140px 70px;
    position: relative;
}

.h1-back+svg {
    position: relative;
    top: 20px;
}


.h1-back h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 88px;
    letter-spacing: 0.08em;
    color: #10813B;
    padding-left: 22px;
}

#service .h1-back h1,
#category .h1-back h1,
#custom-page .h1-back h1 {
    padding-left: 0;
}

.h1-back h1 span {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 700;
    font-size: 96px;
    line-height: 144px;
    letter-spacing: 0.08em;
    color: #10813B;
    opacity: 0.2;
    position: absolute;
    top: 172px;
    left: 222px;
}

.page-contents .inner h2 {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 70px;
    letter-spacing: 0.08em;
    color: #111;
    margin-bottom: 40px;
}

.page-contents .inner h4 {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 56px;
    text-align: center;
    letter-spacing: 0.06em;
}

.page-contents .inner h2 span,
.page-contents .inner h4 span {
    color: #10813B;
}

.page-contents .inner h4 span {
    font-size: 46px;
}

.page-contents .inner p {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.06em;
}

.page-contents .inner .flex {
    display: flex;
    justify-content: space-between;
}

.page-contents .inner .flex:first-child {
    margin-bottom: 420px;
}

.page-contents .inner .flex.reverse {
    flex-flow: row-reverse;
}

.page-contents .inner .flex div {
    width: 45%;
}

.page-contents .align-right {
    text-align: right;
}

.page-contents .label-left {
    position: absolute;
    background: linear-gradient(90.22deg, #A2C31D 0.19%, #10813B 99.81%);
    border-radius: 0px 40px 40px 0px;
    color: #fff;
    padding: 12px 80px 12px 120px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    display: flex;
    align-items: center;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    top: -140px;
    left: -120px;
    z-index: 2;
    height: 58px;
    box-sizing: border-box;
}

.page-contents .label-left::before {
    content: '';
    position: absolute;
    background: #A2C31D;
    height: 58px;
    left: -100vw;
    width: 100vw;
}

.page-contents .label-left.top-0 {
    top: 0;
}

.page-contents .label-right {
    position: absolute;
    background: linear-gradient(90.22deg, #A2C31D 0.19%, #10813B 99.81%);
    border-radius: 40px 0px 0px 40px;
    color: #fff;
    padding: 12px 120px 12px 80px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    display: flex;
    align-items: center;
    letter-spacing: 0.0em;
    color: #FFFFFF;
    top: -140px;
    right: -112px;
    z-index: 2;
    height: 58px;
    box-sizing: border-box;
}

.page-contents .label-right::before {
    content: '';
    position: absolute;
    background: #10813B;
    height: 58px;
    right: -100vw;
    width: 100vw;
}

.page-contents .label-center {
    position: absolute;
    background: linear-gradient(90.22deg, #A2C31D 0.19%, #10813B 99.81%);
    border-radius: 40px 40px 40px 40px;
    color: #fff;
    padding: 12px 80px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    display: flex;
    align-items: center;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    left: 50%;
    top: 80px;
    transform: translate(-50%);
    z-index: 2;
    height: 58px;
    box-sizing: border-box;
}

.ceo.page-contents .label-left.top-0 {
    left: -42px;
}

.image-box {
    position: relative;
}

.image-box .absolute {
    position: absolute;
    z-index: 2;
    right: 0;
}

.image-box svg {
    width: 323%;
    position: absolute;
}

.green-bg {
    background: url(img/green-liner.svg) no-repeat;
    width: 100%;
    background-size: cover;
    position: relative;
    padding: 110px 0;
    margin-top: 140px;
}

.white-bg {
    background: #fff;
    padding: 76px;
    max-width: 820px;
    margin: 0 auto;
}

.principles {
    text-align: center;
    margin-top: 32px;
}

.principles li {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 40px;
    position: relative;
}

.principles li span {
    position: absolute;
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 64px;
    color: #10813B;
    opacity: 0.1;
    right: 50%;
    top: -22px;
    transform: translate(50%);
}

.gray-bg {
    background: #f3f3f3;
    padding-top: 100px;
}

.messages {
    position: relative;
    z-index: 3;
}

.messages p {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    /* or 26px */
    letter-spacing: 0.06em;
    color: #000;
    margin-bottom: 20px;
}

.ceo-img {
    position: absolute;
    bottom: -210px;
    right: 62px;
    width: 346px;
}

#ceo-bottom {
    z-index: 8;
}


.page-contents .inner .g-title {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.06em;
    color: #10813B;
    margin-bottom: 60px;
}

#company {
    color: #fff;
    z-index: 6;
}

#company::before {
    content: '';
    background: #fff;
    height: 102px;
    width: 100%;
    display: block;
}

.company-table {
    max-width: 800px;
    margin: 0 auto;
}

.company-table tr {
    display: block;
    box-sizing: border-box;
    border-top: 1px solid #c4c4c4;
}

.company-table tr:last-child {
    border-bottom: 1px solid #c4c4c4;
}

.company-table th {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #111;
    text-align: left;
    width: 200px;
    padding: 24px;
}

.company-table td {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #111;
}

.margin-top-0 {
    margin-top: 0;
    padding-top: 0;
}

#company+section {
    padding-bottom: 0;
}

.history {
    max-width: 580px;
    margin: 0 auto;
    position: relative;
}

.history dl {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.history::before {
    content: '';
    display: block;
    background: url(img/border.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 34px;
    top: 0;
    width: 100%;
    height: 0;
    transition: all 0.5s;
}

.history.long-bar::before {
    content: '';
    display: block;
    background: url(img/border.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 34px;
    top: 0;
    width: 100%;
    height: 380px;
}

.history dt {
    text-align: center;
    width: 100px;
}

.history dd {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #111111;
}

.offset-01 {
    position: relative;
    left: 26px;
}

.offset-02 {
    position: relative;
    left: 58px;
}

.offset-03 {
    position: relative;
    left: 88px;
}

.offset-04 {
    position: relative;
    left: 116px;
}

.offset-05 {
    position: relative;
    left: 144px;
}

.offset-06 {
    position: relative;
    left: 174px;
}

.offset-07 {
    position: relative;
    left: 206px;
}

/*service---------------------------------------------------------------------------*/
#advertisement,
#others {
    margin-top: -20px;
    padding-top: 0;
}

.servicetmp h1 {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 92px;
    letter-spacing: 0.08em;
    margin-bottom: 30px;
    color: #10813B;

    background: linear-gradient(270deg, #028244 0%, #86C021 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.servicetmp h2 {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 0.06em;
    color: #10813B;
}

.servicetmp p.lead {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #111;
}

.problem .flex {
    display: flex;
    justify-content: space-between;
}

.problem h3 {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 150%;
    letter-spacing: 0.06em;
    color: #111;
    margin-bottom: 30px;
}

.problem h3 span {
    color: #10813B;
}

.problem ul.left li {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    color: #111;
    letter-spacing: 0.06em;
    margin-bottom: 16px;
    background: url(img/service-list-icon.svg) no-repeat;
    background-size: 28px;
    padding-left: 40px;
    transition: all 0.5s;
}

.problem ul.left li:hover {
    color: #10813B;
}

.problem .right {
    position: absolute;
    right: 0;
    width: 500px;
}

.right .p1,
.right .p2,
.right .p3,
.right .p4,
.right .p5,
.right .p6 {
    visibility: hidden;
    position: relative;
    opacity: 0;
    transition: all 0.5s;
}

.right .p1.show,
.right .p2.show,
.right .p3.show,
.right .p4.show,
.right .p5.show,
.right .p6.show {
    visibility: visible;
    top: 0;
    height: auto;
    opacity: 1;
    z-index: 3;
    font-size: 30px;
    font-weight: 700;
    color: #10813B;
    text-stroke: 1px #fff;
    -webkit-text-stroke: 1px #fff;
}

.svg-bg-prob {
    position: absolute;
    width: 500px;
    height: 500px;
    top: -225px;
    right: 10px;
}

.svg-bg-prob .absolute {
    position: absolute;
    width: 500px;
    height: 500px;
}

.svg-bg-prob .absolute.svg-p1 {
    width: 1600px;
    height: 1200px;
    position: absolute;
}

.svg-bg-prob .absolute.svg-p2 {
    width: 1600px;
    height: 1200px;
    position: absolute;
}

.svg-bg-prob .absolute.svg-p3 {
    width: 1600px;
    height: 1200px;
    position: absolute;
}

.svg-bg-prob .absolute.svg-p4 {
    width: 1600px;
    height: 1200px;
    position: absolute;
}

.title-number {
    position: relative;
    z-index: 2;
}

.title-number span {
    position: absolute;
    color: #fff;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 120px;
    line-height: 150%;
    letter-spacing: 0.06em;
    top: -60px;
    left: 0;
    z-index: -1;
}

.solution {
    background: url(img/green-header-bg.svg);
    background-size: cover;
    background-position: top;
}

.solution .inner {
    padding-top: 140px;
}

.solution .inner h2 img {
    margin: 0 auto;
}

.solution .title-top {
    top: -100px;
    position: relative;
}

.solution .flex {
    margin-bottom: 100px;
}

.solution .flex:last-child {
    margin-bottom: 0;
}

.solution .flex h3 {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 150%;
    color: #111;
    letter-spacing: 0.06em;
    margin-bottom: 40px;
}

.solution .flex p {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #111;
    letter-spacing: 0.06em;
}

.solution .image-box svg {
    width: 300%;
    top: -103px;
    left: -65px;
    z-index: -1;
}

.s-case .flex {
    display: flex;
    justify-content: space-between;
}

.w1000 {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.s-case .flex div {
    width: 50%;
}


.s-case h3 {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.06em;
    color: #10813B;
    margin-bottom: 30px;
}

.s-case p {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #111111;
}

.small-p.green-p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #10813B;
    text-align: center;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
}

.s-case-title.green-h {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.06em;
    color: #111;
    margin-bottom: 60px;
}

.margin-top-130 {
    margin-top: 130px;
}

.voice-box {
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    margin-bottom: 80px;
    flex-flow: row-reverse;
}

.voice-box div {
    width: 50%;
}

.voice-box div:last-child {
    padding: 40px;
    width: 73%;
}

.voice-img-box {
    display: flex;
    align-items: center;
}

.voice-img-box p {
    padding: 0 20px;
    height: 240px;
    display: flex;
    align-items: center;
}

.voice-img-box img {
    height: auto;
    object-fit: cover;
}

.flow {
    margin-top: -20px;
    background: #f3f3f3;
}

.w700 {
    max-width: 700px;
    margin: 0 auto;
}

.flow h3 {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.06em;
    color: #111111;
    margin-bottom: 10px;
    padding-left: 50px;
    padding-top: 4px;
}

.flow-1 {
    background: url(img/flow-01.svg) no-repeat;
    background-size: 36px;
}

.flow-2 {
    background: url(img/flow-02.svg) no-repeat;
    background-size: 36px;
}

.flow-3 {
    background: url(img/flow-03.svg) no-repeat;
    background-size: 36px;
}

.flow-4 {
    background: url(img/flow-04.svg) no-repeat;
    background-size: 36px;
}

.flow-5 {
    background: url(img/flow-05.svg) no-repeat;
    background-size: 36px;
}

.flow-6 {
    background: url(img/flow-06.svg) no-repeat;
    background-size: 36px;
}

.flow p {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #111111;
    margin-bottom: 24px;
    padding-left: 50px;
}

.qanda {
    margin-top: -20px;
}

.qanda h3 {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #111111;
    background: #f3f3f3;
    padding: 10px 65px;
    margin-bottom: 16px;
    position: relative;
}

.qanda h3 span {
    display: block;
    background: url(img/q-mark.svg) no-repeat;
    width: 20px;
    height: 36px;
    background-size: contain;
    position: absolute;
    left: 15px;
    top: 14px;
}

.qanda h3::before {
    content: '';
    background: linear-gradient(90.22deg, #A2C31D 0.19%, #10813B 99.81%);
    width: 49px;
    height: 100%;
    background-size: contain;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}

.qanda h4 {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    padding-left: 65px;
    letter-spacing: 0.06em;
    color: #111111;
    margin-bottom: 30px;
}

.bottom-position {
    position: relative;
    top: 20px;
}

.whats .inner {
    padding-bottom: 0;
}

.whats .border-area {
    margin-top: 72px;
    border: 2px solid #A2C31D;
    border-radius: 12px;
    padding: 40px 80px;
    box-sizing: border-box;
}

.whats .small-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.06em;
    color: #10813B;
    margin-bottom: 6px;
}

.whats h2 {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 150%;
    letter-spacing: 0.06em;
    color: #111111;
    margin-bottom: 30px;
}

.whats p {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #111111;
    margin-bottom: 60px;
}

.whats .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row-reverse
}

.whats .flex div {
    width: 45%;
}

.service-contents .inner .small-green,
.voice .inner .small-green {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.06em;
    color: #10813B;
    margin-bottom: 4px;
}

.service-contents .inner h2,
.voice .inner h2 {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.06em;
    color: #111111;
    margin-bottom: 60px;
}

.service-contents .inner h3 {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 0.06em;
    color: #10813B;
    margin-bottom: 10px;
    text-align: left;
}

.service-contents .inner h4 {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #111111;
    margin-bottom: 20px;
    text-align: left;
}

.service-contents .inner h4+p {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #111111;
}

.green-bg.service-contents {
    margin-top: 0;
    padding-top: 0;
}

.service-contents .inner .flex {
    margin-bottom: 120px;
}

.service-contents .inner .flex:last-child {
    margin-bottom: 0;
}

.up-position {
    top: -100px;
    position: relative;
}

.voice .flex {
    display: flex;
    justify-content: space-between;
}

.voice .inner {
    padding-top: 0;
}

.voice .flex+div {
    margin-top: 120px;
}

.voice .flex div {
    width: 360px;
    background: #FFFFFF;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.voice .flex h3 {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.06em;
    color: #10813B;
    margin-bottom: 40px;
    padding: 20px 20px 0;
}

.voice .flex h3+p {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #111111;
    padding: 0 20px 20px;
}

.voice .flex h3+p+p {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #C4C4C4;
    padding: 0 20px 20px;
    text-align: right;
}

.page-children {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.page-children::after {
    content: '';
    display: block;
    width: 32%;
}

.page-children li {
    width: 31%;
    margin-right: 23px;
    margin-bottom: 100px;
    position: relative;
    background-color: #fff;
    padding: 10px 10px 20px 10px !important;
}

.page-children li .excerpt {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.08em;
    color: #111111;
}

#advertisement .page-children li .thumbnail,
#marketing .page-children li .thumbnail {
    width: 100%;
    overflow: hidden;
}


/*.page-children li .thumbnail {*/
/*    width: 385px;*/
/*    height: 475px;*/
/*    object-fit: cover;*/
/*    filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.1));*/
/*    overflow: hidden;*/
/*}*/

/*.page-children li .thumbnail img {*/
/*    width: 385px;*/
/*    height: 475px;*/
/*    object-fit: cover;*/
/*}*/

#media .page-children li .thumbnail img,
#media .page-children li .thumbnail {
    width: 100%;
    height: auto;
}

.page-children li .thumbnail a {
    display: block;
    transition-duration: 0.5s;
    filter: brightness(0.8);
}

.page-children li .thumbnail a:hover {
    transform: scale(1.1);
    transition-duration: 0.5s;
    opacity: 0.6;
    filter: brightness(0.9);
}

.service_box .page-children li .thumbnail a:hover {
    transform: none;
    transition-duration: n;
    opacity: 1;
    filter: none;
}


.page-children li:nth-of-type(3n) {
    margin-right: 0;
}

.page-children li .title {
    margin: 40px 0 14px;
    line-height: 150%;
    letter-spacing: 0.08em;
}

.page-children li .title a {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.08em;
    color: #10813B;
}

/*#media .page-children li:nth-child(2) {*/
/*    top: 40px;*/
/*}*/

/*#media .page-children li:nth-child(3) {*/
/*    top: 20px;*/
/*}*/

/*#advertisement .page-children li:nth-child(odd), #marketing .page-children li:nth-child(odd) {*/
/*    top: 40px;*/
/*}*/

/*single----------------------------------------------------------------------------*/
#work-case {
    background: #f3f3f3;
    padding: 60px 0 0;
}

#work-case .bg-white {
    padding-top: 100px;
    background: #fff;
}

#work-case .inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
}

#work-case h1 {
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 150%;
    color: #111;
    margin-bottom: 38px;
    position: relative;
    letter-spacing: 0.08em;
}

#work-case h1.works::before {
    content: '';
    position: absolute;
    background: url(img/cat-works.svg) no-repeat;
    width: 300px;
    top: -20px;
    left: -100px;
    height: 140px;
    background-size: contain;
}

#work-case h1.case::before {
    content: '';
    position: absolute;
    background: url(img/cat-case.svg) no-repeat;
    width: 900px;
    top: -20px;
    left: -100px;
    height: 140px;
    background-size: contain;
}

.single .wp-block-image {
    margin-bottom: 60px;
}

.single-info {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
}

.single-info .tag {
    background: linear-gradient(90.22deg, #A2C31D 0.19%, #10813B 99.81%);
    border-radius: 16px;
    color: #fff;
    text-align: center;
    padding: 1px 18px;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    max-width: 160px;
}

.single-info .time {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

/*recommend-------------------------------------------------------------------------*/
.recommend {
    background: #dde8e0;
    margin-top: -20px;
}

.recommend h2 {
    text-align: center;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 150%;
    color: #10813B;
}

.recommend h2.center.important {
    text-align: center;
}

.single .recommend h2 {
    text-align: left;
    line-height: 26px;
}

.recommend #wave1 {
    position: relative;
    top: -100px;
}

.recommend ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.recommend li {
    width: 30%;
    margin: 0 10px 80px 0;
    box-sizing: border-box;
    background: #fff;
    filter: drop-shadow(8px 8px 24px rgba(0, 0, 0, 0.04));
}

.recommend li:last-child {
    margin: 0 0 80px 0;
}

/*Archive-------------------------------------------------------------------------------*/
#category {
    background: #f3f3f3;
    padding: 60px 0 0;
}

#category.case-bg {
    background: #fff;
}

#category .bg-white {
    padding: 140px 70px;
    background: #fff;
}

#category .bg-gray.bg-white {
    background: #F3F3F3;
}

#category.green-head-bg {
    background: url(img/green-header-bg.svg) no-repeat;
    background-size: cover;
    background-position: top;
}

#category.archive h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 88px;
    color: #10813B;
    margin: 0 auto;
    max-width: 1260px;
    position: relative;
    letter-spacing: 0.08em;
}

#category.archive h1 span {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 700;
    font-size: 144px;
    line-height: 144px;
    letter-spacing: 0.08em;
    color: #10813B;
    opacity: 0.2;
    position: absolute;
    top: -34px;
    left: 88px;
}

#category .archive-box {
    background: #fff;
}

.archive-box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.archive-box li {
    width: 30%;
    margin: 0 10px 10px 0;
}

.archive-box li:nth-of-type(3n) {
    margin-right: 0;
}

.archive-box ul::after {
    display: block;
    content: "";
    width: 300px;
}

.download-page.box-items h2 {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.08em;
    color: #111111;
    margin-bottom: 16px;
    text-align: left;
}

.download-page.box-items p {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #111111;
}


/**/
.downloads_box .flex {
    display: flex;
    justify-content: space-between;
}

.downloads_box .flex-item {
    display: flex;
    flex-direction: column;
    width: calc((95% / 3) - 10px);
    margin-bottom: 50px;
}

.downloads_box .flex-item__img {
    margin-bottom: 10px;
}

.downloads_box .flex-item__text {
    margin-bottom: 20px;
}

.downloads_box .flex-item__btn {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    text-align: right;
    letter-spacing: 0.08em;
    color: #10813B;
    padding-bottom: 8px;
    border-bottom: 1px solid #10813B;
    position: relative;
    margin-top: 40px;
    padding-right: 34px;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
}

.downloads_box .flex-item__btn::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 10px;
    border-top: 3px solid #10813B;
    border-right: 3px solid #10813B;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 6px;
}

@media screen and (max-width: 768px) {
    .downloads_box .flex {
        display: block;
        justify-content: space-between;
    }

    .downloads_box .flex-item {

        width: 100%;
        margin-bottom: 100px;
    }


}

/**/


.downloads .img {
    box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.08);
    /*margin-bottom: 40px;*/
    text-align: center;
    object-fit: cover;
}

.downloads .img img {
    display: block;
    text-align: center;
    object-fit: contain;
}

.downloads .tag-output .tag-name a {
    max-width: 200px;
}

.category .news-list,
.case-area .news-list {
    display: flex;

    flex-wrap: wrap;
}

.category .news-list::after,
.case-area .news-list::after {
    content: '';
    width: 30%;
    display: block;
}

.home .category .news-list::after,
.home .case-area .news-list::after {
    display: none;
}

.works-area .news-list,
.case-area .news-list {
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.category .news-list li,
.works-area .news-list li {
    width: 30%;
    /*margin: 0 10px 80px 0;*/
    box-sizing: border-box;
    background: #fff;
    filter: drop-shadow(8px 8px 24px rgba(0, 0, 0, 0.04));
}

.case_area .news-list li {
    width: 30%;
    margin: 0 10px 80px 0;
    box-sizing: border-box;
    background: #fff;
    filter: drop-shadow(8px 8px 24px rgba(0, 0, 0, 0.04));
}

.works-area .news-list li,
.case-area .news-list li {
    width: 385px;
    filter: drop-shadow(8px 8px 24px rgba(0, 0, 0, 0.04));
}

.case-area .news-list li {
    margin: 0 30px;
}

.case-area .thumbnail {
    border: 3px solid #10813B;
    filter: drop-shadow(8px 8px 16px rgba(0, 0, 0, 0.08));
    margin-bottom: 28px;
}


.news-list.case li {
    background: transparent;
}

/*.news-list.case li:nth-child(odd) {*/
/*    position: relative;*/
/*    top: -40px;*/
/*}*/

.news-list.case .thumbnail {
    border: 3px solid #10813B;
    filter: drop-shadow(8px 8px 16px rgba(0, 0, 0, 0.08));
    margin-bottom: 28px;
}

.case_area .news-list.case .thumbnail img {
    height: 250px;
    object-fit: cover;
}

@media screen and (max-width: 921px) {
    .case_area .news-list.case .thumbnail img {
        height: auto;
        object-fit: cover;
    }
}

.news-list.case .padding-box {
    padding: 0;
}

.news-list.case .more-link {
    display: flex;
    justify-content: space-around;
    max-width: 200px;
    position: absolute;
    right: -18px;
    bottom: -27px;
}

.padding-box {
    padding: 26px 30px;
}

.list-title a,
.list-title {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #10813B;
}

.company-name {
    margin-top: 20px;
}

.swiper {
    margin-left: 74px;
    max-width: 1000px;
}

.swiper-button-prev {
    left: 170px;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev,
.swiper .swiper-button-next.swiper-button-disabled,
.swiper .swiper-button-prev.swiper-button-disabled {
    border: 1px solid #10813B;
    border-radius: 50px;
    width: 60px;
    height: 60px;
}

.swiper .swiper-button-next:after,
.swiper .swiper-rtl .swiper-button-prev:after {
    content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    border-top: solid 2px #10813B;
    border-right: solid 2px #10813B;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 43%;
    left: 14px;
    margin-top: -4px;
}

.swiper .swiper-button-prev:after,
.swiper .swiper-rtl .swiper-button-next:after {
    content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    border-top: solid 2px #10813B;
    border-right: solid 2px #10813B;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    top: 43%;
    left: 24px;
    margin-top: -4px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

/*
.works-area .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-flow: row-reverse;
}
*/
.w220 {
    max-width: 220px;
}

.white-box {
    padding: 76px;
    max-width: 960px;
    position: absolute;
    right: 0;
    box-shadow: 0px 8px 24px rgb(0 0 0 / 8%);
    bottom: 0;
    z-index: 2;
    background: #fff;
}

.white-box h2 {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 52px;
    letter-spacing: -0.017em;
    color: #111111;
    margin-bottom: 20px;
}

.white-box p {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.04em;
    color: #111111;
}

.recruit-btn a:last-child {
    position: relative;
    top: 6px;
}

.more-link.recruit-btn a:first-child {
    padding: 0;
}

/*contact---------------------------------------------------------------------------*/
.contact .contents {
    max-width: 600px;
    margin: 0 auto;
}

/*404-------------------------------------------------------------------------------*/
.error404 .inner {
    text-align: center;
    padding: 0px 74px;
}

.error404 {
    top: -200px;
}

.error404_list h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #111;
}

.error404 h2+p {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 100px;
    color: #111;
}

.error404 .read-more {
    margin: 0 auto;
}

/*privacy---------------------------------------------------------------------------*/
#custom-page.page-page .h1-back h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 88px;
    letter-spacing: 0.08em;
    color: #10813B;
    margin-bottom: 8px;
}

#custom-page.page-page p.lead {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #111111;
}

.inner.w800 {
    max-width: 800px;
    margin: 0 auto;
}

#custom-page+.contents h2 {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.06em;
    color: #10813B;
    margin-bottom: 32px;
    margin-top: 56px;
}

#custom-page+.contents h2:first-child {
    margin-top: 0;
}

#custom-page+.contents p {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #111111;
    margin-bottom: 32px;
}

#custom-page+.contents p.Form-Item-Label {
    margin-bottom: 0;
}

#custom-page+.contents p.Form-Item-Label+p {
    position: relative;
    top: -20px;
}

#custom-page+.contents {
    top: -200px;
}

.contents.contact {
    top: -200px;
}

.text-link {
    color: #028244;
    text-decoration: underline;
}

/*action------------------------------------------------------------------------------------*/
.reflection::before {
    display: block;
    content: "";
    position: absolute;
    z-index: 50;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgba(127, 190, 36, 0.8) 0.21%, rgba(8, 133, 67, 0.8) 100.21%);
    animation-name: PageAnime;
    animation-duration: 1.2s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes PageAnime {
    0% {
        transform-origin: left;
        transform: scaleX(0);
    }

    50% {
        transform-origin: left;
        transform: scaleX(1);
    }

    50.001% {
        transform-origin: right;
    }

    100% {
        transform-origin: right;
        transform: scaleX(0);
    }
}

.fuwafuwa {
    animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
    transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa {
    0% {
        transform: translate(0, 0) rotate(-7deg);
    }

    50% {
        transform: translate(0, -7px) rotate(0deg);
    }

    100% {
        transform: translate(0, 0) rotate(7deg);
    }
}

.fadein-1 {
    animation: fadein-1-keyframes 3s ease 0s 1 forwards;
}

@keyframes fadein-1-keyframes {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadein-2 {
    animation: fadein-2-keyframes 3s ease 0s 1 forwards;
}

@keyframes fadein-2-keyframes {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadein-3 {
    animation: fadein-3-keyframes 3s ease 0s 1 forwards;
}

@keyframes fadein-3-keyframes {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.fadeout {
    animation: fadeout-keyframes 3s ease 0s 1 forwards;
}

@keyframes fadeout-keyframes {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.zoom {
    width: 100%;
    height: 100%;
    animation: animationZoom 2s linear forwards;
}

@keyframes animationZoom {
    to {

        transform: scale(1.2);
    }

}


@media screen and (min-width: 1024px) and (max-width: 1380px) {
    header ul li {
        margin-right: 25px;
    }

    footer .footer-left {
        margin-right: 50px;
    }

    footer .footer-right .flex-box {
        margin-right: 10px;
        width: 100%;
    }


}

@media screen and (min-width: 1380px) {
    header .logo {
        width: 150px;
        margin-left: 40px;
    }
}

.thumbnail_img img {
    height: 250px;
}


@media screen and (max-width: 1136px) {
    .thumbnail_img img {
        height: auto;

    }

    .ranking {
        width: 48%;
    }

    .recomm {
        width: 48%;
    }
}

@media screen and (max-width: 768px) {
    .ranking {
        width: 100%;
    }

    .recomm {
        width: 100%;
    }
}

.downloads .img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

#magazine .thumbnail_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.news .thumbnail_img img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}


@media screen and (max-width: 1136px) {

    .news .news-list {
        display: flex !important;
    }

    .news .thumbnail_img img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
}

@media screen and (max-width: 897px) {
    .news .news-list {
        display: block;
    }

    .news .thumbnail_img img {
        height: auto;
    }
}

/**/
.ws-page_inner {
    position: relative;
    z-index: 1;
    background: #F3F3F3;
}

.container {
    padding: 0 20px;
    font-weight: 350;
    line-height: 2;
}

@media print,
screen and (min-width: 768px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}


@media print,
screen and (min-width: 1032px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        padding-right: 0;
        padding-left: 0;
        max-width: 992px;
    }
}

.ws-page_body_inner {
    padding-top: 28px;
    padding-bottom: 56px;
}

@media print,
screen and (min-width: 768px) {
    .ws-page_body_inner {
        padding-top: 56px;
        padding-bottom: 84px;
    }
}

.ws_head {
    margin: 0 0 28px;
}

@media print,
screen and (min-width: 768px) {

    .ws_head {
        margin-bottom: 42px;
    }
}


@media print,
screen and (min-width: 768px) {
    .ws-btnListGroup_item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.ws-btnListGroup_title {
    margin: 0 0 6px;
    font-weight: bold;
}

@media print,
screen and (min-width: 768px) {
    .ws-btnListGroup_title {
        margin: 5px 10px 0 0;
        white-space: nowrap;
    }
}

.ws-btnListGroup_item dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.ws-btnList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -5px -5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ws-btnList_item {
    padding: 5px 5px;
    width: 50%;
}

@media print,
screen and (min-width: 768px) {
    .ws-btnList_item {
        margin: 0;
        width: auto;
    }
}

.ws-btn,
.megamenu-inner-text {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 0.6em 2.4em;
    border: 3px solid #82be28;
    border-radius: 50px;
    min-width: 206px;
    max-width: 100%;
    height: 100%;
    -webkit-transition: background-color 0.1s 0.15s cubic-bezier(0.23, 1, 0.58, 1);
    transition: background-color 0.1s 0.15s cubic-bezier(0.23, 1, 0.58, 1);
    background: #fff;
    vertical-align: middle;
    color: #82be28;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


@media print,
screen and (min-width: 768px) {

    .ws-btn,
    .megamenu-inner-text {
        padding-right: 3em;
        padding-left: 3em;
        min-width: 246px;
        font-size: 1.8rem;
    }

}

.ws-btnList .ws-btn,
.megamenu-inner-text {
    padding: 13px 16px;
    width: 100%;
    min-width: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
}

.ws-btnList-mono .ws-btn,
.megamenu-inner-text {
    border: 0;
    color: #000;
}

@media print,
screen and (min-width: 768px) {

    .ws-btnList .ws-btn,
    .megamenu-inner-text {
        padding: 8px 22px;
        font-size: 1rem;
    }
}

.ws-btnList .current .ws-btn,
.current .megamenu-inner-text {
    background: linear-gradient(90.22deg, #A2C31D 0.19%, #10813B 99.81%);
    border-radius: 40px 40px 40px 40px;
    color: #fff;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
}

.ws-btnList .current .ws-btn,
.current .megamenu-inner-text {
    color: #fff;
}

.ws-cardGroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


@media print,
screen and (min-width: 768px) {
    .ws-cardGroup {
        margin: 0 auto;
        width: 651px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media print,
screen and (min-width: 1032px) {
    .ws-cardGroup {
        width: 100%;
    }
}

.ws-card {
    position: relative;
    width: 100%;
    max-width: 400px;
}

@media print,
screen and (min-width: 768px) {
    .ws-cardGroup .ws-card {
        margin-right: 31px;
        width: 310px;
    }
}

@media print,
screen and (min-width: 768px) {
    .ws-cardGroup .ws-card:nth-child(-n+2) {
        margin-top: 0;
    }
}

@media print,
screen and (min-width: 1032px) {
    .ws-cardGroup .ws-card:nth-child(-n+3) {
        margin-top: 0;
    }
}

@media print,
screen and (min-width: 1032px) {
    .ws-cardGroup .ws-card:nth-child(3n) {
        margin-right: 0;
    }
}

.ws-card:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 20px;
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
    background: #fff;
    will-change: transform;
}

@media print,
screen and (min-width: 768px) {
    .ws-cardGroup.js-inview .ws-card:before {
        opacity: 0;
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }
}

@media print,
screen and (min-width: 768px) {
    .ws-cardGroup.js-inview .ws-card.is-inview:before {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}


.ws-card_img {
    overflow: hidden;
    position: relative;
    border-radius: 20px 20px 0 0;
}

@media print,
screen and (min-width: 768px) {
    .ws-cardGroup.js-inview .ws-card_img {
        opacity: 0;
        -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
        transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }
}

@media print,
screen and (min-width: 768px) {
    .ws-cardGroup.js-inview .ws-card.is-inview .ws-card_img {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}


.ws-card_body {
    position: relative;
    padding: 25px 25px 30px;
}


@media print,
screen and (min-width: 768px) {
    .ws-card_body {
        padding: 30px 30px 45px;
    }
}


@media print,
screen and (min-width: 768px) {
    .ws-cardGroup.js-inview .ws-card_body {
        opacity: 0;
        -webkit-transition: all 0.4s 0.35s cubic-bezier(0.23, 1, 0.58, 1);
        transition: all 0.4s 0.35s cubic-bezier(0.23, 1, 0.58, 1);
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@media print,
screen and (min-width: 768px) {
    .ws-cardGroup.js-inview .ws-card.is-inview .ws-card_body {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@media print,
screen and (min-width: 768px) {
    .ws-card+.ws-card {
        margin-top: 31px;
    }
}

@media print,
screen and (min-width: 768px) {
    .ws-cardGroup .ws-card:nth-child(2n) {
        margin-right: 0;
    }
}

@media print,
screen and (min-width: 1032px) {
    .ws-cardGroup .ws-card:nth-child(2n) {
        margin-right: 31px;
    }
}

.ws-pageBody {
    position: relative;
    z-index: 1;
    background: #f0f0ee;
}

.digital_header {
    /*  padding: 58px 0 30px; */
    background: #fff;
}

@media print,
screen and (min-width: 768px) {
    .digital_header {
        /*     padding-top: 136px; */
        padding-bottom: 52px;
    }
}

.ws-textBadge {
    display: inline-block;
    padding: 2px 0.9em;
    font-size: 12px;
    font-size: 1rem;
    line-height: 1.6;
    background: linear-gradient(90.22deg, #A2C31D 0.19%, #10813B 99.81%);
    border-radius: 40px 40px 40px 40px;
    color: #fff;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
}

.digital_header_badge {
    display: inline-block;
    margin: 0 0 12px;
    padding: 1px 10px;
    font-size: 19.2px;
    font-size: 1rem;
    line-height: 1.6;
    background: linear-gradient(90.22deg, #A2C31D 0.19%, #10813B 99.81%);
    border-radius: 40px 40px 40px 40px;
    color: #fff;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
}

.digital_header_badge a {
    color: #fff;
}


@media print,
screen and (min-width: 768px) {
    .digital_header_badge {
        margin-bottom: 18px;
        padding: 4px 14px;
        font-size: 1rem;
    }
}

.digital_header_title {
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
    font-weight: 600;
    margin-top: 17px;
}

@media print,
screen and (min-width: 768px) {
    .digital_header_title {
        font-size: 30px;
        text-align: center;
        font-weight: 700;
        margin-top: 25px;
    }
}

.digital_body {
    padding: 28px 0 0;
}

@media print,
screen and (min-width: 768px) {
    .digital_body {
        padding-top: 56px;
    }
}

.digital_body_box {
    margin-right: -20px;
    margin-left: -20px;
    padding: 20px 20px 45px;
    background: #fff;
}

@media print,
screen and (min-width: 768px) {
    .digital_body_box {
        margin: 0 0 78px 0;
        padding: 84px;
        border-radius: 20px;
    }
}

.digital_figure {
    margin: 1.8em 0;
    text-align: center;
}

.digital_figure:first-child,
.digital_heading+.digital_figure {
    margin-top: 0;
}


.digital_figure:last-child {
    margin-bottom: 0;
}

.digital_hero img {
    width: 100%;
}

.digital_text {
    margin: 42px 0;
}

@media print,
screen and (min-width: 768px) {
    .digital_text {
        margin: 70px 0;
    }
}

/*
.digital {
    padding-bottom: 84px;
}
*/


.digital_heading {
    position: relative;
    margin: 42px 0 21px;
    line-height: 1.6;
}


@media print,
screen and (min-width: 768px) {
    .digital_heading {
        margin: 70px 0 42px;
    }
}


.digitall_heading-h2 {
    padding: 0 0 13px;
    font-size: 28.8px;
    font-size: 1.2rem;
}

@media print,
screen and (min-width: 768px) {
    .digital_heading-h2 {
        padding-bottom: 18px;
        font-size: 1.8rem;
    }
}


.digital_heading-h2:before {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 4px;
    width: 40px;
    height: 4px;
    background: #000;
}

@media print,
screen and (min-width: 768px) {
    .digital_heading-h2:before {
        width: 50px;
    }
}

.new-pagenation {
    margin: 50px 0;
    text-align: center;
}

.prev.page-numbers::before,
.next.page-numbers::before {
    display: none;
}

.new-pagenation .page-numbers {
    background: linear-gradient(90.22deg, #A2C31D 0.19%, #10813B 99.81%);
    color: #fff;
    border-radius: 50px;
    border: none !important;
    opacity: 1;
    display: inline-block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 22px;
    padding: 13px 0;
    text-align: center;
    letter-spacing: 0.05em;
    border: 1px solid #10813B;
    border-radius: 50px;
    width: 50px;
    height: 50px;

}

.new-pagenation a.page-numbers {

    background: #fff;
    display: inline-block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 22px;
    padding: 13px 0;
    text-align: center;
    letter-spacing: 0.05em;
    color: #10813B;
    border: 1px solid #10813B;
    border-radius: 50px;
    width: 50px;
    height: 50px;
}

@media print,
screen and (max-width: 768px) {

    .ws-btnList .ws-btn,
    .megamenu-inner-text {
        padding: 10px 16px;
        width: 100%;
        min-width: 0;
        font-size: 12px;
        line-height: 1.6;
    }

    .ws-btnListGroup_item dd {
        margin: 0;
    }
}

.ws-btnList_item :hover {
    background: linear-gradient(90.22deg, #A2C31D 0.19%, #10813B 99.81%);
    border-radius: 40px 40px 40px 40px;
    color: #fff;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
}

.ws-btnList_item :active {
    background: linear-gradient(90.22deg, #A2C31D 0.19%, #10813B 99.81%);
    border-radius: 40px 40px 40px 40px;
    color: #fff;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
}

.news .news-list,
.case-area .news-list,
.seminar .news-list,
.case-area .news-list {
    justify-content: unset;
}

#magazine .tag-output {
    display: block;
}

#magazine .tag-output .tag-name a {
    display: inline-block;
    max-width: 100%;
}

.news .tag-output {
    display: block;
}

.news .tag-output .tag-name a {
    margin-top: 0;
    font-size: 10px;
}

.news .tag-name {
    display: flex;
}

.news .tag-output .tag-name a:nth-of-type(1) {
    margin-right: 5px;
}

@media print,
screen and (min-width: 768px) {
    .news .left-news-list .news-list li {
        margin: 0;
        margin-right: 31px;
        margin-top: 31px;
        width: 290px;
        max-width: 400px;
    }
}


.news .news-list li,
.works-area .news-list li {
    margin: 0;
}

.thumbnail_img img {
    height: auto;
}

@media print,
screen and (min-width: 768px) {
    .seminar .left-news-list .news-list li {
        margin: 0;
        margin-right: 31px;
        margin-top: 31px;
        width: 310px;
    }

}

.seminar .news-list li {
    max-width: 400px;
}

@media print,
screen and (min-width: 1136px) {
    .seminar .left-news-list .news-list li:nth-of-type(3n) {
        margin-right: 0;
    }


    /*.category .news-list li:nth-of-type(3n),*/
    /*.case-area .news-list:last-child {*/
    /*    margin-right: 0;*/
    /*}*/
    .news .news-list li:nth-of-type(3n),
    .case-area .news-list:last-child {
        margin-right: 31px;
    }


}

.seminar .left-news-list .news-list li .list-title a {
    font-size: 1rem;
}

.seminar .tag-output {
    margin-right: 10px;
    margin-bottom: 0px;
    display: grid;
    justify-content: right;

}

.seminar .list-title a,
.seminar .list-title {
    color: #000;
}

.seminar_box {
    margin-top: 20px;
    font-size: 12px;
    font-weight: normal;
}

.seminar_bx {
    display: inline-block;
    padding: 1px 11px;
    border: 1px solid #000000;
    background: #000000;
    margin: 5px 20px 5px 0;
    color: #fff;
    border-radius: 5px 5px 5px 5px;
}


.seminar .news-list li,
.works-area .news-list li {
    width: 30%;
    margin: 0px 31px 80px 0;
    box-sizing: border-box;
    background: #fff;
    filter: drop-shadow(8px 8px 24px rgba(0, 0, 0, 0.04));
}

.article_header_inner {
    position: relative;
}

.article_header_inner:before {
    background: inherit;
    content: "";
    -webkit-filter: blur(6px);
    filter: blur(6px);
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 6px;
}

.imgCatch_wrap {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.imgCatch_wrap img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#seminar .edit h3 {
    background: linear-gradient(122deg, #090059 0.19%, #090059 99.81%);
    padding: 10px;
    margin: 26px 0;
    color: #fff;
    text-align: center;
    border-radius: 10px;
}

.inner-title-2 {
    background: linear-gradient(122deg, #090059 0.19%, #090059 99.81%);
    padding: 10px;
    margin: 26px 0;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    font-size: 19px;
    font-weight: 700;
}

.inner-title-1 {
    padding: 10px;
    margin: 26px 0;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    font-size: 19px;
    font-weight: 700;
}

#seminar p {
    line-height: 30px;
    margin: 10px 0;
    font-size: 1.0rem;
    color: #404040;
    font-weight: normal;
}


#seminar .speakers .name {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
}

#seminar .speakers .office {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
}






#seminar .speakers .name-right {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
}

#seminar .speakers .office-right {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
}

@media screen and (min-width: 768px) {
    #seminar .speakers .name-right {
        text-align: end;
    }

    #seminar .speakers .office-right {
        text-align: end;
    }
}






#seminar .inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0;
}

#seminar .only {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#seminar .box {
    margin: 0 1%;
}

#seminar .only .image {
    width: 40%;
}

#seminar .only .prof {
    width: 58%;
}

#seminar .prof .name {
    font-size: 1.2rem;
    font-weight: bold;
}

#seminar .box_1 {
    width: 40%;
}

#seminar .box_1 p {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
}

#reason {
    padding-bottom: 10px;
}

.reason-wrap {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    /*   display: flex; */
    align-items: center;
}

.reason-img {
    width: 40%;
    position: relative;
}

.reason-img img {
    vertical-align: bottom;
    width: 100%;
}

#seminar .reason-img p {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
}

#seminar .reason-desc-text {
    font-size: 14px;
    line-height: 1.4;
}

#seminar .reason-img .name span {
    display: inline-block;
    padding-right: 10px;
    font-size: 0.3rem;
}

.reason-num {
    width: 22%;
    position: absolute;
}

.reason-desc {
    width: 60%;
}

.reason-desc-head {
    margin-bottom: 25px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.42;
}

.reason-desc-sub-head {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: 700;
}


@media screen and (max-width: 1199px) {
    .reason-desc {
        width: 45%;
    }
}

@media screen and (max-width: 767px) {
    #reason {
        padding-bottom: 0;
    }

    .reason-wrap {
        /* padding: 60px 0; */
        display: block;
    }

    .reason-img {
        width: 100%;
    }

    .reason-num {
        width: 18%;
    }

    .reason-desc {
        width: 100%;
    }

    .reason-desc-head {
        margin-bottom: 10px;
        padding-top: 30px;
        font-size: 1.7rem;
    }

    .reason-desc-sub-head {
        font-size: 1.5rem;
    }

    .reason-desc-text {
        font-size: 1.5rem;
        line-height: 1.94;
    }
}

/* box01 */


.reason-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.reason-1 .reason-img {
    padding-left: 20px;
}

.reason-1 .reason-num {
    top: -28%;
    right: 15%;
}

.reason-1 .reason-desc {
    padding-right: 3%;
}

@media screen and (max-width: 1199px) {
    .reason-1 .reason-num {
        top: -23%;
    }

    .reason-1 .reason-desc {
        padding-right: 3%;
    }
}

@media screen and (max-width: 767px) {
    .reason-1 .reason-img {
        padding: 0;
    }

    .reason-1 .reason-num {
        top: -60px;
        right: 10%;
    }

    .reason-1 .reason-desc {
        padding: 0 15px;
    }
}

/* box02 */

.reason-2 .reason-img {
    padding-right: 20px;
}

.reason-2 .reason-num {
    width: 20%;
}

.reason-2 .reason-num {
    top: -28%;
    left: 15%;
}

.reason-2 .reason-desc {
    padding-left: 4%;
}

@media screen and (max-width: 1199px) {
    .reason-2 .reason-num {
        top: -23%;
    }

    .reason-2 .reason-desc {
        padding-left: 3%;
    }
}

@media screen and (max-width: 767px) {
    .reason-2 .reason-img {
        padding: 0;
    }

    .reason-2 .reason-num {
        width: 16%;
        top: -60px;
        left: 10%;
    }

    .reason-2 .reason-desc {
        padding: 0 15px;
    }
}


@media screen and (max-width: 921px) {

    .category .news-list,
    .case-area .news-list {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .news .news-list,
    .case-area .news-list,
    .seminar .news-list,
    .case-area .news-list {
        justify-content: center;
        margin: 0 auto;
    }

    .category .news-list li,
    .works-area .news-list li {
        width: 100%;
        margin: 0 auto 20px;
    }

    .category .left-news-list .news-list li {
        width: 100%;
    }

    #magazine .thumbnail_img img {
        width: 100%;
        height: 500px;

    }


}

@media screen and (max-width: 900px) {
    #magazine .thumbnail_img img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
}

@media screen and (max-width: 600px) {

    .category .news-list,
    .case-area .news-list {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
}


.article_header .article_header_inner {
    position: relative
}

.article_header .article_header_inner:before {
    background: inherit;
    content: "";
    -webkit-filter: blur(6px);
    filter: blur(6px);
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 6px
}

.article_header .imgCatch_wrap {
    margin: 0 auto;
    position: relative;
    max-width: 1200px
}

.article_header .imgCatch_wrap img {
    width: 1020px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .article_header .imgCatch_wrap img {
        height: 370px
    }
}

@media screen and (max-width: 600px) {
    .article_header .imgCatch_wrap img {
        height: auto;
    }
}

@media screen and (min-width: 767px) {
    .cta_btn {
        padding: 30px 0;
        display: flex;
        flex-wrap: nowrap;
        align-content: flex-end;
        justify-content: center;
        padding-bottom: 0px;
    }

    .cta_btn .liner-btn {
        margin: 30px;
        text-align: center;
        width: 300px;
        display: block;
        padding: 20px;
        border-radius: 34px;
        color: #fff;
        position: relative;
    }

    .reason-wrap {
        padding: 0px 0 38px;
    }
}


@media screen and (max-width: 768px) {
    .cta_btn {
        padding: 30px 0;
    }

    .cta_btn .liner-btn {
        margin: 30px auto 0;
        text-align: center;
        width: 300px;
        display: block;
        padding: 20px;
        border-radius: 34px;
        color: #fff;
        position: relative;
    }
}



.cta_btn .liner-btn a:after {
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 15px;
}

.seminar_2col {
    margin-top: 30px;
}


.status {
    background-color: #21b56d;
    color: #124a2f;
    text-align: center;
}

.status span {

    font-size: 13px;
    font-size: clamp(13px, 1vw, 15px);
    font-weight: 900;
    line-height: 18px;
    letter-spacing: .05em;
    word-break: keep-all;


}

.status.__close {
    background-color: #fa5d41;
    color: #782c1e;

}

.status.__archives {
    background-color: #A9C243;
    color: #434343;
}

.smn-btn {
    cursor: not-allowed;
    background-color: gray;
    margin: 80px auto 100px;
}

.smn-btn:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50%;
    right: -50%;
    bottom: 0;
    margin: auto;
    -webkit-transition: all cubic-bezier(.215, .61, .355, 1) .1s;
    transition: all cubic-bezier(.215, .61, .355, 1) .1s;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}


.smn-btnLink {
    -webkit-transition: all cubic-bezier(.215, .61, .355, 1) .1s;
    transition: all cubic-bezier(.215, .61, .355, 1) .1s;
    position: relative;
    z-index: 1;
}

.smn-btnLink {
    display: block;
    color: #fff;
    cursor: not-allowed;
    font-size: 11px;
    font-size: clamp(11px, 1.3vw, 13px);
}

.smn-btnLink {
    padding: 16px 3%;
    font-size: 14px;
    font-size: clamp(14px, 1.3vw, 16px);
    text-align: center;
}


#work-case #toc_container {
    margin-bottom: 5em;

}


.rcn_btn {
    margin: 100px 0;
}

.rcn_btn .read-more {
    height: auto;
}

.re_con .re_con_img {
    width: 60%;
    margin: 0 auto;

}

.sns-share-links {
    display: flex;
    align-items: normal !important;
    gap: 0 !important;

}

#work-case .sns-share-links {
    max-width: 800px;
    margin: 0 auto;
}

.js-sns-link {
    margin: 10px;
    width: 6%;
}

@media screen and (max-width: 768px) {
    .js-sns-link {

        width: 10%;
    }
}


/* ------------------------
お問い合わせ
------------------------ */
.contact {
    margin: 0 auto;
}

.contact_box p {
    margin: 30px auto;
}

.contact_box {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

/*Contact Form 7カスタマイズ*/
.inquiry {
    width: 100%;
}

.inquiry textarea {
    width: 100%;
}

/*見出し欄*/
.inquiry th {
    padding: 20px;
    text-align: left;
    font-size: 14px;
    color: #444;
    padding-right: 5px;
    width: 30%;
    background: #f7f7f7;
    border: solid 1px #d7d7d7;
    vertical-align: top;
}

/*通常欄*/
.inquiry td {
    text-align: left;
    border: solid 1px #d7d7d7;
    padding: 20px;
}

/*横の行とテーブル全体*/
.entry-content .inquiry tr,
.entry-content table {
    border: solid 1px #d7d7d7;
}

/*必須の調整*/
.haveto {
    font-size: 7px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}

/*任意の調整*/
.any {
    font-size: 7px;
    padding: 5px;
    background: #93c9ff;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
    display: block;
}

/*送信ボタンのデザイン変更*/
#formbtn {
    display: block;
    padding: 1em 0;
    width: 25%;
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: none;
    margin: 30px auto 0;
}

/*送信ボタンマウスホバー時*/
#formbtn:hover {
    background: #fff;
    color: #000;
}

span.wpcf7-list-item {
    margin: 0 1em 0 0;
}

/*スマホContact Form 7カスタマイズ*/
@media (max-width: 700px) {

    .inquiry th {
        padding: 10px;
    }

    .inquiry td {
        padding-left: 0;
    }

    .inquiry th,
    .inquiry td {
        padding: 10px;
        display: block !important;
        width: 100% !important;
        border-top: none !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

    .inquiry tr:first-child th {
        border-top: 1px solid #d7d7d7 !important;
    }

    /* 必須・任意のサイズ調整 */
    .inquiry .haveto,
    .inquiry .any {
        font-size: 10px;
    }

    #formbtn {
        width: 80%;

    }

    .inquiry textarea {
        width: 95%;
    }

    .inquiry input {
        width: 100%;
    }

    .inquiry input[type="checkbox"] {
        width: auto;
    }

    span.wpcf7-list-item {
        display: block;
    }


}

.form-item.flex {
    justify-content: center;
}

.center_block {
    text-align: center;
}

.wpcf7-list-item input[type="checkbox"] {
    position: static !important;

}

.form-item {
    position: static;
    margin-top: 50px;
}

.contents .contact_thanks p {
    margin-bottom: 12px;
}

.contents .contact_thanks a:link {
    color: #0000EE;
    text-decoration: underline;
}

.contents .contact_thanks a:visited {
    color: #551A8B;
    text-decoration: underline;
}

.contents .contact_thanks a:hover {}

.contents .contact_thanks a:active {
    color: #FF0000;
    text-decoration: underline;
}

.thanks_list {
    margin-top: 20px;
}

.contents.contact {
    top: 0 !important;
    max-width: 960px;
}

.magazine-area .tag_area {
    display: flex;
}

.magazine-area .tag-name {
    margin-right: 20px;
}

#magazine .tag-output .tag-name a {
    margin-top: 0;
}

#magazine .sc-time {
    margin-right: auto;
    display: block;
}

/*#magazine .tag-output .tag-name:nth-child(n+2) {*/
/*    margin-left: 10px;*/
/*}*/

.sp_make_bn {
    display: none;
}

.pc_make_bn {
    display: block;
}

@media screen and (max-width: 768px) {

    .sp_make_bn {
        display: block;
    }

    .pc_make_bn {
        display: none;
    }
}

/*========= ページトップのためのCSS ===============*/
/*リンクの形状*/

#page-top a {
    background: #666666;
    height: 60px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.6rem;
    transition: all 0.3s;
    margin-left: 100px;
    padding: 10px 40px;
    border-radius: 50px;
    font-size: 16px;
}

#page-top a:hover {
    background: #777;
}

/*リンクを右下に固定*/
#page-top {
    width: 100%;
    position: fixed;
    z-index: 50;
    background: linear-gradient(90deg, #A2C31D 0%, #10813B 100%);
    display: block;
    /*はじめは非表示*/
    opacity: 0;
    transform: translateY(100px);
    text-align: center;
    padding: 20px 0;
}

/*　上に上がる動き　*/

#page-top.UpMove {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*　下に下がる動き　*/

#page-top.DownMove {
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 1;
        transform: translateY(100px);
    }
}

@media screen and (max-width: 768px) {
    #page-top {
        padding: 10px;
        font-size: .8rem;
    }

    #page-top a {
        margin-left: 0;
        display: block;
        height: auto;
        width: 60%;
        margin: 10px auto 0;

    }
}

.margin-top-20 {
    margin-top: 20px;
}

.side_cta_list_1 {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .side_cta_list_2 {
        margin-bottom: 20px;
    }
}

.cta_mag {
    background-image: url(https://wonderspace.co.jp/wp-content/uploads/2023/06/floating_cta_backgoround.jpg);
    position: fixed;
    z-index: 50;
    bottom: 0;
    width: 100%;
}

.cta_mag a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-weight: bold;
    font-size: 1.4rem;
}

.cta_mag a img {
    width: 180px;
}

.sp_br {
    display: none;
}

@media screen and (max-width: 768px) {
    .cta_mag {
        text-align: center;
    }

    .cta_mag a {

        font-size: 1rem;
    }

    .cta_mag a img {
        width: 45%;
    }

    .sp_br {
        display: block;
    }
}

.recommendation {

    background-image: url(img/bgc.jpg);
}

.cta_btn_1 {
    margin-bottom: 30px;
}

.servicetmp_v6 .solution .flex {
    margin-bottom: 250px;
}

.p-servicePlanProblem__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
}

@media (min-width: 768px) {
    .p-servicePlanProblem__list {
        gap: 32px;
    }
}

.p-servicePlanProblem__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 300px;
    height: 86px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 1px 3px 5px hsla(0, 0%, 60%, .3);
    box-shadow: 1px 3px 5px hsla(0, 0%, 60%, .3);
}

@media (min-width: 768px) {
    .p-servicePlanProblem__item {
        height: 114px;
    }
}

/*.p-servicePlanProblem__item:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: -4px;*/
/*    left: -4px;*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    border-top: 4px solid #999;*/
/*    border-right: 4px solid #999;*/
/*    -webkit-transform: rotate(-90deg);*/
/*    -ms-transform: rotate(-90deg);*/
/*    transform: rotate(-90deg);*/
/*}*/

/*.p-servicePlanProblem__item:after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    bottom: -4px;*/
/*    right: -4px;*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    border-top: 4px solid #999;*/
/*    border-right: 4px solid #999;*/
/*    -webkit-transform: rotate(90deg);*/
/*    -ms-transform: rotate(90deg);*/
/*    transform: rotate(90deg);*/
/*}*/

.service_list {
    background: #f3f3f3;
}

.flx_list {
    display: flex;
    /* flexbox */
    flex-wrap: wrap;
    /* 折返し指定 */
    justify-content: center;
}

.flx_list li {
    width: calc(45% - 22px);
    /* margin padding分を引く */
    margin: 5px;
    padding: 10px;
    /*background: #fff;*/
    /*border: 1px solid;*/
    /*border-image: linear-gradient(90.22deg, #A2C31D 0.19%, #10813B 99.81%);*/
    border-image-slice: 1;
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .flx_list li {
        width: 48%;

    }

    .service_list .inner {
        padding: 0;
    }

    .servicetmp_v6 .s-case-title.green-h {
        padding-top: 30px;
    }

    .servicetmp_v6 .bottom-position {
        top: 20px;
    }
}

@media (max-width: 768px) {
    .p-servicePlanProblem__item {
        width: 220px;
    }
}

@media (max-width: 495px) {
    .p-servicePlanProblem__item {
        width: 140px;
    }
}

@media (max-width: 459px) {

    .flx_list li {
        width: 185px;
        /* margin padding分を引く */

    }

    .service_list .inner {
        padding: 0;
    }
}

@media (max-width: 359px) {
    .flx_list li {
        width: 130px;
        /* margin padding分を引く */

    }
}

.cta_inner {
    display: flex;
    justify-content: center;
}

.cta_inner p:nth-of-type(1) {
    margin-right: 20px;
}

.p-servicePlanProblem__item {
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .cta_inner {
        display: block;
    }

    .cta_inner p:nth-of-type(1) {
        margin-right: 0px;
    }

    .p-servicePlanProblem__item {
        font-size: 1rem;
    }
}


.gnav li {
    padding: 18px 0;
    text-align: center;
    transition: all .3s ease-in-out;
}

.gnav a {
    color: #fff;
    border-left: solid 1px #fefefe;
    padding: 0 65px;
}

.gnav>li:last-child a {
    border-right: solid 1px #fefefe;
}

.gnav>li:hover .megamenu {
    max-height: 9999px;
    opacity: 1;
    padding: 30px 0;
}

.megamenu {
    background: #3e3e3e;
    max-height: 9999px;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    transition: all .2s ease-in;
    z-index: 999;
    border-radius: 40px;
}


.megamenu:hover {
    background: #3e3e3e;
}

.megamenu ul:hover {
    background: #3e3e3e;
}

.megamenu li:hover {
    background: #3e3e3e;
}

.megamenu li a:hover {
    background: transparent;
}

.megamenu-inner {
    display: flex;
    flex-wrap: wrap;
}

.megamenu-inner li {
    width: calc((100% / 5));
    padding: 0;
    margin-right: 20px;
}

.megamenu-inner a {
    border-left: none;
}

.megamenu-inner-text {
    margin-right: 10px;
}


/* 2列目以降のスタイル */
.megamenu:nth-child(4n) {
    top: 140px;
}

@media (max-width: 768px) {
    .gnav li {
        padding: 10px 0;
        text-align: center;
        transition: unset;
        width: 50%;
        margin: 0 auto;
    }

    .megamenu {
        display: none;
        background: transparent;
        max-height: 100%;
        /*  overflow: hidden; */
        width: 100%;
        top: 50px;
        left: 0;
        transition: unset;
        border-radius: 40px;
        opacity: 0;
    }

    .megamenu:hover {
        display: none;
        background: transparent;
    }

    .megamenu ul:hover {
        display: none;
        background: transparent;

    }

    .megamenu li:hover {
        display: none;
        background: transparent;
    }


    .gnav a {
        display: block;
        padding: 0;

    }

    .news .ws-btnList_arc {
        display: flex;
    }

    .gnav>li:hover .megamenu {
        padding: 0;
    }

    .megamenu-inner li {
        margin: 0;
    }

    /* 他のスタイル */
    .megamenu {
        display: block;
        position: absolute;
        top: 60px;
        left: 0;
        background: transparent;
        border-radius: 40px;
    }

    /*.ws-btnList_item:nth-child(n+3) {*/
    /*    margin-top: 120px; !* 任意の上部余白を指定 *!*/
    /*}*/
    /* プレスリリースボタンに対するスタイル */
    .press-release-btn .megamenu {
        display: none;
    }

    .megamenu-inner {
        display: flex;
        flex-wrap: wrap;
        width: 98%;
        margin: 0 auto;
    }

    .megamenu-inner li {
        width: 50%;
        padding-bottom: 5px;

    }

    .megamenu-inner a {
        display: block;
        /* リンク要素をブロック要素に変更 */
    }

    /* 他のスタイル */
    .archiveList_area_box .ws_head {
        width: 95%;
    }

    .downloads .img img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

}

.downloads_box h2 {
    text-align: center;
    margin-bottom: 32px;
}

.button__link {
    display: block;
    background: #000;
    border-radius: 80px;
    /*display: inline-block;*/
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 0 auto;

    min-width: 80%;
    padding: 1em 1.5em;
    position: relative;
    text-decoration: none;
    width: auto;
    margin-top: 30px;
    color: #fff !important;
    text-align: center !important;
    width: 80%;
}


.button__link :before {
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .6) 80%, hsla(0, 0%, 100%, 0));
    content: "";
    height: 200px;
    left: -120px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(25deg);
    transform: translateY(-50%) rotate(25deg);
    width: 80px;
    color: #fff;
    text-align: center;
}

.button__link :after {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: shiny_btn;
    animation-name: shiny_btn;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    background-image: linear-gradient(100deg, hsla(0, 0%, 100%, 0), #fff);
    content: "";
    height: 100%;
    left: -100px;
    position: absolute;
    top: 0;
    width: 50px;
}

.service_box .page-children .thumbnail img {
    border-radius: 25px;
}

.service_box .page-children li {
    margin-right: 0;
    margin: 0 0 0 1rem;
    width: calc(33.33% - 1rem);
    border-radius: 25px 25px 0 0;
    padding: 0;
}

.service_box .page-children {
    justify-content: flex-start;
}

#media .page-children li {
    background-color: #f3f3f3;

}

.service_box .page-children {
    display: flex;
    row-gap: 1.75rem;
    align-items: stretch;
}

.service_box .page-children li {
    display: flex;
    flex-direction: column;
    width: 30%;
    padding: 0 !important;
}

.button__link {
    margin-top: auto;
}

.service_box .page-children li .excerpt {
    margin-bottom: 30px;
}

.service_box .page-children .title {
    padding: 10px !important;
}

.service_box .page-children .excerpt {
    padding: 0px 10px 20px 10px !important;
}

.service_box .button__link {
    margin-bottom: 20px;
}


@media (max-width: 768px) {


    .service_box .page-children {
        display: flex;
        row-gap: 1.75rem;
    }

    .service_box .page-children li {
        width: calc(50% - 1rem);
    }

    .button__link {
        width: 100%;
    }

    .service_box .page-children li .excerpt {
        line-height: 1.5;
    }

    .service_box .page-children li .title a {
        font-size: 1.2rem;

    }

    .service_box .page-children li .title {
        margin-bottom: 10px;
    }

    .service_box .inner {
        padding: 0;
    }

    .service_box .page-children li {
        margin: 0 .5rem;
    }

}

@media (max-width: 380px) {
    #magazine .single-info {
        max-width: 1200px;
        display: block;

    }

    #magazine .single-info .tag {
        padding: 0;
    }
}

.adventurespace .bg-white {
    background-color: #000 !important;

}

.adventurespace.archive h1 {
    color: #fff !important;
    font-family: "myfont" !important;
    font-weight: normal !important;
}

.adventurespace.archive .breadcrumb ul li a {
    color: #fff !important;
}

.adventurespace.archive .breadcrumb ul li {
    color: #fff !important;
}


.magazine_list .ws-btnListGroup_item {
    align-items: baseline;
}

@media (max-width: 768px) {
    #magazine .megamenu {
        display: none;
    }

    #magazine .ws-btnList_item:nth-child(n+3) {
        margin-top: 0;
    }
}

.case_area .list-single {
    margin-right: 20px;
}

@media screen and (max-width: 921px) {
    .case_area .news-list .list-single {
        width: 100%;
        margin: 0 auto 80px;
    }
}

.adventurespace .thumbnail img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.adventurespace .list-single {
    margin-right: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 921px) {
    .adventurespace .news-list li {
        width: 100% !important;
    }

    .adventurespace .thumbnail img {
        height: 350px;
    }

    .swiper-wrapper {
        margin: 0 !important;
    }
}

@media screen and (max-width: 600px) {
    .adventurespace .news-list {
        margin-top: 20px;
    }

    .category .news-list.swiper-wrapper {
        height: auto;
    }

}

@media screen and (max-width: 768px) {
    .year_list {
        margin-top: 50px;
    }


}

.footer-inner .liner-btn {
    margin: 0 auto;
}

.floating-button {
    bottom: 90px !important;
}

.column .rec-post {
    flex-wrap: wrap;
}

#column {
    margin-top: 50px;
}

.rank-number {
    display: block;
    text-align: left;
    color: #028244;

    font-weight: 700;
    font-size: 16px;
    font-family: 'Montserrat';
}


@media screen and (max-width: 1257px) {
    header .logo {
        margin-right: 20px !important;

    }
}

@media screen and (max-width: 1155px) {
    header .logo {
        margin-right: 20px !important;
        margin-left: 20px !important;

    }
}


@media screen and (max-width: 768px) {
    .archiveList_area_box .ws-btnList_item {
        width: 30%;
    }

    .archiveList_area_box .ws-btnList {
        justify-content: center;
    }
}

.magazine_tag_list .news-list li {
    width: 28%;
    margin: 0 15px 50px 0;
}

.seminar_box {
    font-size: 16px;
}



.faq .accordion-area {
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin: 0 auto;
}

.faq .accordion-area li {
    margin: 10px 0;
}

.faq .accordion-area section {
    border: 1px solid #ccc;
}


.title {
    position: relative;
    cursor: pointer;
    font-size: 1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

.title::before,
.title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #333;

}

.title::before {
    top: 48%;
    left: 15px;
    transform: rotate(0deg);

}

.title::after {
    top: 48%;
    left: 15px;
    transform: rotate(90deg);

}

.title.close::before {
    transform: rotate(45deg);
}

.title.close::after {
    transform: rotate(-45deg);
}

.faq-box {
    display: none;
    background: #f3f3f3;
    margin: 0 3% 3% 3%;
    padding: 3%;
}

.corporate {
    text-align: center;
}

.jac-logo img {
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .digital-logo {
        width: 200px;
        margin: 0 auto;
    }

    .inner-title {
        text-align: center;
        font-size: 28px;
        font-weight: 600;
        line-height: 44px;
        margin-bottom: 24px;
    }

    .footer {
        height: 102px;
        background-color: #003174;
        text-align: center;
        margin-bottom: 100px;
    }

    .footer_copyright {
        color: #fff;
        font-weight: 100;
        font-size: 14px;
        padding: 38px;
    }

    .liner-btn .registration {
        font-size: 11px;
        font-weight: 500;
    }

    .annotation {
        font-size: 0.7rem;
        font-weight: 400;
        text-align: center;
    }

    .recom {
        padding: 1px 25px 25px 25px;
        background-color: #f1f1fd;
        border-radius: 10px;
        box-shadow: 1px 1px 4px #d3d3d3;
    }

}

@media screen and (max-width: 767px) {
    .digital-logo {
        width: 120px;
        margin: 0 auto;
    }

    .inner-title {
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        line-height: 37px;
        margin-bottom: 14px;
    }

    .footer {
        height: 102px;
        background-color: #003174;
        text-align: center;
        padding-bottom: 94px;
    }

    .footer_copyright {
        color: #fff;
        font-weight: 100;
        font-size: 12px;
        padding: 36px;
    }

    .liner-btn .registration {
        font-size: 11px;
        font-weight: 500;
    }

    .annotation {
        font-size: 0.7rem;
        font-weight: 400;
        text-align: center;
    }

    .recom {
        padding: 1px 10px 10px 10px;
        background-color: #f1f1fd;
        border-radius: 10px;
        box-shadow: 1px 1px 4px #d3d3d3;
    }

    .annotation_footer {
        font-size: 0.6rem;
        font-weight: 400;
        text-align: center;
        padding-bottom: 5px;
        padding-top: 4px;
    }
}

.footer-fix {
    background-color: #fff;
    display: block;
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

@media screen and (min-width: 767px) {
    .cta_footer {
        /*      padding: 30px 0; */
        display: flex;
        flex-wrap: nowrap;
        align-content: flex-end;
        justify-content: center;
        padding-bottom: 0px;
    }

    .cta_footer .liner-btn {
        margin: 11px 27px 6px 27px;
        text-align: center;
        width: 300px;
        display: block;
        padding: 20px;
        border-radius: 34px;
        color: #fff;
        position: relative;
    }

    .annotation_footer {
        font-size: 0.7rem;
        font-weight: 400;
        text-align: center;
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 768px) {
    .cta_footer {
        /*     padding: 30px 0; */
    }

    .cta_footer .liner-btn {
        margin: 12px auto 0;
        text-align: center;
        width: 300px;
        display: block;
        padding: 20px;
        border-radius: 34px;
        color: #fff;
        position: relative;
    }

    .sns {
        display: none;
    }
}

.cta_footer .liner-btn a:after {
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 15px;
}

.sns {
    position: fixed;
    top: 88px;
    z-index: 1;
    right: 0;
    padding: 2px;
}

.sns .share {
    width: 40px;
    padding: 11px;
    border-radius: 16px;
}