@charset "utf-8";/*! Luxeritas Child CSS */
/* Luxeritas WordPress Theme - free/libre wordpress platform
 *
 * @copyright Copyright (C) 2015 Thought is free.
 * @license http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
 * @author LunaNuko
 * @link http://thk.kanzae.net/
 * @translators rakeem( http://rakeem.jp/ )
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 *   Theme Name: Luxeritas Child Theme
 *   Template: luxeritas
 *   Text Domain: luxech
 *   Theme URI: http://thk.kanzae.net/wp/
 *   Description: SEO optimized, Responsive layout, Super Fast, Multi Feature, Bootstrap
 *   Author: LunaNuko
 *   Author URI: http://thk.kanzae.net/
 *   License: GNU General Public License v2 or later
 *   License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *   Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-header, custom-background, custom-colors, custom-menu, theme-options, featured-image-header, editor-style, sticky-post, threaded-comments, translation-ready
 *   Since: 20151206
 *   Modify: 20180517
 *   Version: 3.0.0
 *   Template Version: 3
 *
 * ここから上を消すと正しく動作しなくなることがあります。
 * ( Erasing the elements above here might cause system issues. )
*/
/* 以下、好みに応じて子テーマ用のスタイルをお書きください。
 * ( Below here, please write down your own styles for the child theme. )
*/
/*==========================

HTML用スタイル

===========================*/
.flex {
    display: flex;
}

.sp_only {
    display: none;
}

.xsp_only {
    display: none;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.just {
    text-align: justify;
}

.i-b {
    display: inline-block;
}

.w1060 {
    display: none;
}

@media screen and (max-width: 1060px) {
    .w1060 {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .flex {
        display: block;
    }

    .pc_only {
        display: none;
    }

    .sp_only {
        display: block;
    }
}

@media screen and (max-width: 650px) {
    .xsp_only {
        display: block;
    }
}

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

共通

===========================*/
body {
    font-family: 'Lato','Noto Sans JP',sans-serif;
    font-weight: 500;
    color: #504E4E;
}

.container {
    max-width: none!important;
    padding: 0!important;
}

#primary, .grid {
    border: none!important;
}

#primary {
    margin-top: 55px;
}

.grid {
    max-width: 1200px;
    margin: auto!important;
    padding: 50px;
}

.top #primary {
    margin-top: 0;
}

#main {
    position: relative;
    margin-bottom: 0;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}

ul {
    list-style: none;
}

a {
    color: #504E4E;
    transition: 0.3s;
}

a:hover {
    color: #8FC31F;
    transition: 0.3s;
}

@media screen and (max-width: 768px) {
    .wrap {
        max-width: 100%;
        padding: 0 3%;
    }

    #primary {
        margin-top: 10px;
    }
}

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

ヘッダー

===========================*/
/* ナビメニューを上部へ */
#head-in {
    position: relative;
    background: transparent;
}

#head-in nav {
    position: absolute;
    top: 35px;
    right: 200px;
}

.info {
    padding: 0;
    display: flex;
    justify-content: space-between;
}

#sitename {
    width: 90px;
    padding: 5px;
    margin: 2px 0 0 20px;
}

a:hover img {
    opacity: inherit;
}

#header .head-cover, #header #gnavi, #foot-in {
    max-width: none;
}

/*
ヘッダー右側
===========================*/
.info-right {
    width: 170px;
    padding: 8px;
    margin-right: 10px;
}

@media screen and (max-width: 991px) {
    .info-right {
        width: 130px;
        padding: 3px;
        margin-right: 85px;
    }

    #sitename {
        width: 65px;
        margin: 0 0 0 10px;
    }
}

@media screen and (max-width: 767px) {
    .top #header {
        position: absolute;
    }

    .info-right {
        display: none;
    }
}

/*
グローバルナビ
===========================*/
#gnavi div>ul>li>a {
    font-weight: 700;
    transition: 0.2s;
    margin: 0 12px;
}

#gnavi div>ul>li>a>span {
    font-weight: 700;
    padding: 5px 10px;
    font-size: 16px;
}

@media screen and (max-width: 991px) {
    #gnavi div>ul>li>a {
        transition: 0s;
        margin: 0;
    }

    #gnavi div>ul>li>a>span {
        transition: 0s;
    }

    /* モバイルナビ */
    #gnavi div.mobile-nav {
        position: fixed;
        top: 11px;
        right: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 1rem;
        background: #8fc31f;
        opacity: .7;
        color: #fff;
        padding: 6px 5px;
        width: 50px;
        height: 50px;
        border-radius: 5px;
        z-index: 30;
        line-height: 1.6;
    }

    #gnavi div.mobile-nav i {
        font-size: 24px;
    }

    #close {
        position: fixed;
        right: 15px;
        top: 11px!important;
        width: 50px;
        height: 50px;
        border: none;
        border-radius: 5px;
    }

    #close i {
        font-size: 24px;
    }

    #close i::after {
        content: "戻る";
        font-size: 1rem;
        display: block;
        line-height: 1.4;
    }

    #gnavi ul {
        border: none;
    }

    #gnavi li {
        border-top: 1px solid #fff;
    }

    #layer {
        opacity: 0.88;
    }

    #layer li a {
        padding: 30px;
        font-size: 1.5rem;
        padding-left: 30px;
        transition: none;
    }
}

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

フッター

===========================*/
#copyright {
    font-size: 1.2rem;
    padding: 10px 0 0;
    color: #504E4E;
    padding-top: 0;
}

#footer .copy {
    font-size: 12px;
    margin: 1.5em auto;
}

#footer #thk {
    display: none;
}

