@charset "UTF-8";

* {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

ul,
ol {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

ul,
ol {
    list-style: none;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

input,
button,
textarea,
select {
    font: inherit;
    outline: none;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-feature-settings: "palt";
}

body {
    width: 100%;
    -webkit-text-size-adjust: none;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
    color: #000000;
    font-weight: 500;
    line-height: 1 !important;
}

@media screen and (min-width: 770px) {
    body {
        padding-top: 120px;
    }

    .sp {
        display: none !important;
    }
}

@media screen and (max-width: 769px) {
    body {
        padding-top: 60px;
    }

    .pc {
        display: none !important;
    }
}

@keyframes show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../font/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs169vgUE.ttf) format('truetype');
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../font/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUE.ttf) format('truetype');
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../font/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvgUE.ttf) format('truetype');
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../font/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZogUE.ttf) format('truetype');
}

.contents-inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1040px) {
    .contents-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    .contents-inner {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/*--------------------------------
GLOBAL HEADER 
----------------------------------*/
#Header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    background-color: #a7d28d;
}

#Header .logo {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background-color: #a7d28d;
}

#Header .logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.visually-hidden {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

@media screen and (max-width: 769px) {
    #Header {
        height: 60px;
    }

    #Header .logo {
        width: 110px;
        height: 115px;
    }

    #Header .logo img {
        width: 60px;
    }
}

#Header .hdr-navi ul {
    margin-bottom: 0 !important;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
}

#Header .hdr-navi ul li a {
    font-weight: 600 !important;
}

@media screen and (min-width: 770px) {
    #Header .hdr-navi {
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        padding-right: 25px;
    }

    #Header .hdr-navi ul {
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
    }

    #Header .hdr-navi ul li {
        padding: 0 20px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    #Header .hdr-navi ul li {
        padding: 0 10px;
    }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
    #Header .hdr-navi ul li {
        padding: 0 5px;
    }
}

@media screen and (min-width: 769px) {
    #Header .hdr-navi ul li.current a::before {
        transform: scale(1, 1);
    }

    #Header .hdr-navi ul li a {
        position: relative;
        padding: 10px 5px;
        font-size: 16px;
        font-weight: bold;
        color: #000000;
        text-decoration: none;
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    #Header .hdr-navi ul li a {
        font-size: 13px;
    }
}

@media screen and (min-width: 769px) and (max-width: 920px) {
    #Header .hdr-navi ul li a {
        font-size: 11px;
    }
}

#Header .hdr-navi .btn-entry {
    box-shadow: none;
}

@media screen and (min-width: 769px) {
    #Header .hdr-navi ul li a:hover::before {
        transform: scale(1, 1);
    }

    #Header .hdr-navi ul li a::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #000000;
        transform: scale(0, 1);
        transition: transform 0.3s;
        transform-origin: center center;
    }

    #Header .hdr-navi .btn-entry {
        margin-left: 20px;
    }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
    #Header .hdr-navi .btn-entry {
        margin-left: 10px;
    }
}

@media screen and (min-width: 770px) {
    #Header .hdr-navi .btn-entry a {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        width: 120px;
        height: 50px;
        border-radius: 50px;
        background-color: #FEDE2B;
        color: #fff;
        text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
        text-decoration: none;
        font-weight: 600;
        font-size: 15px;
        letter-spacing: 0.25em;
    }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
    #Header .hdr-navi .btn-entry a {
        transition: opacity 0.3s;
    }

    #Header .hdr-navi .btn-entry a:hover {
        opacity: 0.7 !important;
        color: #fff !important;
    }
}

@media screen and (max-width: 769px) {
    #Header .hdr-navi {
        position: fixed;
        z-index: 100;
        display: none;
        top: 60px;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 10px 30px 100px;
        background-color: #a7d28d;
        overflow-y: auto;
    }

    #Header .hdr-navi.active {
        display: block;
        animation: show 0.3s linear;
    }

    #Header .hdr-navi.on ul li:nth-of-type(1) {
        transition-delay: 0.05s;
    }

    #Header .hdr-navi.on ul li:nth-of-type(2) {
        transition-delay: 0.08s;
    }

    #Header .hdr-navi.on ul li:nth-of-type(3) {
        transition-delay: 0.13s;
    }

    #Header .hdr-navi.on ul li:nth-of-type(4) {
        transition-delay: 0.15s;
    }

    #Header .hdr-navi.on ul li:nth-of-type(5) {
        transition-delay: 0.18s;
    }

    #Header .hdr-navi.on ul li,
    #Header .hdr-navi.on .btn-entry {
        opacity: 1;
        transform: translateY(0);
    }

    #Header .hdr-navi ul li {
        margin-top: 50px;
        transition: 0.6s;
        opacity: 0;
        transform: translateY(30px);
    }

    #Header .hdr-navi ul li:nth-of-type(1) {
        margin-top: 100px;
    }

    #Header .hdr-navi ul li a {
        position: relative;
        padding-left: 35px;
        font-size: 18px;
        color: #000000;
        text-decoration: none;
    }

    #Header .hdr-navi ul li a::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 20px;
        height: 1px;
        background-color: #000000;
    }

    #Header .hdr-navi .btn-entry {
        margin-top: 65px;
        opacity: 0;
        transition: 0.6s;
        transform: translateY(30px);
        transition-delay: 0.23s;
    }
}

#Header .sp-menu {
    padding-right: 30px;
}

#Header .sp-menu a {
    position: relative;
    display: block;
    width: 35px;
    height: 60px;
}

#Header .sp-menu a.noactive span {
    animation-duration: 0s !important;
}

#Header .sp-menu a.active span:nth-of-type(1) {
    animation-name: menuAnim1;
    animation-timing-function: linear;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}

#Header .sp-menu a.active span:nth-of-type(2) {
    animation-name: menuAnim3;
    animation-timing-function: linear;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}

#Header .sp-menu a span {
    position: absolute;
    left: 50%;
    width: 35px;
    height: 2px;
    margin-left: -17.5px;
    background-color: #000000;
}

#Header .sp-menu a span:nth-of-type(1) {
    top: 22px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-name: menuAnim4;
    animation-timing-function: linear;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}

#Header .sp-menu a span:nth-of-type(2) {
    top: 32px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-name: menuAnim6;
    animation-timing-function: linear;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}

@keyframes menuAnim1 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        top: 32px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@keyframes menuAnim3 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        top: 32px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes menuAnim4 {
    0% {
        top: 32px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    100% {
        top: 22px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes menuAnim6 {
    0% {
        top: 32px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    100% {
        top: 32px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

/*--------------------------------
GLOBAL FOOTER 
----------------------------------*/
#Footer .box {
    margin-top: 90px;
    padding: 40px 0 10px;
    background-color: #a7d28d;
    text-align: center;
}

#Footer .box .contents-inner {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

#Footer .box ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 0 !important;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
}

.Footer__snavi {
    background-color: #a7d28d;
    padding-bottom: 20px;
}

.Footer__snaviBox {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.site-bnr {
    width: 15%;
}

.site-bnr img {
    width: 100%;
}

.Footer__snaviList {
    display: flex;
    justify-content: center;
    text-align: center;
}

.Footer__snaviList li {
    padding: 10px 15px;
    font-size: 14px;
    border-left: 1px solid #000;
}

.Footer__snaviList li+li {
    border-right: 1px solid #000;
}

.Footer__snaviList li a {
    text-decoration: none;
    color: #000;
}

.Footer__snaviList li a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 769px) {
    .site-bnr a {
        transition: opacity 0.3s;
    }

    .site-bnr a:hover {
        opacity: 0.7 !important;
    }
}

@media screen and (max-width: 1040px) {
    .Footer__snaviBox {
        padding-left: 20px;
        padding-right: 20px;
    }
}


@media screen and (max-width: 768px) {
    #Footer .box .contents-inner {
        display: block;
    }

    #Footer .box ul {
        display: block;
        text-align: center;
        padding-left: 0 !important;
    }

    .Footer__snaviBox {
        flex-direction: column;
    }

    .site-bnr {
        width: 80%;
    }
}

#Footer .box ul li {
    margin: 0 20px;
}

#Footer .box ul li.current a::before,
#Footer .box ul li a:hover::before {
    transform: scale(1, 1);
}

#Footer .box ul li a {
    position: relative;
    padding: 10px 5px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

#Footer .box ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: scale(0, 1);
    transition: transform 0.3s;
    transform-origin: center center;
}

#Footer .copyright {
    padding: 10px 0 25px;
    text-align: center;
    font-size: 11px;
    color: #000000;
    background-color: #a7d28d;
}

@media screen and (max-width: 1150px) {
    #Footer .box ul li {
        margin: 0 10px;
    }

    #Footer .box ul li a {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    #Footer .box ul li {
        margin-top: 50px;
    }

    #Footer .box ul li a {
        font-size: 14px;
    }

    .Footer__snavi {
        padding-top: 40px;
    }

    .Footer__snaviList li {
        padding: 10px;
        font-size: 12px;
    }

    #Footer .copyright {
        margin-top: -1px;
        padding: 0 0 25px;
        font-size: 10px;
    }
}

#Footer .btn-entry {
    box-shadow: none !important;
    width: 100%;
}

.btn-entry {
    box-shadow: none !important;
}

.btn-entry a {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    width: 500px;
    height: 90px;
    margin: 0 auto;
    background-color: #FEDE2B;
    text-decoration: none;
    color: #fff;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
    letter-spacing: 0.25em;
    font-weight: bold;
    line-height: 1 !important;
}

#Footer .btn-entry a {
    height: 120px;
    border-radius: 100px;
}

@media screen and (min-width: 769px) {
    .btn-entry a {
        transition: opacity 0.3s;
    }

    .btn-entry a:hover {
        opacity: 0.7 !important;
        color: #fff !important;
    }
}

.btn-entry a span {
    display: block;
    width: 90%;
    text-align: center;
}

.btn-entry a span:nth-of-type(1) {
    font-family: 'Oswald', sans-serif !important;
    font-size: 18px;
    font-weight: 600;
}

#Footer .btn-entry a span:nth-of-type(1) {
    font-size: 24px;
}

.btn-entry a span:nth-of-type(2) {
    margin-top: 15px;
    font-size: 24px;
    letter-spacing: 0.1em;
    color: #000000;
    text-shadow: none;
}

