@charset "utf-8";

/*
Theme Name: work-shien
Version: 1.0
Author: femme creatives
*/

/*ここから事業紹介*/

.breadcrumb {
    width: 90%;
    padding-top: 80px;
    font-size: 14px;
    margin: 0 5%;
}

.hero-inner .breadcrumb {
    margin: 0;
    padding-top: 32px;
}

.breadcrumb a {
    color: #232323 !important;
}

.breadcrumb a:hover {
    color: #1F995D !important;
}

.jigyou-about h1 {
    font-size: 24px;
    text-align: center;
    padding-top: 56px;
    padding-bottom: 24px;
    font-weight: 800;
}

.jigyou-about p {
    width: 80%;
    margin: 0 auto 72px;
    padding-top: 24px;
    padding-bottom: 32px;
}

.jigyou-class ul {
    width: 90%;
    margin: 0 auto;
}

.jigyou-class li {
    position: relative;
}

.jigyou-class h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    background-color: #FFF;
    padding: 12px 16px;
    border-radius: 0 15px 0 15px;
}

.jigyou-class p {
    width: 80%;
    margin: 0 auto;
    padding-top: 24px;
    padding-bottom: 24px;
}

.jigyou-class a {
    background-color: #626063;
    color: #fff;
    text-align: center;
    padding: 17px;
    border-radius: 50px;
    width: 60%;
    max-width: 300px;
    margin: 0 auto 72px;
    display: block;
}

/* 新しい仕事の創出サポート */
.jigyou-job .hero {
    background-image: url('./images/job-top.png');
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 200px;
    padding: 32px 15px;
    position: relative;
    overflow: hidden;
}

@keyframes parallax {
    from {
        background-position: center 0;
    }

    to {
        background-position: center -200px;
    }
}

.hero-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
    height: 100%;
    padding-top: 16px;
}

.hero-h1 {
    width: 100%;
}

.hero2 .hero-h1 {
    text-align: right;
}

.hero2 .hero-inner {
    align-content: flex-end;
}

.hero h1 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.hero p {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    color: #1F995D;
}

.jigyou-job .jigyou-game-main {
    color: #232323;
}

.jigyou-job .jigyou-game-main a {
    color: #21764C;
    border-bottom: #21764C 2px solid;
    color: #21764C;
}

.hukidashi {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 32px 16px;
    border-radius: 5px;
    background-color: #fff;
    text-align: left;
}

.hukidashi::after {
    content: "";
    position: absolute;
    top: 0;
    left: 15%;
    border-style: solid;
    border-width: 0 13.5px 27px 13.5px;
    border-color: transparent transparent #fff;
    translate: -50% -100%;
}

.jigyou-job-list {
    padding-top: 0;
}

.kadai h3 {
    margin-bottom: 16px;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
}

.kadai li {
    background-color: #21764C;
    color: white;
    padding: 12px;
    border-radius: 5px;
    margin-bottom: 12px;
    text-align: center;
}

.kadai li:last-child {
    margin-bottom: 0;
}

.support-text p {
    padding-top: 16px;
    padding-bottom: 56px;
}

.jigyou-naiyou li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 2px solid #21764C;
    position: relative;
    color: #232323;
}

.arrow-btn {
    width: 35px;
    height: 35px;
    background-image: url("./images/stash_arrow-right-solid.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-color: #21764C;
    cursor: pointer;
    display: block;
    border-radius: 50%;
}

/* job個別ページ */
.single-job .hero {
    position: relative;
    height: 200px;
    padding: 32px 15px;
    overflow: hidden;
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center center;
}

.single-job .hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--hero-bg-url);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
    display: var(--hero-has-thumb, none);
}

.single-job .hero-inner {
    position: relative;
    z-index: 2;
}

.single-job .hero2 {
    background-image: url(./images/job-support.png);
    height: 160px;
    background-size: cover;
}

.single-job .hero-inner {
    position: relative;
    z-index: 2;
}

.single-job section:not(.contact, .job-closing, .job-barriers, .jigyou-video) {
    padding-bottom: 0;
}

.single-job .hero h1 {
    font-size: 22px;
}

.single-job .single-job-top .job-catch {
    font-size: 20px;
    font-weight: 700;
    background-color: #21764C;
    color: #fff;
    text-align: center;
    padding: 8px;
    border-radius: 5px;
}

.single-job-top h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 24px;
    text-align: center;
}

.single-job-top ul {
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    align-items: stretch;
}

.single-job-top ul li {
    background-color: #E6E6E6;
    border-radius: 5px;
    padding: 12px 12px 20px;
    text-align: center;
    min-height: 120px;
    align-items: center;
    font-size: 16px;
}

.single-job-top ul li {
    width: 40%;
}

.job-onayami-text {
    margin: 0;
    line-height: 1.6;
    white-space: normal;
    margin-top: -5px;
}

.job-onayami-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.job-onayami-item .icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
}

.job-heading:first-letter {
    font-size: 32px;
    color: #21764C;
}

.job-heading {
    font-size: 20px;
    margin-bottom: 16px;
    border-bottom: solid 3px #bad6d4;
    position: relative;
    text-align: left;
    padding-bottom: 4px;
    font-weight: 700;
    letter-spacing: 1px;
}

.job-heading:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #21764C;
    bottom: -3px;
    width: 20%;
}

.job-img-slide {
    margin: 32px auto;
}

.job-img-slide .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.job-img-slide .slick-slide>div {
    width: 100%;
    aspect-ratio: 3 / 2;
    position: relative;
    overflow: hidden;
}

.job-img-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 3 / 2;
    border-radius: 5px;
}

.support-wrapper {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 32px;
    justify-content: center;
}

.single-job .support-p {
    font-weight: 700;
}