.f-menu {
    width: 100%;
    max-width: 1280px;
    padding: 45px 2% 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.f-menu .f-l img {
    width: 110px;
    padding: 0 0 10px;
}

.f-menu .f-l p {
    font-size: 14px;
}

.f-menu .f-l address {
    font-size: 14px;
    font-style: normal;
    line-height: 1.7;
}

.f-menu .f-r {
    text-align: right;
    margin-top: 60px;
}

.f-menu ul {
    display: flex;
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 2em;
}

.f-menu ul li {
    margin: 0 40px 0 0;
    text-align: center;
}

.f-menu ul li:last-child {
    margin: 0
}

.f-menu ul li>a {
    padding: 0 12px;
    line-height: 1.1;
    font-weight: 700;
    color: #504E4E;
    background-color: transparent;
    position: relative;
    z-index: 2;
    display: inline-block;
    font-size: 15px;
    border-left: 5px rgba(255, 255, 255, 0.65) solid;
}

.f-menu ul li>a:hover {
    color: #8FC31F;
}

.f-menu .f-r .f-btn {
    display: flex;
    text-align: right;
    justify-content: flex-end;
}

.footer-tel {
    text-align: center;
    background: #fff;
    background-size: 3px 3px;
    padding: 8px 15px;
    height: 85px;
    display: block;
}

.footer-tel span {
    display: block;
    letter-spacing: 0.4em;
}

.footer-tel span span {
    display: inherit;
    letter-spacing: 0;
}

.footer-tel span:nth-of-type(2) {
    font-size: 2.2em;
    font-weight: 900;
    letter-spacing: .05em;
}

.footer-tel span:nth-of-type(3) {
    font-size: 12px;
    display: inline-block;
    letter-spacing: 0.13em;
    text-indent: 0.13em;
}

.footer-contact {
    padding: 17px 12px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    height: 85px;
    color: #8FC31F;
}

.footer-contact:hover {
    filter: brightness(115%);
}

.footer-contact i {
    font-size: 32px;
    display: block;
    text-align: center;
    padding-bottom: 5px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .f-menu ul li {
        margin: 0 20px 0 0;
    }

    .f-menu ul li>a {
        padding: 0 10px;
        font-size: 14px;
    }
}

@media screen and (max-width: 880px) {
    .f-menu ul {
        display: none;
    }

    .f-menu .f-r .f-btn {
        margin-top: 2em;
    }
}

@media screen and (max-width: 768px) {
    .f-menu {
        display:block;
        text-align: center;
        margin: auto;
        padding: 40px 2% 0;
    }

    .f-menu .f-r {
        text-align: right;
        margin-top: 30px;
    }

    .f-menu .f-r .f-btn {
        display: block;
        text-align: center;
    }

    .f-menu .f-r .f-btn a {
        margin: auto;
        padding: 0;
    }

    .footer-contact {
        font-size: 15px;
    }

    .footer-contact i {
        font-size: 26px;
    }
}

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

トップページ

===========================*/
.front-page {
    padding-bottom: 5em;
    color: #504E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
}

.front-page h1, .front-page h2, .front-page h3, .front-page h4, .front-page h5, .front-page h6, .front-page p, .front-page ul {
    margin-bottom: 0;
}

.front-page *, .front-page *::before, .front-page *::after {
    background-repeat: no-repeat;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.front-page img {
    display: block;
    width: 100%;
}

.front-page li {
    list-style: none;
}

@media screen and (min-width: 768px) {
    .front-page {
        padding-bottom: 8em;
    }
}

@media screen and (min-width: 980px) {
    .front-page {
        padding-bottom: 10em;
    }
}

.front-page .main-vis {
    position: relative;
}

.front-page .main-vis::after {
    display: block;
    z-index: -100;
    position: absolute;
    top: 0;
    right: 0;
    width: 64.8%;
    height: 100%;
    background-image: url(img/top-main-vis.jpg);
    background-position: 0 0;
    background-size: cover;
    content: '';
}

@media screen and (max-width: 979px) {
    .front-page .main-vis::after {
        width: 75%;
    }
}

@media screen and (max-width: 767px) {
    .front-page .main-vis::after {
        width: 100%;
        height: 100%;
        background-position: 70% 0;
    }
}

@media screen and (max-width: 767px) {
    .front-page .main-vis::before {
        display: block;
        width: 100%;
        padding-top: 93%;
        content: '';
    }
}

.front-page .main-vis__inner {
    display: flex;
    justify-content: flex-start;
    width: 92%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .front-page .main-vis__inner {
        display: block;
    }
}

.front-page .main-vis__icon {
    z-index: -1;
    position: relative;
    width: 28.17%;
    margin-bottom: -4em;
    margin-left: 4.4em;
    overflow: visible;
    font-size: 1rem;
}

@media screen and (max-width: 767px) {
    .front-page .main-vis__icon {
        margin-right: 8%;
        margin-bottom: -5em;
        margin-left: auto;
    }
}

.front-page .main-vis__txt-area {
    flex-basis: 50%;
    align-self: flex-end;
}

@media screen and (max-width: 979px) {
    .front-page .main-vis__txt-area {
        min-width: 470px;
    }
}

@media screen and (max-width: 767px) {
    .front-page .main-vis__txt-area {
        min-width: 0;
    }
}

.front-page .main-vis__txt {
    display: flex;
    z-index: -2;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    padding: 11.2em 4.4em 4.4em;
    border: 3px solid #8FC31F;
    background-color: #fff;
    font-size: 1rem;
    opacity: .92;
}

@media screen and (max-width: 979px) {
    .front-page .main-vis__txt {
        padding-right: 3.5em;
        padding-left: 3.5em;
    }
}

@media screen and (max-width: 767px) {
    .front-page .main-vis__txt {
        padding: 5em 2.8em 2.8em;
    }
}

.front-page .main-ttl {
    color: #393736;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 5em;
    font-weight: 700;
    line-height: 1.6;
}

@media screen and (max-width: 979px) {
    .front-page .main-ttl {
        font-size: 4.2em;
    }
}

@media screen and (max-width: 767px) {
    .front-page .main-ttl {
        font-size: 3em;
    }
}

.front-page .main-ttl__green {
    color: #8FC31F;
}

.front-page .main-ttl__yellow {
    color: #FFE000;
}

.front-page .main-ttl__blue {
    color: #00A0E8;
}

.front-page .main-lead {
    margin-top: 3.5em;
    color: #504E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5em;
    /* font-weight: 700; */
    letter-spacing: .05em;
    line-height: 2.6666;
}

@media screen and (max-width: 767px) {
    .front-page .main-lead {
        margin-top: 2em;
    }
}

@media screen and (max-width: 567px) {
    .front-page .main-lead {
        font-size: 1.4em;
    }
}

.sub-ttl-A {
    color: #393736;
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    .sub-ttl-A {
        display: flex;
        align-items: center;
    }

    .contact-wrap .sub-ttl-A {
        display: block;
    }
}

.sub-ttl-A__big {
    display: block;
    font-family: "Lato", "Noto Sans JP", sans-serif;
    font-size: 3.6em;
    font-weight: 900;
    letter-spacing: 0.15em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .sub-ttl-A__big {
        font-size: 5.1em;
        text-align: left;
    }
}

.sub-ttl-A__small {
    display: block;
    margin-top: 1em;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .sub-ttl-A__small {
        margin-top: 0;
        margin-left: 1em;
        text-align: left;
    }
}

.front-page .link-list {
    width: 92%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    .front-page .link-list {
        display: flex;
        justify-content: space-between;
    }
}

.front-page .link-list__item {
    flex-basis: 48%;
    background-position: 100% 0;
    background-size: contain;
    box-shadow: 7px 7px rgba(209, 209, 209, 0.95);
    transition: box-shadow .4s;
}

.front-page .link-list__item.-first {
    background-image: url(img/link_01.jpg);
}

.front-page .link-list__item.-second {
    background-image: url(img/link_02.jpg);
}

.front-page .link-list__item:hover {
    box-shadow: none;
    transition: box-shadow .4s;
}

@media screen and (max-width: 767px) {
    .front-page .link-list__item:not(:first-child) {
        margin-top: 5%;
    }
}

.front-page .link-list__link {
    display: block;
    position: relative;
    background-position: 0 0;
    background-size: contain;
    color: #393736;
    font-size: 1rem;
}

@media screen and (max-width: 1182px) {
    .front-page .link-list__link {
        font-size: 0.846vw;
    }
}

@media screen and (max-width: 767px) {
    .front-page .link-list__link {
        font-size: 1.825vw;
    }
}

.front-page .link-list__link::before {
    display: block;
    padding-top: 30.76923%;
    content: '';
}

.front-page .link-list__link.first:hover .yellow {
    fill: #fff;
    transition: fill .4s;
}

.front-page .link-list__link.second:hover .green {
    fill: #fff;
    transition: fill .4s;
}

.front-page .link-list__img {
    display: block;
    position: absolute;
    top: 0;
}

.front-page .link-list__img .green {
    fill: #8FC31F;
    transition: fill .4s;
}

.front-page .link-list__img .yellow {
    fill: #FFE000;
    transition: fill .4s;
}

.front-page .link-list__txt {
    position: absolute;
    top: 50%;
    transform: translate(2.5em, -50%);
    font-weight: 700;
}

.front-page .link-list__txt .big {
    font-size: 2.8em;
    letter-spacing: 0.075em;
    line-height: 1;
}

.front-page .link-list__txt .small {
    margin-left: .5em;
    font-size: 1.5em;
    letter-spacing: 0.075em;
}

.front-page .main-vis-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 300px 10% auto 2em auto;
    grid-template-rows: 300px 10% auto 2em auto;
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    .front-page .main-vis-container {
        -ms-grid-rows: auto 4em 7.5em auto;
        grid-template-rows: auto 4em 7.5em auto;
    }
}

@media screen and (min-width: 980px) {
    .front-page .main-vis-container {
        -ms-grid-rows: auto 10em auto;
        grid-template-rows: auto 10em auto;
    }
}

.front-page .main-vis {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
}

@media screen and (min-width: 980px) {
    .front-page .main-vis {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
    }
}

.front-page .main-vis__inner {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
}

@media screen and (min-width: 768px) {
    .front-page .main-vis__inner {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
    }
}

@media screen and (min-width: 980px) {
    .front-page .main-vis__inner {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
    }
}

.front-page .link-list {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
}

@media screen and (min-width: 768px) {
    .front-page .link-list {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4/5;
    }
}

@media screen and (min-width: 980px) {
    .front-page .link-list {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4;
    }
}

.news-sec {
    width: 92%;
    max-width: 1100px;
    margin-top: 7.5em;
    margin-right: auto;
    margin-left: auto;
}

.single .news-sec {
    margin: 4em auto;
}

@media screen and (min-width: 980px) {
    .news-sec {
        margin-top: 10em;
    }

    .single .news-sec {
        margin: 6em auto;
    }
}

.news-list {
    margin-top: 3em;
    font-size: 1rem;
}

.news-list__item {
    padding: 1em 0;
    border-bottom: 1px solid #AFAFAF;
    font-size: 1.4em;
}

@media screen and (min-width: 768px) {
    .news-list__item {
        display: flex;
        flex-flow: row nowrap;
        align-items: flex-start;
        padding: 1.5em 0;
        font-size: 1.5em;
    }
}

.news-list__date {
    max-width: 7em;
    height: 0;
    padding-right: .4em;
    padding-left: .75em;
    border-right: .75em solid transparent;
    border-bottom: 1.7em solid #d1d1d1;
    color: #fff;
    font-family: "Lato", "Noto Sans JP", sans-serif;
    line-height: 1.7;
}

.news-list__detail {
    color: #504E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.7;
}

@media screen and (max-width: 767px) {
    .news-list__detail {
        margin-top: 0.5em;
        text-align: justify;
    }
}

@media screen and (min-width: 768px) {
    .news-list__detail {
        margin-left: 1em;
    }
}

.front-page .about-uranos {
    width: 92%;
    max-width: 1100px;
    margin-top: 6.4em;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 568px) {
    .front-page .about-uranos {
        margin-top: 7.5em;
    }
}

@media screen and (min-width: 980px) {
    .front-page .about-uranos {
        margin-top: 10em;
    }
}

.front-page .about-uranos__head {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    .front-page .about-uranos__head {
        flex-direction: row;
        max-width: 101.5em;
        margin-right: auto;
        margin-left: auto;
    }
}

.front-page .about-uranos__txt-area {
    order: 2;
}

@media screen and (max-width: 767px) {
    .front-page .about-uranos__txt-area {
        margin-top: 2.8em;
    }
}

@media screen and (min-width: 768px) {
    .front-page .about-uranos__txt-area {
        flex-basis: 46%;
        margin-left: auto;
    }
}

.front-page .about-uranos__image-area {
    min-height: 1px;
}

@media screen and (min-width: 768px) {
    .front-page .about-uranos__image-area {
        flex-basis: 48%;
        align-self: center;
    }
}

.about-uranos__bottom {
    max-width: 37.5em;
    margin-top: 4.4em;
    margin-right: auto;
    margin-left: auto;
    font-size: 1rem;
}

@media screen and (min-width: 568px) {
    .about-uranos__bottom {
        margin-top: 5.2em;
    }
}

.about-uranos__link {
    display: block;
    padding: 1.5em 0;
    border: 1px solid #8FC31F;
    color: #8FC31F;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-align: center;
    transition: background-color .4s, color .4s;
}

.about-uranos__link:hover {
    background-color: #8FC31F;
    color: #fff;
    transition: background-color .4s, color .4s;
}

.front-page .about-uranos .logo-img {
    max-width: 10em;
    margin-right: auto;
    margin-left: auto;
}

.front-page .about-uranos .head-lead {
    margin-top: 30px;
    color: #8FC31F;
    font-size: 2.4em;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    line-height: 1.5;
    text-align: center;
}

@media screen and (min-width: 568px) {
    .front-page .about-uranos .head-lead {
        font-size: 3.5em;
    }
}

@media screen and (min-width: 768px) {
    .front-page .about-uranos .head-lead {
        font-size: 3.2vw;
        text-indent: 0;
        text-align: left;
    }
}

@media screen and (min-width: 1100px) {
    .front-page .about-uranos .head-lead {
        font-size: 3.6em;
    }
}

.front-page .about-uranos .head-txt {
    margin-top: 1.5em;
    color: #504E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4em;
    /* font-weight: 700; */
    letter-spacing: .05em;
    line-height: 2.8;
    text-align: justify;
}

@media screen and (min-width: 768px) {
    .front-page .about-uranos .head-txt {
        font-size: 1.5em;
    }
}

.about-uranos .about-flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    max-width: 83em;
    margin-top: 3em;
    margin-right: auto;
    margin-left: auto;
    font-size: 1rem;
}