@media screen and (max-width: 768px) {
    .btn-entry a {
        max-width: 285px;
        height: 70px;
    }

    .btn-entry a span:nth-of-type(1) {
        font-size: 16px;
    }

    #Footer .btn-entry a span:nth-of-type(1) {
        font-size: 18px;
    }

    .btn-entry a span:nth-of-type(2) {
        margin-top: 10px;
        font-size: 18px;
    }
}

.contact-box {
    padding-top: 130px;
}

.contact-box .recruitment-box {
    position: relative;
    height: 200px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
}

@media screen and (max-width: 1240px) {
    .contact-box {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    .contact-box {
        padding: 50px 30px 30px;
    }

    .contact-box .recruitment-box {
        height: 140px;
        align-items: center;
        background-color: #a7d28d;
    }
}

.contact-box .recruitment-box>a {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.contact-box .recruitment-box>a:hover {
    background: rgba(255, 255, 255, 0.3);
}

.contact-box .recruitment-box .headline {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 50%;
    height: 100%;
    background-color: #a7d28d;
}

.contact-box .recruitment-box .headline span {
    position: relative;
    padding-right: 95px;
    color: #000000;
    font-size: 30px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
    font-weight: 500;
}

.contact-box .recruitment-box .headline span::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 40px;
    height: 40px;
    background: url("../img/circle-bk-arrow.png") no-repeat;
    background-size: 100% 100%;
}

.contact-box .recruitment-box .thumbnail {
    width: 50%;
    height: 100%;
    background: url("../img/con-box.jpg") no-repeat center top;
    background-size: cover;
}

.contact-box .tel-contact-txt {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    margin-top: 50px;
    padding: 0;
    border: unset;
    color: #333;
    position: unset;
    line-height: inherit;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
}

.contact-box .tel-contact-box {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.contact-box .tel-contact-box>div {
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    width: 49%;
    height: 120px;
    color: #50d100;
}

.contact-box .tel-contact-box>div>a {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
}

.contact-box .tel-contact-box>div>a:hover {
    background: rgba(255, 255, 255, 0.3);
}

.contact-box .tel-contact-box>div.tel {
    background-color: rgba(227, 217, 217, 0.15);
}

.contact-box .tel-contact-box>div.tel div,
.contact-box .tel-contact-box>div.contact div {
    width: 100%;
    text-align: center;
}

.contact-box .tel-contact-box>div.tel div.headline {
    font-size: 15px;
}

.contact-box .tel-contact-box>div.tel div.tel-number {
    margin-top: 5px;
}

.contact-box .tel-contact-box>div.tel div.tel-number span {
    padding-left: 40px;
    font-size: 30px;
    font-weight: 500 !important;
    font-family: 'Oswald', sans-serif !important;
    background: url("../img/tel_ico.png") no-repeat left center;
    background-size: 30px auto;
}

.contact-box .tel-contact-box>div.tel div.time,
.contact-box .tel-contact-box>div.contact div.time {
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
}

.contact-box .tel-contact-box>div.contact {
    background-color: rgba(227, 217, 217, 0.15);
}

.contact-box .tel-contact-box>div.contact::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
}

.contact-box .tel-contact-box>div.contact .headline {
    position: relative;
    font-weight: bold;
}

.contact-box .tel-contact-box>div.contact .headline span {
    padding-left: 45px;
    font-size: 24px;
    background: url("../img/mail_ico.png") no-repeat left center;
    background-size: 27px auto;
}

@media screen and (max-width: 768px) {
    .contact-box .recruitment-box .headline {
        order: 2;
        width: 50%;
        height: 80px;
    }

    .contact-box .recruitment-box .headline span {
        font-size: 17px;
        padding: 0 0 35px 0;
    }

    .contact-box .recruitment-box .headline span::before {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 33px;
        height: 33px;
    }

    .contact-box .recruitment-box .headline span {
        font-size: 15px;
    }

    .contact-box .recruitment-box .thumbnail {
        background: url("../img/con-box_sp.jpg") no-repeat center top;
        background-size: cover;
    }

    .contact-box .tel-contact-txt {
        font-size: 20px;
        margin-top: 40px;
    }

    .contact-box .tel-contact-box {
        display: block;
        margin-top: 20px;
    }

    .contact-box .tel-contact-box>div {
        width: 100%;
        height: 80px;
        border-radius: 0;
    }

    .contact-box .tel-contact-box>div.tel div.headline {
        font-size: 11px;
    }

    .contact-box .tel-contact-box>div.tel div.tel-number span {
        padding-left: 40px;
        margin-left: -30px;
        font-size: 22px;
        background-size: 22px auto;
    }

    .contact-box .tel-contact-box>div.tel div.time,
    .contact-box .tel-contact-box>div.contact div.time {
        font-size: 13px;
    }

    .contact-box .tel-contact-box>div.contact {
        margin-top: 15px;
    }

    .contact-box .tel-contact-box>div.contact::before {
        right: 25px;
        width: 25px;
        height: 25px;
    }

    .contact-box .tel-contact-box>div.contact .headline span {
        padding-left: 35px;
        margin-left: -10px;
        font-size: 18px;
        background-size: 18px auto;
    }

    #Footer .btn-entry a {
        height: 80px;
    }
}

.list-box {
    margin-top: 45px;
    padding: 35px 60px 60px;
    background-color: rgba(227, 217, 217, 0.15);
}

