@charset "utf-8";

/*===================================================

 index

===================================================*/
/*===================================================
 title
===================================================*/
.title h3 {
    margin-top: 0;
    font-size: 3.0rem;
    font-weight: 600;
}
/*===================================================
 top
===================================================*/
#top {
    background: var(--main);
}
#top .inner-1600 {
    padding: 165px 0 20px;
    background: image-set(url('/wp-content/uploads/index_top_4.webp') 1x, url('/wp-content/uploads/index_top_4-2x.webp') 2x) no-repeat;
    background-position: right bottom;
}
#top-title h1 {
    margin: 20px 0 10px;
    font-size: 6.0rem;
    line-height: 8.0rem;
}
#top-title h1 span,
#top-title h2 span {
    color: var(--accent);
}
#top-title h2 {
    margin-top: 0;
    font-size: 2.0rem;
    font-weight: 500;
}
#top-title ul {
    margin-bottom: 20px;
    display: flex;
}
#top-title ul li:first-child {
    margin-right: 20px;
}
#top-title ul + a {
    transition: all 0.3s ease;
}
#top-title ul + a:hover {
    text-decoration: none;
}
#top-title h2 + div {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    flex-wrap: wrap;
}
#top-title h2 + div div {
    margin-right: 100px;
}
/*===================================================
 user
===================================================*/
#user {
    padding: 35px 0;
    clear: both;
}
#user .inner {
    display: flex;
    justify-content: center;
}
#user .inner:before {
    width: 40px;
    height: 92px;
    margin-right: 10px;
    display: block;
    background: image-set(url('/wp-content/uploads/index_user_1.webp') 1x, url('/wp-content/uploads/index_user_1-2x.webp') 2x) no-repeat;
    content: '';
}
#user .inner::after {
    width: 40px;
    height: 92px;
    margin-left: 10px;
    display: block;
    background: image-set(url('/wp-content/uploads/index_user_2.webp') 1x, url('/wp-content/uploads/index_user_2-2x.webp') 2x) no-repeat;
    content: '';
}
#user p {
    text-align: center;
}
#user p:first-child {
    margin: -10px 0 0;
    font-size: 3.0rem;
    font-weight: 500;
}
#user p:first-child span {
    color: var(--accent);
}
#user p:first-child span span {
    font-size: 4.4rem;
}
#user p:first-child span + span {
    margin-left: 0.5em;
}
#user p:last-child {
    margin-top: 0;
}
/*===================================================
 company
===================================================*/
#company {
    width: 100%;
    padding-top: 20px;
    box-shadow: 0 -2px 2px 2px rgba(0,0,0,0.03);
}
.swiper1,
.swiper2 {
    width: 100%;
    height: 85px;
}
.swiper1 .swiper-slide,
.swiper2 .swiper-slide {
    width: 200px !important;
    height: 70px !important;
}
.shadow {
    width: 100%;
    box-shadow: 0 2px 2px 2px rgba(0,0,0,0.05);
}
/*===================================================
 about
===================================================*/
#about {
    padding: 80px 0 20px;
}
#about .inner {
    width: 100%;
    padding: 40px 0;
    background: var(--subs);
    border-radius: 14px;
}
#about .inner-1160 {
    padding: 0;
}
#about #about-top {
    position: relative;
}
#about #about-top div {
    display: block;
    color: var(--white);
    font-size: 36rem;
    font-weight: 800;
    position: absolute;
    top: -120px;
    left: 0;
}
#about #about-top h4 {
    color: var(--accent);
    font-size: 4.0rem;
    text-align: center;
    position: relative;
}
#about #about-top h4 + p {
    margin-bottom: 0;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 5.4rem;
    text-align: center;
    position: relative;
}
#about #about-top h4 + p span {
    color: var(--accent);
}
#about #about-top h4 + p span span {
    margin-left: 3px;
    font-size: 4.6rem;
}
/*---------------------------------------------------
 youtube
---------------------------------------------------*/
#youtube {
    padding: 50px 0 80px;
    position: relative;
}
#youtube::before {
    width: 210px;
    height: 375px;
    background: image-set(url('/wp-content/uploads/index_about_1.webp') 1x, url('/wp-content/uploads/index_about_1-2x.webp') 2x) no-repeat;
    display: block;
    content: '';
    position: absolute;
    top: 50px;
    left: 50px;
}
#youtube::after {
    width: 345px;
    height: 527px;
    background: image-set(url('/wp-content/uploads/index_about_2.webp') 1x, url('/wp-content/uploads/index_about_2-2x.webp') 2x) no-repeat;
    display: block;
    content: '';
    position: absolute;
    top: -50px;
    right: 0;
}
#youtube iframe {
    width: 600px;
    margin: 0 auto;
    border: 10px solid var(--white);
    display: block;
    position: relative;
    z-index: 999;
}
#youtube + img {
    height: auto;
    margin-bottom: 20px;
}
#youtube + img + img {
    height: auto;
    margin-bottom: 60px;
}
/*===================================================
 sdgs
===================================================*/
#sdgs {
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#sdgs p {
    margin-top: 10px;
    line-height: 3.2rem;
}
/*===================================================
 pickup
===================================================*/
#pickup {
    padding: 60px 0;
    background: var(--light-gray);
}
.swiper3 {
    width: 100%;
}
.swiper3 .swiper-wrapper {
    height: auto !important;
}
.swiper3 .swiper-slide {
    width: 400px !important;
    height: 247.5px !important;
}
.swiper3 .swiper-slide a {
    width: 100%;
    display: block;
}
.swiper3 .swiper-slide a img {
    width: 400px;
    height: 200px;
    background: var(--white);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.04);
    object-fit: contain;
}
.swiper3 .swiper-slide a:hover img {
    opacity: 0.8;
}
.swiper3 .swiper-slide a p {
    margin-top: 10px;
    color: var(--black);
    font-size: 1.6rem;
    text-align: center;
}
.swiper3 .swiper-slide a:hover p {
    color: var(--accent);
}
.swiper3 .swiper-pagination {
    margin-top: 50px;
}
/*===================================================
 features
===================================================*/
#features {
    background: var(--sub);
}
#features .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#features .inner-1280 {
    padding: 40px 0;
    border-bottom: 1px solid var(--gray);
}
#features #features-1 {
    border-top: 1px solid var(--gray);
}
#features .inner-1160 div:first-of-type {
    max-width: 650px;
    margin-right: 70px;
}
#features .inner-1160  div + div {
    width: 440px;
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.04);
}
#features .inner h4 {
    margin: 15px 0;
    color: var(--brown);
    font-size: 3.2rem;
}
#features .inner h4 span {
    margin: 0 10px;
    font-size: 4.8rem;
}
#features .inner p {
    margin-left: 80px;
    font-size: 1.8rem;
    font-weight: 500;
}
#features .inner .annotation {
    margin-top: 0;
    font-size: 1.4rem;
}
#features-1 .inner-1160 div + div {
    height: 280px;
}
#features-2 .inner-1160 div + div {
    height: 210px;
    margin-top: 30px;
}
#features-3 .inner-1160 div + div {
    height: 220px;
    margin-top: 60px;
}
#features-4 .inner-1160 div + div,
#features-5 .inner-1160 div + div,
#features-6 .inner-1160 div + div {
    height: 220px;
    margin-top: 30px;
}
#features-6 {
    margin-bottom: 60px;
}
#features-6 .inner p span {
    margin: 0 0 0 5px;
    font-size: 4.2rem;
}
#features-6 .inner p:nth-of-type(2) {
    margin-bottom: 5px;
}
/*===================================================
 worries
===================================================*/
#worries {
    background: var(--subs);
}
#worries .inner-1280 {
    padding: 60px 60px 0 60px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.8);
}
#worries #wtitle {
    margin-top: 0;
    color: var(--accent);
    font-size: 3.6rem;
    font-weight: 600;
    text-align: center;
}
#worries #wtitle span {
    font-size: 5.4rem;
}
#worries ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#worries ul .wcontents {
    width: 360px;
    margin-bottom: 60px;
}
#worries ul .wcontents-top {
    width: 100%;
    background: var(--white);
    border-radius: 8px;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.04);
}
#worries ul .wcontents-head {
    background: var(--accent);
}
#worries ul .wcontents-head p {
    margin: 0;
    color: var(--white);
    font-size: 3.0rem;
    font-weight: 500;
    line-height: 6.0rem;
    text-align: center;
}
#worries ul .wcontents-top + img {
    width: 52px;
    margin: 15px auto;
    display: block;
}
#worries ul .wcontents-foot {
    margin: 10px 0 10px 10px;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 500;
}
#worries ul .wcontents-foot li:not(:last-child) {
    margin-bottom: 5px;
}
#worries .wcontents-bottom {
    width: 100%;
    padding: 10px 0;
    background: var(--white);
    border-radius: 8px;
    box-shadow: 0 0 2px 2px rgba(255, 153, 0, 0.1);
}
#worries .wcontents-bottom p {
    margin-top: 10px;
    color: var(--accent);
    font-size: 3.0rem;
    font-weight: 600;
    line-height: 4.0rem;
    text-align: center;
}
#worries .wcontents-bottom img {
    margin: 20px auto;
    display: block;
}
#worries ul li.wcontents:nth-child(2) .wcontents-bottom img,
#worries ul li.wcontents:last-child .wcontents-bottom img {
    margin: 10px auto;
}
#worries .wcontents-bottom ul {
    padding-left: 15px;
    display: inline-block;
}
#worries .wcontents-bottom ul li::before {
    width: 20px;
    height: 14px;
    margin-right: 3px;
    display: inline-block;
    content: url('/wp-content/uploads/index_worries_5.png');
    content: image-set(url('/wp-content/uploads/index_worries_5.webp') 1x, url('/wp-content/uploads/index_worries_5-2x.webp') 2x);
}
#worries .wcontents-bottom ul li {
    margin-bottom: 10px;
}
/*===================================================
 solution
===================================================*/
#solution {
    background: var(--sub);
}
#solution .inner-1160 {
    padding: 40px 0 60px;
    background: var(--white);
    border-radius: 14px;
}
#solution #stitle {
    margin-bottom: 60px;
    color: var(--accent);
    font-size: 3.6rem;
    font-weight: 500;
    text-align: center;
}
#solution .sblock {
    margin-bottom: 60px;
}
#solution .sblock .cvoice img {
    width: 80px;
    float: left;
    margin-right: 20px;
}
#solution .sblock .cvoice div {
    width: calc(100% - 100px);
    float: left;
    margin: 10px 0;
}
#solution .sblock .cvoice div p:first-child {
    margin: 0 0 5px 0;
    padding: 0 15px;
    background: #ffefb8;
    border-radius: 6px;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 5.0rem;
    position: relative;
}
#solution .sblock .cvoice div p:first-child::before {
    width: 25px;
    height: 50px;
    background: image-set(url('/wp-content/uploads/index_solution_1.webp') 1x, url('/wp-content/uploads/index_solution_1-2x.webp') 2x) no-repeat;
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
}
#solution .sblock .cvoice div p:last-child {
    margin: 0;
}
#solution .sblock .method p {
    margin-left: 95px;
    padding: 10px 20px;
    background: #ffe2d3;
    border-radius: 6px;
    display: inline-block;
    font-weight: 500;
}
#solution input[type='checkbox']#trigger {
    display: none;
}
#solution label {
    position: relative;
}
#solution label::after {
    width: 16px;
    height: 16px;
    margin: auto;
    border-top: 3px solid var(--accent);
    border-right: 3px solid var(--accent);
    border-radius: 2px;
    box-sizing: content-box;
    transition: 0.6s cubic-bezier;
    content: '';
    position: absolute;
    top: 30px;
    left: calc(50% - 8px);
    transform: translateX(calc(50% - 8px));
    rotate: 135deg;
}
#solution input[type="checkbox"]#trigger:checked ~ label::after {
    top: -20px;
    rotate: 315deg;
}
#solution .sblock:nth-of-type(n +4) {
    display: none;
}
#solution input[type='checkbox']#trigger:checked ~ .sblock:nth-of-type(n +4) {
    display: block;
    animation: fadeIn 0.7s;
}
#solution label span::before {
    display: block;
    content: 'もっと見る';
    color: var(--accent);
    font-size: 2.0rem;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}