@media screen and (min-width: 568px) {
    .about-uranos .about-flex {
        margin-top: 5em;
    }
}

.about-uranos .about-flex__item {
    flex-basis: 47.5%;
}

@media screen and (max-width: 567px) {
    .about-uranos .about-flex__item:nth-child(n + 3) {
        margin-top: 4.3em;
    }
}

@media screen and (min-width: 568px) {
    .about-uranos .about-flex__item {
        flex-basis: 30%;
    }

    .about-uranos .about-flex__item:nth-child(n + 4) {
        margin-top: 5em;
    }
}

.about-uranos .about-flex__img {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 567px) {
    .about-uranos .about-flex__img {
        max-width: 10em;
    }
}

@media screen and (min-width: 568px) {
    .about-uranos .about-flex__img {
        width: 50%;
    }
}

.about-uranos .about-flex__txt {
    margin-top: 1em;
    color: #393736;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
}

@media screen and (min-width: 568px) {
    .about-uranos .about-flex__txt {
        font-size: 1.4em;
    }
}

@media screen and (min-width: 768px) {
    .about-uranos .about-flex__txt {
        font-size: 1.6em;
    }
}

.jobs-sec {
    width: 92%;
    max-width: 1100px;
    margin-top: 4em;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 768px) {
    .jobs-sec {
        margin-top: 7.5em;
    }
}

@media screen and (min-width: 980px) {
    .jobs-sec {
        margin-top: 10em;
    }
}

.jobs-sec__bottom {
    margin-top: 4.4em;
    margin-right: auto;
    margin-left: auto;
    font-size: 1rem;
}

@media screen and (min-width: 568px) {
    .jobs-sec__bottom {
        /* max-width: 32em; */ margin-top: 5.2em;
    }
}

.jobs-sec__link {
    padding: 1.5em 2em 3.5em;
    border: 1px solid #393736;
    color: #393736;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-align: center;
    transition: background-color .4s, color .4s;
    max-width: 330px;
    margin: 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media screen and (min-width: 768px) {
    .jobs-sec__link {
        width: 330px;
        margin: 0 15px
    }

    .top .jobs-sec__link {
        margin: 0 auto;
    }
}

.jobs-sec__link::before {
    content: "CHECK! >";
    position: absolute;
    bottom: 1em;
    left: 0;
    right: 0;
    text-indent: 1em;
    color: #FFE000;
}

.jobs-sec__link:hover {
    background-color: #393736;
    color: #fff;
    transition: background-color .3s, color .3s;
}

.jobs-list {
    margin-top: 4.1em;
    font-size: 1rem;
}

@media screen and (min-width: 568px) {
    .jobs-list__item {
        padding-bottom: 3.5em;
        border-bottom: 1px solid #AFAFAF;
    }
}

@media screen and (min-width: 980px) {
    .jobs-list__item {
        padding-bottom: 3em;
    }
}

.jobs-list__item:not(:first-child) {
    margin-top: 5em;
}

@media screen and (min-width: 568px) {
    .jobs-list__item:not(:first-child) {
        margin-top: 3.5em;
    }
}

@media screen and (min-width: 980px) {
    .jobs-list__item:not(:first-child) {
        margin-top: 3em;
    }
}

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

@media screen and (min-width: 568px) {
    .case {
        flex-direction: row;
    }
}

.case__image-wrap {
    position: relative;
    order: -1;
    width: 100%;
    min-height: 1px;
    font-size: 1rem;
}

@media screen and (min-width: 568px) {
    .case__image-wrap {
        flex-basis: 20em;
        flex-shrink: 0;
        width: auto;
        height: 20em;
        margin-right: 3em;
    }
}

.case__image-wrap::before {
    display: block;
    padding-top: 49.841%;
    content: '';
}

@media screen and (min-width: 568px) {
    .case__image-wrap::before {
        padding-top: 0;
    }
}

.case__image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.case__body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
}

@media screen and (min-width: 980px) {
    .case__body {
        flex-basis: calc(100% - 23em);
    }
}

.case__ttl {
    margin-top: 1rem;
    color: #393736;
    font-size: 1.6em;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.75;
}

@media screen and (min-width: 568px) {
    .case__ttl {
        margin-top: 0;
        font-size: 2em;
        line-height: 1.8;
    }
}

.case__details {
    margin-top: 2rem;
    color: #504E4E;
}

@media screen and (min-width: 568px) {
    .case__details {
        margin-top: 1em;
    }
}

@media screen and (min-width: 980px) {
    .case__details {
        display: flex;
        flex-flow: row nowrap;
    }
}

@media screen and (min-width: 980px) {
    .case-info {
        flex-basis: 33em;
        flex-shrink: 0;
        margin-right: 1em;
        margin-top: 0.5em;
    }
}

.case-info__list {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
}

.case-info__list:not(:first-child) {
    margin-top: 1.5rem;
}

.case-info__ttl {
    flex-basis: 34%;
    max-width: 8.23em;
    border-radius: 1em;
    background: #8FC31F;
    color: #fff;
    font-size: 1.3em;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 2;
    text-align: center;
}

.case-info__body {
    flex-basis: calc(66% - 1em);
    margin-left: 1em;
    padding-top: .1em;
    font-size: 1.5em;
    /* font-weight: 700; */
    letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
    .case-info__body {
        flex-basis: calc(100% - 1em - 107px);
    }
}

.description-list {
    margin-top: 2.1em;
}

@media screen and (min-width: 568px) {
    .description-list {
        margin-top: 2.4em;
    }
}

@media screen and (min-width: 980px) {
    .description-list {
        flex-basis: 32em;
        margin-top: 0;
    }
}

.description-list__ttl {
    display: flex;
    align-items: center;
    color: #8FC31F;
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 0.15em;
}

.description-list__ttl::before, .description-list__ttl::after {
    display: block;
    flex-grow: 1;
    width: auto;
    height: 1px;
    background-color: #8FC31F;
    content: '';
}

.description-list__ttl::before {
    margin-right: 1.2857em;
}

.description-list__ttl::after {
    margin-left: 1.2857em;
}

.description-list__body {
    margin-top: .714em;
    font-size: 1.4em;
    /* font-weight: 700; */
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-align: justify;
}

.case-button {
    display: flex;
    justify-content: space-between;
    margin-top: 2em;
}

@media screen and (min-width: 568px) {
    .case-button {
        justify-content: flex-start;
    }
}

@media screen and (min-width: 980px) {
    .case-button {
        display: block;
        flex-basis: 7.6em;
        flex-shrink: 0;
        margin-top: 0;
        margin-left: 4em;
    }
}

.case-button__item {
    flex-basis: 47.619%;
}

@media screen and (min-width: 568px) and (max-width: 979px) {
    .case-button__item {
        max-width: 15em;
    }

    .case-button__item:first-child {
        margin-right: 1.5em;
    }
}

.case-button__link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.4;
}

.shigoto .case-button__link, .kaigo .case-button__link,.corona .case-button__link {
    font-size: 14px;
}

@media screen and (min-width: 980px) {
    .case-button__link {
        flex-direction: column;
        min-height: 5.428572em;
    }
}

@media screen and (min-width: 980px) {
    .ie .case-button__link {
        height: 5.428572em;
    }
}

.case-button__link::before {
    font-family: "Font Awesome 5 Free";
    font-size: 130%;
    font-weight: 900;
}

@media screen and (max-width: 979px) {
    .case-button__link::before {
        margin-top: 0.1em;
        margin-right: 1em;
        padding: .523em 0;
    }
}

@media screen and (min-width: 980px) {
    .case-button__link::before {
        margin-bottom: 0.2em;
    }
}

.case-button__link.green {
    border: 2px solid #8FC31F;
    background: #8FC31F;
    color: #fff;
    transition: color .4s, background-color .4s;
}

.case-button__link.green::before {
    content: '\f138';
}

.case-button__link.green:hover {
    background: #fff;
    color: #8FC31F;
    transition: color .4s, background-color .4s;
}

.case-button__link.yellow {
    border: 2px solid #FFE000;
    background: #FFE000;
    color: #393736;
    transition: color .4s, background-color .4s;
}

.case-button__link.yellow::before {
    font-weight: 400;
    content: '\f118';
}

.case-button__link.yellow:hover {
    background: #fff;
    color: #FFE000;
    transition: color .4s, background-color .4s;
}

.front-page .bottom-contents {
    margin-top: 6em;
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    .front-page .bottom-contents {
        display: flex;
        justify-content: space-between;
        width: 92%;
        max-width: 89em;
        margin-top: 11em;
        margin-right: auto;
        margin-left: auto;
    }
}

.front-page .contact-wrap {
    display: flex;
    flex-direction: column;
    padding-top: 5.1em;
    padding-bottom: 4.5em;
    background: #FFE000;
}

@media screen and (min-width: 768px) {
    .front-page .contact-wrap {
        width: 48%;
        max-width: 45.7em;
        padding-bottom: 5.7em;
    }
}

.front-page .contact-wrap .sub-ttl-A {
    margin-top: 1.7em;
}

@media screen and (min-width: 768px) {
    .front-page .contact-wrap .sub-ttl-A {
        display: block;
        margin-top: 2.1em;
    }
}