@media screen and (max-width: 1000px) {
    .list-box {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.list-box .list-item {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 25px;
}

.list-box .list-item .thumbnail {
    flex-shrink: 0;
    width: 257px;
}

@media screen and (max-width: 768px) {
    .list-box {
        margin-top: 30px;
        padding: 35px 20px;
    }

    .list-box .list-item {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .list-box .list-item:nth-of-type(1) {
        margin-top: 0;
    }

    .list-box .list-item .thumbnail {
        order: 2;
        width: 100%;
        margin-top: 15px;
    }
}

.list-box .list-item .phrase {
    flex-grow: 1;
    padding-top: 30px;
    padding-left: 80px;
}

@media screen and (max-width: 1000px) {
    .list-box .list-item .phrase {
        padding-left: 40px;
    }
}

@media screen and (max-width: 768px) {
    .list-box .list-item .phrase {
        order: 1;
        width: 100%;
        padding: 0;
    }
}

.list-box .list-item .phrase .number {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}

.list-box .list-item .phrase .number span:nth-of-type(1) {
    flex-shrink: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border: 1px solid #50d100;
    font-size: 20px;
    background-color: #fff;
    color: #50d100;
}

.list-box .list-item .phrase .number span:nth-of-type(2) {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: #50d100;
    padding-left: 25px;
}

.list-box .list-item .phrase p {
    margin-top: 20px;
    font-size: 15px;
}

@media screen and (max-width: 768px) {
    .list-box .list-item .phrase .number span:nth-of-type(1) {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        font-size: 17px;
    }

    .list-box .list-item .phrase .number span:nth-of-type(2) {
        padding-left: 15px;
        font-style: 18px;
    }

    .list-box .list-item .phrase p {
        font-size: 14px;
    }
}

.mass-box {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.mass-box .phrase {
    flex-grow: 1;
}

@media screen and (max-width: 768px) {
    .mass-box {
        flex-wrap: wrap;
    }

    .mass-box .phrase {
        width: 100%;
    }
}

.mass-box .thumbnail {
    flex-shrink: 0;
}

@media screen and (max-width: 1200px) {
    .mass-box .thumbnail {
        max-width: 40%;
    }
}

@media screen and (max-width: 768px) {
    .mass-box .thumbnail {
        width: 100%;
        max-width: 100%;
    }
}

.faq-box {
    margin-top: 15px;
}

.faq-box .faq-item {
    margin-top: 25px;
    padding: 0 30px;
    background-color: rgba(227, 217, 217, 0.15);
}

.faq-box .faq-item.active .question::before {
    content: "－";
}

@media screen and (max-width: 768px) {
    .faq-box .faq-item {
        padding: 0 15px;
    }

    .faq-box .faq-item.active .question {
        background-size: 17px auto;
    }
}

.faq-box .faq-item .question {
    position: relative;
    padding: 10px 0;
}

.faq-box .faq-item .question::before {
    content: "＋";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 40px;
    color: #50d100;
}

@media screen and (min-width: 769px) {
    .faq-box .faq-item .question:hover {
        cursor: pointer;
    }
}

@media screen and (max-width: 768px) {
    .faq-box .faq-item .question {
        background-size: 17px auto;
    }
}

.faq-box .faq-item .question p {
    position: relative;
    padding-left: 35px;
    padding-right: 45px;
    font-size: 17px;
    color: #50d100;
    line-height: 2;
}

.faq-box .faq-item .question p::before {
    content: "Q.";
    position: absolute;
    top: -3px;
    left: 0;
    font-size: 20px;
    font-weight: bold;
    color: #50d100;
}

.faq-box .faq-item .answer {
    display: none;
    padding-bottom: 10px;
}

.faq-box .faq-item .answer p {
    position: relative;
    padding-left: 35px;
    font-size: 15px;
    line-height: 2.2;
}

.faq-box .faq-item .answer p::before {
    content: "A.";
    position: absolute;
    top: -5px;
    left: 0;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

@media screen and (max-width: 768px) {
    .faq-box .faq-item .question p {
        padding-left: 25px;
        padding-right: 35px;
        font-size: 14px;
    }

    .faq-box .faq-item .question p::before {
        font-size: 17px;
    }

    .faq-box .faq-item .answer p {
        padding-left: 25px;
        font-size: 14px;
    }

    .faq-box .faq-item .answer p::before {
        font-size: 17px;
    }
}

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

.text-right {
    text-align: right;
}

.text-bold {
    font-weight: bold;
}

.text-fs12 {
    font-size: 12px;
}

.text-fs14 {
    font-size: 14px;
}

.text-fs16 {
    font-size: 16px;
}

.text-fs18 {
    font-size: 18px;
}

.text-fs19 {
    font-size: 19px;
}

.text-fs20 {
    font-size: 20px;
}

.text-fs21 {
    font-size: 21px;
}

.text-fs22 {
    font-size: 22px;
}

.text-fs23 {
    font-size: 23px;
}

.text-fs24 {
    font-size: 24px;
}

.text-fs24 {
    font-size: 24px;
}

.text-fs25 {
    font-size: 25px;
}

.text-fs26 {
    font-size: 26px;
}

.text-fs27 {
    font-size: 27px;
}

.text-fs28 {
    font-size: 28px;
}

.text-fs30 {
    font-size: 30px;
}

@media screen and (max-width: 768px) {
    .text-fs12 {
        font-size: 12px;
    }

    .text-fs14 {
        font-size: 14px;
    }

    .text-fs16 {
        font-size: 14px;
    }

    .text-fs18 {
        font-size: 16px;
    }

    .text-fs19 {
        font-size: 18px;
    }

    .text-fs20 {
        font-size: 18px;
    }

    .text-fs21 {
        font-size: 18px;
    }

    .text-fs22 {
        font-size: 20px;
    }

    .text-fs23 {
        font-size: 20px;
    }

    .text-fs24 {
        font-size: 22px;
    }

    .text-fs24 {
        font-size: 22px;
    }

    .text-fs25 {
        font-size: 24px;
    }

    .text-fs26 {
        font-size: 24px;
    }

    .text-fs27 {
        font-size: 24px;
    }

    .text-fs28 {
        font-size: 24px;
    }

    .text-fs30 {
        font-size: 24px;
    }
}

.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mt110 {
    margin-top: 110px !important;
}

.mt120 {
    margin-top: 120px !important;
}

.mt130 {
    margin-top: 130px !important;
}

.mt140 {
    margin-top: 140px !important;
}

.mt150 {
    margin-top: 150px !important;
}

.mt160 {
    margin-top: 150px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mb110 {
    margin-bottom: 110px !important;
}

.mb120 {
    margin-bottom: 120px !important;
}

.mb130 {
    margin-bottom: 130px !important;
}

.mb140 {
    margin-bottom: 140px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt45 {
    padding-top: 45px !important;
}

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

.pt60 {
    padding-top: 60px !important;
}

.pt70 {
    padding-top: 70px !important;
}

.pt80 {
    padding-top: 80px !important;
}

.pt90 {
    padding-top: 90px !important;
}

.pt100 {
    padding-top: 100px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb45 {
    padding-bottom: 45px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pb70 {
    padding-bottom: 70px !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pb90 {
    padding-bottom: 90px !important;
}

.pb100 {
    padding-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
    .mt0 {
        margin-top: 0 !important;
    }

    .mt5 {
        margin-top: 5px !important;
    }

    .mt10 {
        margin-top: 10px !important;
    }

    .mt15 {
        margin-top: 10px !important;
    }

    .mt20 {
        margin-top: 15px !important;
    }

    .mt25 {
        margin-top: 15px !important;
    }

    .mt30 {
        margin-top: 20px !important;
    }

    .mt35 {
        margin-top: 20px !important;
    }

    .mt40 {
        margin-top: 30px !important;
    }

    .mt45 {
        margin-top: 30px !important;
    }

    .mt50 {
        margin-top: 40px !important;
    }

    .mt60 {
        margin-top: 40px !important;
    }

    .mt70 {
        margin-top: 50px !important;
    }

    .mt80 {
        margin-top: 50px !important;
    }

    .mt90 {
        margin-top: 50px !important;
    }

    .mt100 {
        margin-top: 50px !important;
    }

    .mt110 {
        margin-top: 60px !important;
    }

    .mt120 {
        margin-top: 60px !important;
    }

    .mt130 {
        margin-top: 60px !important;
    }

    .mt140 {
        margin-top: 70px !important;
    }

    .mt150 {
        margin-top: 70px !important;
    }

    .mt160 {
        margin-top: 80px !important;
    }

    .mtsp20 {
        margin-top: 20px !important;
    }

    .mb0 {
        margin-bottom: 0 !important;
    }

    .mb5 {
        margin-bottom: 5px !important;
    }

    .mb10 {
        margin-bottom: 10px !important;
    }

    .mb15 {
        margin-bottom: 10px !important;
    }

    .mb20 {
        margin-bottom: 15px !important;
    }

    .mb25 {
        margin-bottom: 15px !important;
    }

    .mb30 {
        margin-bottom: 20px !important;
    }

    .mb35 {
        margin-bottom: 20px !important;
    }

    .mb40 {
        margin-bottom: 30px !important;
    }

    .mb45 {
        margin-bottom: 30px !important;
    }

    .mb50 {
        margin-bottom: 40px !important;
    }

    .mb60 {
        margin-bottom: 40px !important;
    }

    .mb70 {
        margin-bottom: 50px !important;
    }

    .mb80 {
        margin-bottom: 50px !important;
    }

    .mb90 {
        margin-bottom: 50px !important;
    }

    .mb100 {
        margin-bottom: 50px !important;
    }

    .mb110 {
        margin-bottom: 60px !important;
    }

    .mb120 {
        margin-bottom: 60px !important;
    }

    .mb130 {
        margin-bottom: 60px !important;
    }

    .mb140 {
        margin-bottom: 70px !important;
    }

    .pt0 {
        padding-top: 0 !important;
    }

    .pt5 {
        padding-top: 5px !important;
    }

    .pt10 {
        padding-top: 10px !important;
    }

    .pt15 {
        padding-top: 10px !important;
    }

    .pt20 {
        padding-top: 15px !important;
    }

    .pt25 {
        padding-top: 15px !important;
    }

    .pt30 {
        padding-top: 20px !important;
    }

    .pt35 {
        padding-top: 20px !important;
    }

    .pt40 {
        padding-top: 30px !important;
    }

    .pt45 {
        padding-top: 30px !important;
    }

    .pt50 {
        padding-top: 40px !important;
    }

    .pt60 {
        padding-top: 40px !important;
    }

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

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

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

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

    .pb0 {
        padding-bottom: 0 !important;
    }

    .pb5 {
        padding-bottom: 5px !important;
    }

    .pb10 {
        padding-bottom: 10px !important;
    }

    .pb15 {
        padding-bottom: 10px !important;
    }

    .pb20 {
        padding-bottom: 15px !important;
    }

    .pb25 {
        padding-bottom: 15px !important;
    }

    .pb30 {
        padding-bottom: 20px !important;
    }

    .pb35 {
        padding-bottom: 20px !important;
    }

    .pb40 {
        padding-bottom: 30px !important;
    }

    .pb45 {
        padding-bottom: 30px !important;
    }

    .pb50 {
        padding-bottom: 40px !important;
    }

    .pb60 {
        padding-bottom: 40px !important;
    }

    .pb70 {
        padding-bottom: 50px !important;
    }

    .pb80 {
        padding-bottom: 50px !important;
    }

    .pb90 {
        padding-bottom: 50px !important;
    }

    .pb100 {
        padding-bottom: 50px !important;
    }
}

/*--------------------------
HOME
----------------------------*/
body.top .layer {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

body.top #contents .c-keyv {
    padding-bottom: 80px;
    position: relative;
    background-color: #a7d28d;
    text-align: center;
    overflow: hidden;
}

@media screen and (max-width: 1025px) {
    body.top #contents .c-keyv {
        padding-bottom: 20px;
    }
}

body.top #contents .c-keyv .inner {
    position: relative;
    height: 100%;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 769px) {
    body.top #contents .c-keyv .inner {
        padding: 0 30px;
    }
}

body.top #contents .c-keyv .inner .img {
    position: relative;
}

body.top #contents .c-keyv .inner .img h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 25px;
    color: #fff;
    width: 100%;
    text-align: center;
}

body.top #contents .c-keyv .inner .img h2 span {
    display: block;
}

body.top #contents .c-keyv .inner .img h2 .en {
    font-family: 'Oswald', sans-serif !important;
    font-size: 80px;
}

body.top #contents .c-keyv .inner .img h2 .en b {
    font-family: 'Oswald', sans-serif !important;
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    font-weight: 500;
}

body.top #contents .c-keyv .inner .img h2 .jp {
    margin-top: 15px;
    font-size: 28px;
    font-weight: bold;
}

body.top #contents .c-keyv .inner .text {
    position: relative;
    z-index: 2;
    margin-top: -20px;
    font-size: 14px;
    line-height: 2;
    color: #000000;
    text-align: center;
}

@media screen and (max-width: 768px) {
    body.top #contents .c-keyv .inner .img h2 {
        margin-top: -10px;
    }

    body.top #contents .c-keyv .inner .img h2 .en {
        font-size: 35px;
    }

    body.top #contents .c-keyv .inner .img h2 .jp {
        font-size: 16px;
    }

    body.top #contents .c-keyv .inner .text {
        font-size: 13px;
        margin-top: -10px;
    }
}

body.top #contents .c-keyv .inner .text p {
    position: relative;
    z-index: 2;
    font-weight: bold;
}

body.top #contents .c-keyv .inner .text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 727px;
    height: 272px;
    margin-top: 60px;
    background: url("../img/key-bg.png") no-repeat center center;
    background-size: 100% 100%;
}

@media screen and (max-width: 769px) {
    body.top #contents .c-keyv .inner .text::before {
        width: 100%;
        height: 200px;
        margin-top: 10px;
        background: url("../img/key-bg_sp.png") no-repeat center center;
        background-size: 100% 100%;
    }
}

body.top #contents .c-news {
    position: relative;
    z-index: 2;
    padding: 40px 0 45px;
    background-color: #a7d28d;
}

body.top #contents .c-news .news-box {
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
}

body.top #contents .c-news .news-box .section-title {
    flex-shrink: 0;
    width: 190px;
    margin-top: -15px;
}

body.top #contents .c-news .news-box .section-title span {
    color: #fff;
    font-family: 'Oswald', sans-serif !important;
}

@media screen and (max-width: 1025px) {
    body.top #contents .c-news {
        padding: 0;
        margin-top: -1px;
    }

    body.top #contents .c-news .news-box {
        display: block;
        padding: 30px 0;
    }

    body.top #contents .c-news .news-box .section-title span:nth-of-type(1) {
        font-size: 25px;
    }
}

@media screen and (max-width: 768px) {
    body.top #contents .c-news .news-box .section-title span:nth-of-type(2) {
        font-size: 11px;
    }
}

@media screen and (max-width: 1040px) {
    body.top #contents .c-news .news-box .section-title {
        width: 180px;
    }
}

body.top #contents .c-news .news-box .news-list {
    flex-grow: 1;
    background-color: #fff;
}

@media screen and (max-width: 1025px) {
    body.top #contents .c-news .news-box .news-list {
        margin-top: 20px;
        padding: 0;
    }
}

body.top #contents .c-news .news-box .news-list li a {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    border-bottom: 2px solid #a7d28d;
    line-height: 1.4;
    background: url("../img/g-arrow_ico.png") no-repeat calc(100% - 20px) center;
    text-decoration: none;
}

