@charset "UTF-8";

/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

html {
    font-size: 62.5%;
}

body {
    -webkit-text-size-adjust: 100%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

table,
input,
textarea,
select,
option {
    line-height: 1.1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

img {
    vertical-align: top;
}

a,
a img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:hover img {
    opacity: 0.80;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}

img {
    max-width: 100%;
}

.sp-only {
    display: none;
}

@media only screen and (max-width: 767px) {
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
}


/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/


/* Header
------------------------------------------------------------*/


/* Main menu
------------------------------------------------------------*/

.c-header__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .c-header__list {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .c-header__list {
        padding: 15px;
    }
}

.c-header__left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

@media only screen and (max-width: 516px) {
    .c-header__left {
        width: 90%;
    }
}

.c-header__logo {
    max-width: 107.85px;
    margin-left: 17px;
    margin-right: 20px;
}

@media only screen and (max-width: 1024px) {
    .c-header__logo {
        margin-left: 0;
    }
}

@media only screen and (max-width: 516px) {
    .c-header__logo {
        max-width: 75.85px;
        margin-right: 10px;
    }
}

.c-header__text {
    max-width: 190.4px;
}

@media only screen and (max-width: 516px) {
    .c-header__text {
        max-width: 145.4px;
    }
}

.c-header__right {
    display: -webkit-box;
    display: flex;
    width: 56%;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 516px) {
    .c-header__right {
        display: none;
    }
}

.c-header__meta {
    margin-top: 9px;
    width: 76%;
    margin-right: 30px;
}

@media only screen and (max-width: 1024px) {
    .c-header__meta {
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .c-header__meta {
        width: 177px;
    }
}

.c-header__top {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
    .c-header__top {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
    }
}

.c-header__social {
    display: -webkit-box;
    display: flex;
}

.c-header__social a {
    width: 24.6px;
    display: block;
    margin-left: 16px;
}

.c-header__language {
    margin-left: 26px;
}

@media only screen and (max-width: 767px) {
    .c-header__language {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}

.c-header__language span {
    margin: 0 5px;
}

.c-header__menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-right: 7px;
}

@media only screen and (max-width: 1024px) {
    .c-header__menu {
        display: none;
    }
}

.c-header__menu>ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 17px;
    letter-spacing: 2.5px;
    margin-bottom: 8px;
    width: 100%;
    min-width: 500.37px;
}

.c-header__contact {
    font-size: 1.3rem;
    color: white;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #00A266;
    width: 100.38px;
    letter-spacing: 1.5px;
}

@media only screen and (max-width: 1024px) {
    .c-header__contact {
        display: none;
    }
}


/*------------------------------------------------------------
footer
------------------------------------------------------------*/

.c-footer {
    background-color: #F7F8F8;
    padding-top: 135px;
}

@media only screen and (max-width: 516px) {
    .c-footer {
        padding-top: 110px;
    }
}

.c-footer__logo {
    width: 165.57px;
    margin: 0 auto;
}

@media only screen and (max-width: 516px) {
    .c-footer__logo {
        width: 130.57px;
    }
}

.c-footer__desc {
    font-size: 1.825rem;
    text-align: center;
    margin: 15px 0 66px;
    letter-spacing: 1.5px;
}

@media only screen and (max-width: 516px) {
    .c-footer__desc {
        font-size: 1.5rem;
        margin: 10px 0 50px;
        letter-spacing: 1px;
    }
}

.c-footer__address {
    font-size: 1.4rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    letter-spacing: 1.5px;
    margin-bottom: 124px;
}

@media only screen and (max-width: 516px) {
    .c-footer__address {
        margin-bottom: 110px;
    }
}

.c-footer__list {
    background-color: #00A266;
    color: white;
    padding: 20px 24px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 1.3rem;
    letter-spacing: 2.5px;
}


/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/


/* Breadcrumb
------------------------------------------------------------*/


/* layout
------------------------------------------------------------*/

body {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
}


/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/


/*------------------------------------------------------------
btn
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
title
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
icon
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
form
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
text
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
navi
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
img
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
list
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
table
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
line
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
video
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
video
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
other
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/

.p-top1__bg {
    background-image: url(../img/index/bg.jpg);
    padding: 247px 20px 209px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .p-top1__bg {
        padding: 127px 20px 150px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top1__bg {
        padding: 70px 20px 110px;
    }
}

.p-top1__container {
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 7%;
}

@media only screen and (max-width: 767px) {
    .p-top1__container {
        padding-left: 0;
        flex-wrap: wrap;
    }
}

.p-top1__text {
    font-size: 5.314rem;
    color: white;
    letter-spacing: 5px;
    line-height: 1.4;
}

@media only screen and (max-width: 767px) {
    .p-top1__text {
        width: 100%;
        font-size: 4rem;
        letter-spacing: 2px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top1__text {
        font-size: 3rem;
    }
}

.p-top1__link {
    color: white;
    border: 3px solid;
    border-radius: 50%;
    box-sizing: border-box;
    width: 153.72px;
    height: 153.72px;
    background-color: #00A266;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
    margin-top: 127px;
    padding-top: 15px;
    transition: background-color 0.5s ease, color 0.5s ease;
}

.p-top1__link:hover {
    opacity: 1;
    background-color: white;
    color: #00A266;
}

@media only screen and (max-width: 767px) {
    .p-top1__link {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top1__link {
        margin-top: 30px;
    }
}

.p-top1__link h4 {
    font-size: 1.922rem;
    letter-spacing: 1.5px;
    line-height: 1.2;
    margin-bottom: 13px;
    font-weight: bold;
}

.p-top1__link span {
    font-size: 1.2rem;
    line-height: 1.75;
    letter-spacing: 1px;
}

.p-top2 {
    background-image: url(../img/index/top1_bg.png);
    padding: 20px 0 100px;
    color: white;
}

@media only screen and (max-width: 516px) {
    .p-top2 {
        padding: 20px 0 80px;
    }
}

.p-top2__container {
    max-width: 987px;
    margin: -76px auto 0;
    padding: 0 20px;
}

.p-top2__white {
    box-sizing: border-box;
    color: #E60013;
    background-color: white;
    width: 216.89px;
    height: 186.23px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border: 2px solid;
    border-radius: 13px;
    font-size: 1.62rem;
    line-height: 1.75;
    letter-spacing: 1px;
}

@media only screen and (max-width: 516px) {
    .p-top2__white {
        width: 184.89px;
        height: 160.23px;
    }
}

.p-top2__meta {
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 20px;
}

.p-top2__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 155px 0 10px;
}

@media only screen and (max-width: 1024px) {
    .p-top2__list {
        flex-wrap: wrap;
        margin: 80px 0 10px;
        -webkit-box-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .p-top2__list {
        margin: 40px 0 10px;
    }
}

.p-top2__left {
    width: 49.5%;
    max-width: 528.31px;
}

@media only screen and (max-width: 1024px) {
    .p-top2__left {
        width: 100%;
    }
}

.p-top2__desc {
    font-size: 3rem;
    margin-top: 21px;
    letter-spacing: 3px;
    line-height: 1.75;
}

@media only screen and (max-width: 767px) {
    .p-top2__desc {
        font-size: 2.5rem;
    }
}

.p-top2__big {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 38px;
    margin-left: 8px;
}

@media only screen and (max-width: 516px) {
    .p-top2__big {
        margin-left: 0;
    }
}

.p-top2__image {
    width: 43.5%;
}

@media only screen and (max-width: 516px) {
    .p-top2__image {
        width: 46.5%;
    }
}

.p-top2__image:nth-child(2) {
    margin-top: 177px;
}

@media only screen and (max-width: 516px) {
    .p-top2__image:nth-child(2) {
        margin-top: 100px;
    }
}

.p-top2__right {
    width: 43%;
}

@media only screen and (max-width: 1024px) {
    .p-top2__right {
        width: 100%;
        margin-top: 50px;
    }
}

.p-top2__title {
    font-size: 6.646rem;
    letter-spacing: 5px;
    line-height: 1.35;
    text-wrap-mode: nowrap;
}

@media only screen and (max-width: 1124px) {
    .p-top2__title {
        font-size: 6rem;
    }
}

@media only screen and (max-width: 1024px) {
    .p-top2__title {
        font-size: 5rem;
    }
}

@media only screen and (max-width: 767px) {
    .p-top2__title {
        font-size: 4rem;
    }
}

@media only screen and (max-width: 516px) {
    .p-top2__title {
        font-size: 3rem;
        letter-spacing: 3px;
    }
}

.p-top2__text {
    font-size: 1.6rem;
    margin-top: 27px;
    line-height: 2.25;
    letter-spacing: 3px;
    margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
    .p-top2__text {
        line-height: 2;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top2__text {
        letter-spacing: 1px;
        line-height: 1.8;
    }
}

.p-top2__link {
    width: 171.69px;
    height: 49.29px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid;
    border-radius: 25px;
    font-size: 1.4rem;
    background-color: #00A266;
    color: white;
    position: relative;
}

.p-top2__link span {
    letter-spacing: 2.5px;
    margin-left: 32px;
}

.p-top2__link span.first {
    margin-left: 14px;
}

.p-top2__link img {
    position: absolute;
    width: 26.13px;
    right: 11px;
}

.p-top3 {
    margin-top: 194px;
}

@media only screen and (max-width: 1024px) {
    .p-top3 {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 516px) {
    .p-top3 {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 1024px) {
    .p-top3 .p-top3__left {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: end;
        align-items: flex-end;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 516px) {
    .p-top3 .p-top3__left {
        flex-wrap: wrap;
    }
    .p-top3 .p-top3__left .p-top3__meta {
        width: 100%;
    }
    .p-top3 .p-top3__left .p-top2__link {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .p-top3 .p-top2__link {
        margin-left: 50px;
    }
    .p-top3 .p-top3__desc {
        margin: 35px 0 0;
    }
}

.p-top3__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
    .p-top3__list {
        flex-wrap: wrap;
    }
}

.p-top3__left {
    width: 17%;
}

@media only screen and (max-width: 1024px) {
    .p-top3__left {
        width: 100%;
    }
}

.p-top3__title {
    z-index: 2;
    position: relative;
}

.p-top3__title span {
    letter-spacing: 1px;
    font-size: 1.5rem;
}

.p-top3__title h2 {
    font-size: 3rem;
    letter-spacing: 2px;
    margin-top: -5px;
}

@media only screen and (max-width: 1024px) {
    .p-top3__title h2 {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 516px) {
    .p-top3__title h2 {
        font-size: 2.2rem;
        margin-top: 0;
    }
}

.p-top3__desc {
    color: #00A266;
    margin: 35px 0 62px;
    line-height: 1.75;
    letter-spacing: 1.5px;
}

@media only screen and (max-width: 516px) {
    .p-top3__desc {
        margin: 20px 0 0 !important;
    }
}

.p-top3__right {
    width: 79%;
}

@media only screen and (max-width: 1024px) {
    .p-top3__right {
        width: 100%;
        margin-top: 50px;
    }
}

.p-top3__line {
    border-top: 1px solid #B5B6B6;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 6px 0;
}

@media only screen and (max-width: 516px) {
    .p-top3__line {
        flex-wrap: wrap;
        padding: 15px 0;
    }
}

.p-top3__line:last-child {
    border-bottom: 1px solid #B5B6B6;
}

.p-top3__time {
    margin-left: 16px;
}

@media only screen and (max-width: 767px) {
    .p-top3__time {
        margin-left: 0;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top3__time {
        width: 100%;
        margin-left: 0;
    }
}

.p-top3__year {
    font-size: 1.4rem;
    margin-bottom: -10px;
}

.p-top3__date {
    font-size: 2.4rem;
}

.p-top3__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 88%;
    position: relative;
    padding: 19px 20px;
}

@media only screen and (max-width: 767px) {
    .p-top3__content {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 516px) {
    .p-top3__content {
        padding: 0;
        width: 100%;
    }
    .p-top3__content::after {
        display: none;
    }
}

.p-top3__content::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 75%;
    background-color: #B5B6B6;
}

.p-top3__info {
    width: 80%;
    letter-spacing: 1.5px;
    line-height: 1.75;
}

@media only screen and (max-width: 767px) {
    .p-top3__info {
        width: 100%;
        margin-top: 10px;
    }
}

.p-top3__category {
    border-radius: 27px;
    background-color: #E6E6E6;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    min-width: 93.21px;
    height: 41px;
    margin-left: 11px;
    font-size: 1.2rem;
    letter-spacing: 1.5px;
    margin-right: 37px;
}

@media only screen and (max-width: 767px) {
    .p-top3__category {
        margin: 0;
    }
}

@media only screen and (max-width: 516px) {
    .p-top3__category {
        position: absolute;
        top: -46px;
        left: 90px;
    }
}

.p-top4 {
    margin-top: 110px;
}

@media only screen and (max-width: 1024px) {
    .p-top4 {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top4 {
        margin-top: 80px;
    }
}

.p-top4__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-top: 32px;
}

@media only screen and (max-width: 1024px) {
    .p-top4__list {
        flex-wrap: wrap;
    }
}

.p-top4__left {
    width: 25%;
    margin-right: 9%;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .p-top4__left {
        width: 100%;
        margin-right: 0;
    }
}

.p-top4__left::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -18%;
    width: 1px;
    height: 98%;
    background-color: #B5B6B6;
}

@media only screen and (max-width: 1024px) {
    .p-top4__left::after {
        display: none;
    }
}

.p-top4__white {
    position: absolute;
    bottom: 31px;
    left: 23px;
    color: white;
    letter-spacing: 1px;
    line-height: 1.75;
}

.p-top4__white h3 {
    font-size: 2.103rem;
    line-height: 1.4;
    margin-bottom: 8px;
}

.p-top4__white p {
    font-size: 1.3rem;
}

.p-top4__right {
    width: 67.5%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 5px;
    margin-right: -16px;
}

@media only screen and (max-width: 1150px) {
    .p-top4__right {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .p-top4__right {
        width: 100%;
        margin-top: 4%;
    }
}

@media only screen and (max-width: 516px) {
    .p-top4__right {
        flex-wrap: wrap;
        margin-top: 50px;
    }
}

.p-top4__right p {
    letter-spacing: 1px;
    font-size: 1.3rem;
    line-height: 1.75;
}

.p-top4__item {
    width: 31%;
}

@media only screen and (max-width: 516px) {
    .p-top4__item {
        width: 100%;
        margin-bottom: 30px;
    }
}

.p-top4__info {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 16px 0 11px;
    letter-spacing: 2px;
}

.p-top4__info img {
    width: 16.3px;
    margin-left: 2px;
    margin-right: 5px;
}

.p-top4__info h4 {
    font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
    .p-top4__info h4 {
        font-size: 1.5rem;
        letter-spacing: 0;
    }
}

@media only screen and (max-width: 516px) {
    .p-top4__info h4 {
        font-size: 1.7rem;
    }
}

.p-top4__text {
    font-size: 1.3rem;
}

.p-top5 {
    margin-top: 126px;
}

@media only screen and (max-width: 1024px) {
    .p-top5 {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .p-top5 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top5 {
        margin-top: -30px;
    }
}

.p-top5 .p-top2__meta {
    position: relative;
    padding-top: 167px;
}

@media only screen and (max-width: 1024px) {
    .p-top5 .p-top2__meta {
        padding-top: 10%;
    }
}

@media only screen and (max-width: 767px) {
    .p-top5 .p-top2__meta {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top5 .p-top2__meta {
        padding-top: 80px;
    }
}

.p-top5 .p-top2__link {
    margin: 121px auto 148px;
}

@media only screen and (max-width: 1024px) {
    .p-top5 .p-top2__link {
        margin: 80px auto 110px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top5 .p-top2__link {
        margin: 50px auto 90px;
    }
}

.p-top5__green {
    font-size: 3rem;
    color: #00A266;
    z-index: 2;
    position: relative;
    margin: 30px 0 3px;
    letter-spacing: 1px;
}

@media only screen and (max-width: 516px) {
    .p-top5__green {
        font-size: 2rem;
        margin: 20px 0 3px;
    }
}

.p-top5__desc {
    z-index: 2;
    position: relative;
    font-size: 1.918rem;
}

@media only screen and (max-width: 1024px) {
    .p-top5__desc {
        text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    }
}

@media only screen and (max-width: 516px) {
    .p-top5__desc {
        font-size: 1.7rem;
    }
}

.p-top5__image {
    position: absolute;
    right: -14px;
    width: 75.5%;
    top: 0;
}

@media only screen and (max-width: 1170px) {
    .p-top5__image {
        right: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .p-top5__image {
        top: unset;
        bottom: -39%;
    }
}

@media only screen and (max-width: 767px) {
    .p-top5__image {
        position: unset;
        margin: 30px 0 -100px;
        width: 100%;
    }
}

.p-top5__black {
    background-color: #3F3B3A;
    color: white;
    margin-top: 67px;
    padding-bottom: 1px;
}

.p-top5__table {
    margin-top: -28px;
    overflow: auto;
}

.p-top5__line {
    border-bottom: 1px solid;
    display: -webkit-box;
    display: flex;
    padding: 20px 0;
    line-height: 1.75;
    -webkit-box-align: center;
    align-items: center;
    min-width: 1090px;
}

.p-top5__line:nth-child(1) {
    font-size: 1.3rem;
    padding-bottom: 10px;
}

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

.p-top5__line p:nth-child(1) {
    width: 88px;
}

.p-top5__line p:nth-child(2) {
    width: 149px;
}

.p-top5__line p:nth-child(3) {
    width: 107px;
}

.p-top5__line p:nth-child(4) {
    width: 125px;
}

.p-top5__line p:nth-child(5) {
    width: 54%;
    text-align: left;
    margin-left: 40px;
    letter-spacing: 0.5px;
}

@media only screen and (max-width: 1024px) {
    .p-top5__line p:nth-child(5) {
        margin-left: 30px;
    }
}

.p-top5__category {
    background-color: white;
    color: black;
    border-radius: 36px;
    padding: 3px 15px;
    display: inline-block;
}

.p-top6 {
    color: white;
    background-color: #00A266;
    padding: 77px 0;
}

@media only screen and (max-width: 516px) {
    .p-top6 {
        padding: 77px 0 90px;
    }
}

.p-top6__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .p-top6__list {
        flex-wrap: wrap;
    }
}

.p-top6__list .p-top3__desc {
    color: white;
}

.p-top6__right {
    width: 71.5%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .p-top6__right {
        width: 100%;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top6__right {
        flex-wrap: wrap;
    }
}

.p-top6__post {
    grid-gap: 0 3.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 78%;
    margin-right: 7.5%;
}

@media only screen and (max-width: 1024px) {
    .p-top6__post {
        grid-gap: 0 2rem;
        width: 89%;
        margin-right: 0;
    }
}

@media only screen and (max-width: 516px) {
    .p-top6__post {
        grid-gap: 0 1rem;
        width: 100%;
    }
}

.p-top6__left {
    width: 256px;
}

@media only screen and (max-width: 767px) {
    .p-top6__left {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: end;
        align-items: flex-end;
        width: 100%;
    }
    .p-top6__left .p-top2__link {
        margin-left: 50px;
    }
    .p-top6__left .p-top3__desc {
        margin: 35px 0 0;
    }
}

@media only screen and (max-width: 767px) and (max-width: 516px) {
    .p-top6__left {
        flex-wrap: wrap;
    }
    .p-top6__left .p-top3__meta {
        width: 100%;
    }
    .p-top6__left .p-top2__link {
        margin-left: 0;
        margin-top: 20px;
    }
}

.p-top6__desc {
    width: 32.26px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 319.18px;
    color: #00A266;
    background-color: white;
}

@media only screen and (max-width: 516px) {
    .p-top6__desc {
        width: 100%;
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        height: auto;
        padding: 10px;
        margin-bottom: 20px;
    }
}

.p-top6__info {
    margin-top: 10px;
    margin-left: 7px;
    letter-spacing: 1px;
}

.p-top7 {
    background-color: #F7F8F8;
    padding: 92px 20px 20px;
}

@media only screen and (max-width: 516px) {
    .p-top7 {
        padding: 92px 20px 80px;
    }
}

.p-top7.white {
    background-color: white;
    padding: 92px 20px;
}

.p-top7 .p-top3__title {
    text-align: center;
}

.p-top7__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 63px auto;
    max-width: 627.73px;
    -webkit-box-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .p-top7__list {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 516px) {
    .p-top7__list {
        margin: 35px auto;
    }
}

@media only screen and (max-width: 767px) {
    .p-top7__left {
        margin: 0 30px 30px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top7__left {
        margin: 0 0 30px;
    }
}

.p-top7__phone {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 4.062rem;
    letter-spacing: 3px;
}

.p-top7__phone img {
    width: 29.86px;
    margin-right: 9px;
    margin-top: 6px;
}

.p-top7__time {
    font-size: 1.4rem;
    margin-left: 10px;
    letter-spacing: 3px;
    margin-top: -5px;
}

.p-top7__link {
    width: 279.61px;
    height: 58.25px;
    color: white;
    background-color: #727171;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 1.7rem;
    letter-spacing: 1.5px;
}

.p-top7__link:nth-child(1) {
    margin-bottom: 18px;
}

.p-top7__mail {
    width: 28.44px;
    margin-left: 28px;
    margin-right: 10px;
}

.p-top7__line {
    width: 31.24px;
    margin-left: 28px;
    margin-right: 7px;
}

.p-top8 {
    margin-top: 127px;
}

@media only screen and (max-width: 1024px) {
    .p-top8 {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top8 {
        margin-top: 80px;
    }
}

.p-top8 .p-top3__title {
    text-align: center;
}

.p-top8__list {
    max-width: 975px;
    margin: 143px auto;
    padding: 0 20px;
}

@media only screen and (max-width: 1024px) {
    .p-top8__list {
        margin: 100px auto 143px;
    }
}

@media only screen and (max-width: 767px) {
    .p-top8__list {
        margin: 80px auto 143px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top8__list {
        margin: 50px auto 120px;
    }
}

.p-top8__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media only screen and (max-width: 516px) {
    .p-top8__item {
        flex-wrap: wrap;
    }
}

.p-top8__map {
    width: 411.68px;
    height: 249.16px;
    margin-right: 30px;
}

@media only screen and (max-width: 767px) {
    .p-top8__map {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top8__map {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.p-top8__right {
    width: 51.5%;
    font-size: 1.4rem;
}

@media only screen and (max-width: 516px) {
    .p-top8__right {
        width: 100%;
    }
}

.p-top8__info {
    font-size: 1.2rem;
    background-color: black;
    color: white;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 95.22px;
    height: 26.26px;
}

.p-top8__address {
    margin-top: 13px;
    line-height: 1.4;
    letter-spacing: 1.5px;
}

.c-recruit {
    background-color: #F7F8F8;
}

.c-subpage {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), color-stop(50%, #F7F8F8));
    background: linear-gradient(to bottom, white 50%, #F7F8F8 50%);
    padding: 162px 0 0;
}

.c-subpage.white {
    background: white;
}

.c-subpage.voice {
    background: #F7F8F8;
}

.c-subpage.gray {
    background: #F7F8F8;
}

@media only screen and (max-width: 1024px) {
    .c-subpage {
        padding: 100px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .c-subpage {
        padding: 70px 0 0;
    }
}

@media only screen and (max-width: 516px) {
    .c-subpage {
        padding: 50px 0 0;
    }
}

.c-subpage__green {
    font-size: 1.3rem;
    color: #00A266;
}

.c-subpage__black {
    font-size: 3rem;
    letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
    .c-subpage__black {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 516px) {
    .c-subpage__black {
        font-size: 2.2rem;
    }
}

.c-subpage__bg {
    margin-top: -2.5%;
}

@media only screen and (max-width: 1025px) {
    .c-subpage__bg {
        background-image: url(../img/company/company_bg.png);
        background-size: cover;
        background-position: center;
        padding: 60px 0;
    }
    .c-subpage__bg.company2 {
        background-image: url(../img/company/company2_bg.png);
    }
    .c-subpage__bg.company3 {
        background-image: url(../img/company/company3_bg.png);
    }
    .c-subpage__bg.faq {
        background-image: url(../img/faq_bg.png);
    }
    .c-subpage__bg.news {
        background-image: url(../img/news_bg.png);
    }
    .c-subpage__bg.flow {
        background-image: url(../img/recruit/flow_bg.png);
    }
    .c-subpage__bg.recruit {
        background-image: url(../img/recruit/recruit_bg.png);
    }
    .c-subpage__bg.service {
        background-image: url(../img/service/service_bg.png);
    }
    .c-subpage__bg.service1 {
        background-image: url(../img/service/service1_bg.png);
    }
    .c-subpage__bg.service2 {
        background-image: url(../img/service/service2_bg.png);
    }
    .c-subpage__bg.service3 {
        background-image: url(../img/service/service3_bg.png);
    }
}

@media only screen and (max-width: 1025px) and (max-width: 516px) {
    .c-subpage__bg {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 1025px) {
    .c-subpage__bg img {
        visibility: hidden;
    }
}

.c-recruit__first {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.c-recruit__container {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
}

.c-recruit__container .p-top5__line {
    min-width: 1000px;
}

.c-recruit__title {
    max-width: 353.88px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .c-recruit__title {
        max-width: 284.88px;
    }
}

@media only screen and (max-width: 516px) {
    .c-recruit__title {
        max-width: 238.88px;
    }
}

.c-recruit__title h3 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 2.547rem;
    letter-spacing: 5px;
}

@media only screen and (max-width: 1024px) {
    .c-recruit__title h3 {
        letter-spacing: 2px;
    }
}

@media only screen and (max-width: 767px) {
    .c-recruit__title h3 {
        font-size: 2.2rem;
    }
}

@media only screen and (max-width: 516px) {
    .c-recruit__title h3 {
        font-size: 2rem;
    }
}

.c-recruit__text {
    font-size: 2.2rem;
    margin: 3px 0 10px;
    letter-spacing: 4px;
    line-height: 1.75;
}

@media only screen and (max-width: 1024px) {
    .c-recruit__text {
        font-size: 2rem;
        letter-spacing: 2px;
    }
}

@media only screen and (max-width: 767px) {
    .c-recruit__text {
        font-size: 1.8rem;
        letter-spacing: 1px;
    }
}

@media only screen and (max-width: 516px) {
    .c-recruit__text {
        font-size: 1.6rem;
    }
}

.c-recruit__text span {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF100), to(#FFF100));
    background-image: linear-gradient(#FFF100, #FFF100);
    background-position: 0 64%;
    background-size: 100% 6px;
    background-repeat: no-repeat;
    padding-bottom: 11px;
}

.c-recruit__bottom {
    display: -webkit-box;
    display: flex;
    margin-top: 40px;
    margin-left: 7px;
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: 56px;
}

@media only screen and (max-width: 767px) {
    .c-recruit__bottom {
        flex-wrap: wrap;
        margin-left: 0;
    }
}

.c-recruit__bottom .p-top1__link {
    margin-top: 0;
}

@media only screen and (max-width: 516px) {
    .c-recruit__bottom .p-top1__link {
        scale: 0.9;
        margin-left: -10px;
    }
}

.c-recruit__green {
    color: #00A266;
    font-size: 1.645rem;
    margin-right: 17px;
    letter-spacing: 3.5px;
    line-height: 1.6;
}

@media only screen and (max-width: 767px) {
    .c-recruit__green {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 516px) {
    .c-recruit__green {
        margin-right: 0;
        letter-spacing: 1.5px;
    }
}

.c-recruit__girl {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    max-width: 482.4px;
}

@media only screen and (max-width: 1024px) {
    .c-recruit__girl {
        width: 33%;
    }
}

@media only screen and (max-width: 767px) {
    .c-recruit__girl {
        width: 47%;
    }
}

.c-recruit__second {
    background-color: #F7F8F8;
    padding: 58px 0;
}

.c-recruit__second .p-top5__line p:nth-child(1) {
    font-size: 1.4rem;
}

.c-recruit__second .p-top5__line p:nth-child(5) {
    width: 65%;
    font-size: 1.4rem;
}

.c-recruit__second .p-top5__category {
    background-color: #00A266;
    color: white;
}

.c-recruit__meta {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 709.51px;
    margin-left: 10px;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-bottom: 68px;
}

@media only screen and (max-width: 767px) {
    .c-recruit__meta {
        flex-wrap: wrap;
        margin-left: 0;
    }
}

.c-recruit__find {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #00A266;
}

@media only screen and (max-width: 767px) {
    .c-recruit__find {
        width: 100%;
        margin-bottom: 20px;
    }
}

.c-recruit__find img {
    width: 44.12px;
}

@media only screen and (max-width: 516px) {
    .c-recruit__find img {
        width: 36.12px;
    }
}

.c-recruit__find h4 {
    margin-left: 12px;
    font-size: 2.2rem;
    letter-spacing: 4px;
}

@media only screen and (max-width: 516px) {
    .c-recruit__find h4 {
        font-size: 2rem;
        letter-spacing: 2px;
    }
}

.c-recruit__job {
    width: 307.29px;
    margin-top: 13px;
}

.c-recruit__info {
    font-size: 1.3rem;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.c-recruit__search {
    display: -webkit-box;
    display: flex;
}

.c-recruit__search input {
    height: 49px;
    box-sizing: border-box;
    width: 245px;
    padding: 0 20px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 1.5rem;
}

@media only screen and (max-width: 516px) {
    .c-recruit__search input {
        width: 212px;
    }
}

.c-recruit__search button {
    box-sizing: border-box;
    width: 67.66px;
    height: 49px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: black;
    color: white;
    font-size: 1.7rem;
    letter-spacing: 1px;
}

.c-subpage__link {
    background-color: white;
    padding: 75px 0;
}

@media only screen and (max-width: 767px) {
    .c-subpage__link {
        padding: 40px 0 80px;
    }
}

@media only screen and (max-width: 516px) {
    .c-subpage__link {
        padding: 30px 0 60px;
    }
}

.c-subpage__link.recruit {
    padding: 75px 0;
}

@media only screen and (max-width: 1024px) {
    .c-subpage__link.recruit li {
        width: 32%;
    }
    .c-subpage__link.recruit li:nth-child(2) {
        width: 36%;
    }
}

@media only screen and (max-width: 767px) {
    .c-subpage__link.recruit li {
        width: 50% !important;
    }
}

@media only screen and (max-width: 516px) {
    .c-subpage__link.recruit li {
        width: 100% !important;
    }
}

.c-subpage__link ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 4rem 0;
}

.c-subpage__link ul a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 67px;
    letter-spacing: 1px;
}

@media only screen and (max-width: 1024px) {
    .c-subpage__link ul li {
        margin-right: 0;
        width: 33%;
        text-wrap-mode: nowrap;
    }
}

@media only screen and (max-width: 767px) {
    .c-subpage__link ul li span {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 516px) {
    .c-subpage__link ul li {
        width: 50%;
        margin-bottom: 30px;
    }
}

.c-subpage__link ul li img {
    width: 100.32px;
    margin-right: 10px;
}

@media only screen and (max-width: 767px) {
    .c-subpage__link ul li img {
        width: 74.32px;
    }
}

.p-top1__link.abs {
    margin-top: 0;
    position: absolute;
    right: 32px;
    top: 373px;
    z-index: 1000;
}

@media only screen and (max-width: 767px) {
    .p-top1__link.abs {
        top: 277px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top1__link.abs {
        scale: 0.8;
        right: 0;
        margin-top: -61px;
    }
}

.p-top1__link.abs.voi {
    top: 309px;
}

@media only screen and (max-width: 1024px) {
    .p-top1__link.abs.voi {
        top: 155px;
    }
}

@media only screen and (max-width: 767px) {
    .p-top1__link.abs.voi {
        top: 120px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top1__link.abs.voi {
        top: 100px;
    }
}

.p-top1__link.abs.detail {
    top: 213px;
}

@media only screen and (max-width: 767px) {
    .p-top1__link.abs.detail {
        top: 155px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top1__link.abs.detail {
        top: 120px;
    }
}

@media only screen and (max-width: 1024px) {
    .p-top1__link.abs.voice {
        top: 155px;
    }
}

.c-voice__top {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.c-voice__title {
    font-size: 2.2rem;
    text-align: center;
    color: #00A266;
    position: relative;
    display: inline-block;
    margin: 77px 0 86px;
    letter-spacing: 4px;
    line-height: 1.75;
}

@media only screen and (max-width: 767px) {
    .c-voice__title {
        margin: 90px 0 50px;
        letter-spacing: 2px;
    }
}

@media only screen and (max-width: 516px) {
    .c-voice__title {
        font-size: 2rem;
        letter-spacing: 1px;
    }
}

.c-voice__title::after {
    position: absolute;
    left: -38px;
    width: 1px;
    height: 70.77px;
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
    background-color: black;
    content: "";
    top: 4px;
}

@media only screen and (max-width: 516px) {
    .c-voice__title::after {
        left: -17px;
        -webkit-transform: rotate(157deg);
        transform: rotate(157deg);
        top: -1px;
    }
}

.c-voice__title::before {
    position: absolute;
    right: -38px;
    width: 1px;
    height: 70.77px;
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
    background-color: black;
    content: "";
    top: 4px;
}

@media only screen and (max-width: 516px) {
    .c-voice__title::before {
        right: -17px;
        -webkit-transform: rotate(204deg);
        transform: rotate(204deg);
        top: -1px;
    }
}

.c-voice__text {
    font-size: 1.645rem;
    text-align: center;
    letter-spacing: 3px;
    line-height: 1.6;
    padding: 0 20px;
}

@media only screen and (max-width: 1024px) {
    .c-voice__text {
        margin-bottom: 265px;
    }
}

@media only screen and (max-width: 767px) {
    .c-voice__text {
        margin-bottom: 220px;
    }
}

.c-voice__wave {
    background-image: url(../img/recruit/voice_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    padding: 18.5% 20px 20px;
    margin-top: 81px;
    position: relative;
}

.c-voice__sp {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .c-voice__sp {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
        max-width: 627px;
        margin: -373px auto 50px;
    }
    .c-voice__sp .c-voice__girl {
        width: 28%;
    }
    .c-voice__sp .c-voice__man {
        width: 31%;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 767px) {
    .c-voice__sp {
        margin: -290px auto 50px;
        max-width: 477px;
    }
    .c-voice__sp .c-voice__girl {
        width: 32%;
    }
    .c-voice__sp .c-voice__man {
        width: 35%;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 516px) {
    .c-voice__sp {
        margin: -277px auto 50px;
        max-width: 350px;
    }
    .c-voice__sp .c-voice__girl {
        width: 40%;
    }
    .c-voice__sp .c-voice__man {
        width: 43%;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 370px) {
    .c-voice__sp {
        margin: -244px auto 50px;
        max-width: 350px;
    }
    .c-voice__sp .c-voice__girl {
        width: 44%;
    }
    .c-voice__sp .c-voice__man {
        width: 47%;
    }
}

.c-voice__icon {
    max-width: 1069px;
    margin: 0 auto -40px;
    position: relative;
}

.c-voice__people {
    position: absolute;
    width: 100%;
    left: 50%;
    top: -214px;
    max-width: 1108.18px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 20px;
}

@media only screen and (min-width: 1324px) {
    .c-voice__people {
        top: -195px;
    }
}

@media only screen and (max-width: 1024px) {
    .c-voice__people {
        display: none;
    }
}

.c-voice__list {
    grid-gap: 11.5rem 2.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 960.28px;
    margin: 0 auto 0;
}

@media only screen and (max-width: 1024px) {
    .c-voice__list {
        grid-gap: 5.5rem 2.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .c-voice__list {
        grid-gap: 3.5rem 2rem;
    }
}

@media only screen and (max-width: 516px) {
    .c-voice__list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 3rem 2rem;
    }
}

.c-voice__info {
    font-size: 1.5rem;
    color: white;
    text-align: center;
    margin-top: 13px;
    letter-spacing: 1px;
}

.c-detail {
    background-color: #F7F8F8;
    padding: 50px 20px;
    margin-top: 127px;
}

.c-detail__container {
    max-width: 997px;
    margin: 0 auto;
}

.c-detail__date {
    display: -webkit-box;
    display: flex;
    font-size: 1.6rem;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.c-detail__title {
    font-size: 2.2rem;
    color: #00A266;
    margin: 16px 0 48px;
    letter-spacing: 4px;
}

@media only screen and (max-width: 1024px) {
    .c-detail__title {
        font-size: 2rem;
        letter-spacing: 2px;
    }
}

@media only screen and (max-width: 516px) {
    .c-detail__title {
        font-size: 1.8rem;
        letter-spacing: 1px;
        margin: 16px 0 35px;
    }
}

.c-detail__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .c-detail__list {
        flex-wrap: wrap;
    }
}

.c-detail__left {
    width: 41.5%;
}

@media only screen and (max-width: 767px) {
    .c-detail__left {
        width: 100%;
    }
}

.c-detail__info {
    height: 46px;
    background-color: #00A266;
    color: white;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 2.2rem;
    margin: 41px 0 14px;
}

@media only screen and (max-width: 1024px) {
    .c-detail__info {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 767px) {
    .c-detail__info {
        font-size: 1.8rem;
        margin: 30px 0 14px;
    }
}

.c-detail__detail {
    line-height: 1.75;
    letter-spacing: 0.5px;
}

.c-detail__right {
    width: 53%;
    font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
    .c-detail__right {
        width: 100%;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 516px) {
    .c-detail__right {
        margin-top: 40px;
        font-size: 1.5rem;
    }
}

.c-detail__table {
    border: 1px solid;
}

.c-detail__line {
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid;
}

@media only screen and (max-width: 516px) {
    .c-detail__line {
        flex-wrap: wrap;
    }
}

.c-detail__line:last-child {
    border-bottom: none;
}

.c-detail__line span:nth-child(1) {
    width: 180px;
    border-right: 1px solid;
    background-color: #EFEFEF;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 1024px) {
    .c-detail__line span:nth-child(1) {
        width: 130px;
    }
}

@media only screen and (max-width: 516px) {
    .c-detail__line span:nth-child(1) {
        width: 100%;
        border-right: unset;
        border-bottom: 1px solid;
        padding: 15px 0;
    }
}

.c-detail__line span:nth-child(2) {
    width: 80%;
    background-color: white;
    padding: 29px 22px;
    display: -webkit-box;
    display: flex;
    letter-spacing: 1px;
    line-height: 1.7;
}

@media only screen and (max-width: 1024px) {
    .c-detail__line span:nth-child(2) {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 516px) {
    .c-detail__line span:nth-child(2) {
        width: 100%;
        padding: 20px 10px;
    }
}

.c-detail__code {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-top: 5px;
    letter-spacing: 1px;
}

.c-detail__menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 615.33px;
    margin: 101px auto 119px;
}

@media only screen and (max-width: 1024px) {
    .c-detail__menu {
        margin: 75px auto 100px;
        max-width: 568.33px;
    }
}

@media only screen and (max-width: 767px) {
    .c-detail__menu {
        margin: 60px auto 80px;
    }
}

@media only screen and (max-width: 516px) {
    .c-detail__menu {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
        margin: 60px auto 65px;
    }
}

.c-detail__link {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 81px;
    width: 284.14px;
    color: white;
    background-color: #EE7300;
    border-radius: 17px;
    letter-spacing: 1.5px;
    font-size: 2rem;
}

@media only screen and (max-width: 1024px) {
    .c-detail__link {
        height: 68px;
        width: 252.14px;
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 767px) {
    .c-detail__link {
        width: 48%;
    }
}

@media only screen and (max-width: 516px) {
    .c-detail__link {
        width: 252.14px;
    }
    .c-detail__link:nth-child(1) {
        margin-bottom: 30px;
    }
}

.c-detail__link:nth-child(2) {
    background-color: #00A266;
}

.c-flow {
    margin-top: 142px;
}

@media only screen and (max-width: 767px) {
    .c-flow {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 516px) {
    .c-flow {
        margin-top: 80px;
    }
}

.c-flow__list {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
}

.c-flow__item {
    border-radius: 8px;
    background-color: #00A266;
    display: -webkit-box;
    display: flex;
    position: relative;
    color: white;
    padding: 47px 39px;
    margin-bottom: 84px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
    .c-flow__item {
        padding: 30px;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 516px) {
    .c-flow__item {
        padding: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .c-flow__item:last-child {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 767px) {
    .c-flow__item:last-child {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 516px) {
    .c-flow__item:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .c-flow__item {
        flex-wrap: wrap;
    }
}

.c-flow__item:last-child::after {
    display: none;
}

.c-flow__item::after {
    content: "";
    position: absolute;
    bottom: -51px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../img/recruit/flow_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 55.55px;
    height: 21.67px;
}

.c-flow__step {
    font-size: 3.6rem;
    margin-top: 7px;
}

@media only screen and (max-width: 1024px) {
    .c-flow__step {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .c-flow__step {
        width: 100%;
        font-size: 2.2rem;
    }
}

@media only screen and (max-width: 516px) {
    .c-flow__step {
        font-size: 2rem;
    }
}

.c-flow__content {
    width: 44%;
    margin-top: 11px;
}

@media only screen and (max-width: 767px) {
    .c-flow__content {
        width: 100%;
        margin: 20px 0 30px;
    }
}

@media only screen and (max-width: 516px) {
    .c-flow__content {
        margin: 15px 0 25px;
    }
}

.c-flow__title {
    font-size: 3rem;
}

@media only screen and (max-width: 1024px) {
    .c-flow__title {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .c-flow__title {
        font-size: 2.2rem;
    }
}

@media only screen and (max-width: 516px) {
    .c-flow__title {
        font-size: 2rem;
    }
}

.c-flow__text {
    font-size: 1.8rem;
    margin-top: 29px;
    letter-spacing: 0.4px;
    line-height: 1.7;
}

@media only screen and (max-width: 1024px) {
    .c-flow__text {
        font-size: 1.6rem;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 516px) {
    .c-flow__text {
        font-size: 1.5rem;
    }
}

.c-flow__image {
    width: 34%;
    margin-right: 5px;
}

@media only screen and (max-width: 1024px) {
    .c-flow__image {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .c-flow__image {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
}

.c-subpage__container {
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
}

.c-faq__main {
    margin: 117px 0;
}

@media only screen and (max-width: 1024px) {
    .c-faq__main {
        margin: 100px 0;
    }
}

@media only screen and (max-width: 767px) {
    .c-faq__main {
        margin: 80px 0;
    }
}

@media only screen and (max-width: 516px) {
    .c-faq__main {
        margin: 60px 0;
    }
}

.c-faq__part {
    margin-bottom: 150px;
}

@media only screen and (max-width: 1024px) {
    .c-faq__part {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .c-faq__part {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 516px) {
    .c-faq__part {
        margin-bottom: 65px;
    }
}

.c-faq__title {
    font-size: 2.5rem;
    letter-spacing: 2px;
    margin-bottom: 89px;
}

@media only screen and (max-width: 1024px) {
    .c-faq__title {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .c-faq__title {
        font-size: 2.2rem;
    }
}

@media only screen and (max-width: 516px) {
    .c-faq__title {
        margin-bottom: 40px;
        letter-spacing: 1px;
    }
}

.c-faq__item {
    margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
    .c-faq__item {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 516px) {
    .c-faq__item {
        margin-bottom: 40px;
    }
}

.c-faq__question {
    border-radius: 36px;
    display: -webkit-box;
    display: flex;
}

.c-faq__question.question {
    cursor: pointer;
    background-color: #CAE5CB;
    color: #00A266;
    -webkit-box-align: center;
    align-items: center;
    padding: 15px 17px 15px 27px;
}

.c-faq__question.is-active .c-faq__arrow img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
    .c-faq__question.question {
        padding: 15px 17px;
    }
}

@media only screen and (max-width: 516px) {
    .c-faq__question.question {
        padding: 15px 10px;
    }
}

.c-faq__question.answer {
    margin-top: 27px;
    margin-left: 27px;
}

@media only screen and (max-width: 767px) {
    .c-faq__question.answer {
        margin-left: 17px;
        margin-top: 17px;
    }
}

@media only screen and (max-width: 516px) {
    .c-faq__question.answer {
        margin-left: 10px;
    }
}

.c-faq__question.answer .c-faq__second {
    max-width: 712.72px;
    margin-top: 7px;
    font-size: 1.8rem;
    line-height: 1.75;
}

@media only screen and (max-width: 767px) {
    .c-faq__question.answer .c-faq__second {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 516px) {
    .c-faq__question.answer .c-faq__second {
        font-size: 1.5rem;
    }
}

.c-faq__first {
    font-size: 3rem;
    color: #00A266;
    width: 65px;
}

@media only screen and (max-width: 767px) {
    .c-faq__first {
        font-size: 2.5rem;
        width: 40px;
    }
}

@media only screen and (max-width: 516px) {
    .c-faq__first {
        font-size: 2.2rem;
        width: 35px;
    }
}

.c-faq__second {
    font-size: 2.1rem;
    width: 91%;
    letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
    .c-faq__second {
        font-size: 1.8rem;
        letter-spacing: 1px;
    }
}

@media only screen and (max-width: 516px) {
    .c-faq__second {
        font-size: 1.6rem;
        letter-spacing: 0;
    }
}

.c-faq__arrow {
    display: -webkit-box;
    display: flex;
}

.c-faq__arrow img {
    transition: all 0.3s linear;
    width: 43.42px;
}

.c-faq__box {
    max-width: 838.67px;
    margin: 0 auto;
    border: 1px solid;
    color: #00A266;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    font-size: 2.1rem;
    margin-bottom: 284px;
    padding: 0 20px 60px;
}

@media only screen and (max-width: 1024px) {
    .c-faq__box {
        margin-bottom: 184px;
    }
}

@media only screen and (max-width: 767px) {
    .c-faq__box {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 516px) {
    .c-faq__box {
        margin-bottom: 135px;
        font-size: 1.6rem;
    }
}

.c-faq__green {
    margin: 68px 0 53px;
    line-height: 1.75;
    letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
    .c-faq__green {
        letter-spacing: 0;
    }
}

@media only screen and (max-width: 516px) {
    .c-faq__green {
        margin: 50px 0 45px;
    }
}

.p-top2__link.faq {
    width: 248.69px;
}

.c-privacy__main {
    margin: 150px 0 200px;
}

@media only screen and (max-width: 1024px) {
    .c-privacy__main {
        margin: 82px 0 160px;
    }
}

@media only screen and (max-width: 767px) {
    .c-privacy__main {
        margin: 50px 0 130px;
    }
}

@media only screen and (max-width: 516px) {
    .c-privacy__main {
        margin: 10px 0 120px;
    }
}

.c-privacy__content h3 {
    font-size: 1.7rem;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.c-privacy__content p {
    margin-bottom: 56px;
    letter-spacing: 0.5px;
    line-height: 1.75;
}

@media only screen and (max-width: 516px) {
    .c-privacy__content p {
        margin-bottom: 45px;
    }
}

.c-privacy__address {
    font-size: 1.7rem;
    margin: 35px 0 27px;
    line-height: 1.75;
}

.c-contact__desc {
    font-size: 1.4rem;
    letter-spacing: 1.5px;
    line-height: 2.3;
}

.c-contact__title {
    font-size: 2.2rem;
    letter-spacing: 1px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 33px;
    margin-top: 75px;
}

@media only screen and (max-width: 516px) {
    .c-contact__title {
        font-size: 2rem;
        margin-bottom: 25px;
    }
}

.c-contact__phone {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    margin: 0 0 10px;
}

.c-contact__phone img {
    width: 45.4px;
    margin-top: 17px;
}

@media only screen and (max-width: 1024px) {
    .c-contact__phone img {
        width: 35.41px;
        margin-top: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .c-contact__phone img {
        width: 27.41px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 516px) {
    .c-contact__phone img {
        width: 23.41px;
        margin-top: 8px;
    }
}

.c-contact__phone span {
    font-size: 6.177rem;
    margin-left: 14px;
    letter-spacing: 3.5px;
}

@media only screen and (max-width: 1024px) {
    .c-contact__phone span {
        font-size: 4.6rem;
    }
}

@media only screen and (max-width: 767px) {
    .c-contact__phone span {
        font-size: 3.6rem;
        margin-left: 10px;
        letter-spacing: 1px;
    }
}

@media only screen and (max-width: 516px) {
    .c-contact__phone span {
        font-size: 3rem;
    }
}

.c-contact__time {
    font-size: 2.129rem;
    margin-top: -14px;
    margin-left: 17px;
    letter-spacing: 4px;
}

@media only screen and (max-width: 767px) {
    .c-contact__time {
        font-size: 1.8rem;
        letter-spacing: 1px;
    }
}

@media only screen and (max-width: 516px) {
    .c-contact__time {
        font-size: 1.6rem;
    }
}

.c-contact__line {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 259.92px;
    -webkit-box-align: center;
    align-items: center;
    font-size: 1.6rem;
    margin-left: 9px;
    letter-spacing: 0.5px;
}

.c-contact__line img {
    width: 53px;
}

.c-voice__wave.detail {
    color: white;
    padding: 14.5% 0 20px;
}

.c-voice__detail {
    letter-spacing: 1px;
}

.c-voice__letter {
    font-size: 2.5rem;
    border-bottom: 1px solid;
    padding-bottom: 2px;
    margin: 21px 0 21px;
}

@media only screen and (max-width: 767px) {
    .c-voice__letter {
        font-size: 2.2rem;
        letter-spacing: 1px;
    }
}

@media only screen and (max-width: 516px) {
    .c-voice__letter {
        font-size: 2rem;
    }
}

.c-voice__content {
    margin-left: 16px;
    line-height: 1.75;
}

@media only screen and (max-width: 1024px) {
    .c-voice__content {
        margin-left: 0;
    }
}

.c-voice__content img {
    height: auto;
    margin: 40px 0;
}

.c-gray .c-subpage {
    padding: 131px 0 199px;
    position: relative;
    background: linear-gradient(to bottom, #F7F8F8 10%, white 50%);
}

.c-gray .c-subpage::after {
    content: "";
    position: absolute;
    bottom: 84px;
    left: 0;
    right: 0;
    height: 100%;
    background: #F7F8F8;
    -webkit-transform: skewY(-8deg);
    transform: skewY(-8deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 0;
}

@media only screen and (max-width: 1024px) {
    .c-gray .c-subpage {
        padding: 100px 0 150px;
    }
}

@media only screen and (max-width: 767px) {
    .c-gray .c-subpage {
        padding: 60px 0 140px;
    }
}

@media only screen and (max-width: 516px) {
    .c-gray .c-subpage {
        padding: 50px 0 130px;
    }
}

.c-news__title {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #B5B6B6;
    padding: 0 18px 18px;
    margin-bottom: 47px;
}

@media only screen and (max-width: 1024px) {
    .c-news__title {
        padding: 0 0 18px;
    }
}

@media only screen and (max-width: 767px) {
    .c-news__title {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .c-news__title .p-top3__category {
        margin-left: 20px;
        position: unset;
    }
}

.p-news__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 93%;
}

@media only screen and (max-width: 767px) {
    .p-news__content {
        flex-wrap: wrap;
    }
}

.p-news__content .p-top3__info {
    width: 100%;
    font-size: 1.7rem;
}

.c-company__content.clip {
    padding-bottom: 115px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);
}

.c-company__map {
    max-width: 807.14px;
    margin: -54px auto 0;
}

@media only screen and (max-width: 1024px) {
    .c-company__map {
        margin: 0 auto;
    }
}

.c-company__content {
    padding: 102px 0;
}

@media only screen and (max-width: 767px) {
    .c-company__content {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 516px) {
    .c-company__content {
        padding: 1px 0 60px;
    }
}

.c-company__content.gray {
    position: relative;
}

.c-company__content.gray::after {
    content: "";
    position: absolute;
    bottom: 84px;
    left: 0;
    right: 0;
    height: 100%;
    background: #F7F8F8;
    -webkit-transform: skewY(-8deg);
    transform: skewY(-8deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 0;
}

#history::after {
    bottom: -84px;
}

#history {
    padding: 102px 0 1px;
    margin-bottom: 144px;
}

.c-abs {
    position: relative;
    z-index: 2;
}

.c-company__content.sub {
    height: 800px;
}

@media only screen and (max-width: 767px) {
    .c-company__content.sub {
        height: 500px;
    }
}

.c-company__content.gray {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #F7F8F8), color-stop(50%, white));
    background: linear-gradient(to bottom, #F7F8F8 10%, white 50%);
}

.c-company__content.black {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #F7F8F8), color-stop(50%, white));
    background: linear-gradient(to bottom, #F7F8F8 10%, white 50%);
}

.c-company__content.black::after {
    content: "";
    position: absolute;
    bottom: 84px;
    left: 0;
    right: 0;
    height: 100%;
    background: #2D2523;
    -webkit-transform: skewY(-8deg);
    transform: skewY(-8deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 0;
}

.c-company__content.black .c-subpage__title {
    color: white !important;
}

.c-company__content.black .c-subpage__title .c-subpage__green {
    color: white;
}

.c-service3__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 87px 0 113px;
}

@media only screen and (max-width: 1024px) {
    .c-service3__list {
        margin: 50px 0 80px;
    }
}

@media only screen and (max-width: 767px) {
    .c-service3__list {
        flex-wrap: wrap;
        margin: 50px 0;
    }
}

@media only screen and (max-width: 516px) {
    .c-service3__list {
        margin: 35px 0;
    }
}

.c-service3__left {
    width: 44.5%;
}

@media only screen and (max-width: 767px) {
    .c-service3__left {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
}

.c-service3__right {
    width: 48%;
    margin-top: -5px;
}

@media only screen and (max-width: 1024px) {
    .c-service3__right {
        width: 50% !important;
    }
}

@media only screen and (max-width: 767px) {
    .c-service3__right {
        width: 100% !important;
        margin-top: 30px;
    }
}

.c-service3__right.small {
    width: 45.5%;
}

.c-service3__right h3 {
    font-size: 3rem;
    letter-spacing: 1.5px;
}

@media only screen and (max-width: 1024px) {
    .c-service3__right h3 {
        font-size: 2.2rem;
    }
}

@media only screen and (max-width: 516px) {
    .c-service3__right h3 {
        font-size: 1.8rem;
        letter-spacing: 0;
    }
}

.c-service3__right p {
    font-size: 1.7rem;
    margin-top: 20px;
    letter-spacing: 1px;
    line-height: 1.75;
}

@media only screen and (max-width: 516px) {
    .c-service3__right p {
        margin-top: 15px;
        font-size: 1.5rem;
    }
}

.c-service3__meta {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 173px;
}

@media only screen and (max-width: 1024px) {
    .c-service3__meta {
        margin-bottom: 130px;
    }
}

@media only screen and (max-width: 767px) {
    .c-service3__meta {
        flex-wrap: wrap;
        margin-bottom: 90px;
    }
}

.c-service3__item {
    width: 31%;
}

@media only screen and (max-width: 767px) {
    .c-service3__item {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 30px;
    }
}

.c-service3__info {
    font-size: 2.3rem;
    color: #00A266;
    text-align: center;
    letter-spacing: 2.5px;
}

@media only screen and (max-width: 1024px) {
    .c-service3__info {
        font-size: 2rem;
        letter-spacing: 0;
    }
}

@media only screen and (max-width: 516px) {
    .c-service3__info {
        font-size: 1.8rem;
    }
}

.c-service3__image {
    margin: 14px 0 6px;
}

@media only screen and (max-width: 767px) {
    .c-service3__image {
        margin: 14px 0;
    }
}

.c-service3__text {
    font-size: 1.7rem;
    letter-spacing: 1px;
    line-height: 1.75;
}

@media only screen and (max-width: 516px) {
    .c-service3__text {
        font-size: 1.5rem;
    }
}

.c-service3__flow {
    margin: 69px 0 261px;
}

@media only screen and (max-width: 1024px) {
    .c-service3__flow {
        margin: 69px 0 180px;
    }
}

@media only screen and (max-width: 767px) {
    .c-service3__flow {
        margin: 50px 0 180px;
    }
}

@media only screen and (max-width: 516px) {
    .c-service3__flow {
        margin: 50px 0 150px;
    }
}

.c-service3__part {
    overflow: hidden;
    max-width: 867.81px;
    margin: 0 auto;
    border-radius: 8px;
}

.c-service3__top {
    background-color: #00A266;
    color: white;
    padding: 4px 13px;
    display: -webkit-box;
    display: flex;
}

.c-service3__top span:nth-child(1) {
    font-size: 3rem;
}

@media only screen and (max-width: 767px) {
    .c-service3__top span:nth-child(1) {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 516px) {
    .c-service3__top span:nth-child(1) {
        font-size: 2.2rem;
    }
}

.c-service3__top span:nth-child(2) {
    font-size: 2rem;
    margin-left: 32px;
    letter-spacing: 4px;
    margin-top: 8px;
}

@media only screen and (max-width: 767px) {
    .c-service3__top span:nth-child(2) {
        margin-left: 10px;
        letter-spacing: 2px;
        margin-top: 4px;
    }
}

@media only screen and (max-width: 516px) {
    .c-service3__top span:nth-child(2) {
        font-size: 1.8rem;
    }
}

.c-service3__bottom {
    display: -webkit-box;
    display: flex;
    padding: 20px;
    background: white;
}

@media only screen and (max-width: 516px) {
    .c-service3__bottom {
        flex-wrap: wrap;
    }
}

.c-service3__request {
    width: 37%;
    margin-right: 20px;
}

@media only screen and (max-width: 516px) {
    .c-service3__request {
        width: 100%;
        margin-right: 0;
    }
}

.c-service3__detail {
    color: black;
    width: 61%;
    font-size: 1.401rem;
    letter-spacing: 3px;
    line-height: 1.75;
    margin-top: 4px;
}

@media only screen and (max-width: 767px) {
    .c-service3__detail {
        margin-top: 0;
    }
}

@media only screen and (max-width: 516px) {
    .c-service3__detail {
        width: 100%;
        margin-top: 10px;
    }
}

.c-service3__detail a {
    width: 155.9px;
    height: 44.9px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: white;
    background-color: #F39A00;
    border-radius: 36px;
    float: right;
    margin-right: 29px;
    margin-top: 20px;
}

@media only screen and (max-width: 516px) {
    .c-service3__detail a {
        margin-right: 0;
    }
}

.c-service3__arrow {
    width: 53.96px;
    margin: 51px auto;
}

@media only screen and (max-width: 767px) {
    .c-service3__arrow {
        margin: 40px auto;
    }
}

@media only screen and (max-width: 516px) {
    .c-service3__arrow {
        margin: 30px auto;
        width: 46.96px;
    }
}

.c-company__content.center {
    margin: -181px 0 0;
    position: unset;
    background: white;
}

@media only screen and (max-width: 767px) {
    .c-company__content.center {
        margin: -156px 0 0;
    }
}

@media only screen and (max-width: 516px) {
    .c-company__content.center {
        margin: -113px 0 0;
    }
}

.c-company__content.center::after {
    display: none;
}

.c-company__content.last {
    background: white;
}

#history {
    margin-top: -163px;
}

@media only screen and (max-width: 767px) {
    .c-company__content.last .c-subpage__title {
        margin-top: -155px;
    }
    #history .c-subpage__title {
        margin-top: -30px;
    }
}

@media only screen and (max-width: 516px) {
    .c-company__content.last .c-subpage__title {
        margin-top: -108px;
    }
    #history .c-subpage__title {
        margin-top: -40px;
    }
}

.c-company__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 16px 0 232px;
}

@media only screen and (max-width: 1024px) {
    .c-company__list {
        margin: 16px 0 132px;
    }
}

@media only screen and (max-width: 767px) {
    .c-company__list {
        flex-wrap: wrap;
    }
}

.c-company__left {
    font-size: 1.5rem;
    width: 41%;
    letter-spacing: 2px;
    line-height: 1.75;
}

@media only screen and (max-width: 767px) {
    .c-company__left {
        width: 100%;
    }
}

.c-subpage__right {
    width: 56%;
    margin-top: 18px;
}

@media only screen and (max-width: 767px) {
    .c-subpage__right {
        width: 100%;
        margin-top: 30px;
    }
}

.c-company__table {
    margin: 84px 0 188px;
}

@media only screen and (max-width: 1024px) {
    .c-company__table {
        margin: 84px 0 132px;
    }
}

.c-company__line {
    display: -webkit-box;
    display: flex;
    border-top: 1px solid #666565;
    padding: 29px 0;
}

@media only screen and (max-width: 516px) {
    .c-company__line {
        flex-wrap: wrap;
        padding: 20px 0;
    }
}

.c-company__line:last-child {
    border-bottom: 1px solid #666565;
}

.c-company__first {
    width: 122px;
    font-size: 1.6rem;
}

@media only screen and (max-width: 516px) {
    .c-company__first {
        width: 100%;
    }
}

.c-company__second {
    width: 80%;
    letter-spacing: 1.5px;
    line-height: 1.75;
}

@media only screen and (max-width: 516px) {
    .c-company__second {
        width: 100%;
        margin-top: 10px;
    }
}

.c-company__second p {
    display: -webkit-box;
    display: flex;
    font-size: 1.4rem;
    margin-bottom: 40px;
    line-height: 1.5;
}

.c-company__second p span:nth-child(1) {
    width: 136px;
}

.c-company__second p span:nth-child(2) {
    width: 80%;
}

.c-company__history {
    position: relative;
    max-width: 744px;
    margin: 63px auto 156px;
    letter-spacing: 2px;
}

@media only screen and (max-width: 1024px) {
    .c-company__history {
        margin: 63px auto;
    }
}

@media only screen and (max-width: 516px) {
    .c-company__history::after {
        display: none;
    }
}

.c-company__history::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #00A266;
    left: 125px;
    top: 10px;
}

.c-company__part {
    display: -webkit-box;
    display: flex;
    margin-bottom: 26px;
    -webkit-box-align: start;
    align-items: flex-start;
}

@media only screen and (max-width: 516px) {
    .c-company__part {
        flex-wrap: wrap;
        border-bottom: 1px solid #00A266;
        margin: 0;
        padding: 20px 0;
    }
}

.c-company__date {
    font-size: 1.3rem;
    position: relative;
    min-width: 176px;
    position: relative;
}

@media only screen and (max-width: 516px) {
    .c-company__date {
        width: 100%;
    }
    .c-company__date::after {
        display: none;
    }
}

.c-company__date::after {
    content: "";
    position: absolute;
    width: 14.34px;
    height: 14.34px;
    background-color: #00A266;
    border-radius: 50%;
    right: 43px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-company__text {
    letter-spacing: 1px;
    line-height: 1.75;
    margin-top: -4px;
}

@media only screen and (max-width: 516px) {
    .c-company__text {
        width: 100%;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .c-subpage__link.service ul li {
        width: 50%;
    }
}

@media only screen and (max-width: 516px) {
    .c-subpage__link.service ul li {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .p-top7.white.service {
        padding: 0 20px 92px;
    }
}

.c-service__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin: 88px 0 199px;
}

@media only screen and (max-width: 1024px) {
    .c-service__list {
        margin: 60px 0 110px;
    }
}

@media only screen and (max-width: 767px) {
    .c-service__list {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
        margin: 60px 0 140px;
    }
}

@media only screen and (max-width: 516px) {
    .c-service__list {
        margin: 60px 0 110px;
    }
}

.c-service__left {
    width: 60%;
    margin-left: -37px;
}

@media only screen and (max-width: 767px) {
    .c-service__left {
        width: 100%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 516px) {
    .c-service__left {
        scale: 1.15;
        margin-bottom: 20px;
    }
}

.c-service__right {
    width: 39%;
    font-size: 1.7rem;
    margin-top: -8%;
    margin-right: -15px;
    letter-spacing: 1px;
    line-height: 1.75;
}

@media only screen and (max-width: 1024px) {
    .c-service__right {
        width: 44%;
        margin-right: 0;
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .c-service__right {
        width: 100%;
        font-size: 1.6rem;
    }
}

.c-service__title {
    font-family: 'acumin-pro-semi-condensed';
    font-size: 12.39rem;
    color: #545252;
    margin-top: -300px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 500;
}

@media only screen and (max-width: 1024px) {
    .c-service__title {
        font-size: 7.39rem;
        margin-top: -251px;
    }
}

@media only screen and (max-width: 767px) {
    .c-service__title {
        font-size: 5.39rem;
        margin-top: -190px;
    }
}

@media only screen and (max-width: 516px) {
    .c-service__title {
        font-size: 3.8rem;
        margin-top: -117px;
        letter-spacing: 0px;
    }
}

.c-service__meta {
    margin: 110px 0 10px;
}

@media only screen and (max-width: 767px) {
    .c-service__meta {
        margin: 60px 0 120px;
    }
}

.c-service__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-bottom: 140px;
}

@media only screen and (max-width: 1024px) {
    .c-service__item {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .c-service__item {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 516px) {
    .c-service__item {
        flex-wrap: wrap;
        margin-bottom: 60px;
    }
}

.c-service__item:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    align-items: flex-start;
}

.c-service__item:nth-child(2) .c-service__image {
    margin-right: 0;
    margin-left: 89px;
    width: 50.5%;
}

@media only screen and (max-width: 1024px) {
    .c-service__item:nth-child(2) .c-service__image {
        margin-left: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .c-service__item:nth-child(2) .c-service__image {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 516px) {
    .c-service__item:nth-child(2) .c-service__image {
        width: 100%;
        margin-left: 0;
    }
}

.c-service__image {
    margin-right: 89px;
    width: 50.5%;
}

@media only screen and (max-width: 1024px) {
    .c-service__image {
        margin-right: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .c-service__image {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 516px) {
    .c-service__image {
        width: 100%;
        margin-right: 0;
    }
}

.c-service__content {
    max-width: 306.85px;
}

@media only screen and (max-width: 767px) {
    .c-service__content {
        max-width: 238.85px;
    }
}

@media only screen and (max-width: 516px) {
    .c-service__content {
        width: 100%;
        max-width: 100%;
    }
}

.c-service__number {
    font-family: 'acumin-pro-semi-condensed';
    font-size: 5.499rem;
    margin: -19px 0 -18px;
    letter-spacing: 6px;
}

@media only screen and (max-width: 1024px) {
    .c-service__number {
        font-size: 4.499rem;
        margin: -19px 0 -10px;
    }
}

@media only screen and (max-width: 767px) {
    .c-service__number {
        font-size: 3.499rem;
        letter-spacing: 3px;
    }
}

@media only screen and (max-width: 516px) {
    .c-service__number {
        font-size: 3rem;
        letter-spacing: 2px;
        margin: 10px 0 -5px;
    }
}

.c-service__info {
    font-size: 3.5rem;
    letter-spacing: 3px;
    border-bottom: 1px solid;
    padding-bottom: 4px;
}

@media only screen and (max-width: 1024px) {
    .c-service__info {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 767px) {
    .c-service__info {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 516px) {
    .c-service__info {
        font-size: 2.2rem;
    }
}

.c-service__text {
    font-size: 1.7rem;
    margin: 9px 0 42px;
    letter-spacing: 1px;
    line-height: 1.75;
}

@media only screen and (max-width: 767px) {
    .c-service__text {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 516px) {
    .c-service__text {
        margin: 9px 0 20px;
    }
}

.c-service__link {
    background: white;
    display: -webkit-box;
    display: flex;
    width: 233.89px;
    height: 59.39px;
    border-radius: 36px;
    -webkit-box-align: center;
    align-items: center;
    font-size: 1.699rem;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 43px;
    padding-right: 18px;
    color: black;
    letter-spacing: 2px;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .c-service__link {
        width: 198.89px;
        height: 48.39px;
        font-size: 1.6rem;
        padding-left: 30px;
    }
}

.c-service__link img {
    width: 28px;
}

.service .c-service3__list {
    margin: 87px 0 209px;
}

@media only screen and (max-width: 1024px) {
    .service .c-service3__list {
        margin: 50px 0 109px;
    }
}

@media only screen and (max-width: 767px) {
    .service .c-service3__list {
        margin: 50px 0 130px;
    }
}

@media only screen and (max-width: 516px) {
    .service .c-service3__list {
        margin: 35px 0 130px;
    }
}

.service .c-company__content.black::after {
    background-color: #2D2523;
}

.c-company__content.black {
    color: white;
    background: white;
}

.c-service1__meta {
    margin-left: 22px;
    font-size: 2rem;
}

@media only screen and (max-width: 1024px) {
    .c-service1__meta {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 767px) {
    .c-service1__meta {
        font-size: 1.6rem;
        margin-left: 0;
    }
}

.c-service1__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 31px 0 14px;
}

.c-service1__list span {
    border: 1px solid;
    margin-right: 13px;
    margin-bottom: 13px;
    min-width: 191.8px;
    height: 43.91px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 21px;
    letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
    .c-service1__list span {
        min-width: auto;
    }
}

@media only screen and (max-width: 516px) {
    .c-service1__list span {
        padding: 0 11px;
        letter-spacing: 0;
        font-size: 1.4rem;
    }
}

.c-service1__note {
    letter-spacing: 2px;
    margin-bottom: 113px;
}

.c-service1__process {
    margin: 75px 0 10px;
}

@media only screen and (max-width: 767px) {
    .c-service1__process {
        margin: 40px 0 10px;
    }
}

.c-service1__part {
    margin-bottom: 117px;
}

@media only screen and (max-width: 767px) {
    .c-service1__part {
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 516px) {
    .c-service1__part {
        margin-bottom: 60px;
    }
}

.c-service1__part:nth-child(2) .c-service1__image {
    width: 53%;
}

@media only screen and (max-width: 767px) {
    .c-service1__part:nth-child(2) .c-service1__image {
        width: 100%;
    }
}

.c-service1__title {
    font-size: 2.5rem;
    border-bottom: 1px solid;
    letter-spacing: 2.5px;
    padding-bottom: 4px;
}

@media only screen and (max-width: 1024px) {
    .c-service1__title {
        font-size: 2.2rem;
    }
}

@media only screen and (max-width: 516px) {
    .c-service1__title {
        font-size: 2rem;
        letter-spacing: 1.5px;
    }
}

.c-service1__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 963px;
    margin: 33px auto;
    -webkit-box-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .c-service1__item {
        flex-wrap: wrap;
    }
}

.c-service1__image {
    width: 58.5%;
}

@media only screen and (max-width: 767px) {
    .c-service1__image {
        width: 100%;
    }
}

.c-service1__text {
    width: 36%;
    font-size: 1.7rem;
    letter-spacing: 1px;
    line-height: 1.75;
}

@media only screen and (max-width: 767px) {
    .c-service1__text {
        width: 100%;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 516px) {
    .c-service1__text {
        font-size: 1.5rem;
    }
}

.c-service1__text span {
    color: #FFF100;
}

.c-service1__bottom {
    max-width: 954px;
    margin: 169px auto 219px;
}

@media only screen and (max-width: 1024px) {
    .c-service1__bottom {
        margin: 120px auto 160px;
    }
}

@media only screen and (max-width: 516px) {
    .c-service1__bottom {
        margin: 80px auto 140px;
    }
}

.c-service1__box {
    height: 64.35px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: white;
    color: black;
    font-size: 2.5rem;
    letter-spacing: 1.5px;
    border-radius: 3px;
}

@media only screen and (max-width: 1024px) {
    .c-service1__box {
        font-size: 2.2rem;
    }
}

@media only screen and (max-width: 516px) {
    .c-service1__box {
        font-size: 2rem;
    }
}

.c-service1__info {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 674px;
    margin: 67px auto;
}

@media only screen and (max-width: 516px) {
    .c-service1__info {
        flex-wrap: wrap;
        margin: 45px auto;
    }
}

.c-service1__page {
    width: 36.5%;
    margin-left: 66px;
}

@media only screen and (max-width: 767px) {
    .c-service1__page {
        margin-left: 0;
    }
}

@media only screen and (max-width: 516px) {
    .c-service1__page {
        width: 100%;
    }
}

.c-service1__address {
    width: 45.5%;
    font-size: 1.7rem;
    margin-top: 34px;
    letter-spacing: 1px;
    line-height: 1.75;
}

@media only screen and (max-width: 767px) {
    .c-service1__address {
        width: 57.5%;
        font-size: 1.6rem;
        margin-top: 0;
        letter-spacing: 0;
    }
}

@media only screen and (max-width: 516px) {
    .c-service1__address {
        width: 100%;
        margin-top: 30px;
    }
}

.c-service1__address p:nth-child(2) {
    font-size: 2.938rem;
    margin: 42px 9px 8px;
}

@media only screen and (max-width: 767px) {
    .c-service1__address p:nth-child(2) {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 516px) {
    .c-service1__address p:nth-child(2) {
        margin: 30px 0 8px;
    }
}

.c-service1__address p:nth-child(3) {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
}

.c-service1__address p:nth-child(3) span {
    margin-left: 7px;
    letter-spacing: 0px;
    margin-right: 22px;
}

@media only screen and (max-width: 767px) {
    .c-service1__address p:nth-child(3) span {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 516px) {
    .c-service1__address p:nth-child(3) span {
        margin-left: 0;
    }
}

.c-service1__address p:nth-child(3) img {
    width: 207.71px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
    .c-service1__address p:nth-child(3) img {
        width: 200.71px;
        margin-bottom: 3px;
    }
}

.c-service1__last {
    margin-top: 87px;
}

@media only screen and (max-width: 767px) {
    .c-service1__last {
        margin-top: 45px;
    }
}

@media only screen and (max-width: 516px) {
    .c-service1__last {
        margin-top: 25px;
    }
}

.c-service1__map {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 850px;
    margin: 68px auto 104px;
}

@media only screen and (max-width: 1024px) {
    .c-service1__map {
        margin: 68px auto 80px;
    }
}

@media only screen and (max-width: 516px) {
    .c-service1__map {
        flex-wrap: wrap;
        margin: 35px auto 70px;
    }
}

.c-service1__google {
    width: 46%;
}

@media only screen and (max-width: 516px) {
    .c-service1__google {
        width: 100%;
    }
}

.c-service1__detail {
    font-size: 2rem;
    width: 45%;
}

@media only screen and (max-width: 1024px) {
    .c-service1__detail {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 767px) {
    .c-service1__detail {
        font-size: 1.6rem;
        width: 47%;
    }
}

@media only screen and (max-width: 516px) {
    .c-service1__detail {
        width: 100%;
        margin-top: 30px;
    }
}

.c-service1__base {
    margin-bottom: 24px;
}

.c-service1__base:nth-child(2) h3 {
    color: #63B744;
}

.c-service1__base h3 {
    font-size: 2.5rem;
    color: #E96DA5;
    letter-spacing: 2.5px;
    margin-bottom: 23px;
}

@media only screen and (max-width: 1024px) {
    .c-service1__base h3 {
        font-size: 2.2rem;
    }
}

@media only screen and (max-width: 767px) {
    .c-service1__base h3 {
        letter-spacing: 1.5px;
    }
}

@media only screen and (max-width: 516px) {
    .c-service1__base h3 {
        font-size: 2rem;
    }
}

.c-service1__city {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.c-service1__city span {
    letter-spacing: 2px;
    border: 1px solid;
    margin-right: 13px;
    margin-bottom: 13px;
    min-width: 110.94px;
    height: 37.73px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 15px;
}

@media only screen and (max-width: 767px) {
    .c-service1__city span {
        min-width: auto;
    }
}

@media only screen and (max-width: 516px) {
    .c-service1__city span {
        font-size: 1.4rem;
        padding: 0 11px;
    }
}

.c-service1__letter {
    margin-top: 25px;
    line-height: 1.75;
    letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
    .c-service1__letter {
        letter-spacing: 0;
    }
}


/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/


/*# sourceMappingURL=style.css.map */

.c-header__language.sp {
    display: none;
}

@media only screen and (max-width: 516px) {
    .c-header__language.sp {
        display: block;
        margin-top: 40px;
        text-align: center;
    }
    .c-header {
        background-color: #F7F8F8;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10002;
    }
}

.c-header__menu .active a span:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.c-header__menu li a>span::after {
    z-index: 999;
    content: "";
    position: absolute;
    top: 28px;
    left: 0;
    width: 100%;
    height: 3.5px;
    background: #00A266;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-header__menu li a>span {
    position: relative;
}

.c-header__menu li:hover a>span:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.c-header__menu li .c-menu a>span::after {
    display: none;
}

.c-menu__link.active::after {
    background-color: #00A266;
    position: absolute;
    content: "";
    height: 31.41px;
    width: 205px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -10px;
    z-index: 1;
}

.c-menu__company:hover .c-menu.company {
    display: block;
}

.c-menu__service:hover .c-menu.service {
    display: block;
}

.c-menu__recruit:hover .c-menu.recruit {
    display: block;
}

.c-menu {
    left: 0;
    width: 100%;
    position: absolute;
    background: #DCDDDD;
    z-index: 2;
    padding: 30px 10px;
    margin-top: 8px;
    display: none;
    font-size: 1.5rem;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.c-menu__link {
    margin-bottom: 22px;
    position: relative;
    cursor: pointer;
}

.c-menu__link span {
    position: relative;
    z-index: 2;
}

.c-menu__link:hover span,
.c-menu__link:hover a {
    opacity: 1;
}

.c-menu:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 100%;
    top: -12px;
    left: 0;
}

.c-menu__link:hover::after {
    background-color: #3D464C;
    position: absolute;
    content: "";
    height: 31.41px;
    width: 107%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -5px;
    z-index: 1;
}

.c-menu .c-subpage__link {
    background: #DCDDDD;
    padding: 0;
}

.c-header.gray {
    background-color: #F7F8F8;
}

@media only screen and (max-width: 516px) {
    main {
        margin-top: 61.6px;
    }
}

.form-meta {
    max-width: 752.24px;
    margin: 66px auto 45px;
}

.form-item2 {
    width: 503.17px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
    .form-item2 {
        width: 67%;
    }
}

.form-item1 {
    max-width: 447.78px;
    width: 74%;
}

::placeholder {
    color: #BBBCBC;
    opacity: 0.8;
    font-size: 1.6rem;
    line-height: 2;
    font-family: Noto Sans JP, sans-serif;
}

.mwform-checkbox-field label,
.mwform-radio-field label {
    display: flex;
    align-items: center;
}

.form-white {
    visibility: hidden;
}

.mwform-checkbox-field-text {
    margin-left: 4px;
    font-size: 1.3rem;
    letter-spacing: 1px;
}

.wpcf7-checkbox input {
    width: 24.1px;
    height: 24.1px;
    margin: 0;
}

.form-list {
    display: flex;
    margin: 0 auto 26px;
    width: 100%;
}

.form-list.form-message1 {
    margin: 25px auto;
    align-items: flex-start;
}

@media only screen and (max-width: 767px) {
    .form-list.form-message1 {
        margin: 0;
    }
}

.form-list.form-message1 .form-item:first-child {
    margin-top: 13px;
}

.form-item:first-child {
    width: 156.36px;
    margin-right: 69px;
    flex-direction: row-reverse;
}

.form-box {
    align-items: flex-start;
    margin: 26px auto 29px;
}

.form-info {
    text-align: right;
    font-size: 1.6rem;
    font-weight: bold;
}

@media only screen and (max-width: 1024px) {
    .form-info {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 516px) {
    .form-info {
        font-size: 1.5rem;
    }
}

.form-item {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
}

.form-red {
    font-size: 1.1rem;
    color: #E60013;
    border-radius: 5px;
    margin-right: 15px;
}

.form-info {
    letter-spacing: 1px;
}

.form-list .form-item:nth-child(2) {
    display: block;
    width: 71%;
}

#form-mess .form-input {
    padding: 10px 20px;
    width: 560.75px;
    height: 233.35px;
}

.mw_wp_form_confirm #form-mess .form-item:first-child {
    margin-top: 0;
}

#form-mess {
    align-items: flex-start;
}