@media screen and (min-width: 768px) {
    .front-page .contact-wrap .sub-ttl-A__big {
        font-size: 5.1em;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .front-page .contact-wrap .sub-ttl-A__small {
        margin-top: 1em;
        margin-left: 0;
        text-align: center;
    }
}

.front-page .contact-wrap__plane {
    display: table;
    order: -1;
    margin-right: auto;
    margin-left: auto;
}

.front-page .contact-wrap .fa-paper-plane {
    font-size: 3em;
}

.front-page .contact-wrap .fa-line {
    font-size: 3em;
}

@media screen and (min-width: 768px) {
    .front-page .contact-wrap .fa-paper-plane, .front-page .contact-wrap .fa-line {
        font-size: 4.2em;
    }
}

.front-page .contact-wrap .fa-paper-plane::before {
    color: #393736;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.front-page .contact-wrap__button {
    width: 92%;
    margin-top: 4.4em;
    margin-right: auto;
    margin-left: auto;
    font-size: 1rem;
}

.front-page .contact-wrap__button:not(:first-of-type) {
    margin-top: 2.7em;
}

@media screen and (min-width: 568px) {
    .front-page .contact-wrap__button {
        max-width: 32em;
        margin-top: 5.2em;
    }
}

@media screen and (min-width: 768px) {
    .front-page .contact-wrap__button {
        max-width: 35em;
    }
}

.front-page .line-link {
    width: 38%;
    margin-top: 4.4em;
    margin-right: auto;
    margin-left: auto;
    font-size: 1rem;
}

.front-page .contact-wrap__link {
    display: block;
    padding: 1.5em 0;
    border: 1px solid #393736;
    color: #393736;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    transition: background-color .4s, color .4s;
}

.front-page .contact-wrap__link:hover {
    background: #393736;
    color: #FFE000;
    transition: background-color .4s, color .4s;
}

.front-page .fb-wrap {
    width: 350px;
    height: 500px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .front-page .fb-wrap {
        margin-top: 3em;
    }
}

.front-page .fb-body {
    width: 350px;
    height: 100%;
}

.ie .front-page .contact-wrap__plane {
    display: block;
    width: 5em;
}

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

下層共通キービジュアル（事業内容は除く）

===========================*/
.key-vis {
    margin: 0 auto;
    padding: 0 25px;
    position: relative;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .key-vis {
        max-width: 1200px;
        padding: 0 50px;
        position: relative;
        margin-bottom: 60px;
    }
}

.key-vis__txt-area {
    padding-top: 2em;
}

@media screen and (min-width: 768px) {
    .key-vis__txt-area {
        width: 55%;
        padding-top: 1em;
    }
}

.key-ttl {
    padding-bottom: 2.1em;
    border-bottom: 3px solid #8FC31F;
    color: #393736;
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    .key-ttl {
        display: flex;
        align-items: flex-end;
    }
}

.key-ttl__big {
    display: block;
    font-family: "Lato", "Noto Sans JP", sans-serif;
    font-size: 3.6em;
    font-weight: 900;
    letter-spacing: 0.15em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .key-ttl__big {
        font-size: 51px;
        text-align: left;
    }
}

.key-ttl__small {
    display: block;
    margin-top: 1em;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .key-ttl__small {
        margin-top: 0;
        margin-left: 1em;
        line-height: 1.7;
        text-align: left;
    }
}

.key-copy {
    margin-top: 2.6em;
    color: #504E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2.6666;
}

@media screen and (min-width: 768px) {
    .key-copy {
        font-size: 15px;
    }
}

.key-bg {
    top: 0;
    width: 100%;
    height: 180px;
    background-image: url(img/flow.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
}

@media screen and (min-width: 768px) {
    .key-bg {
        position: absolute;
        right: 0;
        display: inline-block;
        width: 50%;
        height: 250px;
        z-index: -1;
        max-width: 580px;
    }
}

/* お仕事を探す調整
------------------------------*/
.shigoto .key-bg {
    background-image: url(img/shigoto.jpg);
}

.kaigo .key-bg {
    background-image: url(img/kaigo.jpg);
}

.corona .key-bg {
    background-image: url(img/mask.jpg);
}

@media screen and (min-width: 768px) {
    .shigoto .key-bg, .kaigo .key-bg, .corona .key-bg {
        height: 300px;
    }
}

/* 登録の流れ調整
------------------------------*/
.flow .key-vis {
    margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
    .flow .key-vis {
        margin-bottom: 120px;
    }
}

/* お問い合わせ調整
------------------------------*/
.contact .key-bg, .staff .key-bg, .client .key-bg {
    background-image: url(img/contact.jpg);
    background-position: top center;
}

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

下層フッターコンタクト（事業内容は除く）

===========================*/
.bottom-contents.to-contact {
    margin-top: 3.5em;
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    .bottom-contents.to-contact {
        margin-top: 10em;
    }
}

.to-contact .contact-wrap {
    padding-bottom: 5.5em;
    background: #FFE000;
    font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
    .to-contact .contact-wrap {
        width: 92%;
        max-width: 1100px;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 0;
        background: transparent;
    }
}

.to-contact .contact-wrap .sub-ttl-A {
    padding-top: 5.1em;
    background: #FFE000;
    color: #393736;
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    .to-contact .contact-wrap .sub-ttl-A {
        padding-top: 4.7em;
        padding-bottom: 6.9em;
    }
}

@media screen and (min-width: 980px) {
    .to-contact .contact-wrap .sub-ttl-A {
        background: linear-gradient(to left, #fff 30em, #FFE000 30em);
    }
}

.to-contact .contact-wrap .sub-ttl-A__big {
    display: block;
    font-family: "Lato", "Noto Sans JP", sans-serif;
    font-size: 3.6em;
    font-weight: 900;
    letter-spacing: 0.15em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .to-contact .contact-wrap .sub-ttl-A__big {
        font-size: 5.1em;
    }
}

.to-contact .contact-wrap .sub-ttl-A__small {
    display: block;
    margin-top: 1em;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .to-contact .contact-wrap .sub-ttl-A__small {
        margin-top: 1.45em;
        margin-left: 1em;
    }
}

.to-contact .contact-wrap__txt {
    padding-top: 3.36em;
    padding-bottom: 2.2em;
    color: #393736;
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 2.571;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .to-contact .contact-wrap__txt {
        background: transparent;
    }
}

.to-contact .contact-wrap__button {
    width: 92%;
    max-width: 38em;
    margin-right: auto;
    margin-left: auto;
    font-size: 1rem;
}

@media screen and (min-width: 568px) {
    .to-contact .contact-wrap__button {
        max-width: 32em;
    }
}

@media screen and (min-width: 768px) {
    .to-contact .contact-wrap__button {
        width: 100%;
        max-width: none;
        background: transparent;
    }
}

.to-contact .contact-wrap__link {
    display: block;
    padding: 1.5em 0;
    border: 1px solid #393736;
    color: #393736;
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    transition: background-color .4s, color .4s;
}

.to-contact .contact-wrap__link::before {
    margin-right: 0.8em;
    font-family: "Font Awesome 5 Free";
    font-size: 130%;
    font-weight: 900;
    content: '\f1d8';
}

.to-contact .contact-wrap__link:hover {
    background-color: #393736;
    color: #FFE000;
    transition: background-color .4s, color .4s;
}

@media screen and (min-width: 768px) {
    .to-contact .contact-wrap__link:hover {
        color: #fff;
    }
}

@media screen and (min-width: 768px) {
    .to-contact .contact-wrap {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 3.3em 43%;
        grid-template-columns: 1fr 3.3em 43%;
        -ms-grid-rows: auto 3.3em 1fr;
        grid-template-rows: auto 3.3em 1fr;
    }
}

@media screen and (min-width: 768px) and (min-width: 980px) {
    .to-contact .contact-wrap {
        -ms-grid-columns: 1fr 3.3em 30em;
        grid-template-columns: 1fr 3.3em 30em;
    }
}

@media screen and (min-width: 768px) {
    .to-contact .contact-wrap .sub-ttl-A {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3;
    }
}

@media screen and (min-width: 768px) and (min-width: 980px) {
    .to-contact .contact-wrap .sub-ttl-A {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4;
    }
}

@media screen and (min-width: 768px) {
    .to-contact .contact-wrap__txt {
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-column: 2/4;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
    }

    .to-contact .contact-wrap__button {
        z-index: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-column: 2/4;
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        grid-row: 2/4;
    }
}

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

登録の流れ

===========================*/
.flow-sec {
    line-height: 2.6;
    max-width: 950px;
    padding: 0 50px;
    margin: 100px auto;
    letter-spacing: 0.05em;
}

.flow-title {
    font-size: 28px;
    font-weight: 900;
    color: #8FC31F;
    position: relative;
    padding-top: 115px;
    margin-bottom: 1.5em;
    text-align: center;
}

.flow-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 100px;
    background-image: url(img/flow01.svg);
    background-size: auto 95px;
    background-position: top center;
    background-repeat: no-repeat;
}

#flow02 .flow-title:before {
    background-image: url(img/flow02.svg);
}

#flow03 .flow-title:before {
    background-image: url(img/flow03.svg);
    background-size: auto 80px ;
}

#flow04 .flow-title:before {
    background-image: url(img/flow04.svg);
}

.flow-text {
    text-align: center;
    margin-bottom: 50px;
}

#flow01 {
    text-align: center;
}

#flow01 img {
    max-width: 680px;
    width: 100%;
}

#flow02 .flex {
    justify-content: space-around;
}

#flow02 .box {
    width: 350px;
    margin: 0 2em 2em;
}

.hukidashi {
    background-color: #8FC31F;
    color: #fff;
    padding: 0.8em;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    border-radius: 17px;
    margin: 0 0.5em 35px;
    position: relative;
}

.hukidashi::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 14px solid #8FC31F;
}

.flow-step {
    margin-bottom: 70px;
}

.step-title {
    width: 350px;
    font-size: 22px;
    font-weight: 700;
    line-height: 2
}

.flow-step .green {
    color: #8FC31F;
    display: block;
    font-weight: 900
}

.u-line {
    border-bottom: 5px solid #FFE000;
}

.step-text {
    width: calc(100% - 350px);
}

.accordion-container {
    position: relative;
    width: 100%;
    border-top: none;
    outline: 0;
    cursor: pointer
}

.accordion-container .article-title {
    display: block;
    position: relative;
    margin: 0;
    padding: 0.625em 0.625em 0.625em 1em;
    cursor: pointer;
    border-bottom: 1px solid #8FC31F;
    line-height: 2;
}