#solution input[type="checkbox"]#trigger:checked ~ label span::before {
    content: '閉じる';
}
#solution label:hover span::before {
    text-decoration: underline;
}
/*===================================================
 industry
===================================================*/
#industry {
    padding: 40px 0;
    background: var(--subs);
}
#industry .title + p {
    color: var(--accent);
    font-size: 3.2rem;
    font-weight: 500;
    text-align: center;
}
#industry .title + p span {
    font-size: 4.4rem;
}
#industry ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#industry ul li {
    width: 220px;
    height: 94px;
    margin-bottom: 16px;
    background: var(--white);
    display: flex;
}
#industry ul li img {
    margin: 14.5px;
}
#industry ul li p {
    width: 100%;
    margin: 0;
    padding-right: 20px;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 9.4rem;
    text-align: center;
}
/*===================================================
 case
===================================================*/
#case {
    background: var(--main);
}
.swiper4 {
    width: 100%;
    margin-bottom: 60px;
}
.swiper4 .swiper-wrapper {
    height: auto !important;
}
.swiper4 .swiper-slide {
    width: 340px !important;
    height: 400px !important;
    background: var(--white);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.04);
}
.swiper4 .swiper-slide a {
    color: var(--black);
}
.swiper4 .swiper-slide a:hover {
    text-decoration: none;
}
.swiper4 .swiper-slide .catch {
    width: 100%;
    height: 212.5px;
    overflow: hidden;
}
.swiper4 .swiper-slide .catch img {
    transform: scale(1.2);
}
.swiper4 .swiper-slide .desc {
    width: 100%;
    height: 187.5px;
    padding: 15px 10px 0 15px;
    position: relative;
}
.swiper4 .swiper-slide .desc .post-title {
    margin: 0 0 10px 0;
    font-size: 1.8rem;
    font-weight: 500;
}
.swiper4 .swiper-slide a:hover .desc .post-title {
    color: var(--accent);
}
.swiper4 .swiper-slide .desc .post-excerpt {
    margin: 0;
    font-size: 1.5rem;
}
.swiper4 .swiper-slide a:hover .desc .post-excerpt {
    text-decoration: underline;
}
.swiper4 .swiper-slide .desc .icatch {
    width: 120px;
    height: 42px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.swiper4 .swiper-slide .desc .icatch {
    opacity: 0.9;
}
/*===================================================
 flow
===================================================*/
#flow ul {
    display: flex;
    justify-content: space-between;
}
#flow ul li {
    width: 252px;
    background: var(--main);
}
#flow ul li:nth-child(2n) {
    background: #f1f1f1;
}
#flow ul li p.number {
    margin: 0;
    border-bottom: 4px solid var(--white);
    font-size: 3.6rem;
    font-weight: 600;
    text-align: center;
    position: relative;
}
#flow ul li p.number::before {
    width: 30px;
    height:100%;
    background: var(--main);
    content: '';
    position: absolute;
    top: 0;
    right: -30px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    z-index: 2;
}
#flow ul li p.number::after {
    width: 38px;
    height: calc(100% + 8px);
    background: var(--white);
    content: '';
    position: absolute;
    top: -4px;
    right: -40px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    z-index: 1;
}
#flow ul li:nth-child(2n) p.number::before {
    background: #f1f1f1;
}
#flow ul li:last-child p.number::before {
    content: none;
}
#flow ul li div h4 {
    margin: 15px 0 10px;
    font-size: 2.0rem;
    font-weight: 500;
    text-align: center;
}
#flow ul li div img {
    margin: 0 auto 15px;
    display: block;
}
#flow ul li div p {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 1.3rem;
}
/*===================================================
 support
===================================================*/
#support h3 {
    margin-top: 0;
    color: var(--accent);
    font-size: 3.2rem;
    text-align: center;
}
#support ul {
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#support ul li {
    width: 610px;
    height: auto;
    padding: 10px;
    background: var(--sub);
    border-radius: 10px;
    display: flex;
}
#support ul li img {
    margin-right: 20px;
}
#support ul li h4 {
    margin: 10px 0;
    font-size: 2.0rem;
    font-weight: 500;
}
#support ul li p {
    font-size: 1.4rem;
}
#support ul li:last-child p:first-of-type {
    margin-bottom: 5px;
}
#support ul li p:last-of-type {
    margin: 0;
}
/*===================================================
 price
===================================================*/
#price {
    background: var(--subs);
}
#price .title + p {
    margin-bottom: 30px;
    font-size: 1.8rem;
    line-height: 3.6rem;
    text-align: center;
}
#price #pblock {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#price #pblock li {
    width: 300px;
    height: 280px;
    padding: 20px;
    background: var(--white);
    border-radius: 8px;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.04);
}
#price #pblock li h4 {
    margin: 10px 0;
    color: #555;
    font-size: 2.6rem;
    font-weight: 500;
    text-align: center;
}
#price #pblock li:nth-child(3) h4 {
    margin-bottom: 50px;
}
#price #pblock li:last-child h4 {
    margin-bottom: 50px;
}
#price #pblock li:first-child p {
    margin: 0;
    color: var(--accent);
    font-size: 6.0rem;
    font-weight: 600;
    line-height: 15.0rem;
    text-align: center;
}
#price #pblock li:first-child p span {
    font-size: 13.0rem;
}
#price #pblock li:nth-child(2) P {
    font-size: 2.8rem;
    line-height: 12.0rem;
    text-align: center;
}
#price #pblock li:nth-child(2) P span {
    margin-right: 0.1em;
    font-size: 5.0rem;
}
#price #pblock li ul {
    display: flex;
    flex-wrap: wrap;
}
#price #pblock li ul li {
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    box-shadow: none;
    font-weight: 500;
}
#price #pblock li ul li:nth-child(2n + 1) {
    width: 70%;
    font-size: 1.8rem;
}
#price #pblock li ul li:nth-child(2n) {
    width: 30%;
    font-size: 2.2rem;
}
#price #pblock li ul li {
    margin-bottom: 10px;
}
#price #pblock li:nth-child(3) ul li,
#price #pblock li:last-child ul li {
    margin-bottom: 20px;
}
#price #pblock li ul li span {
    font-size: 1.4rem;
}
#price #pblock li ul li::before {
    width: 43px;
    height: 19px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: sub;
}
#price #pblock li:nth-child(3) ul li:first-child::before {
    content: url('/wp-content/uploads/index_price_2.png');
    content: image-set(url('/wp-content/uploads/index_price_2.webp') 1x, url('/wp-content/uploads/index_price_2-2x.webp') 2x);
}
#price #pblock li:nth-child(3) ul li:nth-child(3)::before {
    content: url('/wp-content/uploads/index_price_3.png');
    content: image-set(url('/wp-content/uploads/index_price_3.webp') 1x, url('/wp-content/uploads/index_price_3-2x.webp') 2x);
}
#price #pblock li:last-child ul li:first-child::before {
    content: url('/wp-content/uploads/index_price_4.png');
    content: image-set(url('/wp-content/uploads/index_price_4.webp') 1x, url('/wp-content/uploads/index_price_4-2x.webp') 2x);
}
#price #pblock li:last-child ul li:nth-child(3)::before {
    content: url('/wp-content/uploads/index_price_5.png');
    content: image-set(url('/wp-content/uploads/index_price_5.webp') 1x, url('/wp-content/uploads/index_price_5-2x.webp') 2x);
}
/*===================================================
 plan
===================================================*/
#plan {
    background: var(--main);
}
#plan .title + p {
    margin-bottom: 40px;
    font-size: 1.8rem;
    line-height: 3.6rem;
    text-align: center;
}
#plan ul {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#plan ul li {
    width: 550px;
    background: var(--white);
    border-radius: 8px;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.04);
}
#plan ul li#plan1,
#plan ul li#plan2 {
    margin-bottom: 60px;
}
#plan ul li p {
    text-align: center;
}
#plan ul li p:first-of-type {
    width: 100%;
    height: 80px;
    margin-top: 0;
    border-radius: 8px 8px 0 0;
    color: var(--white);
    font-size: 3.8rem;
    font-weight: 500;
    line-height: 8.0rem;
}
#plan ul li#plan1 p:first-of-type {
    background: #ff9f71;
}
#plan ul li#plan2 p:first-of-type {
    background: #67c2b4;
}
#plan ul li#plan3 p:first-of-type {
    background: #ffb934;
}
#plan ul li#plan4 p:first-of-type {
    background: #777;
}
#plan ul li p:nth-of-type(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.0rem;
    font-weight: 500;
}
#plan ul li#plan1 p:nth-of-type(2) {
    color: #ff9f71;
}
#plan ul li#plan2 p:nth-of-type(2) {
    color: #67c2b4;
}
#plan ul li#plan1 p:nth-of-type(2)::before,
#plan ul li#plan1 p:nth-of-type(2)::after,
#plan ul li#plan2 p:nth-of-type(2)::before,
#plan ul li#plan2 p:nth-of-type(2)::after {
    width: 16px;
    height: 2px;
    content: '';
}
#plan ul li#plan1 p:nth-of-type(2)::before,
#plan ul li#plan1 p:nth-of-type(2)::after {
    background: #ff9f71;
}
#plan ul li#plan2 p:nth-of-type(2)::before,
#plan ul li#plan2 p:nth-of-type(2)::after {
    background: #67c2b4;
}
#plan ul li#plan1 p:nth-of-type(2)::before,
#plan ul li#plan2 p:nth-of-type(2)::before {
    margin-right: 5px;
    transform: rotate(60deg);
}
#plan ul li#plan1 p:nth-of-type(2)::after,
#plan ul li#plan2 p:nth-of-type(2)::after {
    margin-left: 5px;
    transform: rotate(-60deg);
}
#plan ul li#plan1 p:nth-of-type(3),
#plan ul li#plan2 p:nth-of-type(3),
#plan ul li#plan3 p:nth-of-type(2) {
    font-size: 2.5rem;
    font-weight: 600;
}
#plan ul li#plan1 p:nth-of-type(3) {
    color: #ff9f71;
}
#plan ul li#plan2 p:nth-of-type(3) {
    color: #67c2b4;
}
#plan ul li#plan3 p:nth-of-type(2) {
    color: #ffb934;
}
#plan ul li#plan3 ul {
    margin-bottom: 20px;
    padding-left: 50px;
}
#plan ul li#plan3 ul li {
    margin-bottom: 10px;
    font-size: 2.0rem;
    box-shadow: none;
}
#plan ul li#plan4 p:nth-of-type(2) {
    margin-bottom: 30px;
}
#plan ul li#plan4 img {
    margin-bottom: 50px;
}
#plan ul li img {
    margin: 0 auto 30px;
    display: block;
}
#plan ul li table {
    width: 470px;
    margin: 0 auto 30px;
    border: 2px solid var(--white);
}
#plan ul li#plan1 table {
    background: #ff9f71;
}
#plan ul li#plan2 table {
    background: #67c2b4;
}
#plan ul li table tr th,
#plan ul li table tr td {
    padding: 8px;
    color: var(--white);
    text-align: center;
}
#plan ul li table tr th {
    font-weight: normal;
}
#plan ul li table tr td span {
    font-size: 1.4rem;
}
/*===================================================
 faq
===================================================*/
#faq {
    background: var(--sub);
}
#faq ul {
    width: 100%;
    margin-bottom: 60px;
}
#faq ul li {
    width: 100%;
    margin-bottom: 40px;
    padding: 20px 40px 30px;
    border-radius: 8px;
    background: var(--white);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.04);
}
#faq ul li input {
    display: none;
}
#faq ul li div {
    width: 100%;
}
#faq ul li .question .trigger {
    width: 100%;
    font-size: 2.0rem;
    display: block;
    position: relative;
    cursor: pointer;
}
#faq ul li .question .trigger::before {
    margin-right: 10px;
    color: var(--accent);
    font-size: 2.6rem;
    font-weight: 600;
    content: 'Q.';
}
#faq ul li .question .trigger:hover {
    color: var(--accent);
}
#faq ul li .question .trigger .arrow::after {
    width: 16px;
    height: 16px;
    margin: auto;
    border-top: 3px solid var(--accent);
    border-right: 3px solid var(--accent);
    border-radius: 2px;
    box-sizing: content-box;
    transition: 0.6s cubic-bezier;
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    transform: translateX(calc(50% - 8px));
    rotate: 135deg;
    cursor: pointer;
}
#faq ul li .question p {
    margin: 0;
    font-size: 2.0rem;
}
#faq ul li .answer {
    margin-top: 20px;
    border-top: 1px solid #ddd;
    display: none;
    animation: fadeIn 0.5s;
}
#faq ul li .answer p {
    margin: 0;
    padding: 20px 0 0 0;
}
#faq ul li input[type="checkbox"]#faq-1:checked ~ .question .trigger span::after,
#faq ul li input[type="checkbox"]#faq-2:checked ~ .question .trigger span::after,
#faq ul li input[type="checkbox"]#faq-3:checked ~ .question .trigger span::after,
#faq ul li input[type="checkbox"]#faq-4:checked ~ .question .trigger span::after,
#faq ul li input[type="checkbox"]#faq-5:checked ~ .question .trigger span::after {
    top: 21px;
    rotate: 315deg;
}
#faq ul li input[type="checkbox"]#faq-1:checked ~ .answer,
#faq ul li input[type="checkbox"]#faq-2:checked ~ .answer,
#faq ul li input[type="checkbox"]#faq-3:checked ~ .answer,
#faq ul li input[type="checkbox"]#faq-4:checked ~ .answer,
#faq ul li input[type="checkbox"]#faq-5:checked ~ .answer {
    display: block;
}
/*===================================================
 news
===================================================*/
#news {
    background: var(--light-gray);
}
#news ul {
    width: 100%;
    height: 290px;
    margin-bottom: 60px;
    padding: 40px;
    background: var(--white);
    border-radius: 8px;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.04);
    overflow: auto;
}
#news ul li {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid var(--gray);
    font-size: 1.8rem;
}
#news ul li .date {
    width: 100px;
    margin-right: 60px;
    display: inline-block;
    color: var(--accent);
    font-weight: 500;
}
#news ul li:first-child {
    padding-top: 0;
}
#news ul li:last-child {
    padding-bottom: 0;
    border: none;
}
#news ul li a {
    color: var(--black);
}
#news ul li a:hover {
    color: var(--accent);
}
/*===================================================
 privacy
===================================================*/
#privacy {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#privacy img {
    margin-right: 30px;
}
#privacy p {
    line-height: 3.4rem;
}