body.top #contents .c-news .news-box .news-list li .date {
    flex-shrink: 0;
    padding: 12px 0 12px 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    width: 130px;
    font-size: 14px;
    color: #a7d28d;
    letter-spacing: 0.05em;
}

body.top #contents .c-news .news-box .news-list li .title {
    flex-grow: 1;
    padding: 12px 20px 12px 0;
    font-size: 13px;
    font-weight: 600;
    color: #a7d28d;
    text-decoration: none;
}

@media screen and (min-width: 769px) {
    body.top #contents .c-news .news-box .news-list li a {
        display: block;
        padding: 15px 15px;
    }

    body.top #contents .c-news .news-box .news-list li .date {
        width: 100%;
        font-size: 13px;
        padding: 0;
    }

    body.top #contents .c-news .news-box .news-list li .title {
        transition: opacity 0.3s;
    }

    body.top #contents .c-news .news-box .news-list li .title:hover {
        opacity: 0.7;
    }

    body.top #contents .c-news .news-box .news-list li .title {
        margin-top: 8px;
        padding: 0 35px 0 0;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}

body.top #contents .c-news .news-box .btn-viewmore {
    position: relative;
    width: 145px;
    margin-left: 40px;
}

@media screen and (max-width: 1000px) {
    body.top #contents .c-news .news-box .btn-viewmore {
        margin-left: 30px;
    }
}

@media screen and (max-width: 1025px) {
    body.top #contents .c-news .news-box .btn-viewmore {
        width: 100%;
        margin: 25px 0 0 0;
    }
}

body.top #contents .c-news .news-box .btn-viewmore a {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    height: 45px;
    color: #000000;
    text-decoration: none;
    font-size: 13px;
    border: 1px solid #000000;
    background: url("../img/bk-arrow_ico.png") no-repeat calc(100% - 10px) center;
}

@media screen and (min-width: 769px) {
    body.top #contents .c-news .news-box .btn-viewmore a {
        transition: opacity 0.3s;
    }

    body.top #contents .c-news .news-box .btn-viewmore a:hover {
        transition: 0.5s;
        color: #fff;
        border: 1px solid #fff;
        background: url(../img/w-arrow_ico.png) no-repeat calc(100% - 10px) center;
    }
}

@media screen and (max-width: 1000px) {
    body.top #contents .c-news .news-box .btn-viewmore a {
        width: 170px;
    }
}

@media screen and (max-width: 1025px) {
    body.top #contents .c-news .news-box .btn-viewmore a {
        position: static;
        width: 150px;
        height: 42px;
        margin: 0 auto;
        font-size: 13px;
    }
}

body.top #contents .c-news .news-box .btn-viewmore a span {
    margin-left: -20px;
}

body.top #contents .section-title span {
    display: block;
    color: #a7d28d;
    font-family: 'Oswald', sans-serif !important;
}

body.top #contents .section-title span:nth-of-type(1) {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 46px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

body.top #contents .section-title span:nth-of-type(2) {
    margin-top: 15px;
    font-size: 15px;
}

body.top #contents .c-box01 {
    padding: 100px 0 200px;
}

@media screen and (max-width: 768px) {
    body.top #contents .section-title span:nth-of-type(1) {
        font-size: 31px;
    }

    body.top #contents .section-title span:nth-of-type(2) {
        font-size: 11px;
    }

    body.top #contents .c-box01 {
        padding: 60px 0 15vw;
        background-position: left bottom;
        background-size: auto 100%;
    }
}

body.top #contents .c-box01 .box {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
}

body.top #contents .c-box01 .box .img {
    flex-shrink: 0;
    padding-top: 60px;
}

body.top #contents .c-box01 .box .phrase {
    padding-left: 80px;
}

@media screen and (max-width: 1025px) {
    body.top #contents .c-box01 .box {
        flex-wrap: wrap;
    }

    body.top #contents .c-box01 .box .img {
        order: 2;
        width: 100%;
        padding-top: 0;
        margin-top: 10px;
    }

    body.top #contents .c-box01 .box .img img {
        width: 100%;
    }

    body.top #contents .c-box01 .box .phrase {
        order: 1;
        padding-left: 0;
    }
}

body.top #contents .c-box01 .box .phrase .headline {
    margin-top: 50px;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
    body.top #contents .c-box01 .box .phrase .headline {
        margin-top: 30px;
        font-size: 21px;
    }
}

body.top #contents .c-box01 .box .phrase p {
    margin-top: 40px;
    font-size: 15px;
    line-height: 2.2;
}

@media screen and (max-width: 1025px) {
    body.top #contents .c-box01 .box .phrase p {
        margin-top: 20px;
    }
}

body.top #contents .c-box02 {
    position: relative;
    z-index: 2;
    margin-top: -12vw;
    padding: 110px 0 180px;
    background-color: rgba(237, 236, 230, 0.3);
    clip-path: polygon(0 12vw, 100% 0, 100% 100%, 0% 88%);
}

@media screen and (max-width: 768px) {
    body.top #contents .c-box02 {
        padding: 70px 0 20vw;
        clip-path: polygon(0 12vw, 100% 0, 100% 100%, 0% 96%);
    }
}

body.top #contents .c-box02 .box {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

body.top #contents .c-box02 .box .section-title-wrap {
    text-align: right;
}

body.top #contents .c-box02 .box .section-title {
    display: inline-block;
    text-align: left;
}

body.top #contents .c-box02 .box .list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    body.top #contents .c-box02 .box .list {
        display: block;
    }
}

body.top #contents .c-box02 .box .list .item {
    position: relative;
    width: 45%;
    box-shadow: 0 0 10px 5px rgba(173, 172, 174, 0.5);
}

@media screen and (min-width: 769px) {
    body.top #contents .c-box02 .box .list .item:not(:nth-of-type(-n+2)) {
        margin-top: 60px;
    }
}

@media screen and (max-width: 768px) {
    body.top #contents .c-box02 .box .list .item:not(:nth-of-type(1)) {
        margin-top: 30px;
    }

    body.top #contents .c-box02 .box .list .item img {
        width: 100%;
    }
}

body.top #contents .c-box02 .box .list .item a {
    display: block;
}

@media screen and (min-width: 769px) {
    body.top #contents .c-box02 .box .list .item a {
        transition: opacity 0.3s;
    }

    body.top #contents .c-box02 .box .list .item a:hover {
        opacity: 0.7;
    }
}

@media screen and (max-width: 768px) {
    body.top #contents .c-box02 .box .list .item {
        width: 100%;
    }
}

body.top #contents .c-box03 {
    position: relative;
    padding-top: 120px;
    padding-bottom: 0;
}

@media screen and (max-width: 768px) {
    body.top #contents .c-box03 {
        padding-top: 70px;
    }
}

body.top #contents .c-box04 {
    padding: 60px 0;
}

@media screen and (max-width: 768px) {
    body.top #contents .c-box04 {
        padding-top: 30px 0;
    }
}

@media screen and (max-width: 768px) {
    body.top #contents .c-box04 .contents-inner {
        padding-top: 0;
        border-top: none;
    }
}

body.top #contents .c-box04 .box {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 50px;
}

body.top #contents .c-box04 .box .information {
    width: 50%;
}

body.top #contents .c-box04 .box .information table {
    max-width: 420px;
    width: 100%;
    font-size: 14px;
}

body.top #contents .c-box04 .box .information table th,
body.top #contents .c-box04 .box .information table td {
    padding: 15px 0;
    text-align: left;
    vertical-align: middle;
    line-height: 1.4;
}

body.top #contents .c-box04 .box .information table .space {
    width: 20px;
}

body.top #contents .c-box04 .box .information table th {
    width: 100px;
    font-weight: bold;
    color: #a7d28d;
    border-top: 1px solid #a7d28d;
    border-bottom: 1px solid #a7d28d;
}

body.top #contents .c-box04 .box .information table td:not(.space) {
    border-top: 1px solid #e8ebe8;
    border-bottom: 1px solid #e8ebe8;
}

body.top #contents .c-box04 .box .map {
    width: 50%;
    padding-left: 40px;
}

body.top #contents .c-box04 .box .map iframe {
    width: 100%;
    height: 280px;
}

@media screen and (max-width: 768px) {
    body.top #contents .c-box04 .box {
        display: block;
        margin-top: 40px;
    }

    body.top #contents .c-box04 .box .information {
        width: 100%;
    }

    body.top #contents .c-box04 .box .information table {
        width: 100%;
    }

    body.top #contents .c-box04 .box .information table th,
    body.top #contents .c-box04 .box .information table td {
        padding: 20px 0;
    }

    body.top #contents .c-box04 .box .information table .space {
        width: 15px;
    }

    body.top #contents .c-box04 .box .information table th {
        width: 90px;
    }

    body.top #contents .c-box04 .box .information table td:not(.space) {
        width: calc(100% - 15px - 90px);
    }

    body.top #contents .c-box04 .box .map {
        width: 100%;
        margin-top: 40px;
        padding-left: 0;
    }

    body.top #contents .c-box04 .box .map iframe {
        height: 190px;
    }
}

/*--------------------------
under
----------------------------*/
body.under #contents .c-keyv {
    position: relative;
    background-color: #a7d28d;
}

@media screen and (max-width: 1240px) {
    body.under #contents .c-keyv {
        padding-left: 20px;
        padding-right: 20px;
    }
}

body.under #contents .c-keyv h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    body.under #contents .c-keyv h1 {
        font-size: 22px;
    }
}

body.under #contents .c-keyv .img {
    text-align: center;
}

@media screen and (max-width: 769px) {
    body.under #contents .c-keyv .img {
        position: relative;
        background-color: transparent;
    }

    body.under #contents .c-keyv .img::before {
        content: "";
        display: block;
        padding-top: 40%;
    }

    body.under #contents .c-keyv .img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

body.under #contents .c-keyv .img img {
    max-width: 1200px;
    width: 100%;
}

body.under #contents .breadcrumb {
    padding: 40px 0;
    font-size: 12px;
    background-color: #a7d28d;
    color: #000;
}

body.under #contents .breadcrumb .contents-inner {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}

body.under #contents .breadcrumb>span>span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

body.under #contents .breadcrumb a {
    white-space: nowrap;
    position: relative;
    color: #000;
    margin-right: 35px;
    padding-right: 20px;
}

@media screen and (min-width: 769px) {
    body.under #contents .breadcrumb a {
        text-decoration: none;
    }

    body.under #contents .breadcrumb a:hover {
        text-decoration: underline;
    }
}