.accordion-container .article-title::before {
    content: "Q";
    font-weight: 900;
    font-size: 1.25em;
    padding-right: 1em;
    color: #8FC31F;
}

.article-title:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #8FC31F;
    ; border-right: solid 2px #8FC31F;
    ; -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.article-title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
}

.accordion-content {
    display: none;
    padding: 0.625em 0.625em 0.625em 1em;
    line-height: 2;
}

.accordion-content::before {
    content: "A";
    font-weight: 900;
    font-size: 1.25em;
    padding-right: 1em;
}

/* CSS for CodePen */
.accordion-container {
    width: 100%;
    margin: 1.875em auto;
}

.accordion-content ul {
    list-style: disc;
    padding-left: 1.5em;
}

.call-us {
    padding: 30px 0;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    color: #8FC31F;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    line-height: 2.2;
}

@media screen and (max-width: 768px) {
    .flow-sec {
        line-height: 2.3;
        padding: 0 25px;
        margin: 70px auto;
        font-size: 14px;
    }

    .flow-title {
        font-size: 24px;
        padding-top: 105px;
        margin-bottom: 1em;
    }

    .flow-title:before {
        background-size: auto 85px;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .flow-text {
        margin-bottom: 35px;
    }

    #flow02 .box {
        width: 100%;
        margin: 0 auto 3em;
        font-size: 14px;
    }

    .flow-step {
        margin-bottom: 60px;
    }

    .hukidashi {
        padding: 0.7em;
        font-size: 20px;
        border-radius: 15px;
        margin: 0 1em 25px;
    }

    .step-title {
        width: 100%;
        font-size: 20px;
        text-align: center;
        margin-bottom: 0.3em;
    }

    .u-line {
        border-bottom: 4px solid #FFE000;
    }

    .step-text {
        width: 100%;
    }

    .accordion-container {
        position: relative;
        width: 100%;
        border-top: none;
        outline: 0;
        cursor: pointer
    }

    .accordion-container .article-title {
        padding: 0.625em 2.5em 0.625em 0;
        line-height: 1.8;
    }

    .accordion-container .article-title::before {
        content: none;
    }

    .article-title:after {
        right: 10px;
    }

    .accordion-content {
        display: none;
        padding: 0.625em 0;
        line-height: 1.8;
    }

    .accordion-content::before {
        content: "A.";
        padding-right: 0.5em;
        color: #8FC31F;
    }

    .accordion-content ul {
        margin-top: 1em;
    }

    .call-us {
        padding: 30px 0;
        font-size: 16px;
    }
}

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

会社概要

===========================*/
.company-page {
    color: #504E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
}

.company-page h1, .company-page h2, .company-page h3, .company-page h4, .company-page h5, .company-page h6, .company-page p, .company-page ul {
    margin-bottom: 0;
}