/*===================================================

 RESPONSIVE

===================================================*/
@media screen and (max-width: 1375px) {
    #flow .inner {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    #flow ul {
        flex-direction: column;
    }
    #flow ul li {
        width: 100%;
        display: flex;
    }
    #flow ul li p.number {
        width: 100px;
        padding-top: 100px;
        border-right: 6px solid var(--white);
    }
    #flow ul li .fblock {
        width: calc(100% - 100px);
        border-bottom: 4px solid var(--white);
    }
    #flow ul li:last-child .fblock {
        border-bottom: none;
    }
    #flow ul li p.number {
        border-bottom: none;
    }
    #flow ul li p.number::before {
        width: 100%;
        height: 30px;
        clip-path: polygon(0 0, 50% 100%, 100% 0);
        top: 100%;
        right: 0;
    }
    #flow ul li p.number::after {
        width: 117%;
        height: 36px;
        clip-path: polygon(0 0, 50% 100%, 100% 0);
        top: 100%;
        right: -8%;
    }
    #flow ul li div p {
        font-size: 1.5rem;
        text-align: center;
    }
    #flow ul li div p br {
        display: none;
    }
}
@media screen and (max-width: 1350px) {
    #price .title + p {
        margin-bottom: 50px;
    }
    #price #pblock {
        width: 720px;
        margin: 0 auto 20px;
    }
    #price #pblock li {
        width: 340px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1320px) {
    #top-title {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
}
@media screen and (max-width: 1280px) {
    #about .inner {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    #about #about-top h4 {
        font-size: 3.0rem;
    }
    #about #about-top h4 + p {
        font-size: 2.0rem;
        line-height: 3.8rem;
    }
}
@media screen and (max-width: 1275px) {
    #top .inner-1600 {
        padding: 0 0 20px;
    }
    header {
        background: none;
    }
    #hamburger-menu .menu-btn {
        background: var(--white);
    }
    #hamburger-menu:has(#menu-btn-check:checked) .menu-btn {
        background: none;
    }
}
@media screen and (max-width: 1250px) {
    #support ul {
        flex-direction: column;
    }
    #support ul li {
        margin: 0 auto 30px;
    }
    #support ul li:last-child {
        margin-bottom: 0;
    }
    #plan .title + p {
        width: calc(100% - 40px);
        margin: 0 auto 40px;
    }
    #plan ul {
        width: 550px;
        margin: 0 auto;
    }
    #plan ul li#plan3,
    #plan ul li#plan4 {
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 1215px) {
    #faq .inner,
    #news .inner {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
}
@media screen and (max-width: 1200px) {
    #about #about-top div {
        display: none;
    }
    #youtube::before,
    #youtube::after {
        content: none;
    }
    #worries .inner-1280 {
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 0;
        background: none;
    }
    #worries #wtitle {
        font-size: 2.0rem;
    }
    #worries #wtitle span {
        font-size: 3.0rem;
    }
    #worries ul {
        justify-content: space-around;
    }
}
@media screen and (max-width: 1174px) {
    #features .inner {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    #features .inner-1160 div:first-of-type {
        width: 100%;
        max-width: 100%;
        margin: 0 0 30px 0;
    }
    #features .inner p {
        margin: 5px 0 5px 80px;
    }
    #features .inner p br {
        display: none;
    }
    #features .inner-1160 div + div {
        margin: 0 auto;
    }
    #features-2 .inner-1160 div + div {
        margin-top: 0;
    }
    #features-6.inner {
        margin-bottom: 60px;
    }
    #solution .inner-1160 {
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 40px 20px 60px;
    }
    #solution #stitle {
        font-size: 3.0rem;
    }
    #solution .sblock .cvoice div p:first-child {
        font-size: 1.6rem;
    }
    #industry .title + p {
        font-size: 2.0rem;
    }
    #industry .title + p span {
        font-size: 3.0rem;
    }
    #industry ul {
        width: calc(100% - 40px);
        margin: 0 auto;
        justify-content: center;
    }
    #industry ul li {
        margin: 10px;
    }
}
@media screen and (max-width: 1154px) {
    #top .inner-1600 {
        background: none;
    }
    #top-title h1,
    #top-title h2 {
        text-align: center;
    }
    #top-title ul {
        display: none;
    }
    #top-title h2 + div {
        flex-direction: column;
    }
    #top-title h2 + div img {
        height: auto;
        margin: 0 auto 20px;
        display: block;
    }
    #top-title h2 + div div {
        margin: 0 0 20px 0;
    }
}
@media screen and (max-width: 1091px) {
    #sdgs p {
        width: calc(100% - 40px);
        text-align: center;
    }
}
@media screen and (max-width: 970px) {
    #privacy img {
        margin: 0 auto 20px;
    }
    #privacy p {
        width: calc(100% - 40px);
        margin: 0 auto;
        line-height: 2.6rem;
        text-align: center;
    }
    #privacy p br {
        display: none;
    }
    #news ul li .date {
        margin: 0 0 5px 0;
        display: block;
    }
}
@media screen and (max-width: 930px) {
    #worries #wtitle {
        margin-bottom: 50px;
    }
    #worries ul {
        width: 360px;
        margin: 0 auto;
    }
    #worries ul .wcontents:last-child {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 821px) {
    #sdgs p br {
        display: none;
    }
}
@media screen and (max-width: 790px) {
    #price #pblock {
        width: 340px;
    }
}
@media screen and (max-width: 715px) {
    #user p:first-child {
        margin-top: 4px;
        font-size: 2.2rem;
    }
    #user p:first-child span span {
        font-size: 3.0rem;
    }
    #user p:last-child {
        font-size: 1.4rem;
    }
    #features .inner h4 {
        font-size: 2.4rem;
    }
    #features .inner h4 span {
        font-size: 3.0rem;
    }
    #features .inner p {
        margin: 5px 0 5px 55px;
        font-size: 1.6rem;
    }
    #solution .sblock .cvoice div p:first-child {
        padding: 10px 20px;
        line-height: 2.5rem;
    }
    #solution .sblock .cvoice div p:first-child::before {
        content: none;
    }
    #plan .title + p br {
        display: none;
    }
}
@media screen and (max-width: 700px) {
    header {
        background: var(--white);
    }
    #top {
        padding: 56px 0 0 0;
    }
}
@media screen and (max-width: 690px) {
    #support ul li {
        width: calc(100% - 40px);
        margin: 0 auto 30px;
    }
}
@media screen and (max-width: 650px) {
    #faq ul li {
        padding: 20px;
    }
    #faq ul li .question .trigger {
        padding-left: 3.0rem;
        font-size: 1.6rem;
        text-indent: -3.0rem;
    }
    #faq ul li .question .trigger::before {
        font-size: 2.0rem;
    }
    #news ul li {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 630px) {
    #plan ul {
        width: 100%;
    }
    #plan ul li {
        width: calc(100% - 40px);
        margin: 0 auto 60px;
    }
    #plan ul li#plan1 p:nth-of-type(3),
    #plan ul li#plan2 p:nth-of-type(3),
    #plan ul li#plan3 p:nth-of-type(2) {
        width: calc(100% - 40px);
        margin: 0 auto 20px;
        font-size: 2.0rem;
    }
    #plan ul li#plan3 ul {
        width: 100%;
        padding-left: 20px;
    }
    #plan ul li table {
        width: calc(100% - 40px);
    }
}
@media screen and (max-width: 600px) {
    #top-title h1 {
        font-size: 4.0rem;
        line-height: 5.5rem;
    }
    #top-title h2 {
        font-size: 1.6rem;
    }
    #user .inner::before,
    #user .inner::after {
        content: none;
    }
    #support ul li {
        padding: 10px 20px;
    }
    #support ul li img {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    #top-title h1 {
        font-size: 3.0rem;
        line-height: 4.5rem;
    }
    #top-title h2 + div div {
        margin: 0;
    }
    #user p:first-child{
        font-size: 1.8rem;
    }
    #user p:first-child span span {
        font-size: 2.4rem;
    }
    #about {
        padding: 60px 0 20px;
    }
    #about .inner {
        width: 100%;
        border-radius: 0;
    }
    #about .inner-1160 {
        padding: 0 20px;
    }
    #about #about-top h4 {
        font-size: 2.2rem;
    }
    #about #about-top h4 + p {
        font-size: 1.8rem;
        line-height: 3.6rem;
    }
    #about #about-top h4 + p span span {
        font-size: 3.6rem;
    }
    #youtube {
        padding: 40px 0;
    }
    #youtube iframe {
        width: 100%;
        max-width: 600px;
        height: auto;
        aspect-ratio: 1.76 / 1;
    }
    .swiper3 .swiper-slide {
        width: 90% !important;
        height: auto !important;
    }
    #features .inner-1160 {
        width: 100%;
    }
    #features .inner h4 {
        font-size: 2.0rem;
    }
    #features .inner p {
        margin: 5px 0 5px 5px;
        font-size: 1.5rem;
    }
    #features .inner-1160 div + div {
        width: 100%;
        height: auto !important;
    }
    #features .inner-1160 div + div img {
        width: 100%;
        height: auto;
    }
    #worries ul {
        width: 100%;
    }
    #worries .wcontents-bottom {
        padding: 10px;
    }
    #solution #stitle {
        margin-bottom: 40px;
        font-size: 2.4rem;
    }
    #solution .sblock .cvoice img {
        display: none;
    }
    #solution .sblock .cvoice div {
        width: 100%;
        float: none;
    }
    #solution .sblock .method p {
        width: 100%;
        margin: 0;
    }
    .swiper4 .swiper-slide {
        width: 90% !important;
        height: auto !important;
    }
    .swiper4 .swiper-slide .catch {
        height: auto !important;
        aspect-ratio: 1.6 / 1;
    }
    #flow ul li p.number {
        width: 60px;
        font-size: 3.0rem;
    }
    #flow ul li .fblock {
        width: calc(100% - 60px);
    }
    #flow ul li div p {
        padding: 0 10px;
    }
    #support {
        padding-top: 0;
    }
    #support h3 {
        font-size: 2.4rem;
    }
    #plan ul li p:first-of-type {
        height: 60px;
        font-size: 2.8rem;
        line-height: 6.0rem;
    }
    #plan ul li#plan1 p:nth-of-type(3),
    #plan ul li#plan2 p:nth-of-type(3),
    #plan ul li#plan3 p:nth-of-type(2) {
        font-size: 1.8rem;
    }
    #plan ul li p br {
        display: none;
    }
    #plan ul li table {
        width: calc(100% - 20px);
    }
    #plan ul li table tr th,
    #plan ul li table tr td {
        font-size: 1.4rem;
    }
    #plan ul li#plan4 p:nth-of-type(2) {
        padding:  0 10px;
        font-size: 1.8rem;
    }
    #plan ul li#plan4 img {
        width: 90%;
    }
    #faq ul li {
        margin-bottom: 20px;
    }
    #faq ul li .question .trigger {
        padding-left: 0;
        text-indent: 0;
    }
    #faq ul li .question .trigger::before {
        display: none;
    }
    #faq ul li .question .trigger span:not(.arrow) {
        width: calc(100% - 27px);
        display: inline-block;
    }
    #news ul {
        padding: 40px 20px;
    }
}