#form-mess .form-item:first-child {
    margin-top: 13px;
}

.form-blue {
    background-color: #005AAB !important;
}

.form-input {
    box-sizing: border-box;
    font-family: Noto Sans JP, sans-serif;
    padding: 0 20px;
    height: 48.69px;
    width: 100%;
    border: 1px solid white;
    font-size: 1.6rem;
    line-height: 2;
    border-radius: 4px;
    max-width: 234.35px;
    background-color: #EFEFEF;
}

.form-list.choice {
    margin: 55px auto 31px;
}

@media only screen and (max-width: 767px) {
    .form-list.choice {
        margin: 20px auto;
    }
}

.form-message2 {
    box-sizing: border-box;
    font-family: Noto Sans JP, sans-serif;
    padding: 10px 20px;
    height: 198.45px;
    width: 100%;
    border: 1px solid white;
    font-size: 1.5rem;
    line-height: 2;
    border-radius: 4px;
    background-color: #EFEFEF;
}

.form-note {
    font-size: 1.6rem;
    margin: 113px 0 76px;
    line-height: 2.7;
    letter-spacing: 1.5px;
    display: flex;
    justify-content: center;
}

.form-meta .wpcf7-list-item {
    margin: 0;
}

.contact-main2__text {
    margin: 80px 0 63px;
    text-align: center;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    letter-spacing: 1.5px;
}