body.under #contents .breadcrumb a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 1px;
    right: -15px;
    background-color: #000;
}

body.under #Footer {
    margin-top: 30px;
}

/*@media screen and (max-width: 768px) {*/
/*    body.under #Footer {*/
/*        margin-top: 60px;*/
/*    }*/
/*}*/

body.news #contents .news-list {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

body.news #contents .news-list li {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 20px 0;
    border-bottom: 1px solid #e4e6e6;
}

@media screen and (max-width: 768px) {
    body.news #contents .news-list li {
        display: block;
        padding: 15px 0;
    }
}

body.news #contents .news-list li .date {
    flex-shrink: 0;
    width: 150px;
    font-size: 20px;
}

body.news #contents .news-list li a {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

@media screen and (min-width: 769px) {
    body.news #contents .news-list li a {
        transition: opacity 0.3s;
    }

    body.news #contents .news-list li a:hover {
        opacity: 0.7;
    }
}

@media screen and (max-width: 768px) {
    body.news #contents .news-list li a {
        margin-top: 8px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}

body.news #contents .wp-pagenavi {
    text-align: center;
    max-width: 1120px;
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
    body.news #contents .wp-pagenavi {
        margin-top: 40px;
    }
}

body.news #contents .wp-pagenavi span,
body.news #contents .wp-pagenavi a {
    display: inline-block;
    padding: 8px 8px;
    margin: 0 3px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 1em;
    color: #666;
    text-decoration: none;
    text-align: center;
}

body.news #contents .wp-pagenavi .current,
body.news #contents .wp-pagenavi a:hover {
    background: #eee !important;
    border-color: #aaa !important;
}

.company-table {
    width: 100%;
}

.company-table th,
.company-table td {
    text-align: left !important;
    vertical-align: top !important;
}

.company-table th {
    width: 200px;
    padding-left: 35px;
}

@media screen and (max-width: 768px) {
    .company-table th {
        width: 120px;
        padding-left: 10px;
    }
}

/*--------------------------
COMPANY
----------------------------*/
body.company #contents .map {
    margin-top: 30px;
}

body.company #contents .map iframe {
    width: 100%;
    height: 360px;
}

body.company #contents .access-text {
    margin-top: 10px;
}

body.company #contents .access-text p {
    line-height: 1.4;
}

body.company #contents .access-text .p02 {
    margin-top: 10px;
}

.c-msg_box {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 80px;
}

.c-philosophy {
    font-size: 20px !important;
    text-align: center;
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    body.company #contents .map iframe {
        height: 190px;
    }

    .c-msg_box {
        width: 100%;
        margin: 0 auto;
    }
}

/*--------------------------
SESSION
----------------------------*/
body.session #contents .session-text01 {
    margin: 40px 0 25px;
    text-align: center;
    font-size: 27px;
    color: #50d100;
    letter-spacing: 0.2em;
}

body.session #contents .session-list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    margin-top: 35px;
}

body.session #contents .session-list .item {
    position: relative;
    width: 31.5%;
    padding: 40px 25px 30px;
    background-color: rgba(227, 217, 217, 0.15) !important;
    text-align: center;
}

body.session #contents .session-list .item::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 20px;
    width: 55px;
    height: 55px;
    border-radius: 55px;
}

body.session #contents .session-list .item .icn {
    text-align: center;
}

body.session #contents .session-list .item .headline {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #50d100;
}

body.session #contents .session-list .item p {
    margin-top: 25px;
    font-size: 14px;
    line-height: 2;
    text-align: left;
}

body.session #contents .session-text02 {
    margin: 50px 0 40px;
    text-align: center;
    font-size: 34px;
    letter-spacing: 0.2em;
    color: #50d100;
}

.priv-con_box {
    border: solid 2px #555;
    padding: 20px 40px;
    margin-bottom: 20px;
}

.priv-con_box p {
    margin-bottom: 0 !important;
    font-size: 15px !important;
    line-height: 2em;
}

.priv-con_box p+p {
    margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
    body.session #contents .session-text01 {
        margin-bottom: 20px;
        font-size: 20px;
        letter-spacing: 0.1em;
        line-height: 1.6;
    }

    body.session #contents .session-list {
        display: block;
        margin-top: 25px;
    }

    body.session #contents .session-list .item::before {
        width: 40px;
        height: 40px;
        border-radius: 40px;
    }

    body.session #contents .session-list .item {
        width: 100%;
        margin-top: 17px;
        padding: 30px 20px 20px;
    }

    body.session #contents .session-list .item:nth-of-type(1) {
        margin-top: 0;
    }

    body.session #contents .session-list .item.cross::before {
        background-size: 20px 20px;
    }

    body.session #contents .session-list .item.check::before {
        background-size: 20px 20px;
    }

    body.session #contents .session-list .item .icn img {
        width: auto;
    }

    body.session #contents .session-list .item .headline {
        font-size: 18px;
    }

    body.session #contents .session-list .item p {
        margin-top: 15px;
    }

    body.session #contents .session-text02 {
        margin-top: 20px;
        font-size: 22px;
    }

    body.session #contents .table-box table {
        width: 600px;
    }
}

/*--------------------------
BEGINNER
----------------------------*/
body.beginner #contents .m-box01 {
    margin-top: 80px;
}

body.beginner #contents .m-box01 .phrase {
    padding-right: 70px;
}

body.beginner #contents .m-box02 {
    margin-top: 40px;
}

body.beginner #contents .m-box02 .phrase {
    padding-right: 70px;
}

body.beginner #contents .m-box02 .point-box {
    position: relative;
    margin-top: 100px;
    padding: 40px 25px;
    background-color: rgba(227, 217, 217, 0.15);
}

body.beginner #contents .m-box02 .point-box .headline {
    position: absolute;
    top: -17px;
    left: 30px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 80px;
    height: 35px;
    border-radius: 35px;
    background-color: #50d100;
    color: #fff;
    font-size: 17px;
    text-align: center;
}

body.beginner #contents .m-box02 .point-box p {
    font-size: 16px;
}

body.beginner #contents .list-box {
    padding-top: 55px;
}

body.beginner #contents .list-box .list-item {
    margin-top: 5px;
    align-items: center;
}

body.beginner #contents .list-box .list-item:not(:last-child) {
    margin-bottom: 40px;
}

body.beginner #contents .list-box .list-item .phrase {
    padding-top: 0;
}

@media screen and (max-width: 1200px) {
    body.beginner #contents .m-box01 .phrase {
        padding-right: 35px;
    }

    body.beginner #contents .m-box02 .phrase {
        padding-right: 35px;
    }
}

@media screen and (max-width: 768px) {
    body.beginner #contents .m-box01 {
        margin-top: 25px;
    }

    body.beginner #contents .m-box01 .thumbnail {
        margin-top: 25px;
    }

    body.beginner #contents .m-box01 .phrase {
        padding-right: 0;
    }

    body.beginner #contents .m-box02 {
        margin-top: 20px;
    }

    body.beginner #contents .m-box02 .thumbnail {
        margin-top: 25px;
    }

    body.beginner #contents .m-box02 .phrase {
        padding-right: 0;
    }

    body.beginner #contents .m-box02 .point-box {
        margin-top: 30px;
        padding: 25px 20px;
    }

    body.beginner #contents .m-box02 .point-box .headline {
        top: -12px;
        left: 20px;
        width: 70px;
        height: 25px;
        border-radius: 25px;
        font-size: 13px;
    }

    body.beginner #contents .m-box02 .point-box p {
        font-size: 14px;
    }

    body.beginner #contents .list-box {
        padding-top: 1px;
    }

    body.beginner #contents .list-box .list-item {
        margin-top: 30px;
    }
}

/*--------------------------
DESCRIPTION
----------------------------*/
body.description #contents .mass-box {
    margin-top: 40px;
}

body.description #contents .mass-box .phrase {
    padding-right: 20px;
}

body.description #contents .example-list {
    position: relative;
}

body.description #contents .example-list::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 23px;
    left: 47px;
    width: 4px;
    height: calc(100% - 23px);
    background-color: #50d100;
}

body.description #contents .example-list .example-item {
    position: relative;
    margin-top: 30px;
    padding-left: 120px;
    background-color: rgba(227, 217, 217, 0.15);
}

body.description #contents .example-list .example-item:last-child::after {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 47px;
    width: 5px;
    height: calc(100% - 30px);
    background-color: #edece6;
}

body.description #contents .example-list .example-item::before {
    content: "";
    position: absolute;
    z-index: 4;
    top: 23px;
    left: 35px;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    border: 3px solid #50d100;
    background-color: #fff;
}

body.description #contents .example-list .example-item.with-img {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
}

body.description #contents .example-list .example-item.with-img .phrase {
    padding-left: 40px;
}

body.description #contents .example-list .example-item.with-img.right .phrase {
    padding-left: 0;
    padding-right: 40px;
}

body.description #contents .example-list .example-item .phrase {
    flex-grow: 1;
    padding: 25px 0;
}

body.description #contents .example-list .example-item .phrase .headline {
    font-size: 22px;
    font-weight: bold;
    color: #50d100;
}

body.description #contents .example-list .example-item .phrase p {
    margin-top: 10px;
    font-size: 14px;
    color: #333333;
    line-height: 1.6;
}

body.description #contents .example-list .example-item .thumbnail img {
    border-radius: 10px;
}

body.description #contents .sample-list {
    margin-top: -20px;
}

body.description #contents .sample-list .sample-item {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 70px;
}

@media screen and (max-width: 768px) {
    body.description #contents .mass-box {
        margin-top: 20px;
    }

    body.description #contents .mass-box .thumbnail {
        margin-top: 20px;
    }

    body.description #contents .mass-box .phrase {
        padding-right: 0;
    }

    body.description #contents .example-list::before {
        left: 29px;
        width: 2px;
    }

    body.description #contents .example-list .example-item {
        margin-top: 15px;
        padding-left: 60px;
    }

    body.description #contents .example-list .example-item:last-child::after {
        left: 27px;
        width: 5px;
    }

    body.description #contents .example-list .example-item::before {
        top: 20px;
        left: 20px;
        width: 21px;
        height: 21px;
        border-radius: 21px;
        border-width: 2px;
    }

    body.description #contents .example-list .example-item.with-img {
        flex-wrap: wrap;
    }

    body.description #contents .example-list .example-item.with-img .thumbnail {
        order: 2;
        width: 100%;
        padding: 0 40px 20px 15px;
    }

    body.description #contents .example-list .example-item.with-img .phrase {
        order: 1;
        width: 100%;
        padding-left: 0;
    }

    body.description #contents .example-list .example-item .phrase {
        padding-right: 20px;
    }

    body.description #contents .example-list .example-item .phrase .headline {
        font-size: 18px;
    }

    body.description #contents .sample-list {
        margin-top: 35px;
    }

    body.description #contents .sample-list .sample-item {
        display: block;
        margin-top: 45px;
    }
}