.company-page *, .company-page *::before, .company-page *::after {
    background-repeat: no-repeat;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.company-page img {
    display: block;
    width: 100%;
}

.company-page li {
    list-style: none;
}

@media screen and (min-width: 768px) {
    .company-page {
        padding-bottom: 8em;
    }
}

@media screen and (min-width: 980px) {
    .company-page {
        padding-bottom: 10em;
    }
}

.company-page .main-ttl {
    padding-bottom: 2.1em;
    border-bottom: 3px solid #8FC31F;
    color: #393736;
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    .company-page .main-ttl {
        display: flex;
        align-items: flex-end;
    }
}

.company-page .main-ttl__big {
    display: block;
    font-family: "Lato", "Noto Sans JP", sans-serif;
    font-size: 3.6em;
    font-weight: 900;
    letter-spacing: 0.15em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .company-page .main-ttl__big {
        align-self: flex-end;
        font-size: 5.1em;
        text-align: left;
    }
}

.company-page .main-ttl__small {
    display: block;
    margin-top: 1em;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .company-page .main-ttl__small {
        margin-top: 0;
        margin-left: 1em;
        line-height: 2;
        text-align: left;
    }
}

.company-page .main-copy {
    margin-top: 2.6em;
    color: #504E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4em;
    /* font-weight: 700; */
    letter-spacing: 0.05em;
    line-height: 2.6666;
}

@media screen and (min-width: 768px) {
    .company-page .main-copy {
        font-size: 1.5em;
    }
}

.company-page .main-vis__img-area {
    background-image: url(img/company.jpg);
    background-position: center top;
    background-size: cover;
}

@media screen and (max-width: 979px) {
    .company-page .main-vis {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 979px) and (min-width: 768px) {
    .company-page .main-vis {
        flex-direction: row;
        justify-content: space-between;
        width: 92%;
        max-width: 1100px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 979px) {
    .company-page .main-vis__txt-area {
        width: 92%;
        max-width: 1100px;
        margin-top: 4.5em;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 979px) and (min-width: 768px) {
    .company-page .main-vis__txt-area {
        flex-basis: 64%;
        flex-shrink: 0;
        width: auto;
        margin-top: 8.5em;
        margin-right: 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 979px) {
    .company-page .main-vis__img-area {
        order: -1;
        width: 100%;
        min-height: 1px;
    }
}

@media screen and (max-width: 979px) and (min-width: 768px) {
    .company-page .main-vis__img-area {
        flex-basis: 31.3%;
        order: 0;
        max-height: 500px;
    }
}

@media screen and (max-width: 979px) {
    .company-page .main-vis__img-area::before {
        display: block;
        padding-top: 85.33333%;
        content: '';
    }
}

@media screen and (max-width: 979px) and (min-width: 768px) {
    .company-page .main-vis__img-area::before {
        padding-top: 200%;
    }
}

@media screen and (min-width: 979px) {
    .company-page .main-vis {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 46.36% 4.92% 48.72%;
        grid-template-columns: 46.36% 4.92% 48.72%;
        -ms-grid-rows: 8.5em 1fr;
        grid-template-rows: 8.5em 1fr;
        width: 92%;
        max-width: 1100px;
        min-height: 627px;
        margin-right: auto;
        margin-left: auto;
        font-size: 1rem;
    }

    .company-page .main-vis__txt-area {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
    }

    .company-page .main-vis__img-area {
        z-index: -1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-column: 2/4;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3;
    }
}

.company-page .company-vision {
    width: 92%;
    max-width: 1100px;
    margin-top: 5em;
    margin-right: auto;
    margin-left: auto;
    font-size: 1rem;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .company-page .company-vision {
        margin-top: 6em;
    }
}

@media screen and (min-width: 980px) {
    .company-page .company-vision {
        margin-top: 8.4em;
    }
}

.company-page .company-vision .flex {
    display: block;
}

@media screen and (min-width: 980px) {
    .company-page .company-vision .flex {
        display: flex;
        justify-content: space-between;
        max-width: 90em;
        margin-right: auto;
        margin-left: auto;
    }
}

.company-page .company-vision .flex__item {
    max-width: 40em;
    margin-right: auto;
    margin-left: auto;
    padding: 5.8em 0 3.2em;
    border: 1px solid #8FC31F;
    font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 979px) {
    .company-page .company-vision .flex__item:not(:first-child) {
        margin-top: 5em;
    }
}

@media screen and (min-width: 980px) {
    .company-page .company-vision .flex__item {
        flex-basis: 44.444444%;
        margin-right: 0;
        margin-left: 0;
        padding: 7.2em 0 4.2em;
    }
}

.company-page .company-vision__ttl {
    color: #8FC31F;
    font-size: 2.8em;
    font-weight: 700;
    line-height: 1em;
}

.company-page .company-vision__txt {
    margin-top: 2.5em;
    color: #504E4E;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 2.8;
}

@media screen and (min-width: 768px) {
    .company-page .company-vision__txt {
        margin-top: 3.2em;
        font-size: 1.6em;
        line-height: 3.5;
    }
}

.company-page .overview {
    width: 92%;
    max-width: 90em;
    margin-top: 6.5em;
    margin-right: auto;
    margin-left: auto;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    .company-page .overview {
        margin-top: 8.8em;
    }
}

.company-page .overview__ttl {
    color: #393736;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .company-page .overview__ttl {
        font-size: 2.4em;
    }
}

.company-page .overview__list {
    margin-top: 3.2em;
}

@media screen and (min-width: 768px) {
    .company-page .overview__list {
        margin-top: 4em;
    }
}

.company-page .overview__item {
    display: flex;
    align-items: flex-start;
    padding: 1.5em 0;
    border-bottom: 1px solid #8FC31F;
    color: #504E4E;
    font-size: 1.4em;
    /* font-weight: 700; */
    line-height: 1.7;
}

.company-page .overview__item:first-child {
    border-top: 1px solid #8FC31F;
}

@media screen and (min-width: 768px) {
    .company-page .overview__item {
        padding: 1.86666em 0;
        font-size: 1.5em;
        line-height: 2.2666;
    }
}

.company-page .overview__list-term {
    flex-basis: 35%;
    padding-right: 1em;
}

@media screen and (min-width: 568px) {
    .company-page .overview__list-term {
        padding-left: 4.2em;
    }
}

@media screen and (min-width: 768px) {
    .company-page .overview__list-term {
        flex-basis: 26%;
    }
}

.company-page .overview__list-discription {
    flex-basis: 65%;
}

@media screen and (min-width: 768px) {
    .company-page .overview__list-discription {
        flex-basis: 74%;
    }
}

.company-page .overview .spbr {
    display: block;
}

@media screen and (min-width: 768px) {
    .company-page .overview .spbr {
        display: inline;
        margin-left: 1em;
    }

    .company-page .overview .spbr-b {
        display: inline;
        margin-right: 1em;
    }
}

.company-page .overview .spsl {
    display: block;
}

@media screen and (min-width: 768px) {
    .company-page .overview .spsl {
        display: inline;
    }

    .company-page .overview .spsl::before {
        content: '\00a0/\00a0';
    }
}

.company-page .overview .spdot {
    display: block;
}

@media screen and (min-width: 768px) {
    .company-page .overview .spdot {
        display: inline;
    }

    .company-page .overview .spdot::before {
        content: '・';
    }
}

.company-page .overview .block {
    display: block;
}

#map {
    padding-top: 3.5em;
}

.company-page .overview__map {
    position: relative;
    font-size: 1rem;
}

@media screen and (min-width: 568px) {
    #map {
        padding-top: 7.3em;
    }
}

.company-page .overview__map::before {
    display: block;
    padding-top: 100%;
    content: '';
}

@media screen and (min-width: 568px) {
    .company-page .overview__map::before {
        padding-top: 44.444444%;
    }
}

.company-page .overview__map-body {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.company-page .bottom-contents {
    margin-top: 3.5em;
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    .company-page .bottom-contents {
        margin-top: 10em;
    }
}

.company-page .contact-wrap {
    padding-bottom: 5.5em;
    background: #8FC31F;
    font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
    .company-page .contact-wrap {
        width: 92%;
        max-width: 1100px;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 0;
        background: transparent;
    }
}

.company-page .contact-wrap .sub-ttl-A {
    padding-top: 5.1em;
    background: #8FC31F;
    color: #393736;
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    .company-page .contact-wrap .sub-ttl-A {
        padding-top: 4.7em;
        padding-bottom: 6.9em;
    }
}

@media screen and (min-width: 980px) {
    .company-page .contact-wrap .sub-ttl-A {
        background: linear-gradient(to left, #fff 30em, #8FC31F 30em);
    }
}

.company-page .contact-wrap .sub-ttl-A__big {
    display: block;
    font-family: "Lato", "Noto Sans JP", sans-serif;
    font-size: 3.6em;
    font-weight: 900;
    letter-spacing: 0.15em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .company-page .contact-wrap .sub-ttl-A__big {
        font-size: 5.1em;
    }
}

.company-page .contact-wrap .sub-ttl-A__small {
    display: block;
    margin-top: 1em;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .company-page .contact-wrap .sub-ttl-A__small {
        margin-top: 1.45em;
        margin-left: 1em;
    }
}

.company-page .contact-wrap__txt {
    padding-top: 3.36em;
    padding-bottom: 2.2em;
    background: #8FC31F;
    color: #393736;
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 2.571;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .company-page .contact-wrap__txt {
        background: transparent;
    }
}

.company-page .contact-wrap__button {
    width: 92%;
    max-width: 38em;
    margin-right: auto;
    margin-left: auto;
    background: #8FC31F;
    font-size: 1rem;
}

@media screen and (min-width: 568px) {
    .company-page .contact-wrap__button {
        max-width: 32em;
    }
}

@media screen and (min-width: 768px) {
    .company-page .contact-wrap__button {
        width: 100%;
        max-width: none;
        background: transparent;
    }
}

.company-page .contact-wrap__link {
    display: block;
    padding: 1.5em 0;
    border: 1px solid #393736;
    color: #393736;
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    transition: background-color .4s, color .4s;
}

.company-page .contact-wrap__link::before {
    margin-right: 0.8em;
    font-family: "Font Awesome 5 Free";
    font-size: 130%;
    font-weight: 900;
    content: '\f1d8';
}

.company-page .contact-wrap__link:hover {
    background-color: #393736;
    color: #8FC31F;
    transition: background-color .4s, color .4s;
}

@media screen and (min-width: 768px) {
    .company-page .contact-wrap__link:hover {
        color: #fff;
    }
}

@media screen and (min-width: 768px) {
    .company-page .contact-wrap {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 3.3em 43%;
        grid-template-columns: 1fr 3.3em 43%;
        -ms-grid-rows: auto 3.3em 1fr;
        grid-template-rows: auto 3.3em 1fr;
    }
}

@media screen and (min-width: 768px) and (min-width: 980px) {
    .company-page .contact-wrap {
        -ms-grid-columns: 1fr 3.3em 30em;
        grid-template-columns: 1fr 3.3em 30em;
    }
}

@media screen and (min-width: 768px) {
    .company-page .contact-wrap .sub-ttl-A {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3;
    }
}

@media screen and (min-width: 768px) and (min-width: 980px) {
    .company-page .contact-wrap .sub-ttl-A {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4;
    }
}

@media screen and (min-width: 768px) {
    .company-page .contact-wrap__txt {
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-column: 2/4;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
    }

    .company-page .contact-wrap__button {
        z-index: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-column: 2/4;
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        grid-row: 2/4;
    }
}

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

お問い合わせ

===========================*/
.contact-select {
    justify-content: space-between;
    text-align: center;
    margin-bottom: 50px;
}

.to-staff, .to-client {
    display: block;
    text-align: center;
    width: 48%;
    line-height: 90px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
    margin: 2em 0;
}

.to-staff:hover, .to-client:hover {
    color: #fff;
}

.to-staff i , .to-client i {
    padding-right: 1em;
}

.to-staff {
    background-color: #FFE000;
}

.to-client {
    background-color: #8FC31F;
}

@media screen and (max-width: 768px) {
    .to-staff, .to-client {
        width: 90%;
        line-height: 76px;
        font-size: 15px;
        margin: 1.2em auto;
    }
}

/* フォーム部 */
.assess-form {
    width: 960px;
    max-width: 100%;
    margin: 50px auto;
    padding: 0 30px;
}

.contact-lead {
    padding: 1em 0 2em;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.05em;
}

.attention {
    background-color: #F2F2F2;
    padding: 2em 13% 1em;
    margin-bottom: 3em;
}

.attention h2 {
    color: #8FC31F;
    text-align: center;
    font-weight: 700;
    margin-bottom: 1em;
    position: relative;
}

.attention h2::before {
    position: absolute;
    right: 0;
    left: 140px;
    margin: auto;
    bottom: -7px;
    width: 75px;
    height: 75px;
    background: url(img/top/illustration_02.svg) no-repeat;
    background-size: 75px 75px;
    content: '';
}

.attention ul {
    list-style: none;
    line-height: 2;
    color: #555;
}

.attention ul li {
    margin-bottom: 1em;
    font-size: 16px;
}

.txt-pink {
    color: #8FC31F;
}

h2.check {
    display: none;
}

@media screen and (max-width: 567px) {
    .assess-form {
        width: 100%;
        margin: 30px auto 40px;
        padding: 0 4%;
    }

    .contact-lead {
        padding: 1em 0;
        font-size: 15px;
    }

    .attention {
        padding: 2em 4% 10px;
        margin-bottom: 2em;
    }

    .attention ul {
        line-height: 1.8;
    }

    .attention ul li {
        font-size: 13px;
    }
}

/* テーブル共通
------------------------------*/
.assess-form table.mw-form {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #707070;
    table-layout: fixed;
    margin: 0 auto 50px;
    font-size: 16px;
}

.assess-form table.mw-form th {
    width: 36%;
    text-align: right;
}

.assess-form table.mw-form td {
    width: 64%;
    background-color: #F7F7F7;
}

.assess-form table.mw-form th, .assess-form table.mw-form td {
    vertical-align: middle;
    border: 1px solid #707070;
    margin: 0;
    padding: 20px;
    font-weight: 500;
}

.assess-form table.mw-form th .ttl {
    display: inline-block;
}

.assess-form table.mw-form th p.txt {
    text-align: left;
    font-size: 13px;
    font-weight: normal;
    background-color: transparent;
    margin: 0;
}

/* 必須・任意
------------------------------*/
.assess-form table.mw-form th span.required, .assess-form table.mw-form th span.option {
    color: #504E4E;
    font-size: 12px;
    display: inline-block;
    margin-left: 12px;
    padding: 3px 1em;
    border-radius: 20px;
}

.assess-form table.mw-form th span.required {
    background: #FFE000;
}

.client .assess-form table.mw-form th span.required {
    background: #8FC31F;
    color: #fff;
}

.assess-form table.mw-form th span.option {
    background: #D1D1D1;
    color: #fff;
}

/* 見出し
------------------------------*/
.assess-form h2.mwform-ttl {
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    background: #000000;
    padding: .8em;
    margin: 0 0 20px;
}

.assess-form h3 {
    color: #000000 !important;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 50px 0 20px;
}

/* ラジオボタン・チェックボックス
------------------------------*/
.assess-form table.mw-form .horizontal-item {
    margin: 0 35px 0 0;
}

.assess-form .horizontal-item label {
    display: inline;
}

/* テキストボックス
------------------------------*/
.assess-form table.mw-form input[type="text"], .assess-form table.mw-form textarea {
    max-width: 100%;
    color: #000000;
    border: 1px solid #707070;
    border-radius: 0;
    padding: 10px;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.assess-form table.mw-form textarea.message {
    height: 240px;
    line-height: 1.7;
}

.assess-form table.mw-form input[type="text"] {
    width: 75px;
}

/* width: 100% のもの
------------------------------*/
.assess-form table.mw-form input.city, .assess-form table.mw-form input.number, .assess-form table.mw-form input.room-number, .assess-form table.mw-form input.name, .assess-form table.mw-form input.mail, .assess-form table.mw-form input.tel, .assess-form table.mw-form textarea {
    width: 100%;
}

/* セレクトボックス
------------------------------*/
.assess-form table.mw-form .select {
    overflow: hidden;
    width: 240px;
    position: relative;
    display: inline-table;
    z-index: 0;
}

.assess-form table.mw-form p {
    font-size: 13px;
    padding-top: 7px;
}

.assess-form table.mw-form .select select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.assess-form table.mw-form .select select::-ms-expand {
    display: none;
}

.assess-form table.mw-form .select::before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: bold;
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 1;
}

.assess-form table.mw-form .select select {
    padding: 10px 40px 10px 10px;
    border: 1px solid #707070;
    border-radius: 0;
    background-color: #fff;
}

/* 
------------------------------*/
.assess-form table.mw-form .floors {
    display: flex;
    flex-flow: row wrap;
}

.assess-form table.mw-form .floors .no1 {
    margin-right: 15px;
}

/* 画像アップロード
------------------------------*/
.img-upload {
    font-size: 14px;
}

.img-upload input:focus {
    outline: none;
}

/* プライバシーポリシー
------------------------------*/
.assess-form .pp {
    width: 100%;
    max-width: 100%;
    height: 250px;
    border: solid 1px #707070;
    margin: 0 auto 30px;
    padding: 1em 2em 0;
    overflow-y: scroll;
    line-height: 1.8;
    font-size: 14px;
}

.enactment {
    padding: 2em 0;
}

.assess-form .pp::-webkit-scrollbar {
    height: 10px;
}

.assess-form .pp::-webkit-scrollbar-track {
    background: #e3e3e3;
}

.assess-form .pp::-webkit-scrollbar-thumb {
    background: #969696;
}

.assess-form .pp h2 {
    font-size: 20px;
    text-align: center;
    margin: 1em;
    font-weight: 700;
}

.assess-form .pp p {
    text-align: left;
}

.assess-form .pp dl {
    margin: 0;
}

.assess-form .pp dl dt {
    margin: 20px 0 8px;
}

.assess-form .pp dl dt, .assess-form .pp dl dd {
    line-height: 1.5;
    text-align: left;
}

.assess-form .pp dl dt, .assess-form .pp dl dd, .assess-form .pp p {
    font-size: 14px;
    line-height: 1.6;
    background-color: transparent;
}

.assess-form .pp ul {
    margin: 10px 0 10px 20px;
    padding: 0;
}

.assess-form .pp ul li {
    display: list-item;
    font-size: 14px;
}

.assess-form .pp ul li::before {
    content: none;
}

.assess-form .pp address {
    padding: 2em 0 1em;
    line-height: 1.6;
    font-style: normal;
}

/* 同意
------------------------------*/
.assess-form .agreement {
    font-weight: bold;
    text-align: center;
    margin: 0 0 15px;
    font-size: 16px;
    color: #504E4E;
}

.assess-form .agreement .red {
    color: #fa4f52;
    margin: 0 5px;
}

/* 送信ボタン
------------------------------*/
.assess-form .submit-btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.assess-form .submit-btn input[type="submit"] {
    color: #504E4E;
    font-size: 18px;
    font-weight: 700;
    border: none;
    display: table;
    margin: 0 1em 1em;
    padding: 25px 0;
    border-radius: 0;
    width: 350px;
    outline: none;
    transition: 0.3s;
    cursor: pointer;
    background: #FFE000;
}

.assess-form .submit-btn input[type="submit"]:nth-child(2) {
    background-color: #8FC31F;
    color: #fff;
}

.assess-form .submit-btn input[type="submit"]:hover {
    filter: brightness(110%);
    transition: 0.3s;
}

/* 送信確認画面
------------------------------*/
.mw_wp_form_confirm .assess-form table.mw-form .address .select {
    display: block;
}

.mw_wp_form_confirm .assess-form table.mw-form .select::before {
    content: none;
}

.mw_wp_form_confirm .assess-form .pp, .mw_wp_form_confirm .assess-form .agreement {
    display: none;
}

.mw_wp_form_confirm .contact-lead, .mw_wp_form_confirm .attention {
    display: none;
}

.mw_wp_form_confirm .key-vis {
    display: none;
}

.mw_wp_form_confirm h2.check {
    display: block;
    color: #504E4E;
    text-align: center;
    font-weight: 700;
    margin-bottom: 1em;
}

/* 送信完了画面
------------------------------*/
.success {
    padding: 50px 0;
    line-height: 2.5;
    text-align: center;
}

.success a {
    display: block;
    margin: 30px auto 0;
    width: 290px;
    background: #8FC31F;
    color: #fff;
    padding: 10px;
    border: 1px solid #8FC31F;
    border-radius: 50px;
}

.success a:hover {
    background: #fff;
    color: #8FC31F;
}

@media screen and (max-width: 768px) {
    .assess-form table.mw-form {
        max-width: 100%;
        margin: 0 auto 30px;
    }

    .assess-form table.mw-form input[type="text"], .assess-form table.mw-form textarea {
        font-size: 16px;
    }

    .assess-form table.mw-form .floors input[type="text"] {
        width: 65px;
    }

    .assess-form table.mw-form .select select {
        font-size: 16px;
    }

    .assess-form table.mw-form tr {
        width: 100%;
        display: block;
        list-style-type: none;
    }

    .assess-form table.mw-form th {
        text-align: left;
        border: none;
        padding: 15px 20px 10px;
    }

    .assess-form table.mw-form td {
        padding: 18px;
        border: 0;
    }

    .assess-form table.mw-form th, .assess-form table.mw-form td {
        width: 100%;
        display: list-item;
        box-sizing: border-box;
        text-align: left;
    }

    .contact .wrap {
        padding: 0;
    }

    .assess-form .pp {
        height: 200px;
        margin: 0 auto 25px;
        padding: 1em 1em 0;
        overflow-y: scroll;
    }

    .assess-form .agreement {
        margin: 0 0 15px;
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .assess-form table.mw-form .property {
        display: block;
    }

    .assess-form table.mw-form .property span.mwform-radio-field.horizontal-item, .assess-form table.mw-form span.mwform-radio-field.horizontal-item {
        width: auto;
        display: block;
        margin: 0;
    }

    .assess-form table.mw-form .unit {
        margin: 0;
    }

    .assess-form table.mw-form .unit span.mwform-radio-field.horizontal-item {
        display: inline;
        margin-right: 20px;
    }

    .contact .thank {
        padding-top: 0;
        color: #504E4E;
        background: url(img/mail.png) ;
        background-size: 60px;
        background-repeat: no-repeat;
        background-position: top center;
    }

    .contact .thank h2 {
        padding-top: 2.4em;
        color: #2e2e2e!important;
        font-size: 28px;
        margin: 0;
    }

    .assess-form table.mw-form .horizontal-item {
        margin: 0 17px 0 0;
    }

    .mwform-checkbox-field input, .mwform-radio-field input {
        margin-right: 2px!important;
    }
}

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

投稿ページ調整

===========================*/
.post h1:first-child {
    font-weight: 700;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #8FC31F;
    font-size: 2.4rem;
}

.meta,.post .meta {
    margin: 0;
    font-size: 1.4rem;
    color: #504E4E;
    padding: 0.3em 0;
}

.post-top-thumbnail {
    max-width: 768px;
    margin: auto;
    text-align: center
}

.pbhr {
    display: none;
}

#sns-bottoms {
    margin-top: 50px;
}

.term a:hover {
    filter: brightness(120%);
}

@media screen and (max-width: 567px) {
    .grid {
        padding: 25px 4%;
    }

    .post h1:first-child {
        font-size: 1.8rem;
    }

    #mainEntity p {
        font-size: 14px;
    }
}

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

求人情報投稿ページ調整

===========================*/
.single-job .grid {
    padding: 0;
}

.single-job .jobs-sec {
    margin-top: 1em;
}

@media screen and (min-width: 768px) {
    .single-job .jobs-sec {
        margin-top: 0;
    }
}

@media screen and (min-width: 980px) {
    .single-job .jobs-sec {
        margin-top: 0;
    }
}

.single-job .case-button__link {
    font-size: 14px;
}

.single-job .jobs-list__item {
    padding-bottom: 0;
    border-bottom: none;
}

.single-job .case {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 568px) {
    .single-job .case {
        flex-direction:none;
    }
}

@media screen and (min-width: 850px) {
    .single-job .case {
        flex-direction:row;
    }
}

.single-job .case__image-wrap {
    position: relative;
    order: -1;
    width: 100%;
    min-height: 1px;
    font-size: 1rem;
}

@media screen and (min-width: 850px) {
    .single-job .case__image-wrap {
        flex-basis: 30em;
        height: 30em;
    }
}

.single-job .case__ttl {
    margin-top: 1em;
}

@media screen and (min-width: 850px) {
    .single-job .case__ttl {
        margin-top: 0;
        margin-bottom: 1em;
    }
}

@media screen and (min-width: 980px) {
    .single-job .case__details {
        display: block;
    }
}

@media screen and (min-width: 980px) {
    .single-job .case-info {
        margin: 0 0 2em;
    }
}

.single-job .case-button__item {
    position: absolute;
    width: 100%;
    text-align: center;
    flex-basis: unset;
    bottom: 0;
    margin-bottom: 0;
}

@media screen and (min-width: 568px) and (max-width: 979px) {
    .single-job .case-button__item {
        max-width: none;
    }
}

@media screen and (min-width: 980px) {
    .single-job .case-button__link {
        min-height: unset;
    }
}

.single-job .case-button__link.yellow {
    border: none;
    background: rgba(255, 224, 0, 0.6);
    color: #393736;
    padding: 0.5em;
    display: block;
}

.single-job .case-button__link.yellow:hover {
    background: #ffe000;
    color: #393736;
}

.to-flow {
    margin: 60px auto 40px;
}

.to-flow a {
    font-size: 16px;
    color: #8FC31F;
    letter-spacing: 0.15em;
    padding: 3em 1em 1em 80px;
    border-bottom: 2px solid #8FC31F;
    position: relative;
    margin-left: 3px;
    font-weight: 700;
}

.to-flow a:hover {
    filter: brightness(110%);
}

.to-flow a::before {
    content: "";
    position: absolute;
    left: -4px;
    bottom: -2px;
    width: 65px;
    height: 90px;
    background-image: url(img/flow01.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
}

@media screen and (max-width: 578px) {
    .to-flow {
        margin: 50px auto 25px;
    }

    .to-flow a {
        font-size: 13px;
        padding: 3em 0 1em 55px;
        letter-spacing: 0.1em;
    }

    .to-flow a::before {
        width: 50px;
    }
}

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

カテゴリーページ調整

===========================*/
#main div.grid:last-child {
    border: none!important;
}

.category .toc {
    box-shadow: 0px 3px 6px rgba(0, 3, 6, 0.16);
}

.category .entry-title {
    color: #504E4E;
    font-weight: 700;
    font-size: 1.2em;
}

.category .entry-title a:hover {
    color: #8FC31F;
}

.exsp {
    line-height: 1.5;
    font-size: 14px;
}

#list .term img {
    transition: 0.3s;
}

#list .term img:hover {
    filter: brightness(115%);
    transition: 0.3s;
}

/* ページネーション調整
------------------------------*/
.category #bottom-area {
    box-shadow: none;
}