.support-item {
    background-color: #fff;
    border: #21764C 3px solid;
    border-radius: 5px;
    padding: 12px;
    color: #21764C;
    text-align: center;
    width: calc(50% - 4px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.support-item h3 {
    margin-bottom: 12px;
    font-weight: 700;
}

.support-item .support-icon img {
    height: 30px;
    margin: 0 auto 12px;
    width: auto;
}

.support-item .support-description {
    font-size: 15px;
}

.jigyou-video {
    background-color: #1F995D;
    margin-top: 100px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 64px;
}

.jigyou-video .inner {
    width: 100%;
}

.jigyou-video .inner .text {
    background-color: #fff;
    border-radius: 5px 0 0 5px;
    width: 70%;
    margin: -100px 0 0 auto;
    padding: 40px 32px 54px;
}

.jigyou-video .inner .jigyou-video-text p {
    color: #1F995D;
    margin-bottom: 16px;
}

.jigyou-video .inner .jigyou-video-text .txt {
    font-size: 16px;
}

.jigyou-video-video {
    padding: 0 15px;
}

.single-job .video {
    width: 100%;
    height: auto;
    display: block;
    margin-top: -16px;
    border-radius: 5px;
    box-sizing: border-box;
}

.single-job .video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.single-job .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.job-reason-list {
    margin-top: 12px;
}

.job-reason-item {
    border-radius: 5px;
    padding: 12px;
    background-color: #f9f9f9;
    margin-bottom: 12px;
}

strong {
    font-weight: 700;
}

/* 施設PR事業 */
.jigyou-pr .hero {
    background-image: url('./images/jigyou-img02.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top !important;
    height: 200px;
    padding: 32px 15px;
    position: relative;
    overflow: hidden;
}

.single-pr .hero {
    position: relative;
    height: 200px;
    padding: 32px 15px;
    overflow: hidden;
}

.single-pr .hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--hero-bg-url);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.3;
    z-index: 1;
}

.single-pr .hero-inner {
    position: relative;
    z-index: 2;
}

.jigyou-pr h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 32px;
    font-size: 20px;
}

.jigyou-pr h3,
.single-pr h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 700;
}

.pr-naiyou li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 2px solid #21764C;
    position: relative;
    color: #232323;
}

.support-text-2 p {
    text-align: center;
    font-weight: 700;
    margin-top: 56px;
}

.suport-naiyou {
    padding-top: 0;
}


/* pr個別ページ */
.pr-heading:first-letter {
    font-size: 32px;
    color: #21764C;
}

.pr-heading {
    font-size: 20px;
    margin-bottom: 16px;
    border-bottom: solid 3px #bad6d4;
    position: relative;
    text-align: left;
    padding-bottom: 4px;
    font-weight: 700;
    letter-spacing: 1px;
}

.pr-heading:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #21764C;
    bottom: -3px;
    width: 20%;
}

/* ゲーミングPC販売 */
.jigyou-game .hero {
    background-image: url('./images/jigyou-img03.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top !important;
    height: 200px;
    padding: 32px 15px;
    position: relative;
    overflow: hidden;
}

.jigyou-game .jigyou-about p {
    width: 90%;
    margin-bottom: 0;
    padding-bottom: 0;
}

.jigyou-game .catch {
    font-weight: 700;
}

.jigyou-game .tokutyou {
    background-color: #ECEFF1;
    padding: 56px 5%;
}

.jigyou-game .tokutyou h2 {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 32px;
}

.jigyou-game .tokutyou h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.jigyou-game .tokutyou ul {
    max-width: 1100px;
    margin: 0 auto;
}

.jigyou-game .tokutyou li {
    background-color: #fff;
    padding: 16px;
    border-radius: 5px;
    text-align: center;
}

.jigyou-game .tokutyou li:not(:last-child) {
    margin-bottom: 16px;
}

/* 営業代行事業 */
.jigyou-eigyou .hero {
    background-image: url('./images/jigyou-img04.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top !important;
    height: 200px;
    padding: 32px 15px;
    position: relative;
    overflow: hidden;
}

.jigyou-eigyou .catch {
    font-size: 20px;
    font-weight: 700;
    background-color: #21764C;
    color: #fff;
    text-align: center;
    padding: 8px;
    border-radius: 5px;
    margin-bottom: 32px;
}

.jigyou-eigyou .top-p {
    margin-bottom: 24px;
}

.jigyou-eigyou section p span {
    position: relative;
    padding: 16px 4px;
    border-radius: 5px;
    background-color: #ffffff;
    text-align: center;
    font-weight: 700;
    display: block;
    margin: 0 auto;
}

.jigyou-eigyou p span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 24%;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #ffffff transparent transparent;
    translate: -50% 100%;
}


.jigyou-eigyou p span.right::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 76%;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #ffffff transparent transparent;
    translate: -50% 100%;
}

.jigyou-eigyou .contents {
    padding-top: 0;
}

/* ここからブログ一覧 */
.blog-list__wrapper {
    width: 90%;
    margin: 0 auto;
}

.blog-list .h2-left {
    width: 90%;
    margin: 0 auto 32px;
}

.blog-list .h2-left h2 {
    padding-top: 48px;
}

.blog-list .h2-left p {
    color: #1F995D;
}

.blog-list__wrapper li {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 16px;
}

.blog-list__item img,
.blog-thumbnail img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

.blog-list__wrapper li .txt {
    padding: 16px;
}

.blog-list__meta {
    font-size: 14px;
}

.blog-list__item h3 {
    font-size: 18px;
    text-align: left;
    padding: 12px 0;
    font-weight: 700;
}

.blog-list__excerpt {
    font-size: 15px;
}