@media only screen and (max-width: 767px) {
    .contact-main2__text {
        margin: 30px 0 50px;
    }
}

@media only screen and (max-width: 516px) {
    .contact-main2__text {
        font-size: 1.4rem;
        letter-spacing: 0;
    }
}

.contact-main2__text a {
    color: #00A266;
}

.contact-main2__text.sp {
    display: none;
}

.contact-main2__text .error {
    bottom: -17px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.contact-main2__meta {
    justify-content: center;
    display: flex;
    margin-bottom: 9px;
}

.p-contact .p-contact__btn__back {
    display: none;
}

.p-contact__btn__back {
    position: relative;
}

.mw_wp_form_confirm .p-contact__btn__back {
    margin-right: 38px;
}

.p-contact__btn__back span {
    top: 11px;
}

.p-contact__btn__back span {
    cursor: pointer;
    transform: rotate(180deg);
    top: 87px;
    font-size: 2rem;
    position: absolute;
    left: 26px;
    color: white;
}

.contact-main2__link {
    position: relative;
}

.form-item2 .wpcf7-form-control-wrap {
    width: 100%;
}

.contact-main2__link input {
    font-weight: bold;
    -webkit-appearance: none;
    cursor: pointer;
    border: none;
    position: relative;
    width: 248px;
    color: white;
    background-color: #00A266;
    height: 49.29px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 1.7rem;
    border-radius: 36px;
    letter-spacing: 1px;
}

@media only screen and (max-width: 1024px) {
    .contact-main2__link input {
        letter-spacing: 3px;
    }
}

.contact-main2__text .mwform-checkbox-field-text {
    display: none;
}

.contact-main2__link span {
    top: 9px;
    right: 35px;
    font-size: 2rem;
    position: absolute;
    color: white;
}

.contact-main2__link:hover span {
    cursor: pointer;
    right: 25px;
    transition: linear 0.5s;
}

.p-contact__btn__back {
    position: relative;
}

.p-contact__btn__back input {
    -webkit-appearance: none;
    cursor: pointer;
    color: white;
    background-color: #595857;
    border: 0;
    height: 49px;
    width: 150px;
}

.p-contact__btn__back span {
    top: 9px;
}

.mw_wp_form_confirm .contact-main2__link img {
    right: 20px;
}

.mw_wp_form_confirm .form-box {
    margin: 0 auto 19px;
}

.mw_wp_form_confirm .form-list.form-message1 .form-item:first-child {
    margin-top: 0;
}

.mw_wp_form_confirm .contact-main2__text,
.mw_wp_form_confirm .contact-main2__text.sp {
    display: none;
}

.form-meta .wpcf7-spinner {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .form-item2 {
        width: 100%;
    }
    .form-list .form-item:nth-child(2) {
        width: 100%;
    }
    .form-list {
        flex-wrap: wrap;
    }
    .form-item:first-child {
        justify-content: flex-start;
        margin-bottom: 10px;
        width: 100%;
        flex-direction: row;
    }
    .form-info {
        margin-right: 12px;
    }
    .contact-main2__link input {
        font-size: 1.7rem;
        letter-spacing: 1px;
        width: 182.81px;
    }
    .mw_wp_form_confirm .p-contact__btn__back {
        margin-right: 18px;
    }
    .contact-main2__meta {
        max-width: 465px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 516px) {
    .mw_wp_form_confirm .contact-main2__link img {
        display: none;
    }
    .contact-main2__link img {
        right: 20px;
    }
    .contact-main2__meta {
        max-width: 288px;
    }
    .contact-main2__link span {
        display: none;
    }
    .p-contact__btn__back span {
        display: none;
    }
    .p-contact__btn__back input {
        width: 50px;
        font-size: 1.4rem;
    }
    .contact-main2__button {
        width: 100%;
    }
    .contact-main2__text.sp {
        display: flex;
    }
    .form-input {
        width: 100% !important;
    }
    .contact-main2__link input {
        margin: 0 auto;
        height: 50.17px;
    }
}

.mw_wp_form_confirm .form-list {
    align-items: center !important;
}

.mw_wp_form_complete {
    padding: 8vw 11vw;
    max-width: 55vw;
    margin: 150px auto 450px;
    background: white;
    border-radius: 8px;
}

.form-item4 {
    width: 100%;
    max-width: 411px;
    margin-left: 4px;
}

.wpcf7-checkbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-main2__text .wpcf7-list-item-label {
    display: none;
}

.contact-main2__text .wpcf7-not-valid-tip {
    bottom: -30px;
    position: absolute;
    left: 50%;
    width: max-content;
    transform: translateX(-50%);
}

.wpcf7-form-control-wrap {
    position: unset !important;
}

.contact-main2__text .wpcf7-checkbox input {
    width: 23.1px;
    height: 23.1px;
    margin-right: 10px;
}

.form-item4 .wpcf7-list-item {
    width: 50%;
    margin: 0 0 16px;
}

@media only screen and (max-width: 516px) {
    .form-item4 .wpcf7-list-item {
        width: 100%;
    }
}

.wpcf7-list-item-label {
    font-size: 1.4rem;
    margin-left: 15px;
    letter-spacing: 1.5px;
}

@media only screen and (max-width: 516px) {
    .wpcf7-list-item-label {
        letter-spacing: 1px;
        margin-left: 5px;
    }
}

.wpcf7-checkbox label {
    display: flex;
    align-items: center;
}

.form-item3 {
    margin-left: 7px;
    width: 129px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mw_wp_form_complete {
    border: 1px solid;
    text-align: left;
}

@media only screen and (max-width: 1024px) {
    .mw_wp_form_complete {
        padding: 8vw 4vw;
        max-width: 67vw;
    }
}

@media only screen and (max-width: 767px) {
    .form-item4 {
        margin-left: 0;
        width: 100%;
    }
    .form-item1 {
        width: 100%;
    }
    .mw_wp_form_complete {
        max-width: 85vw;
        margin: 150px auto 250px;
    }
    .form-meta {
        margin: 40px auto 45px;
        max-width: 448.24px;
    }
}

@media only screen and (max-width: 516px) {
    .form-meta {
        margin: 35px auto 45px;
    }
    .form-item1 {
        max-width: 100%;
    }
    .mw_wp_form_complete {
        margin: 120px auto 200px;
    }
}

.mw_wp_form_complete p {
    margin-bottom: 20px;
    font-size: 1.651rem;
}

.mw_wp_form_confirm .p-contact__btn__back {
    display: block;
}

.mw_wp_form_confirm .contact-main2__link input {
    width: 277px;
}

@media only screen and (max-width: 767px) {
    .mw_wp_form_confirm .contact-main2__link input {
        width: 227px;
    }
    .mw_wp_form_confirm .contact-main2__link img {
        display: none;
    }
}

@media only screen and (max-width: 516px) {
    .form-list .form-item:nth-child(2) {
        width: 100%;
    }
    .mw_wp_form_confirm .contact-main2__link input {
        font-size: 1.4rem;
        width: 145px;
    }
}

.contact-main2__link img {
    position: absolute;
    width: 26.13px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .contact-main2__button {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 516px) {
    .contact-main2__button {
        margin-top: 40px;
    }
    .contact-main2__text {
        margin-bottom: 30px;
    }
}

.wpcf7-form .wpcf7-radio label {
    position: relative;
    cursor: pointer;
}

.wpcf7-form .wpcf7-radio input[type=radio] {
    position: relative;
    visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type=radio]+span {
    /*   border: 3px solid red;  */
}

.wpcf7-form .wpcf7-radio input[type=radio]+span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 14px;
    width: 14px;
    top: 1px;
    border: 2px solid #222;
}

.wpcf7-form .wpcf7-radio input[type=radio]+span:after {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 8px;
    width: 8px;
    top: 5.5px;
    left: 4.5px;
    visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked+span:before {
    background: transparent;
    /*     border-color: red; */
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked+span:after {
    background: #222;
    visibility: visible;
}

.form-red.white {
    visibility: hidden;
}

.panel {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
}

.c-subpage.faq {
    background: linear-gradient(to bottom, #F7F8F8 50%, white 50%);
}

.c-abs.header {
    z-index: 3;
}

html {
    scroll-behavior: smooth;
}

.p-delivery__pagination .wp-pagenavi a,
.p-delivery__pagination .wp-pagenavi span {
    color: #00A266;
    text-decoration: none;
    border: 1px solid;
    padding: 5px 12px;
    margin: 7px;
    border-radius: 50%;
    font-size: 1.6rem;
    font-weight: bold;
}

.pages {
    display: none;
}

.p-delivery__pagination {
    margin: 87px 0 200px;
    display: flex;
    justify-content: center;
}

.p-delivery__pagination .wp-pagenavi a:hover,
.p-delivery__pagination .wp-pagenavi span.current {
    border-color: #00A266;
    background-color: #00A266;
    color: white;
}

.nextpostslink {
    display: none;
}

.previouspostslink {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .p-delivery__pagination {
        margin: 70px 0 160px;
    }
}

@media only screen and (max-width: 767px) {
    .p-delivery__pagination {
        margin: 60px 0 130px;
    }
}

@media only screen and (max-width: 516px) {
    .p-delivery__pagination .wp-pagenavi a,
    .p-delivery__pagination .wp-pagenavi span {
        font-size: 1.5rem;
    }
    .p-delivery__pagination {
        margin: 50px 0 100px;
    }
}

.p-detail__bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 103px 0 200px;
}

@media only screen and (max-width: 1024px) {
    .p-detail__bottom {
        margin: 80px 0 180px;
    }
}

@media only screen and (max-width: 767px) {
    .p-detail__bottom {
        margin: 70px 0 140px;
    }
}

@media only screen and (max-width: 516px) {
    .p-detail__bottom {
        margin: 60px 0 120px;
    }
}

.p-top5__line p {
    margin: 0 10px;
}

.post-image {
    position: relative;
}

.post-image img:nth-child(2) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.post-image img:nth-child(1) {
    visibility: hidden;
}

.p-delivery__pagination.voice .wp-pagenavi a:hover,
.p-delivery__pagination.voice .wp-pagenavi span.current {
    border-color: white;
    background-color: white;
    color: #00A266;
}

.p-delivery__pagination.voice .wp-pagenavi a,
.p-delivery__pagination.voice .wp-pagenavi span {
    color: white;
}

.recruit .p-delivery__pagination {
    margin: 87px 0 100px;
}

@media only screen and (max-width: 516px) {
    .recruit .p-delivery__pagination {
        margin: 87px 0 70px;
    }
}

.p-top1__text {
    font-family: "kozuka-mincho-pro", serif;
    font-weight: 500;
}

.index {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

.p-top1__bg {
    position: fixed;
    width: 100%;
    top: 80.6px;
    height: calc(100vh - 80.6px);
}

.p-top {
    z-index: 10000;
    position: relative;
    margin-top: 100vh;
}

.p-top__white {
    background-color: white;
    padding: 1px;
}

.c-footer {
    z-index: 10000;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .p-top1__bg {
        top: 84.94px;
        height: calc(100vh - 84.94px);
    }
}

@media only screen and (max-width: 767px) {
    .p-top1__bg {
        top: 82.1px;
        height: calc(100vh - 82.1px);
    }
}

@media only screen and (max-width: 516px) {
    .p-top1__bg {
        top: 61.6px;
        height: calc(100vh - 61.6px);
    }
}

.p-top1__link,
.p-top2__desc,
.p-top2__title,
.p-top4__white h3,
.p-top4__info h4 {
    font-style: normal;
    font-weight: bold;
}

.p-top7__phone {
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.c-service3__top span:nth-child(1),
.c-detail__date span,
.c-flow__step,
.c-contact__phone span,
.p-top3__date,
.p-top3__year {
    font-family: "acumin-pro", sans-serif;
    font-weight: 500;
}

.c-detail__date span {
    margin-top: 1.5px;
}

.c-subpage__link .green {
    color: #00A266;
}

.c-service3__top span:nth-child(2),
.c-service1__meta,
.c-service1__detail,
.c-faq__question.question .c-faq__second,
.c-faq__first,
.c-faq__green,
.c-recruit__text,
.c-recruit__bottom,
.c-detail__info,
.c-detail__link,
.c-flow__title,
.c-voice__letter,
.c-voice__detail,
.c-voice__text {
    font-weight: bold;
}

.c-subpage__green,
.c-detail__date,
.c-detail__detail,
.c-detail__right,
.c-flow__step span {
    font-family: "kozuka-gothic-pr6n", sans-serif;
}

.c-service3__detail {
    font-family: "kozuka-gothic-pro", sans-serif;
    font-weight: 400;
}

.c-service3__detail a {
    font-weight: bold;
}

.c-recruit__title h3 {
    font-family: "heisei-maru-gothic-std", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.c-contact__desc {
    font-family: Noto Sans JP, sans-serif;
    font-weight: 400;
}

.c-entry {
    background-color: #F7F8F8;
    padding: 134px 0 20px;
}

.c-entry__main {}

.c-entry__arrow {}

.c-entry__bg {
    background-color: #00A266;
    padding: 53px 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.c-entry__title {
    color: white;
    font-size: 3.463rem;
    position: relative;
    text-align: center;
    display: inline-block;
    letter-spacing: 2px;
    line-height: 1.75;
    margin-bottom: 78px;
}

.c-entry__title::before {
    position: absolute;
    right: -41px;
    width: 2px;
    height: 101.24px;
    transform: rotate(202deg);
    background-color: white;
    content: "";
    top: 12px;
}

.c-entry__title::after {
    position: absolute;
    left: -53px;
    width: 2px;
    height: 101.24px;
    transform: rotate(157deg);
    background-color: white;
    content: "";
    top: 12px;
}

.c-entry__people {
    max-width: 1018.92px;
    margin: 0 auto;
}

.c-entry__text {
    font-size: 1.4rem;
    font-family: Noto Sans JP, sans-serif;
    max-width: 878.59px;
    margin: 122px auto 45px;
    line-height: 2.4;
    letter-spacing: 2px;
}

.c-entry__contact {
    max-width: 904.59px;
    margin: 0 auto 106px;
    border-radius: 8px;
    padding: 0 20px 106px;
    border: 1px solid;
}

.c-entry__container {
    padding: 0 20px;
}

.form-item4.entry {
    max-width: 290px;
}

.form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    background-image: url(../img/arrow-select.svg);
    background-repeat: no-repeat;
    background-position-x: 93%;
    background-position-y: 19px;
    background-size: 15px;
}

@media only screen and (max-width: 1024px) {
    .c-entry__title {
        scale: 0.8;
    }
    .c-entry {
        padding: 100px 0 20px;
    }
    .c-entry__text {
        margin: 100px auto 45px;
    }
}

@media only screen and (max-width: 767px) {
    .c-entry {
        padding: 60px 0 20px;
    }
    .c-entry__title {
        text-wrap-mode: nowrap;
        scale: 0.7;
        margin-bottom: 35px;
    }
    .c-entry__text {
        letter-spacing: 0.7px;
        margin: 80px auto 45px;
    }
    .c-entry__contact {
        padding: 0 20px 40px;
    }
}

@media only screen and (max-width: 516px) {
    .c-entry__bg {
        padding: 15px 20px 0;
    }
    .c-entry {
        padding: 50px 0 20px;
    }
    .c-entry__title {
        scale: 0.5;
        margin-bottom: 0px;
    }
    .c-entry__title::after {
        left: -41px;
    }
    .c-entry__text {
        margin: 60px auto 45px;
    }
    .form-item4.entry .wpcf7-list-item {
        width: 40%;
    }
}