ul.pagination {
    margin: 50px auto 0;
}

.pagination>li>a,.pagination>li>span {
    display: inline-block;
    width: 100%;
    padding: 6px 0;
    color: inherit;
    border: none;
    border-right: none;
}

/*両端削除*/
.pagination>li:first-child, .pagination>li:last-child {
    display: none;
}

ul.pagination li {
    font-size: 15px;
    margin: 0 20px;
}

.pagination>li>a:hover {
    color: #b9b9b9;
    background: #fff;
}

.pagination>.active>span {
    color: #504E4E;
    background: #fff;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.pagination>li>a,.pagination>li>span {
    padding: 2px 0;
}

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

404ページ

===========================*/
.error404 #main {
    font-weight: 700;
    letter-spacing: 0.15em;
    color: #504E4E;
    line-height: 2;
    padding: 2em 0;
    text-align: center;
}

/*youtube動画追加*/
.youtube-wrap {
    max-width: 800px;
    margin: 8em auto 12em;
}

.movie-content-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.movie-content-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

求職者応援宣言(追加コンテンツ)

===========================*/
#cp {
    background-color: #E8E2D3;
    padding: 60px 0;
}

#cp .bg-w {
    background-color: #fff;
    padding: 50px 60px;
    border-radius: 16px;
    text-align: center;
}