.container-with-sidebar .btn {
    background-color: #C4C4C4;
    color: #fff;
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.blog-list__item .btn::after {
    content: "";
    display: inline-block;
    background-image: url('./images/stash_arrow-right-solid.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-left: 12px;
    vertical-align: middle;
}

.pagination-wrapper {
    text-align: center;
    margin-top: 40px;
}

.pagination-wrapper ul {
    display: inline-flex;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.pagination-wrapper li {
    display: inline;
}

.pagination-wrapper a,
.pagination-wrapper span {
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #ccc;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s;
}

.pagination-wrapper a:hover {
    background-color: #888;
}

.pagination-wrapper .current {
    background-color: #237656;
    /* アクティブなページの色 */
    color: #fff;
}

.blog-sidebar {
    background-color: #fff;
    border-radius: 5px;
    width: 90%;
    margin: 32px auto 54px;
}

.blog-sidebar .inner {
    padding: 16px;
}

.blog-sidebar .item {
    margin-bottom: 24px;
}

.blog-sidebar .item1 h3::before {
    content: '';
    background-image: url('./images/proicons_game.png');
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -4px;
}

.blog-sidebar h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.blog-sidebar .item2 h3,
.blog-sidebar .item3 h3 {
    border-bottom: 3px #21764C solid;
    padding-bottom: 4px;
    margin-bottom: 16px;
}

.blog-sidebar .bn-txt {
    font-size: 14px;
    margin-bottom: 8px;
}

.sidebar-recommend a {
    display: flex;
    gap: 10px;
}

.sidebar-recommend li:not(:last-child) {
    margin-bottom: 16px;
}

.sidebar-recommend .thumb {
    width: 100px;
    height: 100px;
}

.sidebar-recommend .info {
    width: 70%;
}

.sidebar-recommend .info {
    font-size: 12px;
}

.sidebar-recommend .info .title {
    font-size: 15px;
}

.sidebar-recommend .info .category {
    color: #fff;
    background-color: #1F995D;
    text-decoration: none;
    border-radius: 50px;
    padding: 1px 12px 3px;
    margin-left: 4px;
}

.sidebar-categories li {
    margin-bottom: 8px;
}


.sidebar-categories li a {
    color: #232323;
    position: relative;
    padding-left: 1em;
    display: inline-flex;
    align-items: center;
}

.sidebar-categories li a::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #C4C4C4;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* ここから記事ページ */
.blog-post__wrapper {
    background-color: #fff;
    border-radius: 5px;
    width: 90%;
    margin: 32px auto;
}

.blog-post__title {
    font-size: 18px;
    padding-bottom: 16px;
    font-weight: 800;
    padding-top: 0;
    text-align: left;
}

.blog-post__wrapper .inner {
    padding: 16px;
    padding-bottom: 32px;
}

.blog-post__wrapper img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.blog-post__meta {
    font-size: 12px;
    margin-bottom: 12px;
}

.blog-list__meta .category,
.blog-post__wrapper .category {
    margin-left: 4px;
    color: #fff;
    background-color: #1F995D;
    text-decoration: none;
    font-size: 12px;
    border-radius: 50px;
    padding: 1px 12px 3px;
    margin-left: 8px;
}

.blog-post__content ul {
    list-style: disc;
    padding-left: 1.5em;
    margin-bottom: 16px;
}

.blog-post__content ol {
    list-style: decimal;
    padding-left: 1.5em;
}

.blog-post__content h2 {
    margin-top: 24px;
    font-size: 18px;
    margin-bottom: 16px;
}

.blog-post__content p {
    margin-bottom: 16px;
}

/* ここからお問い合わせ */
.contact__wrapper {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

.contact__wrapper .h2-left {
    padding-top: 48px;
    margin-bottom: 0;
}

.contact__wrapper .h2-left p {
    color: #1F995D;
}

.submit-info {
    margin-bottom: 32px;
}

.submit-info span {
    color: #EF7474;
}

/* dl構造に対応 */
.form-list {
    width: 100%;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.form-row dt {
    width: 100%;
    font-weight: 700;
}

.form-row dd {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .form-row dt {
        width: 30%;
        padding-top: 12px;
    }

    .form-row dd {
        width: 70%;
    }
}

.required-mark {
    color: #EF7474;
    margin-left: 4px;
}

form {
    max-width: 600px;
    margin: auto;
}

input,
textarea {
    width: 100%;
    padding: 10px;
    margin-top: 8px;
    border: 1px solid #626063;
    border-radius: 4px;
    font-size: 20px;
    box-sizing: border-box;
}

textarea {
    resize: vertical;
}

.contact__submit-btn {
    background-color: #21764C;
    color: #fff;
    text-align: center;
    padding: 16px;
    border-radius: 5px;
    width: 80%;
    max-width: 300px;
    margin: 32px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 16px;
    font-family: inherit;
    cursor: pointer;
}

.radio-group .wpcf7-list-item {
    display: block;
    margin-bottom: 12px;
    margin-left: 0;
}

.radio-group input {
    width: auto;
}

.radio-group .wpcf7-list-item label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    cursor: pointer;
}

/* ここから会社概要 */
.company .illust1 {
    top: 100px;
}

.company_mvv .illust2 {
    display: none;
}

.company_mvv {
    padding: 48px 0 0 0;
}

.company__wrapper {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

.company .h2-left p {
    color: #1F995D;
}

.mvv-img img {
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 5px;
    width: 90%;
}

.company h3 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
}

.company h3::first-letter {
    font-size: 32px;
}

.mvv-top {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
}

.mvv-top .line {
    width: 60px;
    height: 1px;
    background-color: #000;
    padding: 0;
    border-radius: 0;
}

.mvv-top p {
    font-size: 12px;
}

.mvv-block {
    margin-bottom: 32px;
}

.mvv-block .catch {
    color: #1F995D;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 8px;
}

.mvv-block .detail {
    font-size: 16px;
}

.mvv-block .txt {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 24px 16px;
    width: 85%;
    margin: -64px 0 0 auto;
    z-index: 1;
    position: relative;
    border-radius: 5px;
}

.mvv-block ul li:not(:last-child) {
    margin-bottom: 20px;
}

.company__title {
    font-size: 24px;
    text-align: center;
    padding-top: 56px;
    padding-bottom: 24px;
    font-weight: 800;
}

.company dl {
    display: flex;
    flex-direction: column;
}

.company .row {
    display: flex;
    align-items: flex-start;
    padding-bottom: 24px;
    font-size: 16px;
}

.company .row+.row {
    border-top: 1px solid #626063;
    padding-top: 24px;
}

.company dt {
    width: 120px;
    flex-shrink: 0;
}

.company dd {
    margin: 0;
}

.company .row.nonflex {
    display: block;
}

.nonflex dt {
    margin-bottom: 8px;
    width: auto;
}

.description {
    margin: 0 0 1.2em;
}

.highlight {
    font-weight: bold;
    display: block;
}



@media screen and (1024px <=width) {

    /*ここから事業紹介*/
    .jigyou-job .hero,
    .single-job .hero2,
    .single-job .hero {
        background-size: 120%;
        height: 400px;
        padding: 0px 15px 52px;
    }

    @keyframes parallax {
        from {
            background-position: center 0;
        }

        to {
            background-position: center -200px;
        }
    }

    .hero-inner {
        width: 90%;
        max-width: 1100px;
        margin: 0 auto;
    }

    .hero-inner .breadcrumb {
        padding: 104px 0;
    }

    .breadcrumb {
        padding: 96px 0 54px;
        margin: 0 auto;
        max-width: 1200px;
    }

    .blog-list .breadcrumb {
        margin: 0;
    }

    .hero-h1 {
        width: 100%;
    }

    .hero h1 {
        font-size: 54px;
        margin-bottom: 12px;
    }

    .hero p {
        font-size: 24px;
    }

    .hukidashi {
        width: 66%;
        max-width: 1100px;
        padding: 72px;
    }

    .kadai h3 {
        font-size: 32px;
        margin-bottom: 64px;
    }

    .jigyou-about h1 {
        font-size: 48px;
        text-align: center;
        padding-top: 192px;
    }

    .jigyou-about p {
        width: 90%;
        text-align: center;
        padding-bottom: 120px;
    }

    .jigyou-class ul {
        margin: 0;
        width: 100%;
    }

    .jigyou-class p {
        width: 100%;
        padding-top: 0;
    }

    .jigyou-class h2 {
        font-size: 24px;
    }

    .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 48px;
        margin-bottom: 112px;
        width: 90%;
        max-width: 1100px;
        margin: 0 auto 96px;
    }

    .jigyou-intro {
        flex: 1;
    }

    .container .text-btn {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 90%;
    }

    .text-btn p {
        font-size: 20px;
        padding-bottom: 0px;
    }

    .text-btn a {
        margin: 48px 0 0 auto;
    }

    .left-btn a {
        margin: 48px auto 0 0;
    }

    .text-btn a:hover {
        background-color: #038C7F;
    }


    .container:last-child {
        margin-bottom: 200px;
    }

    .container:nth-of-type(2),
    .container:nth-of-type(4) {
        flex-direction: row-reverse;
    }

    /* 新しい仕事の創出サポート */
    .support h1 {
        font-size: 48px;
        text-align: center;
        padding-top: 192px;
        padding-bottom: 120px;
    }

    .jigyou-job .jigyou-about {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 48px;
        width: 90%;
        max-width: 1100px;
        margin: 0 auto;
    }

    .jigyou-about img {
        width: 50%;
        max-width: 600px;
    }

    .jigyou-job .jigyou-about p {
        width: 50%;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .kadai p {
        margin-top: 120px;
        padding-bottom: 64px;
        font-size: 32px;
    }

    .kadai ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        gap: 40px;
        padding: 0;
        list-style: none;
        width: 90%;
        max-width: 1100px;
        margin: 0 auto;
        font-size: 20px;
    }

    .kadai li {
        width: 160px;
        height: 160px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .support-text p {
        max-width: 1200px;
        margin: 0 auto;
        padding-top: 64px;
        padding-bottom: 120px;
        text-align: center;
    }

    .jigyou-naiyou ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 40px;
        padding: 0;
        width: 90%;
        max-width: 1100px;
        margin: 0 auto;
        font-size: 20px;
    }

    .jigyou-naiyou ul li {
        display: block;
        width: calc((100% - 40px * 2) / 3);
        margin: 0;
        padding: 0;
        border-bottom: none;
    }

    .jigyou-naiyou li:last-child {
        padding: 0;
    }

    .jigyou-naiyou li a {
        display: block;
    }

    .jigyou-naiyou li {
        display: block;
        align-items: center;
        justify-content: space-between;
        padding: 12px 0;
        border-bottom: 1px solid #626063;
        position: relative;
    }

    .jigyou-naiyou img {
        aspect-ratio: 3/2;
        object-fit: cover;
        margin-bottom: 16px;
    }

    .text-btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .arrow-btn {
        display: inline-block;
    }

    .arrow-btn:hover {
        opacity: 0.7;
    }

    .single-job section {
        padding-top: 140px;
    }

    .single-job .hero h1 {
        font-size: 54px;
    }

    .single-job-top {
        text-align: center;
    }

    .single-job .single-job-top .job-catch {
        font-size: 24px;
        display: inline-block;
        padding: 32px;
    }

    .single-job-top .pc-inner {
        width: 90%;
        max-width: 1200px;
        align-items: center;
        justify-content: space-between;
    }

    .single-job-top h3 {
        font-size: 32px;
        margin-bottom: 32px;
    }

    .single-job-top ul {
        gap: 16px;
    }

    .single-job-top ul li {
        font-size: 18px;
        padding: 32px 16px;
        width: 28%;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        align-content: center;
        justify-content: center;
    }

    .job-onayami-item .icon {
        width: 100px;
        height: 100px;
    }


    .job-onayami-text {
        width: 100%;
    }

    .job-intro {
        font-size: 20px;
    }

    .job-heading {
        font-size: 25px;
        margin-bottom: 20px;
        padding-bottom: 8px;
    }

    .job-heading:first-letter {
        font-size: 50px;
    }

    .single-job .support-p {
        text-align: center;
    }

    .support-wrapper {
        gap: 16px;
        margin-top: 54px;
    }

    .support-item {
        width: calc(25% - 16px);
        padding: 16px;
    }

    .support-item .support-icon img {
        height: 50px;
    }

    .support-item .support-description {
        font-size: 16px;
    }

    .jigyou-video {
        padding-bottom: 80px;
        margin-top: 200px;
    }

    .jigyou-video .inner .text {
        margin-top: -230px;
        padding: 130px 3% 120px 120px;
        width: 54%;
    }

    .jigyou-video .inner .text p {
        font-size: 18px;
    }

    .jigyou-video .inner .text h2 {
        font-size: 32px;
    }

    .jigyou-video-video {
        width: 70%;
        margin: 0 auto;
    }

    .single-job .video {
        padding-left: 10%;
    }

    .job-closing {
        text-align: center;
        padding-bottom: 100px;
    }

    /* 施設PR事業 */
    .jigyou-pr .hero,
    .single-pr .hero,
    .jigyou-eigyou .hero,
    .jigyou-game .hero {
        height: 400px;
        padding: 0px 15px 52px;
    }

    .jigyou-pr .pr-abput,
    .jigyou-pr .suport-naiyou {
        max-width: 1100px;
        margin-right: auto;
        margin-left: auto;
        width: 90%;
    }

    .pr-about p {
        text-align: center;
    }

    .jigyou-pr h3,
    .single-pr h3 {
        font-size: 32px;
        margin-bottom: 64px;
        text-align: left;
    }

    .pr-naiyou ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 40px;
        padding: 0;
        max-width: 1100px;
        margin: 0 auto;
    }

    .pr-naiyou ul li {
        display: block;
        width: calc((100% - 40px * 2) / 3);
        margin: 0;
        padding: 0;
        border-bottom: none;
    }

    .pr-naiyou li:last-child {
        padding: 0;
    }

    .pr-naiyou li a {
        display: block;
    }

    .pr-naiyou img {
        aspect-ratio: 3/2;
        object-fit: cover;
        margin-bottom: 16px;
    }

    .jigyou-pr h2 {
        font-size: 32px;
        margin-bottom: 64px;
    }

    .support-text-2 {
        text-align: center;
    }

    /* pr個別ページ */
    .single-pr .contents,
    .single-pr .suport-naiyou {
        max-width: 1100px;
        margin-right: auto;
        margin-left: auto;
        width: 90%;
    }

    .pr-heading {
        font-size: 25px;
        margin-bottom: 20px;
        padding-bottom: 8px;
    }

    .pr-heading:first-letter {
        font-size: 50px;
    }

    /* ゲーミングPC販売 */
    .jigyou-game .game-about,
    .jigyou-game .bottom-p {
        max-width: 1100px;
        margin-right: auto;
        margin-left: auto;
        width: 90%;
        text-align: center;
    }

    .jigyou-game .jigyou-about {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 48px;
        width: 90%;
        max-width: 1100px;
        margin: 0 auto;
    }

    .jigyou-game .jigyou-about .text {
        width: 50%;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .jigyou-game .catch {
        font-size: 24px;
    }

    .jigyou-game .tokutyou {
        padding: 100px 5%;
    }

    .jigyou-game .tokutyou h2 {
        font-size: 32px;
        margin-bottom: 56px;
    }

    .jigyou-game .tokutyou h3 {
        margin-bottom: 16px;
    }

    .jigyou-game .tokutyou p {
        font-size: 16px;
    }

    .jigyou-game .tokutyou ul {
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
        justify-content: space-between;
    }

    .jigyou-game .tokutyou li {
        padding: 32px 24px;
        width: 32%;
    }

    .jigyou-game .tokutyou li:not(:last-child) {
        margin-bottom: 0;
        margin-right: 2%;
    }

    .support-text-2 p {
        padding-top: 100px;
    }

    /* 営業代行事業 */
    .jigyou-eigyou .eigyou-naiyou,
    .jigyou-eigyou .contents {
        max-width: 1100px;
        margin-right: auto;
        margin-left: auto;
        width: 90%;
    }

    .jigyou-eigyou .catch {
        font-size: 32px;
        padding: 32px;
        margin-bottom: 80px;
    }

    .jigyou-eigyou .top-p {
        margin-bottom: 40px;
    }

    .jigyou-eigyou section p {
        text-align: center;
    }

    .jigyou-eigyou section p span {
        padding: 23px 16px;
        display: inline-block;
        margin-bottom: 72px;
    }

    .jigyou-eigyou p span::after {
        border-width: 38px 19px 0 19px;
    }


    .jigyou-eigyou p span.right::after {
        border-width: 38px 19px 0 19px;
    }

    /* 運営者ブログ */
    .blog-list .h2-left {
        width: 100%;
        padding-top: 18px;
        margin-bottom: 100px;
    }

    .blog-post__title {
        font-size: 32px;
    }

    .blog-list__link {
        display: flex;
        min-height: 220px;
    }

    .blog-list__item img {
        width: 270px;
        border-radius: 5px 0 0 5px;
    }

    .blog-list__wrapper li .txt {
        padding: 20px;
        width: 70%;
    }

    .blog-list .wrapper {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 40px 100px;
    }

    .blog-list__wrapper {
        margin: 0 auto;
        width: 100%;
    }

    .blog-list__wrapper li {
        margin-bottom: 24px;
    }

    .blog-list__item .btn {
        font-size: 18px;
    }

    .container-with-sidebar {
        display: flex;
        gap: 24px;
        align-items: flex-start;
    }

    .blog-sidebar {
        width: 45%;
        margin: 0;
    }

    .blog-sidebar .inner {
        padding: 24px 16px 32px;
    }

    .blog-sidebar .item {
        margin-bottom: 40px;
    }

    .blog-sidebar h3 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .blog-sidebar .bn-txt {
        margin-bottom: 16px;
    }

    .sidebar-categories li {
        margin-bottom: 12px;
    }

    .sidebar-categories li a {
        font-size: 18px;
    }

    /* ここからブログ記事ページ */
    .blog-post__wrapper {
        width: 80%;
        max-width: 1000px;
        margin-top: 0;
    }

    .blog-post__wrapper .inner {
        padding: 54px 32px;
    }

    .blog-post__title {
        font-size: 24px;
        padding-bottom: 40px;
    }

    .blog-post__wrapper img {
        width: 100%;
        border-radius: 4px;
        margin-left: 0;
        margin-right: 0;
    }

    .blog-post__wrapper .blog-post__meta {
        font-size: 16px;
    }

    .blog-post__meta {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .blog-list__meta .category,
    .blog-post__wrapper .category {
        padding: 1px 16px 3px;
    }

    .blog-post__content {
        padding: 40px 0 32px;
        font-size: 18px;
    }

    .blog-post__content h2 {
        font-size: 20px;
    }

    /* ここからお問い合わせ */
    .contact__wrapper .h2-left {
        margin-bottom: 72px;
    }

    .submit-info {
        text-align: center;
        font-size: 20px;
        margin-bottom: 48px;
    }

    form {
        max-width: 1100px;
    }

    .radio-group {
        font-size: 20px;
    }

    .radio-group label {
        display: block;
        margin-bottom: 12px;
        font-size: 16px;
    }

    .form-row {
        margin-bottom: 32px;
    }

    .form-row dt {
        width: 30%;
        text-align: left;
        padding-top: 0;
    }

    .form-row dd input,
    .form-row dd textarea {
        margin-top: 0;
        padding: 13px;
    }

    input[type="radio"] {
        transform: scale(1.2);
        margin-right: 8px;
    }

    .contact__submit-btn {
        margin: 0 auto 200px;
        font-size: 18px;
        padding: 23px;
    }

    .contact__submit-btn:hover {
        opacity: 0.7;
    }

    /* ここから会社概要 */
    .company_mvv {
        padding-top: 72px;
    }

    .company .illust1 {
        top: 170px;
    }

    .company_mvv .illust2 {
        display: block;
        top: auto;
        right: 15px;
    }

    .company_mvv .illust2 img {
        width: 190px;
    }

    .company .row {
        padding-bottom: 40px;
        font-size: 20px;
    }

    .mvv-img img {
        width: 400px;
    }

    .mvv-block {
        margin-bottom: 72px;
    }

    .mvv-block .txt {
        padding: 48px 64px;
        width: 72%;
        margin: -64px 0 0 auto;
        z-index: 1;
        position: relative;
        border-radius: 5px;
    }

    .company .h2-left {
        padding-bottom: 100px;
        margin-bottom: 0;
    }

    .company h3 {
        font-size: 22px;
    }

    .company h3::first-letter {
        font-size: 40px;
    }

    .mvv-top {
        gap: 16px;
        margin-bottom: 16px;
    }

    .mvv-block .catch {
        margin-bottom: 16px;
    }

    .mvv-top .line {
        width: 80px;
    }

    .mvv-top p {
        font-size: 18px;
    }

    .mvv-block .catch {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .mvv-block .detail {
        font-size: 18px;
    }

    .mvv-block ul li:not(:last-child) {
        margin-bottom: 32px;
    }

    .company__title {
        font-size: 48px;
    }

    .nonflex {
        display: flex;
        align-items: flex-start;
    }

    .nonflex dd {
        flex: 1;
        margin: 0;
    }

    .row+.row {
        padding-top: 40px;
    }

    .row,
    .company .row.nonflex {
        display: flex;
        align-items: flex-start;
    }

    .row dt,
    .nonflex dt {
        width: 160px;
        flex-shrink: 0;
        margin-bottom: 0;
    }

    .row dd,
    .nonflex dd {
        flex: 1;
        margin: 0;
    }

    .description {
        margin: 0 0 32px;
    }

    .company__heading {
        font-size: 20px;
    }

    .company__text,
    .company__value {
        font-size: 20px;
    }
}

/* 新CSS */

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

.pc {
    display: none;
}

html {
    scroll-behavior: smooth;
}


html,
body,
main {
    overflow-x: hidden;
}

body {
    background-color: #F5F5F5;
    font-size: 18px;
    color: #383838;
    line-height: 1.8 !important;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

a {
    text-decoration: none;
    color: #383838;
}

.fade-left,
.fade-right,
.fade-up,
.fade-stagger {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.inview.fade-left {
    transform: translateX(0);
    opacity: 1;
}

.inview.fade-right {
    transform: translateX(0);
    opacity: 1;
}

.inview.fade-up {
    transform: translateY(0);
    opacity: 1;
}

.inview.fade-stagger {
    transform: translateY(0);
    opacity: 1;
}

.fade-left {
    transform: translateX(-30px);
}

.fade-right {
    transform: translateX(30px);
}

.fade-up {
    transform: translateY(30px);
}

.fade-stagger {
    transform: translateY(40px);
}

.fade-stagger[data-delay] {
    transition-delay: var(--delay);
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    font-weight: 600;
    background-color: #F5F5F5;
}

.header__inner {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
    position: relative;
}

.header__title {
    width: 180px;
}

.header__title img {
    display: block;
    width: 100%;
    height: 100%;
}

.header__nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background-color: #F5F5F5;
    transition: ease .4s;
}

@media screen and (1024px <=width) {
    .header__nav {
        position: static;
        transform: initial;
        background-color: inherit;
        height: inherit;
        display: flex;
        justify-content: end;
        width: 100%;
    }
}

@media screen and (1024px <=width) {
    .nav__items {
        width: 100%;
        display: flex;
        align-items: center;
        height: initial;
        justify-content: flex-end;
        gap: 30px;
    }
}

.nav-items {
    position: absolute;
    top: 74px;
    left: 10%;
    padding: 0;
    width: 80%;
    margin: 0 auto;
}

@media screen and (1024px <=width) {
    .nav-items {
        position: inherit;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }
}

.nav-items__item a {
    color: #232323;
    width: 100%;
    display: block;
    font-size: 18px;
    border-top: #232323 1px solid;
    padding-top: 16px;
    margin-top: 16px;
    padding-left: 4px;
}

.nav-items__item:last-child a {
    padding-bottom: 16px;
    border-bottom: #232323 1px solid;
}

@media screen and (1024px <=width) {
    .nav-items__item a {
        margin-bottom: 0;
    }

    .nav-items__item a:hover {
        color: #21764C;
    }
}

.header__hamburger {
    width: 40px;
    height: 40px;
}

.hamburger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #21764C;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
    border: none;
}

@media screen and (1024px <=width) {
    .hamburger {
        display: none;
    }

    .nav-items__item a {
        color: #232323;
        width: 100%;
        display: block;
        font-size: 16px;
        border-top: none;
        padding-top: 0px;
        margin-top: 0px;
        padding-left: 0%;
    }

    .nav-items__item:last-child a {
        padding-bottom: 0px;
        border-bottom: none;
        background-color: #21764C;
        border: #21764C 2px solid;
        color: #fff;
        text-align: center;
        padding: 12px;
        width: 250px;
        border-radius: 5px;
        margin-right: 0;
        font-size: 16px;
        transition: all 0.3s;
    }

    .nav-items__item:last-child a:hover {
        background-color: #fff;
        color: #21764C;
    }

    .nav-items__item:last-child a::before {
        content: '';
        background-image: url('./images/mail_wh.png');
        width: 24px;
        height: 24px;
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 8px;
        vertical-align: middle;
        margin-top: -4px;
    }

    .nav-items__item:last-child a:hover::before {
        background-image: url('./images/mail_gr.png');
    }

    .nav-items__item:first-child a {
        display: none;
    }

    .nav-items {
        width: 100%;
        margin: auto;
    }

    .header__inner {
        padding: 8px 30px;
    }
}

.hamburger span {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 2px;
    background-color: #F5F5F5;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.hamburger span:nth-child(1) {
    top: 30%;
}

.hamburger span:nth-child(2) {
    top: 50%;
}

.hamburger span:nth-child(3) {
    top: 70%;
}

.header__nav.active {
    transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.mv {
    background-color: #1F995D;
    height: 90vh;
    position: relative;
    overflow: hidden;
}

.slide-wrapper {
    top: 18%;
    position: absolute;
    width: 100%;
    margin-left: 15vw;
    height: 55vh;
}

/* 背景画像 */
.background-image {
    width: 100%;
    height: 100%;
    background: url('./images/mv-img01.jpg') center center / cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 5px 0 0 5px;
    box-shadow: -10px 10px 0px 0px rgba(245, 245, 245, 1);
}

.cover {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #21764C;
    z-index: 2;
}

.cover.animate {
    animation: revealCover 0.6s ease forwards;
}

@keyframes revealCover {
    0% {
        width: 100%;
    }

    100% {
        width: 0%;
    }
}

.text-block {
    position: absolute;
    top: 80%;
    left: -10%;
    transform: translateY(-50%);
    z-index: 3;
    font-size: 28px;
    color: #232323;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 700;
}

.line {
    background-color: #F5F5F5;
    padding: 4px 10px;
    border-radius: 5px;
    display: inline-block;
    width: fit-content;
}

.line:last-child {
    margin-bottom: 0;
}

.text-block span {
    display: inline-block;
    color: inherit;
    opacity: 0;
    transform: translateX(-12px);
    animation: charIn 0.4s ease forwards;
    padding-right: 0.05em;
}

@keyframes charIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.scroll_down {
    position: relative;
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.scroll_down:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
}

.scroll_down a {
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: -50px;
    z-index: 2;
    width: 13px;
    padding: 10px 10px 110px;
    color: #fff;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: .2em;
    writing-mode: vertical-lr;
    transition: .2s;
    margin: auto;
}

.scroll_down a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1.5px;
    height: 100px;
    background: #21764C;
}

.scroll_down a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1.5px;
    height: 100px;
    background: #fff;
}

.scroll_down a:hover {
    opacity: .5;
}

#type01 a:after {
    animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

.floating-btn {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    font-weight: 700;
    background-color: #F5F5F5;
}

.floating-btn .inner {
    padding: 8px;
    /* display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit; */
    position: relative;
}

.floating-btn .contact-btn {
    display: block;
    border: #21764C 1.5px solid;
    border-radius: 5px;
    padding: 14px;
    text-align: center;
    font-size: 15px;
    color: #21764C;
    font-weight: 700;
}

.floating-btn .contact-btn::before {
    content: '';
    background-image: url('./images/mail_gr.png');
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -1px;
}

section {
    padding: 32px 15px 54px;
}

.h2-right {
    text-align: right;
    margin-bottom: 32px;
}

.h2-left {
    text-align: left;
    margin-bottom: 32px;
}

.h2-center {
    text-align: center;
    margin-bottom: 32px;
}

h2 {
    font-size: 24px;
    letter-spacing: 0.16em;
    font-weight: 700;
}

.h2-right p,
.h2-left p,
.h2-cebter p {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.intro .h2-right p {
    color: #1F995D;
}

.intro {
    position: relative;
    padding-top: 72px;
}

.intro .inner {
    position: relative;
    z-index: 10;
}

.illust1 {
    position: absolute;
    z-index: -1;
    left: -30px;
}

.illust1 img {
    animation: spin 10s linear infinite;
    transform-origin: center center;
    width: 40%;
    max-width: 600px;
}

/* 回転アニメーション定義 */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.jigyou {
    background-color: #1F995D;
}

.jigyou .h2-left {
    color: #F5F5F5;
}

.jigyou-game-main {
    margin-bottom: 40px;
    color: #fff;
}

.jigyou-game-main .game-slide {
    margin-bottom: 24px;
}

.jigyou-game-main .game-slide img {
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 5px;
}

.jigyou-game-main h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}

.jigyou-game-main h2::before {
    content: '';
    background-image: url('./images/proicons_game.png');
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 4px;
    vertical-align: middle;
    margin-top: -4px;
}

.jigyou-game-main a {
    font-weight: 700;
    color: #1F995D;
    padding: 12px 5px 12px 16px;
    border-bottom: #fff 2px solid;
    display: block;
    margin: 16px 0 0 auto;
    text-align: center;
    color: #fff;
    width: 160px;
}

.jigyou-game-main a::after {
    content: '';
    background-image: url('./images/arrow-gr.png');
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 16px;
    vertical-align: middle;
    margin-top: -4px;
}

.jigyou .top-jigyou-ul li {
    background-color: #F5F5F5;
    padding: 20px;
    border-radius: 5px;
}

.jigyou .top-jigyou-ul li:not(:last-child) {
    margin-bottom: 16px;
}

.jigyou ul li h3 {
    font-weight: 700;
    margin-bottom: 12px;
}

.jigyou ul li h3::before {
    content: '';
    background-image: url('./images/lightbulb.png');
    width: 21px;
    height: 21px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 4px;
    vertical-align: middle;
    margin-top: -4px;
}

.jigyou ul li h3 span {
    color: #1F995D;
    margin-right: 8px;
}

.jigyou .jigyou-img {
    margin-bottom: 12px;
}

.jigyou .jigyou-img img {
    border-radius: 5px;
}

.jigyou ul li p {
    margin-bottom: 12px;
    font-size: 16px;
}

.jigyou ul li a {
    background-color: #21764C;
    padding: 11px;
    text-align: center;
    display: block;
    color: #fff;
    border-radius: 5px;
}

.blog .h2-center p {
    color: #1F995D;
}

.blog-contact-wrapper {
    overflow: hidden;
}

.top-blog .h2-center p {
    color: #1F995D;
}

.top-blog .blog-img img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    margin-right: 10px;
}

.top-blog-list__wrapper li:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #21764C;
}

.top-blog li a {
    display: flex;
    color: #232323 !important;
}

.top-blog .time {
    font-size: 12px;
}

.top-blog-list__item .category {
    font-size: 12px;
    background-color: #1F995D;
    color: #fff;
    border-radius: 50px;
    margin-left: 8px;
    border-radius: 50px;
    padding: 1px 12px 3px;
}

.top-blog .title {
    font-size: 16px;
}

.top-blog .blog-btn {
    background-color: #1F995D;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 19px;
    border-radius: 5px;
    margin: 32px auto 0;
    display: block;
}

.top-blog .btn:hover {
    background-color: #038C7F;
}

.contact {
    background-color: #1F995D;
    position: relative;
}

.illust2 {
    position: absolute;
    top: -30px;
    right: -15px;
    z-index: 9;
}

.illust2 img {
    animation: spin 10s linear infinite;
    transform-origin: center center;
    width: 130px;
}

.contact .inner {
    background-color: #F5F5F5;
    border-radius: 5px;
    padding: 32px 18px;
    position: relative;
    z-index: 10;
}

.contact .h2-center {
    margin-bottom: 24px;
}

.contact .h2-center p {
    color: #1F995D;
}

.contact-txt {
    text-align: center;
    margin-bottom: 12px;
    font-weight: 700;
}

.contact a {
    background-color: #21764C;
    color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    display: block;
    font-weight: 700;
}

.contact a::before {
    content: '';
    background-image: url('./images/mail_wh.png');
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -4px;
}

footer {
    background-color: #fff;
    padding: 16px 0 0;
}

.footer-inner {
    width: 90%;
    margin: 0 auto;
    color: #383838;
}

.footer-logo {
    margin-bottom: 16px;
    width: 180px;
    display: block;
}

.footer-inner a:any-link {
    color: #383838 !important;
}

footer a:hover {
    color: #1F995D !important;
}

footer .wrapper {
    display: flex;
    gap: 32px;
    font-size: 14px;
    margin-bottom: 24px;
}

.copy-right {
    font-size: 12px;
    text-align: center;
    background-color: #21764C;
    color: #fff;
    padding: 16px 0 80px;
}

@media screen and (1024px <=width) {

    body {
        font-size: 22px;
    }

    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    .mv {
        height: 124vh;
        max-height: 800px;
    }

    .slide-wrapper {
        height: 90vh;
        margin-left: 32vw;
    }

    .text-block {
        top: 40%;
        left: -20%;
        font-size: 48px;
    }

    .scroll_down a {
        left: 30px;
        margin: 0;
        font-size: 18px;
        bottom: 50px;
    }

    .scroll_down a:before {
        width: 3px;
        height: 200px;
        bottom: -100px;
    }

    .scroll_down a:after {
        width: 3px;
        height: 200px;
        bottom: -100px;
    }

    section {
        padding-top: 156px;
        padding-bottom: 156px;
    }

    .intro {
        padding-top: 156px;
    }

    .pc-inner {
        width: 80%;
        margin: 0 auto;
        max-width: 1100px;
    }

    .h2-right {
        margin-bottom: 52px;
    }

    .h2-left {
        margin-bottom: 52px;
    }

    .h2-center {
        margin-bottom: 52px;
    }

    h2 {
        font-size: 48px;
        ;
    }

    .h2-right p,
    .h2-left p,
    .h2-cebter p {
        font-size: 24px;
    }

    .illust1 {
        left: 30px;
    }

    .jigyou .h2-left {
        width: 80%;
        margin: 0 auto 56px;
        max-width: 1100px;
    }

    .jigyou-game-main {
        margin-bottom: 72px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .jigyou-game-main .game-slide {
        margin-bottom: 0;
        width: 45%;
    }

    .jigyou-game-main .txt {
        width: 50%;
    }

    .jigyou-game-main h2 {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .jigyou-game-main h2::before {
        width: 50px;
        height: 50px;
    }

    .jigyou-game-main a {
        padding: 16px 32px;
        border-bottom: #fff 4px solid;
        margin: 32px 0 0 auto;
    }

    .jigyou ul {
        display: flex;
        gap: 32px;
        flex-wrap: wrap;
        width: 80%;
        margin: 0 auto;
        max-width: 1100px;
    }

    .jigyou ul li {
        flex: 1 1 calc(50% - 16px);
        box-sizing: border-box;
        padding: 32px;
    }

    .jigyou ul li:not(:last-child) {
        margin-bottom: 0;
    }

    .jigyou ul li h3 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .jigyou .jigyou-img {
        margin-bottom: 24px;
    }

    .jigyou ul li a {
        font-size: 18px;
    }

    .jigyou ul li a:hover {
        opacity: 0.7;
    }

    .jigyou ul li h3::before {
        width: 32px;
        height: 32px;
    }

    .jigyou ul li p {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .top-blog {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .top-blog h3 {
        margin-bottom: 80px;
    }

    .top-blog ul {
        max-width: 1100px;
    }

    .top-blog .blog-img img {
        width: 128px;
        height: 128px;
        margin-right: 32px;
    }

    .top-blog .time {
        font-size: 16px;
    }

    .top-blog .title {
        font-size: 20px;
    }

    .top-blog .blog-btn {
        max-width: 300px;
        margin-top: 48px;
        font-size: 18px;
    }

    .top-blog .blog-btn:hover {
        opacity: 0.7;
    }

    .contact .inner {
        display: flex;
        align-items: center;
        margin: 0 auto;
        gap: 20%;
        justify-content: center;
        padding: 72px;
    }

    .contact .h2-center {
        text-align: left;
    }

    .contact-txt {
        font-size: 17px;
        margin-bottom: 16px;
    }

    .contact a {
        font-size: 18px;
        width: 279px;
        margin-bottom: 0;
        border: #21764C 2px solid;
        transition: all 0.3s;
    }

    .contact a:hover {
        background-color: #fff;
        color: #21764C;
    }

    .contact a:hover::before {
        background-image: url('./images/mail_gr.png');
    }

    .illust2 img {
        width: 250px;
    }

    footer {
        padding: 58px 0 0;
    }

    .footer-inner {
        max-width: 1200px;
    }

    .footer-logo {
        margin-bottom: 16px;
    }

    footer .wrapper {
        display: block;
    }

    .footer-list {
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        margin-bottom: 72px;
    }

    .footer-list li {
        margin-bottom: 8px;
    }

    .copy-right {
        padding: 32px;
    }
}