@media screen and (min-width: 769px) {
    body.description #contents .sample-list .sample-item.reverse {
        flex-direction: row-reverse;
    }

    body.description #contents .sample-list .sample-item.reverse .phrase {
        padding-left: 0;
        padding-right: 50px;
    }
}

body.description #contents .sample-list .sample-item .thumbnail {
    flex-shrink: 0;
}

body.description #contents .sample-list .sample-item .phrase {
    flex-grow: 1;
    padding-left: 50px;
}

body.description #contents .sample-list .sample-item .phrase h5 {
    margin: 0 0 30px;
}

body.description #contents .sample-list .sample-item .phrase .table-title {
    margin-top: 25px;
}

body.description #contents .sample-list .sample-item .phrase .table-title .title {
    font-size: 16px;
    font-weight: bold;
    color: #a7d28d;
}

body.description #contents .sample-list .sample-item .phrase .table-title p {
    margin-top: 5px;
    font-size: 14px;
}

body.description #contents .sample-list .sample-item .phrase .sample-table {
    margin-top: 10px;
}

body.description #contents .sample-list .sample-item .phrase .sample-table table {
    width: 100%;
}

body.description #contents .sample-list .sample-item .phrase .sample-table table th,
body.description #contents .sample-list .sample-item .phrase .sample-table table td {
    border: 1px solid #888888;
    text-align: left;
    vertical-align: middle;
    line-height: 1.6;
    padding: 0;
}

body.description #contents .sample-list .sample-item .phrase .sample-table table th {
    height: 55px;
    background-color: rgba(227, 217, 217, 0.15);
    color: #50d100;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

body.description #contents .sample-list .sample-item .phrase .sample-table table th:nth-of-type(1) {
    width: 230px;
}

body.description #contents .sample-list .sample-item .phrase .sample-table table td {
    height: 70px;
    font-size: 14px;
    text-align: center;
}

body.description #contents .sample-list .sample-item .phrase .sample-table table td:nth-of-type(1) {
    padding-left: 20px;
    text-align: left;
}

@media screen and (max-width: 768px) {
    body.description #contents .sample-list .sample-item .thumbnail {
        text-align: center;
    }

    body.description #contents .sample-list .sample-item .thumbnail img {
        max-width: 175px;
        width: 100%;
    }

    body.description #contents .sample-list .sample-item .phrase {
        margin-top: 20px;
        padding-left: 0;
    }

    body.description #contents .sample-list .sample-item .phrase .sample-table table th:nth-of-type(1) {
        display: none;
    }

    body.description #contents .sample-list .sample-item .phrase .sample-table table td {
        height: 50px;
    }

    body.description #contents .sample-list .sample-item .phrase .sample-table table td:nth-of-type(1) {
        display: none;
    }
}

/*--------------------------
under
----------------------------*/
body.job h3 {
    font-size: 23px;
    text-align: center;
    border-top: 2px solid #a7d28d;
    border-bottom: 7px solid #a7d28d;
    background: #ffffff;
    font-weight: bold;
    line-height: 1.3em;
    color: #a7d28d;
    padding: 15px 0 12px;
    margin: 0 0 18px 0;
    position: relative;
}

body.job table.maintable {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    background: #ffffff;
    border: 1px solid #aaaaaa;
}

body.job table.maintable th {
    background: #eeeeee;
    padding: 14px 0 12px;
    text-align: center;
    vertical-align: top;
    border-bottom: 1px solid #aaaaaa;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.1em;
    color: #555555;
}

body.job table.maintable td {
    padding: 14px 10px 12px 10px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #aaaaaa;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.1em;
    color: #555555;
}

body.job .job_search_form {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    margin-top: 80px;
    box-sizing: border-box;
}

body.job .job_search_form form {
    padding: 0;
    margin: 0;
}

body.job .job_search_form .r {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: stretch;
    margin: 0 -6px;
}

body.job .job_search_form .r>.box {
    flex: 1;
    margin-left: 6px;
    margin-right: 6px;
}

body.job .job_search_form .box {
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 6px;
    margin: 0 0 15px;
    padding: 25px;
}

body.job .job_search_form .box h4 {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    margin: 0 0 12px !important;
    padding: 0 0 8px !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #a7d28d;
}

body.job .job_search_form .checkboxes label {
    display: block;
    padding: 8px 12px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4em;
    color: #333;
    cursor: pointer;
}

body.job .job_search_form .checkboxes label+label {
    margin-top: 8px;
}

body.job .job_search_form .checkboxes label input[type="checkbox"] {
    margin-right: 6px;
}

body.job .job_search_form .checkboxes label:hover {
    background-color: #f0f0f0;
}

body.job .job_search_form .area_genre_form label {
    display: block;
    position: relative;
}

body.job .job_search_form .area_genre_form label:before {
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -2.5px 0 0;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    content: '';
    border-width: 5px;
    border-style: solid;
    border-color: #a7d28d transparent transparent transparent;
}

body.job .job_search_form .area_genre_form select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4em;
    color: #333;
}

body.job .job_search_form .area_genre_form select:hover {
    background-color: #f0f0f0;
}

body.job .job_search_form .area_genre_form .sep {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #333;
    margin: 3px auto;
    text-align: center;
}

body.job .job_search_form .area_genre_form button[type="undermit"] {
    appearance: none;
    -webkit-appearance: none;
    margin: 12px 0 0;
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #a7d28d;
    background: #a7d28d;
    border-radius: 6px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4em;
    color: #fff;
}

body.job .job_search_form .tags {
    margin: -12px -6px 0;
}