.cp-h2 {
    padding: 70px 0 10px;
    font-size: 36px;
    line-height: 1.8;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.dot {
    position: relative;
    padding-top: 0.12em;
}

.dot::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #8FC31F;
    top: -12px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translateX(-7px);
}

#cp .flex {
    padding-top: 80px;
    text-align: left;
    align-items: center;
    counter-reset: number 0;
}

#cp .img-box {
    width: 300px;
}

#cp .txt-box {
    width: calc(100% - 350px);
    margin-left: 50px;
}

.cp-h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}

.cp-h3 span {
    color: #8FC31F;
}

#cp .txt-box p {
    line-height: 2;
}

#cp .txt-box li {
    padding-bottom: 40px;
    line-height: 2;
    padding-left: 32px;
    position: relative;
}

#cp .txt-box li::before {
    position: absolute;
    left: 0;
    top: 3px;
    background-color: #8FC31F;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #fff;
    font-weight: 900;
    line-height: 24px;
    border-radius: 100%;
    counter-increment: number ;
    content: counter(number);
}

#cp .txt-box li p {
    margin-bottom: 0;
    margin-top: 1em;
    position: relative;
    padding-left: 1.25em;
}

#cp .txt-box li p::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
    color: #8FC31F;
}

.sdgs {
    text-align: center;
}

.sdgs img {
    width: 100%;
    max-width: 600px;
}

.cp-job {
    padding-top: 60px;
}

.cp-job .cp-h3 {
    margin-bottom: 0;
}

.cp-job .jobs-sec__bottom {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1000px) {
    #cp .flex {
        display:block;
    }

    #cp .img-box {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    #cp .txt-box {
        width: 100%;
        margin-left: 0;
    }

    .cp-h3 {
        text-align: center ;
    }
}

@media screen and (max-width: 767px) {
    #cp {
        padding: 40px 0;
    }

    #cp .bg-w {
        padding: 40px 20px;
        border-radius: 12px;
    }

    #cp .bg-w > img {
        width: 100px;
    }

    .cp-h2 {
        padding: 50px 0 0;
        font-size: 19px;
    }

    .dot::before {
        width: 8px;
        height: 8px;
        top: -8px;
        transform: translateX(-4px);
    }

    #cp .flex {
        padding-top: 60px;
    }

    .cp-h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    #cp .txt-box p {
        font-size: 14px;
    }

    #cp .txt-box ul {
        margin-bottom: 0;
    }

    #cp .txt-box li {
        font-size: 14px;
    }

    #cp .txt-box li::before {
        top: 2px;
        width: 23px;
        height: 23px;
        line-height: 23px;
    }

    #cp .txt-box li p {
        margin-bottom: 0;
        margin-top: 1em;
        position: relative;
        padding-left: 1.25em;
    }

    .cp-job {
        padding-top: 50px;
    }

    .cp-job .jobs-sec__bottom {
        margin-top: 15px;
        display: block;
    }
}

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

トップ追加バナー

===========================*/
.cp-banner {
    text-align: center;
}

.cp-banner a {
    display: inline-block;
}

.cp-banner img {
    width: 100%;
    max-width: 750px;
    margin: 50px auto;
    transition: 0.2s;
}

.cp-banner img:hover {
    opacity: 0.6;
    transition: 0.2s;
}

.kaigo .jobs-sec .sub-ttl-A__big {
    font-size: 2.4em;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #8FC31F;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .kaigo .jobs-sec .sub-ttl-A__big {
        font-size: 3.6em;
    }
}

.kaigo .jobs-sec .sub-ttl-A {
    margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
    .kaigo .jobs-sec .sub-ttl-A {
        justify-content:center
    }
}

.corona .jobs-sec .sub-ttl-A__big {
    font-size: 2.4em;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #8FC31F;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .corona .jobs-sec .sub-ttl-A__big {
        font-size: 3.6em;
    }
}

.corona .jobs-sec .sub-ttl-A {
    margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
    .corona .jobs-sec .sub-ttl-A {
        justify-content:center
    }
}

.kaigo #cp, .corona #cp {
    margin-top: 80px;
}

.not_found {
    font-size: 1.6em;
    line-height: 1.6;
    text-align: center;
    padding: 30px 0;
}

.single-lp_kaigo .grid {
    padding: 0;
}

.single-lp_kaigo .jobs-sec {
    margin-top: 1em;
}

@media screen and (min-width: 768px) {
    .single-lp_kaigo .jobs-sec {
        margin-top: 0;
    }
}

@media screen and (min-width: 980px) {
    .single-lp_kaigo .jobs-sec {
        margin-top: 0;
    }
}

.single-lp_kaigo .case-button__link {
    font-size: 14px;
}

.single-lp_kaigo .jobs-list__item {
    padding-bottom: 0;
    border-bottom: none;
}

.single-lp_kaigo .case {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 568px) {
    .single-lp_kaigo .case {
        flex-direction:none;
    }
}

@media screen and (min-width: 850px) {
    .single-lp_kaigo .case {
        flex-direction:row;
    }
}

.single-lp_kaigo .case__image-wrap {
    position: relative;
    order: -1;
    width: 100%;
    min-height: 1px;
    font-size: 1rem;
}

@media screen and (min-width: 850px) {
    .single-lp_kaigo .case__image-wrap {
        flex-basis: 30em;
        height: 30em;
    }
}

.single-lp_kaigo .case__ttl {
    margin-top: 1em;
}

@media screen and (min-width: 850px) {
    .single-lp_kaigo .case__ttl {
        margin-top: 0;
        margin-bottom: 1em;
    }
}

@media screen and (min-width: 980px) {
    .single-lp_kaigo .case__details {
        display: block;
    }
}

@media screen and (min-width: 980px) {
    .single-lp_kaigo .case-info {
        margin: 0 0 2em;
    }
}

.single-lp_kaigo .case-button__item {
    position: absolute;
    width: 100%;
    text-align: center;
    flex-basis: unset;
    bottom: 0;
    margin-bottom: 0;
}

@media screen and (min-width: 568px) and (max-width: 979px) {
    .single-lp_kaigo.case-button__item {
        max-width: none;
    }
}

@media screen and (min-width: 980px) {
    .single-lp_kaigo .case-button__link {
        min-height: unset;
    }
}

.single-lp_kaigo .case-button__link.yellow {
    border: none;
    background: rgba(255, 224, 0, 0.6);
    color: #393736;
    padding: 0.5em;
    display: block;
}

.single-lp_kaigo.case-button__link.yellow:hover {
    background: #ffe000;
    color: #393736;
}

.single-lp_corona .grid {
    padding: 0;
}

.single-lp_corona .jobs-sec {
    margin-top: 1em;
}

@media screen and (min-width: 768px) {
    .single-lp_corona .jobs-sec {
        margin-top: 0;
    }
}

@media screen and (min-width: 980px) {
    .single-lp_corona .jobs-sec {
        margin-top: 0;
    }
}

.single-lp_corona .case-button__link {
    font-size: 14px;
}

.single-lp_corona .jobs-list__item {
    padding-bottom: 0;
    border-bottom: none;
}

.single-lp_corona .case {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 568px) {
    .single-lp_corona .case {
        flex-direction:none;
    }
}

@media screen and (min-width: 850px) {
    .single-lp_corona .case {
        flex-direction:row;
    }
}

.single-lp_corona .case__image-wrap {
    position: relative;
    order: -1;
    width: 100%;
    min-height: 1px;
    font-size: 1rem;
}

@media screen and (min-width: 850px) {
    .single-lp_corona .case__image-wrap {
        flex-basis: 30em;
        height: 30em;
    }
}

.single-lp_corona .case__ttl {
    margin-top: 1em;
}

@media screen and (min-width: 850px) {
    .single-lp_corona .case__ttl {
        margin-top: 0;
        margin-bottom: 1em;
    }
}

@media screen and (min-width: 980px) {
    .single-lp_corona .case__details {
        display: block;
    }
}

@media screen and (min-width: 980px) {
    .single-lp_corona .case-info {
        margin: 0 0 2em;
    }
}

.single-lp_corona .case-button__item {
    position: absolute;
    width: 100%;
    text-align: center;
    flex-basis: unset;
    bottom: 0;
    margin-bottom: 0;
}

@media screen and (min-width: 568px) and (max-width: 979px) {
    .single-lp_corona .case-button__item {
        max-width: none;
    }
}

@media screen and (min-width: 980px) {
    .single-lp_corona .case-button__link {
        min-height: unset;
    }
}

.single-lp_corona .case-button__link.yellow {
    border: none;
    background: rgba(255, 224, 0, 0.6);
    color: #393736;
    padding: 0.5em;
    display: block;
}

.single-lp_corona .case-button__link.yellow:hover {
    background: #ffe000;
    color: #393736;
}