body.job .job_search_form .tags ul {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

body.job .job_search_form .tags ul li {
    margin: 12px 6px 0;
}

body.job .job_search_form .tags ul li a {
    display: block;
    padding: 8px 12px 8px 24px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4em;
    color: #333;
    position: relative;
}

body.job .job_search_form .tags ul li a:before {
    position: absolute;
    left: 10px;
    top: 50%;
    margin: -5px 0 0;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    content: '';
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #a7d28d;
}

body.job .job_search_form .tags ul li a:hover {
    background-color: #f0f0f0;
}

@media screen and (max-width: 768px) {
    body.job .job_search_form .r {
        display: block !important;
        margin: 0 !important;
    }

    body.job .job_search_form .r>.box {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body.job .job_search_form .box {
        padding: 12px !important;
    }
}

@media screen and (max-width: 500px) {
    body.job .job_search_form .tags {
        margin: 0 !important;
    }

    body.job .job_search_form .tags ul {
        display: block;
    }

    body.job .job_search_form .tags ul li {
        margin: 0 0 6px;
    }
}

body.job .job_list {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0 28px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5em;
    color: #555;
}

body.job .job_list .job_head {
    padding: 0 0 38px;
    text-align: center;
}

body.job .job_list .job_head h3 {
    font-size: 23px;
    text-align: center;
}

body.job .job_list .modified {
    text-align: right;
    font-weight: normal;
    color: #333333;
}

body.job .job_list>ul>li {
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 6px;
    margin: 0 0 40px;
    padding: 18px 25px;
}

body.job .job_list .head {
    border-bottom: 3px solid #a7d28d;
    padding: 0 0 16px;
}

body.job .job_list .head .icons {
    float: left;
}

body.job .job_list .head .icons li {
    float: left;
    margin: 0 10px 0 0;
    height: 35px;
    background: #ff5c26;
    border-radius: 5px;
    overflow: hidden;
}

body.job .job_list .head .icons li.new {
    background: #e60012;
    width: 45px;
}

body.job .job_list .head .icons li span {
    display: table-cell;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
}

body.job .job_list .head .icons li.new span {
    width: 45px;
}

body.job .job_list .head h3 {
    clear: none !important;
    background: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: table-cell !important;
    height: 35px !important;
    vertical-align: middle !important;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2em;
    color: #555555;
    text-align: left;
}

body.job .job_list .tags ul {
    margin: 0 0 0 -8px;
}

body.job .job_list .tags ul li {
    float: left;
    display: block;
    padding: 6px 12px;
    margin: 0 0 8px 8px;
    background: rgba(227, 217, 217, 0.15);
    border-radius: 4px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.1em;
    color: #50d100;
}

body.job .job_list .tags ul li.job_type {
    background: #50d100;
    color: #fff;
}

body.job .job_list .modified {
    font-weight: normal;
    text-align: right;
}

body.job .job_list .r {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin: 24px 0 0;
}

body.job .job_list .inner {
    padding: 24px 0;
}

body.job .job_list .image {
    float: left;
    position: relative;
    width: 320px;
}

body.job .job_list .image a {
    display: block;
    width: 100%;
    height: 1px;
    padding: 0 0 75%;
    overflow: hidden;
    position: relative;
}

body.job .job_list .image a img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.job .job_list .table {
    margin: 0 0 0 340px;
}

body.job .job_list .table table {
    width: 100%;
}

body.job .job_list .table table th {
    width: 136px;
}

body.job .job_list .entry_btns ul {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: center;
    width: 100%;
}

body.job .job_list .entry_btns li {
    max-width: 320px;
    flex: 1;
}

body.job .job_list .entry_btns li+li {
    margin-left: 24px;
}

body.job .job_list .entry_btns li a {
    display: block;
    border-radius: 5px;
    padding: 0 0 5px;
    background: #a7d28d;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3em;
    color: #ffffff;
    text-align: center;
}

body.job .job_list .entry_btns li a .in {
    display: inline-block;
    padding: 21px 0 11px 47px;
    background: url("../img/job-list_icon.png") left center no-repeat;
}

body.job .job_list .entry_btns li.entry_btn a {
    background-color: #FEDE2B;
}

.entry_btn-wrap {
    margin-top: 40px;
}

.entry_btn-arrow {
    position: relative;
    background: #FEDE2B;
    text-align: center;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.entry_btn-arrow:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(0, 153, 255, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-top-color: #FEDE2B;
    top: 100%;
    left: 50%;
}

@media screen and (max-width: 900px) {
    body.job .job_list .image {
        width: 40%;
    }

    body.job .job_list .table {
        margin-left: 40%;
        padding-left: 12px;
    }
}

@media screen and (max-width: 767px) {
    body.job .job_list {
        padding-left: 15px;
        padding-right: 15px;
    }

    body.job .job_list>ul>li {
        padding: 18px !important;
    }

    body.job .job_list .image {
        float: none !important;
        width: auto !important;
        margin-bottom: 18px !important;
    }

    body.job .job_list .table {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    body.job .job_list .table table.maintable th {
        width: 100px;
    }

    body.job .job_list .table table.maintable th,
    body.job .job_list .table table.maintable td {
        font-size: 15px;
        line-height: 1.3em;
    }

    body.job .job_list .entry_btns li a {
        font-size: 18px;
        line-height: 1.3em;
    }
}

@media screen and (max-width: 520px) {
    body.job .job_list>ul>li {
        padding: 12px !important;
    }

    body.job .job_list .inner {
        padding-bottom: 12px;
    }

    body.job .job_list .entry_btns ul {
        display: block;
    }

    body.job .job_list .entry_btns ul li {
        display: block;
        max-width: initial;
    }

    body.job .job_list .entry_btns li+li {
        margin-left: 0 !important;
        margin-top: 12px;
    }
}

body.job .job_detail {
    padding: 80px 0 80px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5em;
    color: #555555;
}

body.job .job_detail>.inner {
    background: #ffffff;
    border: 1px solid #ccc;
    border-top: 6px solid #a7d28d;
    max-width: 1000px;
    margin: 0 auto;
    padding: 18px 25px;
    box-sizing: border-box;
}

body.job .job_detail h3 {
    background: #a7d28d left bottom repeat-x !important;
    color: #ffffff !important;
    border-bottom: none !important;
    background: #ffffff;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3em;
    color: #444444;
    text-align: left;
    padding: 15px 10px 8px 15px;
    margin: 0 0 18px 0;
    position: relative;
}

body.job .job_detail .head {
    padding: 4px 0 18px;
    margin: 0 0 18px;
    border-bottom: 1px solid #999999;
}

body.job .job_detail .head .icons {
    float: left;
}

body.job .job_detail .head .icons li {
    float: left;
    margin: 0 10px 0 0;
    height: 35px;
    background: #ff5c26;
    border-radius: 5px;
    overflow: hidden;
}

body.job .job_detail .head .icons li.new {
    background: #e60012;
    width: 45px;
}

body.job .job_detail .head .icons li span {
    display: table-cell;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
}

body.job .job_detail .head .icons li.new span {
    width: 45px;
}

body.job .job_detail .head h2 {
    clear: none !important;
    background: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: table-cell !important;
    height: 35px !important;
    vertical-align: middle !important;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2em;
    color: #555555;
    text-align: left;
}

body.job .job_detail .tags ul {
    margin: 0 0 0 -8px;
}

body.job .job_detail .tags ul li {
    float: left;
    display: block;
    padding: 6px 12px;
    margin: 0 0 8px 8px;
    background: rgba(227, 217, 217, 0.15);
    border-radius: 4px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.1em;
    color: #50d100;
}

body.job .job_detail .tags ul li.job_type {
    background: #50d100;
    color: #fff;
}

body.job .job_detail .modified {
    font-weight: normal;
    text-align: right;
}

body.job .job_detail .r {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 24px;
}

body.job .job_detail .r.nowrap {
    flex-wrap: nowrap;
}

body.job .job_detail .job_detail_image {
    width: 415px;
    flex-shrink: 0;
}

body.job .job_detail .job_detail_image .image {
    width: 100%;
    height: 1px;
    padding: 0 0 75%;
    overflow: hidden;
    position: relative;
}

body.job .job_detail .job_detail_image .image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.job .job_detail .job_detail_image .text {
    padding: 15px 0 20px;
}

body.job .job_detail .job_detail_image .text p {
    margin: 0 !important;
}

body.job .job_detail .job_detail_description {
    margin: 0 0 5px 12px;
    flex: 1;
}

body.job .job_detail .job_detail_description a {
    color: #1991ab;
}

@media screen and (min-width: 769px) {
    body.job .job_detail .job_detail_description a {
        text-decoration: none;
    }

    body.job .job_detail .job_detail_description a:hover {
        text-decoration: underline;
    }
}

body.job .job_detail .job_detail_description p {
    margin: 0 0 15px;
}

body.job .job_detail .job_detail_description .catchcopy {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    color: #4FB7C7;
}

body.job .job_detail .images {
    margin: 0 -12px 42px;
}

body.job .job_detail .images ul {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

body.job .job_detail .images li {
    width: 33%;
    padding: 0 12px;
    box-sizing: border-box;
}

body.job .job_detail .images li .image {
    width: 100%;
    height: 1px;
    padding: 0 0 75%;
    margin: 0 0 8px;
    overflow: hidden;
    position: relative;
}

body.job .job_detail .images li .image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.job .job_detail .job_detail_table {
    padding: 30px 0 30px;
    position: relative;
}

body.job .job_detail .job_detail_table h4 {
    margin-bottom: 26px !important;
}

body.job .job_detail .job_detail_table table {
    width: 100%;
}

body.job .job_detail .job_detail_table table th {
    width: 200px;
}

body.job .job_detail .entry_btn {
    max-width: 320px;
    margin: 0 auto;
}

body.job .job_detail .entry_btn a {
    display: block;
    border-radius: 5px;
    padding: 0 0 5px;
    background: #FEDE2B;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3em;
    color: #ffffff;
    text-align: center;
}

body.job .job_detail .entry_btn a .in {
    display: inline-block;
    padding: 21px 0 11px 47px;
    background: url(../img/job-list_icon.png) left center no-repeat;
}

body.job .job_detail .entry_btn.entry_btn-arrow a .in {
    background: unset;
    padding: 20px 15px 15px 15px;
    color: #333;
}

@media screen and (max-width: 1000px) {
    body.job .job_detail .job_detail_image {
        width: 40%;
    }
}

@media screen and (max-width: 768px) {
    body.job .job_detail {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    body.job .job_detail .inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    body.job .job_detail .r.nowrap {
        display: block;
    }

    body.job .job_detail .job_detail_image {
        width: 100%;
        margin-bottom: 16px;
    }

    body.job .job_detail .job_detail_description {
        margin-left: 0;
    }

    body.job .job_detail .images {
        margin-bottom: 24px;
    }

    body.job .job_detail .job_detail_table table,
    body.job .job_detail .job_detail_table table tbody,
    body.job .job_detail .job_detail_table table tr,
    body.job .job_detail .job_detail_table table th,
    body.job .job_detail .job_detail_table table td {
        display: block;
        width: auto;
        font-size: 15px;
        line-height: 1.5em;
    }

    body.job .job_detail .job_detail_table table th {
        border-bottom: none;
        padding: 8px 6px 6px;
    }

    body.job .job_detail .job_detail_table table td {
        border-top: none;
        padding: 8px 6px 6px;
    }

    body.job .job_detail .job_detail_table table tr:last-child td {
        border-bottom: none;
    }

    body.job .job_detail .inner>*:last-child {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 650px) {
    body.job .job_detail .images {
        margin-left: 0;
        margin-right: 0;
    }

    body.job .job_detail .images ul {
        display: block;
    }

    body.job .job_detail .images li {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 768px) {
    body.job .job_detail .entry_btn a {
        font-size: 18px;
        line-height: 1.3em;
    }
}

body.job .recommend {
    padding: 0 25px;
    margin: 0 0 60px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4em;
    color: #555555;
}

body.job .recommend .inner {
    position: relative;
    border: 1px solid #ccc;
    padding: 50px 25px 25px;
    margin: 0 auto;
    max-width: 1000px;
    box-sizing: border-box;
}

body.job .recommend h4 {
    position: absolute;
    left: -1px;
    right: -1px;
    top: -22px;
    margin: 0 auto;
    width: auto;
    max-width: 625px;
    background: #a7d28d !important;
    color: #ffffff !important;
    border-bottom: none !important;
    text-align: center;
}

body.job .recommend .list {
    margin: -16px -8px 0;
}

body.job .recommend ul {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

body.job .recommend ul li {
    width: 25%;
    padding: 16px 8px 0;
    box-sizing: border-box;
}

body.job .recommend ul li .image {
    margin: 0 0 12px;
}

body.job .recommend ul li .image a {
    display: block;
    width: 100%;
    height: 1px;
    padding: 0 0 75%;
    overflow: hidden;
    position: relative;
}

body.job .recommend ul li .image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.job .recommend ul li .title {
    margin: 0 0 3px;
}

body.job .recommend ul li .title a {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3em;
    color: #a7d28d;
}

body.job .recommend .prev {
    position: absolute;
    left: -15px;
    top: 50%;
    margin: -45px 0 0;
    z-index: 1000;
}

body.job .recommend .next {
    position: absolute;
    right: -15px;
    top: 50%;
    margin: -45px 0 0;
    z-index: 1000;
}

body.job .recommend .prev a,
body.job .recommend .next a {
    display: block;
    width: 29px;
    height: 91px;
    background: #a7d28d;
    position: relative;
}

body.job .recommend .prev a img,
body.job .recommend .next a img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto auto;
}

@media screen and (max-width: 945px) {
    body.job .recommend ul li {
        width: 33.333%;
    }
}

@media screen and (max-width: 768px) {
    body.job .recommend {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    body.job .recommend .inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 15px !important;
    }

    body.job .recommend h4 {
        position: static;
        margin-top: 0 !important;
        margin-bottom: 24px !important;
    }

    body.job .recommend ul li {
        width: 50%;
    }
}

@media screen and (max-width: 560px) {
    body.job .recommend ul li {
        width: 100%;
    }
}

body.job .recommend .list.swiper-container {
    margin-left: 0;
    margin-right: 0;
}

body.job .recommend .list.swiper-container>ul {
    flex-wrap: nowrap;
}

body.job .recommend .list.swiper-container>ul>li {
    padding-left: 0;
    padding-right: 0;
    width: auto;
}

/*--------------------------
FORM
----------------------------*/
body.contact #contents .list,
body.entry #contents .list {
    border-top: 1px solid #ccc;
    margin: 0 0 40px;
}

body.contact #contents .list dl,
body.entry #contents .list dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    flex-wrap: nowrap;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
    line-height: 1.4;
}

body.contact #contents .list dl dd,
body.entry #contents .list dl dd {
    flex: 1;
    padding: 0 0 0 40px;
}

body.contact #contents .list dl dd a,
body.entry #contents .list dl dd a {
    color: #ff5926;
}

body.contact #contents .list dl dd .error,
body.entry #contents .list dl dd .error {
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
    color: red;
}

body.contact #contents .list dl dd .radio,
body.entry #contents .list dl dd .radio {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: stretch;
    width: 100%;
    padding: 12px 0 5px;
}

body.contact #contents .list dl dd .radio label,
body.entry #contents .list dl dd .radio label {
    flex: 1;
}

body.contact #contents .list dl dd .radio label input[type="radio"],
body.entry #contents .list dl dd .radio label input[type="radio"] {
    margin: 0 12px 0 0;
}

body.contact #contents .list dl dd .note,
body.entry #contents .list dl dd .note {
    font-size: 13px;
    line-height: 1.2em;
    color: #be0000;
}

body.contact #contents .list dl dt,
body.entry #contents .list dl dt {
    flex-shrink: 0;
    width: 210px;
    padding: 12px 0 0 40px;
    box-sizing: border-box;
}

body.contact #contents .list dl dt.note,
body.entry #contents .list dl dt.note {
    display: block;
    padding: 2px 0 0;
    font-size: 13px;
    line-height: 1.2em;
}

body.contact #contents .list dl.required dt:after,
body.entry #contents .list dl.required dt:after {
    display: inline;
    font-size: 13px;
    line-height: 1.2em;
    color: #be0000;
    content: '(必須)';
}

body.contact #contents .list dl input[type="text"],
body.contact #contents .list dl input[type="number"],
body.contact #contents .list dl input[type="email"],
body.entry #contents .list dl input[type="text"],
body.entry #contents .list dl input[type="number"],
body.entry #contents .list dl input[type="email"] {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 12px;
    box-sizing: border-box;
    border: 1px solid #c5c5c5;
}

body.contact #contents .list dl textarea,
body.entry #contents .list dl textarea {
    display: block;
    width: 100%;
    height: 184px;
    padding: 10px 12px;
    box-sizing: border-box;
    border: 1px solid #c5c5c5;
}

body.contact #contents .list dl.age label,
body.entry #contents .list dl.age label {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
}

body.contact #contents .list dl.age dd input[type="text"],
body.contact #contents .list dl.age dd input[type="number"],
body.entry #contents .list dl.age dd input[type="text"],
body.entry #contents .list dl.age dd input[type="number"] {
    width: 290px;
    margin-right: 12px;
}

.form-check-label {
    padding-top: 0.3rem;
}

@media screen and (max-width: 768px) {

    body.contact #contents .list dl,
    body.entry #contents .list dl {
        display: block;
    }

    body.contact #contents .list dl dd,
    body.entry #contents .list dl dd {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }

    body.contact #contents .list dl dt,
    body.entry #contents .list dl dt {
        width: 100%;
        padding-left: 0;
    }

    body.contact #contents .list dl.age dd input[type="text"],
    body.contact #contents .list dl.age dd input[type="number"],
    body.entry #contents .list dl.age dd input[type="text"],
    body.entry #contents .list dl.age dd input[type="number"] {
        max-width: 290px;
        width: calc(100% - 50px);
    }
}

body.contact #contents .undermit,
body.entry #contents .undermit {
    text-align: center;
}

body.contact #contents .undermit button,
body.entry #contents .undermit button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    border-radius: 0;
    max-width: 500px;
    width: 100%;
    height: 90px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #50d100;
    border: 1px solid #50d100;
    transition: 0.3s;
}

@media screen and (min-width: 769px) {

    body.contact #contents .undermit button:hover,
    body.entry #contents .undermit button:hover {
        cursor: pointer;
    }
}

@media screen and (min-width: 769px) {

    body.contact #contents .undermit button:hover,
    body.entry #contents .undermit button:hover {
        color: #a7d28d;
        background-color: #fff;
    }
}

@media screen and (max-width: 768px) {

    body.contact #contents .undermit button,
    body.entry #contents .undermit button {
        height: 70px;
        font-size: 16px;
    }
}

#form.post-body table.company-table td {
    border: none !important;
}

.post-body .alignnone {
    padding: 4px;
    margin: 0px 15px 0 15px;
}

.post-body .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
}

.post-body .clearfix {
    clear: both;
}

.post-body .alignright {
    float: right;
    display: inline;
    padding: 4px;
    margin: 0px 0 0 25px;
}

.post-body .alignleft {
    float: left;
    display: inline;
    padding: 4px;
    margin: 0px 25px 0 0;
}

.post-body .clear {
    clear: both;
}

.post-body strong {
    font-weight: bold;
}

.post-body p {
    font-size: 16px;
    line-height: 2.2;
    color: #333333;
}

.post-body mark {
    background: url("img/common/border.png") repeat-x center bottom;
}

@media screen and (max-width: 768px) {
    .post-body p {
        font-size: 14px;
        line-height: 1.8;
    }

    .post-body mark {
        background-size: auto 6px;
    }
}

.post-body p+p {
    margin-top: 35px;
}

.post-body p a,
.company-table td a {
    color: #0582c5;
}

@media screen and (min-width: 769px) {

    .post-body p a,
    .company-table td a {
        text-decoration: none;
    }

    .post-body p a:hover,
    .company-table td a:hover {
        text-decoration: underline;
    }
}

.post-body img {
    border-radius: 20px;
}

.post-body h2 {
    margin: 50px -100px 30px;
    padding: 25px 0;
    text-align: center;
    border-top: 2px solid #FEEE95;
    border-bottom: 2px solid #FEEE95;
    font-size: 34px;
    letter-spacing: 0.1em;
    color: #000;
}

.post-body h3 {
    margin: 50px 0 20px;
    padding: 15px 40px;
    background-color: rgba(254, 238, 149, 0.4);
    color: #000;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.4;
}

.post-body h4 {
    margin: 20px 0;
    padding: 0 0 10px 40px;
    font-size: 22px;
    font-weight: normal;
    color: #333333;
    border-bottom: 1px solid #FEDE2B;
    line-height: 1.4;
}

.post-body h5 {
    margin: 40px 0;
    padding-left: 20px;
    font-size: 20px;
    color: #50d100;
    line-height: 2;
    font-weight: normal;
    border-left: 6px solid #50d100;
}

.post-body h6 {
    margin: 30px 0;
    padding: 20px 35px;
    font-size: 15px;
    line-height: 2;
    color: #a7d28d;
    font-weight: normal;
    background-color: #edece6;
}

.post-body table.company-table {
    width: 100%;
    border-collapse: collapse;
}

.post-body table.company-table.left th,
.post-body table.company-table.left td {
    text-align: left;
}

.post-body table.company-table th,
.post-body table.company-table td {
    border: 1px solid #888888;
}

.post-body table.company-table th {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
    vertical-align: middle;
    padding: 10px 20px;
    line-height: 2;
    background-color: rgba(227, 217, 217, 0.15);
}

.post-body table.company-table td {
    font-size: 14px;
    padding: 10px 20px;
    color: #000;
    line-height: 2;
}

.post-body ul {
    margin: 30px 0;
    padding: 20px 40px;
    background-color: #edece6;
}

.post-body ul li {
    padding: 10px 20px 10px 25px;
    font-size: 14px;
    line-height: 2;
    color: #a7d28d;
    border-bottom: 1px dotted #cccccc;
    background: url("../images/common/icn-check.png") no-repeat left 15px;
    background-size: 15px auto;
}

.post-body ol {
    margin: 30px 0;
}

.post-body ol li {
    font-size: 16px;
    line-height: 1.4;
    list-style: decimal;
    list-style-position: inside;
    text-indent: -1em;
    margin-left: 1em;
    color: #a7d28d;
}

.post-body ol li:not(:nth-of-type(1)) {
    margin-top: 15px;
}

@media screen and (max-width: 1200px) {
    .post-body h2 {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .post-body img {
        border-radius: 10px;
    }

    .post-body h2 {
        padding: 15px 0;
        margin: 40px 0 20px;
        line-height: 1.4;
        font-size: 24px;
    }

    .post-body h3 {
        margin: 40px 0 15px;
        padding: 15px;
        font-size: 18px;
    }

    .post-body h4 {
        margin: 20px 0 15px;
        padding: 0 15px 10px 15px;
        font-size: 18px;
    }

    .post-body h5 {
        font-size: 18px;
        line-height: 1.2;
    }

    .post-body h6 {
        margin: 20px 0;
        padding: 20px;
        font-size: 14px;
    }

    .post-body table.company-table th,
    .post-body table.company-table td {
        padding: 15px;
        font-size: 14px;
    }

    .post-body table.company-table th {
        text-align: left;
    }

    .post-body table.company-table td {
        text-align: left;
    }

    .post-body ul {
        margin: 20px 0;
    }

    .post-body ul li {
        padding: 20px 20px 10px 25px;
        background-size: 13px auto;
        background-position: left 25px;
    }

    .post-body ol {
        margin: 20px 0;
    }

    .post-body ol li {
        font-size: 14px;
    }

    .post-body .table-box {
        overflow-x: scroll;
        margin: 40px 0 30px;
    }

    .post-body .table-box table {
        width: 800px;
    }
}

/*thanks*/

.post-body h2.thanks-title {
    background-color: unset;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
    font-size: 28px;
    border: unset;
}

.thanks-desc {
    text-align: center;
}

.thanks-desc span {
    color: red;
    font-weight: bold;
}

.btn-primary {
    font-size: 24px !important;
}

/*----privacy-policy.html----*/

.priv-wrap p {
    padding-left: 40px;
    padding-right: 10px;
}

.priv-wrap p+p {
    margin-top: 15px;
}

.priv-table-box {
    width: 70%;
    margin-left: 40px;
}

.priv-table-box .company-table th {
    width: 150px;
}

@media screen and (max-width: 768px) {
    .priv-wrap p {
        padding-left: 15px;
        padding-right: 5px;
    }

    .priv-table-box {
        width: 100%;
        margin-left: 0px;
    }

    .priv-table-box .company-table th {
        width: 100px;
    }
}

/*----404----*/
.top-btn__wrap {
    text-align: center;
    margin-top: 40px;
}

.top-btn__link {
    display: inline-block;
    padding: 1em 2em;
    color: #555;
    text-decoration: none;
    user-select: none;
    border: 1px #555 solid;
    border-radius: 3px;
    transition: 0.4s ease;
}

.top-btn__link:hover {
    color: #fff;
    background: #555;
}
