/* common
================================================ */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
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,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html {
    font-size: 62.5%;
    word-break: break-all;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    word-break: break-word;
    line-break: strict;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

ul:not([class]),
ol:not([class]) {
    padding-left: 1.25em;
}

ul[class],
ol[class] {
    list-style: none;
}

_:-ms-lang(x)::-ms-backdrop,
ol:not([class]) {
    padding-left: 1.6em;
}

span {
    font-weight: inherit;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    color: inherit;
}

@media all and (min-width: 768px) {
    a:hover {
        text-decoration: none;
    }
}

a[class] {
    text-decoration: none;
}

ins {
    background-color: #ff9;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

address {
    font-style: normal;
}

table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #d7e0e0;
    margin: 1em 0;
    padding: 0;
}

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

/* form
================================================== */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
button,
select,
option {
    display: block;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    outline: none;
    border: 1px solid;
    border-radius: 0;
    background: none;
}

@media all and (max-width: 767px) {

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea,
    button,
    select,
    option {
        font-size: 1.6rem;
    }
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

textarea {
    resize: vertical;
}

button {
    cursor: pointer;
}

/* 02_base
================================================ */
html {
    overflow: auto;
}

body {
    overflow: hidden;
    min-width: 320px;
    padding-top: 55px;
    font-family: "Noto Sans JP", "ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã‚Â½ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â´ ProN W3", Meiryo, sans-serif;
    color: #000;
    font-size: 1.3rem;
    line-height: 1.95;
    letter-spacing: .08em;
}

@media all and (min-width: 768px) {
    body {
        min-width: 1180px;
        padding-top: 100px;
        font-size: 1.6rem;
    }
}

.l-wrapper {
    position: relative;
}

@media all and (min-width: 768px) {
    .l-container.is-col2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 1100px;
        margin: 0 auto;
    }

    .l-container.is-col2 .l-contents {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: calc(100% - 250px - 20px);
    }

    .l-container.is-col2 .l-sidebar {
        width: 250px;
    }
}

/* utility
================================================ */
/* pc <--> sp
-------------------------------------- */
.u-media-query {
    display: none;
    font-family: 'sp';
}

@media all and (min-width: 768px) {
    .u-media-query {
        font-family: 'tb';
    }
}

@media all and (min-width: 1180px) {
    .u-media-query {
        font-family: 'pc';
    }
}

@media all and (max-width: 1179px) {
    .u-view-pc {
        display: none !important;
    }
}

@media all and (max-width: 767px) {
    .u-view-tb {
        display: none !important;
    }
}

@media all and (min-width: 1180px) {
    .u-view-tb {
        display: none !important;
    }
}

@media all and (min-width: 768px) {
    .u-view-sp {
        display: none !important;
    }
}

@media (min-width: 500px) {
    .u-view-under-sp {
        display: none !important;
    }
}

@media (max-width: 500px) {
    .u-view-upper-sp {
        display: none !important;
    }
}

@media all and (min-width: 1180px) {
    .u-view-under-tb {
        display: none !important;
    }
}

@media all and (max-width: 767px) {
    .u-view-upper-tb {
        display: none !important;
    }
}

/* text
-------------------------------------- */
.u-uppercase {
    text-transform: uppercase;
}

.u-first-letter:first-letter {
    text-transform: uppercase;
}

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

.u-font-en {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

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

/* link
-------------------------------------- */
a.u-alpha {
    display: block;
    text-decoration: none;
}

@media all and (min-width: 768px) {
    a.u-alpha {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    a.u-alpha:hover {
        opacity: .7;
    }
}

a.u-zoom {
    display: block;
    text-decoration: none;
}

a.u-zoom .u-zoom__img {
    display: block;
}

a.u-zoom .u-zoom__img-wrap {
    display: block;
    overflow: hidden;
}

@media all and (min-width: 768px) {
    a.u-zoom .u-zoom__img {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    a.u-zoom:hover .u-zoom__img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

/* layout
-------------------------------------- */
.u-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

@media all and (min-width: 768px) {
    .u-inner {
        width: 100%;
        max-width: 1100px;
        margin: auto;
        padding-left: 0;
        padding-right: 0;
    }
}

.u-inner-sp {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

@media all and (min-width: 768px) {
    .u-inner-sp {
        padding-left: 0;
        padding-right: 0;
    }
}

.u-inner-pc-width {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

@media all and (min-width: 768px) {
    .u-inner-pc-width {
        width: 100%;
        max-width: 1480px;
        margin: auto;
        padding-left: 0;
        padding-right: 0;
    }
}

.u-inner-pc-max-width {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

@media all and (min-width: 768px) {
    .u-inner-pc-max-width {
        width: 100%;
        max-width: 1760px;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media all and (min-width: 768px) {
    .u-inner-pc-only-max-width {
        width: 100%;
        max-width: 1760px;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 40px;
        padding-right: 40px;
    }
}

/* component
================================================ */
/* .c-anchor01
================================================== */
.c-anchor01__item {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}

.c-anchor01__item+.c-anchor01__item {
    margin-top: 14px;
}

.c-anchor01__link {
    position: relative;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 13px;
    border: 1px solid;
    font-weight: bold;
    text-align: center;
}

.c-anchor01__link:after {
    position: absolute;
    display: block;
    content: '';
    top: 40%;
    right: 18px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #EABA7A;
    border-right: 2px solid #EABA7A;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@media all and (min-width: 768px) {
    .c-anchor01 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .c-anchor01__item {
        width: 100%;
        max-width: 285px;
        margin-left: inherit;
        margin-right: inherit;
    }

    .c-anchor01__item+.c-anchor01__item {
        margin: 0 0 0 40px;
    }

    .c-anchor01__link {
        padding: 10px;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 2px solid;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-anchor01__link:after {
        right: 13px;
    }

    .c-anchor01__link:hover {
        opacity: .7;
    }
}

/* .c-animation01
================================================== */
.c-animation01 img {
    opacity: 0;
}

.c-animation01.is_slide {
    overflow: hidden;
    position: relative;
}

.c-animation01.is_slide img {
    opacity: 1;
}

.c-animation01.is_slide:before {
    position: absolute;
    content: '';
    -webkit-animation: c-animation01 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: c-animation01 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    background: #fff;
    pointer-events: none;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

@-webkit-keyframes c-animation01 {
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes c-animation01 {
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

/* .c-archive01.is-mv
================================================== */
.c-archive01.is-mv .c-archive01__item-in {
    padding: 0;
}

.c-archive01.is-mv .c-archive01__item-tit {
    font-size: 1.1rem;
    line-height: 1.4;
}

.c-archive01.is-mv .c-archive01__item-meta {
    margin-top: -5px;
}

@media all and (min-width: 768px) {
    .c-archive01.is-mv {
        margin-top: -28px;
    }

    .c-archive01.is-mv .c-archive01__item-tit {
        font-size: 1.5rem;
    }

    .c-archive01.is-mv .c-archive01__item-meta {
        margin-top: 10px;
    }
}

/* .c-archive01
================================================== */
.c-archive01__item+.c-archive01__item {
    border-top: 1px solid #d7e0e0;
}

.c-archive01__item-in {
    display: block;
    padding: 17px 0;
}

.c-archive01__item-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-archive01__item-date {
    margin: 0 10px 0 0;
    padding: 5px 0;
    font-size: 1.0rem;
}

.c-archive01__item-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -5px -5px 0;
}

.c-archive01__item-cat-item {
    margin: 0 5px 5px 0;
    padding: 3px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 105px;
    background: #EABA7A;
    color: #fff;
    font-size: 1.0rem;
    line-height: 1.1;
    font-weight: bold;
    text-align: center;
}

.c-archive01__item-tit {
    margin-top: 5px;
    line-height: 1.5;
}

@media all and (min-width: 768px) {
    .c-archive01 {
        margin-top: -28px;
    }

    .c-archive01__item+.c-archive01__item {
        border-top: 1px solid #d7e0e0;
    }

    .c-archive01__item-in {
        padding: 28px 0;
    }

    .c-archive01__item-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .c-archive01__item-date {
        margin: 0 10px 0 0;
        padding: 5px 0;
        font-size: 1.3rem;
    }

    .c-archive01__item-cat-item {
        padding: 3px 8px;
        min-width: 140px;
        font-size: 1.2rem;
    }

    .c-archive01__item-tit {
        margin-top: 5px;
        line-height: 1.5;
        font-size: 1.5rem;
    }
}

/* .c-archive02.is-case
================================================== */
.c-archive02.is-case .c-archive02__item {
    padding: 0;
}

.c-archive02.is-case .c-archive02__item+.c-archive02__item {
    margin-top: 25px;
}

.c-archive02.is-case .c-archive02__txt {
    line-height: 1.75;
    font-size: 1.6rem;
}

@media all and (min-width: 768px) {
    .c-archive02.is-case {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .c-archive02.is-case .c-archive02__item {
        width: calc((100% - 60px)/3);
        padding: 0;
    }

    .c-archive02.is-case .c-archive02__item:nth-child(3n+1) {
        margin-right: 30px;
    }

    .c-archive02.is-case .c-archive02__item:nth-child(3n) {
        margin-left: 30px;
    }

    .c-archive02.is-case .c-archive02__item+.c-archive02__item {
        margin-top: 0;
        padding-top: 0;
    }

    .c-archive02.is-case .c-archive02__img {
        margin-bottom: 22px;
    }

    .c-archive02.is-case .c-archive02__txt {
        font-size: 1.8rem;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .c-archive02.is-case {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .c-archive02.is-case .c-archive02__item {
        width: calc((100% - 30px)/2);
    }

    .c-archive02.is-case .c-archive02__item:nth-of-type(-n + 2) {
        margin-top: 0;
    }
}

/* .c-archive02.is-no-slide
================================================== */
.c-archive02.is-no-slide .c-archive02__item+.c-archive02__item {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #d7e0e0;
}

@media all and (min-width: 768px) {
    .c-archive02.is-no-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .c-archive02.is-no-slide .c-archive02__item {
        width: calc((100% - 60px)/3);
        padding: 0;
    }

    .c-archive02.is-no-slide .c-archive02__item:nth-child(3n+1) {
        margin-right: 30px;
    }

    .c-archive02.is-no-slide .c-archive02__item:nth-child(3n) {
        margin-left: 30px;
    }

    .c-archive02.is-no-slide .c-archive02__item+.c-archive02__item {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }

    .c-archive02.is-no-slide .c-archive02__item-link {
        border: 1px solid #d7e0e0;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .c-archive02.is-no-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .c-archive02.is-no-slide .c-archive02__item {
        width: calc((100% - 30px)/2);
        padding: 0;
    }

    .c-archive02.is-no-slide .c-archive02__item:nth-child(3n+1) {
        margin-right: 15px;
    }

    .c-archive02.is-no-slide .c-archive02__item:nth-child(3n) {
        margin-left: 15px;
    }

    .c-archive02.is-no-slide .c-archive02__item+.c-archive02__item {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }
}

/* .c-archive02
================================================== */
.c-archive02__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

.c-archive02__item-link {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
    border: 1px solid #d7e0e0;
}

.c-archive02__img {
    margin-bottom: 15px;
    position: relative;
}

.c-archive02__txt {
    margin-bottom: 15px;
    font-weight: bold;
}

.c-archive02__cat-wrap {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.c-archive02__cat-head {
    width: 160px;
    display: inline-block;
    padding: 2px 10px 4px;
    background: #EABA7A;
    font-size: 1.0rem;
    line-height: 1.1;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.c-archive02__cat-child {
    margin-left: -5px;
}

.c-archive02__cat-child__item {
    margin-left: 5px;
    font-size: 1.1rem;
    color: #EABA7A;
}

@media all and (min-width: 768px) {
    .c-archive02__item {
        padding: 0 20px;
    }

    .c-archive02__item-link {
        padding: 20px;
    }

    .c-archive02__item-link:hover .c-archive02__img:before {
        opacity: .5;
    }

    .c-archive02__item-link:hover .c-archive02__cat-wrap,
    .c-archive02__item-link:hover .c-archive02__txt {
        opacity: .7;
    }

    .c-archive02__img {
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .c-archive02__img:before {
        position: absolute;
        display: block;
        content: '';
        background: #38a1ec;
        opacity: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-archive02__cat-wrap {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-archive02__cat-item+.c-archive02__cat-item {
        margin-top: 0;
    }

    .c-archive02__cat-head {
        font-size: 1.1rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px 10px 1px;
        min-height: 23px;
    }

    .c-archive02__cat-child__item {
        line-height: 1.7;
        font-size: 1.3rem;
    }

    .c-archive02__txt {
        margin-top: 15px;
        font-size: 1.8rem;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}

/* .c-archive03
================================================== */
.c-archive03__item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d7e0e0;
}

.c-archive03__item-wrap {
    margin-bottom: 22px;
}

.c-archive03__item-img {
    margin-bottom: 10px;
}

.c-archive03__item-link {
    display: block;
}

.c-archive03__item-job {
    margin-bottom: 5px;
    font-size: 1.2rem;
    color: #989898;
}

.c-archive03__item-head {
    margin-bottom: 15px;
    letter-spacing: .1em;
    font-size: 1.6rem;
    line-height: 1.8;
}

.c-archive03__item-area-point {
    background: #f8f8f8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

.c-archive03__item-head-point {
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
    letter-spacing: .18em;
    font-weight: bold;
}

.c-archive03__item-head-point:before {
    position: absolute;
    display: block;
    content: '';
    background: url(../image/ico_check01.png) no-repeat center/contain;
    width: 11px;
    height: 11px;
    top: 7px;
    left: 0;
}

.c-archive03__item-txt {
    font-size: 1.2rem;
}

.c-archive03__item-more {
    display: block;
    text-decoration: underline;
    color: #EABA7A;
}

.c-archive03__list-wrap {
    border: 2px solid #EABA7A;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px 5px;
}

.c-archive03__list-head-link {
    display: inline-block;
    padding: 2px 10px 4px;
    background: #EABA7A;
    font-size: 1.0rem;
    line-height: 1.1;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.c-archive03__list-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
}

.c-archive03__list-child__item {
    position: relative;
    margin-left: 5px;
}

.c-archive03__list-child__item+.c-archive03__list-child__item:before {
    content: '/';
    color: #EABA7A;
    margin: 0 5px 0 0;
}

.c-archive03__list-child__link {
    font-size: 1.1rem;
    color: #EABA7A;
}

@media all and (min-width: 768px) {
    .c-archive03__item {
        margin-bottom: 50px;
        padding-bottom: 50px;
    }

    .c-archive03__item-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .c-archive03__item-img {
        max-width: 450px;
        -ms-flex-preferred-size: 450px;
        flex-basis: 450px;
        margin: 0 40px 0 0;
    }

    .c-archive03__item-area-txt {
        max-width: calc(100% - 490px);
        -ms-flex-preferred-size: calc(100% - 490px);
        flex-basis: calc(100% - 490px);
    }

    .c-archive03__item-link {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-archive03__item-link:hover {
        opacity: .7;
    }

    .c-archive03__item-job {
        margin-bottom: 15px;
        font-size: 1.4rem;
    }

    .c-archive03__item-head {
        margin-bottom: 20px;
        font-size: 2.2rem;
    }

    .c-archive03__item-area-point {
        padding: 30px 35px 40px;
    }

    .c-archive03__item-head-point {
        margin-bottom: 15px;
        padding-left: 25px;
        font-size: 1.8rem;
    }

    .c-archive03__item-head-point:before {
        width: 17px;
        height: 17px;
        top: 10px;
    }

    .c-archive03__item-txt {
        font-size: 1.4rem;
    }

    .c-archive03__item-more {
        display: inline;
    }

    .c-archive03__list-wrap {
        padding: 25px 28px 20px;
    }

    .c-archive03__list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .c-archive03__list-item+.c-archive03__list-item {
        margin-top: 5px;
    }

    .c-archive03__list-head-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 2px 15px 4px;
        font-size: 1.2rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 28px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-archive03__list-head-link:hover {
        opacity: .7;
    }

    .c-archive03__list-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 5px;
    }

    .c-archive03__list-child__item {
        margin-left: 15px;
    }

    .c-archive03__list-child__item+.c-archive03__list-child__item:before {
        margin: 0 15px 0 0;
    }

    .c-archive03__list-child__link {
        font-size: 1.4rem;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-archive03__list-child__link:hover {
        opacity: .7;
    }
}

/* .c-archive04
================================================== */
.c-archive04__item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d7e0e0;
}

.c-archive04__item-link {
    display: block;
}

.c-archive04__item-img {
    margin-bottom: 18px;
}

.c-archive04__item-meta {
    margin-top: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.c-archive04__item-date {
    margin-top: 5px;
    margin-right: 7px;
    font-size: 1.0rem;
    line-height: 1;
}

.c-archive04__item-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -5px 0 0;
}

.c-archive04__item-cat__item {
    margin: 5px 5px 0 0;
    padding: 3px 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #EABA7A;
    color: #fff;
    font-size: 1.0rem;
    line-height: 1.1;
    font-weight: bold;
    text-align: center;
}

.c-archive04__item-head {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: .1em;
}

@media all and (min-width: 768px) {
    .c-archive04__item {
        margin-bottom: 60px;
        padding-bottom: 60px;
    }

    .c-archive04__item-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-archive04__item-link:hover {
        opacity: .7;
    }

    .c-archive04__item-img {
        max-width: 450px;
        -ms-flex-preferred-size: 450px;
        flex-basis: 450px;
        margin: 0 40px 0 0;
    }

    .c-archive04__item-area-txt {
        max-width: calc(100% - 490px);
        -ms-flex-preferred-size: calc(100% - 490px);
        flex-basis: calc(100% - 490px);
    }

    .c-archive04__item-meta {
        margin-bottom: 22px;
    }

    .c-archive04__item-date {
        margin-right: 18px;
        font-size: 1.3rem;
    }

    .c-archive04__item-cat__item {
        padding: 5px 23px 6px;
        font-size: 1.2rem;
    }

    .c-archive04__item-head {
        margin-bottom: 15px;
        font-size: 2.2rem;
        line-height: 1.7;
    }
}

/* .c-btn01
================================================== */
.c-btn01 {
    margin: 30px auto 0;
    max-width: 270px;
}

.c-btn01__link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    background: #EABA7A;
    color: #fff;
    font-size: 1.7rem;
    text-align: center;
}

.c-btn01__link:before {
    display: block;
    content: '';
    background: url(../image/ico_mail02.png) no-repeat center/contain;
    width: 24px;
    height: 18px;
    margin-right: 10px;
}

/* .c-btn02.is-back
================================================== */
.c-btn02.is-back .c-btn02__link:after {
    right: auto;
    left: 0;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

/* .c-btn02.is-link
================================================== */
.c-btn02.is-link .c-btn02__link:after {
    width: 15px;
    height: 15px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22623.7px%22%20height%3D%22623.7px%22%20viewBox%3D%220%200%20623.7%20623.7%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%20623.7%20623.7%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M552.9%2C347.3v203.9c0%2C9.8-1.9%2C19.3-5.7%2C28.3c-3.7%2C8.6-8.9%2C16.4-15.5%2C23c-6.6%2C6.6-14.4%2C11.9-23%2C15.5%20c-9%2C3.8-18.5%2C5.7-28.3%2C5.7H72.6c-9.8%2C0-19.3-1.9-28.3-5.7c-8.6-3.7-16.4-8.9-23-15.5c-6.7-6.7-11.9-14.4-15.5-23%20c-3.8-9-5.7-18.5-5.7-28.3V143.4c0-9.8%2C1.9-19.3%2C5.7-28.3c3.7-8.6%2C8.9-16.4%2C15.5-23c6.7-6.7%2C14.4-11.9%2C23-15.5%20c9-3.8%2C18.5-5.7%2C28.3-5.7h203.9c16.6%2C0%2C30%2C13.4%2C30%2C30c0%2C16.6-13.4%2C30-30%2C30H72.6c-1.7%2C0-3.3%2C0.3-4.8%2C1c-1.5%2C0.6-2.9%2C1.6-4.1%2C2.7%20c-1.2%2C1.2-2.1%2C2.5-2.7%2C4c-0.6%2C1.5-1%2C3.1-1%2C4.8v407.7c0%2C1.7%2C0.3%2C3.3%2C1%2C4.8c0.6%2C1.5%2C1.6%2C2.9%2C2.7%2C4c1.2%2C1.2%2C2.5%2C2.1%2C4%2C2.7%20c1.5%2C0.6%2C3.1%2C1%2C4.8%2C1h407.7c1.7%2C0%2C3.3-0.3%2C4.8-1c1.5-0.6%2C2.9-1.6%2C4.1-2.7c1.2-1.2%2C2.1-2.5%2C2.7-4c0.6-1.5%2C1-3.1%2C1-4.8V347.3%20c0-16.6%2C13.4-30%2C30-30C539.4%2C317.3%2C552.9%2C330.7%2C552.9%2C347.3z%20M623.7%2C29.8c0-0.4%2C0-0.9%2C0-1.3c0-0.3%2C0-0.5-0.1-0.7%20c0-0.2%2C0-0.5-0.1-0.7c0-0.3-0.1-0.6-0.1-0.9c0-0.2%2C0-0.4-0.1-0.5c0-0.3-0.1-0.7-0.2-1c0-0.2-0.1-0.3-0.1-0.5c-0.1-0.3-0.1-0.7-0.2-1%20c0-0.2-0.1-0.3-0.1-0.5c-0.1-0.3-0.2-0.6-0.3-0.9c0-0.2-0.1-0.3-0.1-0.5c-0.1-0.3-0.2-0.6-0.3-0.9c-0.1-0.2-0.1-0.4-0.2-0.6%20c-0.1-0.3-0.2-0.5-0.3-0.8c-0.1-0.2-0.2-0.4-0.2-0.6c-0.1-0.2-0.2-0.4-0.3-0.7c-0.1-0.2-0.2-0.5-0.3-0.7c-0.1-0.2-0.2-0.4-0.3-0.6%20c-0.1-0.3-0.3-0.5-0.4-0.8c-0.1-0.2-0.2-0.3-0.3-0.5c-0.2-0.3-0.3-0.5-0.5-0.8c-0.1-0.1-0.2-0.3-0.3-0.4c-0.2-0.3-0.3-0.5-0.5-0.8%20c-0.1-0.1-0.2-0.3-0.3-0.4c-0.2-0.3-0.4-0.5-0.5-0.8c-0.1-0.2-0.2-0.3-0.4-0.5c-0.2-0.2-0.4-0.5-0.5-0.7c-0.2-0.2-0.3-0.4-0.5-0.6%20c-0.2-0.2-0.3-0.4-0.5-0.5c-0.3-0.4-0.7-0.7-1-1.1c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c-0.3-0.3-0.7-0.7-1.1-1c-0.2-0.2-0.4-0.3-0.5-0.5%20c-0.2-0.2-0.4-0.3-0.6-0.5c-0.2-0.2-0.5-0.4-0.7-0.6c-0.1-0.1-0.3-0.2-0.4-0.3c-0.3-0.2-0.5-0.4-0.8-0.6c-0.1-0.1-0.3-0.2-0.4-0.3%20c-0.3-0.2-0.6-0.4-0.8-0.5c-0.1-0.1-0.3-0.2-0.4-0.2c-0.3-0.2-0.6-0.3-0.8-0.5c-0.1-0.1-0.3-0.2-0.4-0.2c-0.3-0.1-0.5-0.3-0.8-0.4%20c-0.2-0.1-0.3-0.2-0.5-0.3c-0.2-0.1-0.5-0.2-0.7-0.3c-0.2-0.1-0.4-0.2-0.6-0.3c-0.2-0.1-0.4-0.2-0.7-0.3c-0.2-0.1-0.5-0.2-0.7-0.3%20c-0.2-0.1-0.4-0.1-0.6-0.2c-0.3-0.1-0.5-0.2-0.8-0.3c-0.2-0.1-0.3-0.1-0.5-0.1C601.6%2C1%2C601.3%2C1%2C601%2C0.9c-0.2%2C0-0.3-0.1-0.5-0.1%20c-0.3-0.1-0.6-0.1-0.9-0.2c-0.2%2C0-0.3-0.1-0.5-0.1c-0.3-0.1-0.6-0.1-1-0.2c-0.2%2C0-0.4%2C0-0.6-0.1c-0.3%2C0-0.6-0.1-0.9-0.1%20c-0.2%2C0-0.5%2C0-0.7-0.1c-0.2%2C0-0.5%2C0-0.7-0.1c-0.5%2C0-0.9%2C0-1.4%2C0c0%2C0-0.1%2C0-0.1%2C0H406c-16.6%2C0-30%2C13.4-30%2C30s13.4%2C30%2C30%2C30h115.3%20L255.2%2C326.1c-11.7%2C11.7-11.7%2C30.7%2C0%2C42.4c5.9%2C5.9%2C13.5%2C8.8%2C21.2%2C8.8c7.7%2C0%2C15.4-2.9%2C21.2-8.8l266.1-266.1v115.3%20c0%2C16.6%2C13.4%2C30%2C30%2C30c16.6%2C0%2C30-13.4%2C30-30V30C623.7%2C29.9%2C623.7%2C29.9%2C623.7%2C29.8z%22%2F%3E%3C%2Fsvg%3E") !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media all and (min-width: 768px) {
    .c-btn02.is-link .c-btn02__link:after {
        width: 20px !important;
        height: 20px !important;
        width: 20px;
        height: 20px;
        content: "";
        display: inline-block;
        vertical-align: middle;
        background: no-repeat center/contain;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22623.7px%22%20height%3D%22623.7px%22%20viewBox%3D%220%200%20623.7%20623.7%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%20623.7%20623.7%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M552.9%2C347.3v203.9c0%2C9.8-1.9%2C19.3-5.7%2C28.3c-3.7%2C8.6-8.9%2C16.4-15.5%2C23c-6.6%2C6.6-14.4%2C11.9-23%2C15.5%20c-9%2C3.8-18.5%2C5.7-28.3%2C5.7H72.6c-9.8%2C0-19.3-1.9-28.3-5.7c-8.6-3.7-16.4-8.9-23-15.5c-6.7-6.7-11.9-14.4-15.5-23%20c-3.8-9-5.7-18.5-5.7-28.3V143.4c0-9.8%2C1.9-19.3%2C5.7-28.3c3.7-8.6%2C8.9-16.4%2C15.5-23c6.7-6.7%2C14.4-11.9%2C23-15.5%20c9-3.8%2C18.5-5.7%2C28.3-5.7h203.9c16.6%2C0%2C30%2C13.4%2C30%2C30c0%2C16.6-13.4%2C30-30%2C30H72.6c-1.7%2C0-3.3%2C0.3-4.8%2C1c-1.5%2C0.6-2.9%2C1.6-4.1%2C2.7%20c-1.2%2C1.2-2.1%2C2.5-2.7%2C4c-0.6%2C1.5-1%2C3.1-1%2C4.8v407.7c0%2C1.7%2C0.3%2C3.3%2C1%2C4.8c0.6%2C1.5%2C1.6%2C2.9%2C2.7%2C4c1.2%2C1.2%2C2.5%2C2.1%2C4%2C2.7%20c1.5%2C0.6%2C3.1%2C1%2C4.8%2C1h407.7c1.7%2C0%2C3.3-0.3%2C4.8-1c1.5-0.6%2C2.9-1.6%2C4.1-2.7c1.2-1.2%2C2.1-2.5%2C2.7-4c0.6-1.5%2C1-3.1%2C1-4.8V347.3%20c0-16.6%2C13.4-30%2C30-30C539.4%2C317.3%2C552.9%2C330.7%2C552.9%2C347.3z%20M623.7%2C29.8c0-0.4%2C0-0.9%2C0-1.3c0-0.3%2C0-0.5-0.1-0.7%20c0-0.2%2C0-0.5-0.1-0.7c0-0.3-0.1-0.6-0.1-0.9c0-0.2%2C0-0.4-0.1-0.5c0-0.3-0.1-0.7-0.2-1c0-0.2-0.1-0.3-0.1-0.5c-0.1-0.3-0.1-0.7-0.2-1%20c0-0.2-0.1-0.3-0.1-0.5c-0.1-0.3-0.2-0.6-0.3-0.9c0-0.2-0.1-0.3-0.1-0.5c-0.1-0.3-0.2-0.6-0.3-0.9c-0.1-0.2-0.1-0.4-0.2-0.6%20c-0.1-0.3-0.2-0.5-0.3-0.8c-0.1-0.2-0.2-0.4-0.2-0.6c-0.1-0.2-0.2-0.4-0.3-0.7c-0.1-0.2-0.2-0.5-0.3-0.7c-0.1-0.2-0.2-0.4-0.3-0.6%20c-0.1-0.3-0.3-0.5-0.4-0.8c-0.1-0.2-0.2-0.3-0.3-0.5c-0.2-0.3-0.3-0.5-0.5-0.8c-0.1-0.1-0.2-0.3-0.3-0.4c-0.2-0.3-0.3-0.5-0.5-0.8%20c-0.1-0.1-0.2-0.3-0.3-0.4c-0.2-0.3-0.4-0.5-0.5-0.8c-0.1-0.2-0.2-0.3-0.4-0.5c-0.2-0.2-0.4-0.5-0.5-0.7c-0.2-0.2-0.3-0.4-0.5-0.6%20c-0.2-0.2-0.3-0.4-0.5-0.5c-0.3-0.4-0.7-0.7-1-1.1c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c-0.3-0.3-0.7-0.7-1.1-1c-0.2-0.2-0.4-0.3-0.5-0.5%20c-0.2-0.2-0.4-0.3-0.6-0.5c-0.2-0.2-0.5-0.4-0.7-0.6c-0.1-0.1-0.3-0.2-0.4-0.3c-0.3-0.2-0.5-0.4-0.8-0.6c-0.1-0.1-0.3-0.2-0.4-0.3%20c-0.3-0.2-0.6-0.4-0.8-0.5c-0.1-0.1-0.3-0.2-0.4-0.2c-0.3-0.2-0.6-0.3-0.8-0.5c-0.1-0.1-0.3-0.2-0.4-0.2c-0.3-0.1-0.5-0.3-0.8-0.4%20c-0.2-0.1-0.3-0.2-0.5-0.3c-0.2-0.1-0.5-0.2-0.7-0.3c-0.2-0.1-0.4-0.2-0.6-0.3c-0.2-0.1-0.4-0.2-0.7-0.3c-0.2-0.1-0.5-0.2-0.7-0.3%20c-0.2-0.1-0.4-0.1-0.6-0.2c-0.3-0.1-0.5-0.2-0.8-0.3c-0.2-0.1-0.3-0.1-0.5-0.1C601.6%2C1%2C601.3%2C1%2C601%2C0.9c-0.2%2C0-0.3-0.1-0.5-0.1%20c-0.3-0.1-0.6-0.1-0.9-0.2c-0.2%2C0-0.3-0.1-0.5-0.1c-0.3-0.1-0.6-0.1-1-0.2c-0.2%2C0-0.4%2C0-0.6-0.1c-0.3%2C0-0.6-0.1-0.9-0.1%20c-0.2%2C0-0.5%2C0-0.7-0.1c-0.2%2C0-0.5%2C0-0.7-0.1c-0.5%2C0-0.9%2C0-1.4%2C0c0%2C0-0.1%2C0-0.1%2C0H406c-16.6%2C0-30%2C13.4-30%2C30s13.4%2C30%2C30%2C30h115.3%20L255.2%2C326.1c-11.7%2C11.7-11.7%2C30.7%2C0%2C42.4c5.9%2C5.9%2C13.5%2C8.8%2C21.2%2C8.8c7.7%2C0%2C15.4-2.9%2C21.2-8.8l266.1-266.1v115.3%20c0%2C16.6%2C13.4%2C30%2C30%2C30c16.6%2C0%2C30-13.4%2C30-30V30C623.7%2C29.9%2C623.7%2C29.9%2C623.7%2C29.8z%22%2F%3E%3C%2Fsvg%3E") !important;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-btn02.is-link .c-btn02__txt:before,
    .c-btn02.is-link .c-btn02__txt:after {
        background: #fff;
    }
}

/* .c-btn02.is-pc-left
================================================== */
@media all and (min-width: 768px) {
    .c-btn02.is-pc-left {
        text-align: left;
        max-width: 215px;
    }

    .c-btn02.is-pc-left .c-btn02__link {
        padding: 10px 0;
        font-size: 1.5rem;
    }

    .c-btn02.is-pc-left .c-btn02__link:after {
        position: absolute;
        margin: auto;
        top: 0;
        right: 5px;
        bottom: 0;
        width: 30px;
        height: 30px;
        content: "";
        display: inline-block;
        vertical-align: middle;
        background: no-repeat center/contain;
        background-image: url("data:image/svg+xml;charset=utf8,%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2241px%22%20height%3D%2240px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23EABA7A%22%20d%3D%22M20.578%2C39.781%20C9.524%2C39.781%200.562%2C30.875%200.562%2C19.890%20C0.562%2C8.905%209.524%2C-0.000%2020.578%2C-0.000%20C31.632%2C-0.000%2040.594%2C8.905%2040.594%2C19.890%20C40.594%2C30.875%2031.632%2C39.781%2020.578%2C39.781%20ZM20.069%2C13.429%20L20.069%2C21.379%20L1.066%2C21.379%20L1.066%2C23.365%20L20.069%2C23.365%20L26.071%2C23.365%20L30.071%2C23.365%20L20.069%2C13.429%20Z%22%2F%3E%3C%2Fsvg%3E");
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-btn02.is-pc-left .c-btn02__txt {
        margin-left: 0;
    }
}

/* .c-btn02.is-white
================================================== */
.c-btn02.is-white .c-btn02__link:after {
    width: 20px;
    height: 20px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2241px%22%20height%3D%2240px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M20.578%2C39.781%20C9.524%2C39.781%200.562%2C30.875%200.562%2C19.890%20C0.562%2C8.905%209.524%2C-0.000%2020.578%2C-0.000%20C31.632%2C-0.000%2040.594%2C8.905%2040.594%2C19.890%20C40.594%2C30.875%2031.632%2C39.781%2020.578%2C39.781%20ZM20.069%2C13.429%20L20.069%2C21.379%20L1.066%2C21.379%20L1.066%2C23.365%20L20.069%2C23.365%20L26.071%2C23.365%20L30.071%2C23.365%20L20.069%2C13.429%20Z%22%2F%3E%3C%2Fsvg%3E");
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media all and (min-width: 768px) {
    .c-btn02.is-white .c-btn02__link:after {
        width: 30px;
        height: 30px;
        content: "";
        display: inline-block;
        vertical-align: middle;
        background: no-repeat center/contain;
        background-image: url("data:image/svg+xml;charset=utf8,%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2241px%22%20height%3D%2240px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M20.578%2C39.781%20C9.524%2C39.781%200.562%2C30.875%200.562%2C19.890%20C0.562%2C8.905%209.524%2C-0.000%2020.578%2C-0.000%20C31.632%2C-0.000%2040.594%2C8.905%2040.594%2C19.890%20C40.594%2C30.875%2031.632%2C39.781%2020.578%2C39.781%20ZM20.069%2C13.429%20L20.069%2C21.379%20L1.066%2C21.379%20L1.066%2C23.365%20L20.069%2C23.365%20L26.071%2C23.365%20L30.071%2C23.365%20L20.069%2C13.429%20Z%22%2F%3E%3C%2Fsvg%3E");
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-btn02.is-white .c-btn02__txt:before,
    .c-btn02.is-white .c-btn02__txt:after {
        background: #fff;
    }

    .c-btn02.is-white .c-btn02__txt:before {
        background: #fff;
    }
}

/* .c-btn02.is-wide
================================================== */
.c-btn02.is-wide {
    max-width: 265px;
}

@media all and (min-width: 768px) {
    .c-btn02.is-wide {
        max-width: 365px;
    }
}

/* .c-btn02
================================================== */
.c-btn02 {
    max-width: 210px;
    margin: 15px auto 0;
    text-align: center;
}

.c-btn02__link {
    position: relative;
    display: block;
    border-bottom: 1px solid;
    padding: 10px;
    font-size: 1.3rem;
    font-weight: bold;
}

.c-btn02__link:after {
    position: absolute;
    margin: auto;
    top: 0;
    right: 5px;
    bottom: 0;
    width: 20px;
    height: 20px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2241px%22%20height%3D%2240px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23EABA7A%22%20d%3D%22M20.578%2C39.781%20C9.524%2C39.781%200.562%2C30.875%200.562%2C19.890%20C0.562%2C8.905%209.524%2C-0.000%2020.578%2C-0.000%20C31.632%2C-0.000%2040.594%2C8.905%2040.594%2C19.890%20C40.594%2C30.875%2031.632%2C39.781%2020.578%2C39.781%20ZM20.069%2C13.429%20L20.069%2C21.379%20L1.066%2C21.379%20L1.066%2C23.365%20L20.069%2C23.365%20L26.071%2C23.365%20L30.071%2C23.365%20L20.069%2C13.429%20Z%22%2F%3E%3C%2Fsvg%3E");
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.c-btn02__txt {
    margin-left: -20px;
}

@media all and (min-width: 768px) {
    .c-btn02 {
        overflow: hidden;
        max-width: 280px;
        margin: 50px auto 0;
    }

    .c-btn02__link {
        border-bottom: none;
        padding: 0;
        font-size: 1.5rem;
        letter-spacing: .05em;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-btn02__link:after {
        position: absolute;
        margin: auto;
        top: 0;
        right: 5px;
        bottom: 0;
        width: 30px;
        height: 30px;
        content: "";
        display: inline-block;
        vertical-align: middle;
        background: no-repeat center/contain;
        background-image: url("data:image/svg+xml;charset=utf8,%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2241px%22%20height%3D%2240px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23EABA7A%22%20d%3D%22M20.578%2C39.781%20C9.524%2C39.781%200.562%2C30.875%200.562%2C19.890%20C0.562%2C8.905%209.524%2C-0.000%2020.578%2C-0.000%20C31.632%2C-0.000%2040.594%2C8.905%2040.594%2C19.890%20C40.594%2C30.875%2031.632%2C39.781%2020.578%2C39.781%20ZM20.069%2C13.429%20L20.069%2C21.379%20L1.066%2C21.379%20L1.066%2C23.365%20L20.069%2C23.365%20L26.071%2C23.365%20L30.071%2C23.365%20L20.069%2C13.429%20Z%22%2F%3E%3C%2Fsvg%3E");
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-btn02__link:hover .c-btn02__txt:before {
        -webkit-animation: brn02_hover .4s ease-out forwards;
        animation: brn02_hover .4s ease-out forwards;
    }

    .c-btn02__link:hover .c-btn02__txt:after {
        -webkit-animation: brn02_opacity .8s ease-out forwards;
        animation: brn02_opacity .8s ease-out forwards;
        -webkit-animation-delay: -2s;
        animation-delay: -2s;
    }

    .c-btn02__txt {
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px 0;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .c-btn02__txt:before,
    .c-btn02__txt:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #000;
    }

    .c-btn02__txt:after {
        -webkit-animation: brn02_opacity_out .8s ease-out forwards;
        animation: brn02_opacity_out .8s ease-out forwards;
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
    }

    .c-btn02__txt:before {
        z-index: 3;
        -webkit-animation: brn02_out .4s ease-out forwards;
        animation: brn02_out .4s ease-out forwards;
    }
}

@-webkit-keyframes brn02_hover {
    0% {
        width: 0;
    }

    100% {
        left: 0;
        width: 100%;
    }
}

@keyframes brn02_hover {
    0% {
        width: 0;
    }

    100% {
        left: 0;
        width: 100%;
    }
}

@-webkit-keyframes brn02_out {
    0% {
        width: 100%;
        left: 0;
    }

    100% {
        width: 0;
    }
}

@keyframes brn02_out {
    0% {
        width: 100%;
        left: 0;
    }

    100% {
        width: 0;
    }
}

@-webkit-keyframes brn02_opacity_out {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes brn02_opacity_out {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes brn02_opacity {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes brn02_opacity {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* .c-case01
================================================== */
.c-case01__archive {
    margin-top: 20px;
}

@media all and (min-width: 768px) {
    .c-case01__archive {
        margin-top: 35px;
    }

    .c-case01__archive li.is-none {
        width: 100%;
    }
}

/* .c-category01
================================================== */
.c-category01__item {
    margin-top: 10px;
}

.c-category01__head,
.c-category01__link {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    border: 1px solid #EABA7A;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
}

.c-category01__head {
    position: relative;
}

.c-category01__head[class*="toggle"]::before {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 19px;
    height: 19px;
    background: url(../image/ico_toggle01.png) no-repeat center/contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.c-category01__head[class*="toggle"]::after {
    position: absolute;
    top: 50%;
    right: 14px;
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    margin-top: -1px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.c-category01__head[class*="toggle"].is-active::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.c-category01__content {
    border-right: 1px solid #EABA7A;
    border-bottom: 1px solid #EABA7A;
    border-left: 1px solid #EABA7A;
}

.c-category01__content-item__link {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 12px 12px 40px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #EABA7A;
}

.c-category01__content-item__link:before {
    position: absolute;
    top: 16px;
    left: 15px;
    width: 18px;
    height: 18px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2241px%22%20height%3D%2240px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%230061d2%22%20d%3D%22M20.578%2C39.781%20C9.524%2C39.781%200.562%2C30.875%200.562%2C19.890%20C0.562%2C8.905%209.524%2C-0.000%2020.578%2C-0.000%20C31.632%2C-0.000%2040.594%2C8.905%2040.594%2C19.890%20C40.594%2C30.875%2031.632%2C39.781%2020.578%2C39.781%20ZM20.069%2C13.429%20L20.069%2C21.379%20L1.066%2C21.379%20L1.066%2C23.365%20L20.069%2C23.365%20L26.071%2C23.365%20L30.071%2C23.365%20L20.069%2C13.429%20Z%22%2F%3E%3C%2Fsvg%3E");
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.c-category01__content-child__link {
    position: relative;
    display: block;
    border-top: 1px solid #EABA7A;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 12px 12px 40px;
    color: #EABA7A;
    background: #eaf4fa;
}

.c-category01__content-child__link:before {
    position: absolute;
    display: block;
    content: '';
    top: 21px;
    left: 20px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #EABA7A;
    border-right: 2px solid #EABA7A;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media all and (min-width: 768px) {
    .c-category01 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .c-category01__item {
        position: relative;
        width: calc((100% - 48px)/4);
        margin-top: 0;
    }

    .c-category01__head,
    .c-category01__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 25px 15px;
        font-size: 1.5rem;
        line-height: 1.2;
        height: 70px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-category01__head:hover,
    .c-category01__link:hover {
        opacity: .7;
    }

    .c-category01__head {
        position: relative;
    }

    .c-category01__head[class*="toggle"]::before {
        right: 15px;
        width: 24px;
        height: 24px;
    }

    .c-category01__head[class*="toggle"]::after {
        top: 50%;
        right: 20px;
        width: 14px;
    }

    .c-category01__content {
        position: absolute;
        z-index: 3;
        width: calc(100% - 2px);
    }

    .c-category01__content-item__link {
        padding: 20px 20px 20px 45px;
        font-size: 1.5rem;
        line-height: 1.2;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-category01__content-item__link:before {
        top: 20px;
        left: 15px;
        width: 20px;
        height: 20px;
        content: "";
        display: inline-block;
        vertical-align: middle;
        background: no-repeat center/contain;
        background-image: url("data:image/svg+xml;charset=utf8,%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2241px%22%20height%3D%2240px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%230061d2%22%20d%3D%22M20.578%2C39.781%20C9.524%2C39.781%200.562%2C30.875%200.562%2C19.890%20C0.562%2C8.905%209.524%2C-0.000%2020.578%2C-0.000%20C31.632%2C-0.000%2040.594%2C8.905%2040.594%2C19.890%20C40.594%2C30.875%2031.632%2C39.781%2020.578%2C39.781%20ZM20.069%2C13.429%20L20.069%2C21.379%20L1.066%2C21.379%20L1.066%2C23.365%20L20.069%2C23.365%20L26.071%2C23.365%20L30.071%2C23.365%20L20.069%2C13.429%20Z%22%2F%3E%3C%2Fsvg%3E");
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-category01__content-item__link:hover {
        opacity: .7;
    }

    .c-category01__content-child__link {
        padding: 20px 20px 20px 45px;
        line-height: 1.2;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-category01__content-child__link:before {
        top: 25px;
        left: 21px;
        width: 8px;
        height: 8px;
    }

    .c-category01__content-child__link:hover {
        -webkit-filter: brightness(110%);
        filter: brightness(110%);
    }
}

/* .c-category02
================================================== */
.c-category02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px;
    margin-bottom: 25px;
}

.c-category02__item {
    width: calc((100% - 18px)/2);
    height: 100%;
    margin-top: 10px;
}

.c-category02__item:nth-child(odd) {
    margin-right: 18px;
}

.c-category02__item.is-active .c-category02__link {
    color: #000;
    position: relative;
}

.c-category02__item.is-active .c-category02__link:after {
    position: absolute;
    display: block;
    content: '';
    background: #EABA7A;
    width: calc(100% + 2px);
    height: 2px;
    right: 0;
    bottom: -1px;
}

.c-category02__link {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    border: 1px solid #d7e0e0;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    color: #989898;
}

.c-category02__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

@media all and (min-width: 768px) {
    .c-category02 {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 55px;
        margin-top: -16px;
    }

    .c-category02:after,
    .c-category02:before {
        content: "";
        display: block;
        width: calc((100% - 36px)/4);
        height: 0;
    }

    .c-category02:before {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .c-category02__item {
        width: calc((100% - 36px)/4);
        max-width: 263px;
        min-height: 60px;
        margin-top: 16px;
    }

    .c-category02__item:nth-child(odd) {
        margin-right: inherit;
    }

    .c-category02__link {
        padding: 15px;
        font-size: 1.5rem;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-category02__link:hover {
        color: #000;
    }
}

/* .c-color
================================================== */
.c-color-black {
    color: #000;
}

.c-color-main {
    color: #EABA7A;
}

.c-color-white {
    color: #fff !important;
}

.c-color-dark_gray {
    color: #989898;
}

/* .c-bg
================================================== */
.c-bg-gray {
    background: #f8f8f8;
}

/* .c-cv01.is-entry
================================================== */
.c-cv01.is-entry {
    padding: 45px 20px 60px;
}

.c-cv01.is-entry .c-cv01__bg {
    opacity: 1;
}

.c-cv01.is-entry .c-cv01__bg.lazy-bg-loaded {
    background: url(../image/bg_cv01_sp.jpg) no-repeat top center/cover;
}

.c-cv01.is-entry .c-cv01__inner {
    opacity: 1;
    position: relative;
}

.c-cv01.is-entry .c-cv01__btn {
    max-width: 235px;
}

@media all and (min-width: 768px) {
    .c-cv01.is-entry {
        padding: 100px 20px 120px;
    }

    .c-cv01.is-entry .c-cv01__bg.lazy-bg-loaded {
        background: url(../image/bg_cv01_pc.jpg) no-repeat top center/cover;
    }

    .c-cv01.is-entry .c-cv01__btn {
        max-width: inherit !important;
        width: 255px;
    }

    .c-cv01.is-entry .c-cv01__txt {
        position: absolute;
        left: 310px;
        top: 25px;
    }
}

/* .c-cv01.is-partner
================================================== */
.c-cv01.is-partner {
    padding: 45px 20px 60px;
}

.c-cv01.is-partner .c-cv01__bg {
    opacity: 1;
}

.c-cv01.is-partner .c-cv01__bg.lazy-bg-loaded {
    background: url(../image/bg_cv01_sp1.jpg) no-repeat top center/cover;
}

.c-cv01.is-partner .c-cv01__inner {
    opacity: 1;
}

.c-cv01.is-partner .c-cv01__btn {
    max-width: 235px;
}

@media all and (min-width: 768px) {
    .c-cv01.is-partner .c-cv01__bg.lazy-bg-loaded {
        background: url(../image/bg_cv01_pc1.jpg) no-repeat top center/cover;
    }

    .c-cv01.is-partner .c-cv01__btn {
        max-width: inherit !important;
        width: 255px;
    }
}

/* .c-cv01
================================================== */
.c-cv01 {
    overflow: hidden;
    position: relative;
    padding: 45px 0 60px;
    max-height: 342px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.c-cv01.is_slide .c-cv01__bg,
.c-cv01.is_slide .c-cv01__inner {
    opacity: 1;
}

.c-cv01__bg {
    opacity: 0;
}

.c-cv01__bg.lazy-bg-loaded {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*    background: url(../image/bg_recruit01_sp.jpg) no-repeat top center/cover;*/
    text-align: center;
}

.c-cv01__inner {
    opacity: 0;
    position: relative;
    z-index: 2;
}

.c-cv01__head {
    margin-bottom: 30px;
}

.c-cv01__head .c-head03__main {
    font-size: 4.0rem;
}

.c-cv01__txt {
    text-align: center;
    margin-bottom: 35px;
}

@media all and (min-width: 768px) {
    .c-cv01 {
        max-height: 424px;
        padding: 70px 0 100px;
    }

    .c-cv01__bg.lazy-bg-loaded {
        /*        background: url(../image/bg_recruit01_pc.jpg) no-repeat top center/cover;*/
        text-align: left;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-cv01__bg.is-hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .c-cv01__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1100px;
        margin: 0 auto;
    }

    .c-cv01__head {
        margin-bottom: 50px;
    }

    .c-cv01__head .c-head03__main {
        font-size: 7.0rem;
    }

    .c-cv01__txt {
        text-align: left;
        margin-bottom: 15px;
    }

    .c-cv01__btn {
        width: 220px;
        margin: 0;
    }
}

/* .c-cv02
================================================ */
.c-cv02.lazy-bg-loaded {
    background: url(../image/bg_cv01_sp2.jpg) no-repeat top center/cover;
    padding: 40px 0;
}

.c-cv02__list-item+.c-cv02__list-item {
    margin-top: 10px;
}

.c-cv02__list-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 25px 20px;
}

.c-cv02__list-link:after {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 27px;
    height: 27px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2237px%22%20height%3D%2237px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke-width%3D%222px%22%20stroke%3D%22rgb(255%2C%20255%2C%20255)%22%20fill-opacity%3D%220%22%20fill%3D%22%23fff%22%20d%3D%22M18.500%2C31.500%20C11.320%2C31.500%205.500%2C25.679%205.500%2C18.500%20C5.500%2C11.320%2011.320%2C5.500%2018.500%2C5.500%20C25.680%2C5.500%2031.500%2C11.320%2031.500%2C18.500%20C31.500%2C25.679%2025.680%2C31.500%2018.500%2C31.500%20ZM18.175%2C14.273%20L18.175%2C19.473%20L5.824%2C19.473%20L5.824%2C20.774%20L18.175%2C20.774%20L22.075%2C20.774%20L24.675%2C20.774%20L18.175%2C14.273%20Z%22%2F%3E%3C%2Fsvg%3E");
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.c-cv02__list-ico {
    width: 53px;
    height: 53px;
    margin-right: 20px;
}

.c-cv02__list-txt {
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: bold;
}

@media all and (min-width: 768px) {
    .c-cv02.lazy-bg-loaded {
        background: url(../image/bg_cv01_pc2.jpg) no-repeat top center/cover;
        padding: 55px 0 75px;
    }

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

    .c-cv02__list-item {
        width: calc((100% - 40px)/3);
    }

    .c-cv02__list-item+.c-cv02__list-item {
        margin-top: 0;
    }

    .c-cv02__list-link {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-cv02__list-link:after {
        width: 30px;
        height: 30px;
        content: "";
        display: inline-block;
        vertical-align: middle;
        background: no-repeat center/contain;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2237px%22%20height%3D%2237px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke-width%3D%222px%22%20stroke%3D%22rgb(255%2C%20255%2C%20255)%22%20fill-opacity%3D%220%22%20fill%3D%22%23fff%22%20d%3D%22M18.500%2C31.500%20C11.320%2C31.500%205.500%2C25.679%205.500%2C18.500%20C5.500%2C11.320%2011.320%2C5.500%2018.500%2C5.500%20C25.680%2C5.500%2031.500%2C11.320%2031.500%2C18.500%20C31.500%2C25.679%2025.680%2C31.500%2018.500%2C31.500%20ZM18.175%2C14.273%20L18.175%2C19.473%20L5.824%2C19.473%20L5.824%2C20.774%20L18.175%2C20.774%20L22.075%2C20.774%20L24.675%2C20.774%20L18.175%2C14.273%20Z%22%2F%3E%3C%2Fsvg%3E");
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-cv02__list-link:hover {
        opacity: .7;
    }

    .c-cv02__list-txt {
        font-size: 1.8rem;
        line-height: 1.5;
    }
}

/* .c-cv03
================================================ */
.c-cv03.lazy-bg-loaded {
    background: url(../image/bg_cv01_sp2.jpg) no-repeat top center/cover;
    padding: 40px 0;
}

.c-cv03__list-item+.c-cv03__list-item {
    margin-top: 10px;
}

.c-cv03__list-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 25px 20px;
}

.c-cv03__list-link:after {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 27px;
    height: 27px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2237px%22%20height%3D%2237px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke-width%3D%222px%22%20stroke%3D%22rgb(255%2C%20255%2C%20255)%22%20fill-opacity%3D%220%22%20fill%3D%22%23fff%22%20d%3D%22M18.500%2C31.500%20C11.320%2C31.500%205.500%2C25.679%205.500%2C18.500%20C5.500%2C11.320%2011.320%2C5.500%2018.500%2C5.500%20C25.680%2C5.500%2031.500%2C11.320%2031.500%2C18.500%20C31.500%2C25.679%2025.680%2C31.500%2018.500%2C31.500%20ZM18.175%2C14.273%20L18.175%2C19.473%20L5.824%2C19.473%20L5.824%2C20.774%20L18.175%2C20.774%20L22.075%2C20.774%20L24.675%2C20.774%20L18.175%2C14.273%20Z%22%2F%3E%3C%2Fsvg%3E");
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.c-cv03__list-ico {
    width: 53px;
    height: 53px;
    margin-right: 20px;
}

.c-cv03__list-txt {
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: bold;
}

@media all and (min-width: 768px) {
    .c-cv03.lazy-bg-loaded {
        background: url(../image/bg_cv01_pc2.jpg) no-repeat top center/cover;
        padding: 55px 0 75px;
    }

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

    .c-cv03__list-item {
        width: calc((100% - 40px)/3);
    }

    .c-cv03__list-item+.c-cv03__list-item {
        margin-top: 0;
    }

    .c-cv03__list-link {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-cv03__list-link:after {
        width: 30px;
        height: 30px;
        content: "";
        display: inline-block;
        vertical-align: middle;
        background: no-repeat center/contain;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2237px%22%20height%3D%2237px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke-width%3D%222px%22%20stroke%3D%22rgb(255%2C%20255%2C%20255)%22%20fill-opacity%3D%220%22%20fill%3D%22%23fff%22%20d%3D%22M18.500%2C31.500%20C11.320%2C31.500%205.500%2C25.679%205.500%2C18.500%20C5.500%2C11.320%2011.320%2C5.500%2018.500%2C5.500%20C25.680%2C5.500%2031.500%2C11.320%2031.500%2C18.500%20C31.500%2C25.679%2025.680%2C31.500%2018.500%2C31.500%20ZM18.175%2C14.273%20L18.175%2C19.473%20L5.824%2C19.473%20L5.824%2C20.774%20L18.175%2C20.774%20L22.075%2C20.774%20L24.675%2C20.774%20L18.175%2C14.273%20Z%22%2F%3E%3C%2Fsvg%3E");
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-cv03__list-link:hover {
        opacity: .7;
    }

    .c-cv03__list-txt {
        font-size: 1.8rem;
        line-height: 1.5;
    }
}

/* .c-faq01
================================================== */
.c-faq01+.c-faq01 {
    padding-top: 25px;
    border-top: 1px solid #d7e0e0;
}

.c-faq01__q,
.c-faq01__a {
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    font-weight: 700;
    border-radius: 50%;
    font-size: 1.6rem;
    line-height: 1.0;
}

.c-faq01__q {
    top: 3px;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #EABA7A;
}

.c-faq01__a {
    top: 18px;
    width: 28px;
    height: 28px;
    color: #EABA7A;
    border: 2px solid;
}

.c-faq01__head {
    position: relative;
    padding: 0 5px 0 40px;
    font-size: 1.8rem;
    letter-spacing: .06em;
    line-height: 1.8;
    font-weight: bold;
}

.c-faq01__txt {
    position: relative;
    padding: 15px 0 30px 45px;
}

@media all and (min-width: 768px) {
    .c-faq01+.c-faq01 {
        padding-top: 60px;
    }

    .c-faq01__q,
    .c-faq01__a {
        font-size: 2.6rem;
    }

    .c-faq01__q {
        top: 2px;
        width: 44px;
        height: 44px;
    }

    .c-faq01__a {
        top: 22px;
        width: 42px;
        height: 42px;
    }

    .c-faq01__head {
        padding: 0 5px 0 60px;
        font-size: 2.6rem;
        letter-spacing: .1em;
        line-height: 1.8;
    }

    .c-faq01__txt {
        padding: 20px 0 60px 60px;
    }
}

/* .c-flow01.is-white
================================================== */
.c-flow01.is-white {
    background: #fff;
}

@media all and (min-width: 768px) {
    .c-flow01.is-white .c-flow01-list__item-head__txt {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
}

/* .c-flow01
================================================== */
.c-flow01 {
    margin-top: 25px;
    padding: 22px 25px 25px;
    background: #f8f8f8;
}

.c-flow01__head {
    line-height: 1.75;
    font-size: 1.7rem;
    text-align: center;
    letter-spacing: .1em;
}

.c-flow01-list__item {
    margin-top: 20px;
}

.c-flow01-list__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    letter-spacing: .1em;
}

.c-flow01-list__item-head__ico {
    width: 52px;
    margin-right: 18px;
}

.c-flow01-list__item-head__ico-img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.c-flow01-list__item-head__txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    line-height: 1.5;
    padding-left: 22px;
}

.c-flow01-list__item-head__txt-num {
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 1.5rem;
}

.c-flow01-list__item-txt {
    line-height: 1.8;
    margin-top: 18px;
    font-size: 1.2rem;
}

.c-flow01-list__item+.c-flow01-list__item {
    position: relative;
    padding-top: 25px;
    border-top: 1px solid #d7e0e0;
}

.c-flow01-list__item+.c-flow01-list__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 10px);
    width: 0;
    height: 0;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #EABA7A transparent transparent transparent;
}

@media all and (max-width: 360px) {
    .c-flow01 {
        padding: 22px 15px 25px;
    }

    .c-flow01__head {
        font-size: 1.5rem;
        letter-spacing: .02em;
    }

    .c-flow01-list__item-head__ico {
        width: 44px;
    }
}

@media all and (min-width: 768px) {
    .c-flow01 {
        margin-top: 60px;
        padding: 50px 15px 50px;
    }

    .c-flow01__head {
        font-size: 2.2rem;
    }

    .c-flow01-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 42px;
    }

    .c-flow01-list__item {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.33%;
        margin-top: 0;
        padding: 10px 38px;
    }

    .c-flow01-list__item-head {
        display: block;
    }

    .c-flow01-list__item-head__ico {
        width: 90px;
        margin: 0 auto;
    }

    .c-flow01-list__item-head__txt {
        margin-top: 25px;
        padding-left: 0;
        padding-left: 40px;
        letter-spacing: 0.06em;
    }

    .c-flow01-list__item-head__txt.is-single {
        margin-top: 35px;
        padding-bottom: 15px;
    }

    .c-flow01-list__item-head__txt.is-double {
        margin-top: 24px;
        padding-bottom: 22px;
    }

    .c-flow01-list__item-head__txt-num {
        top: 0px;
        left: 10px;
        font-size: 1.8rem;
    }

    .c-flow01-list__item-txt {
        margin-top: 10px;
        font-size: 1.5rem;
    }

    .c-flow01-list__item+.c-flow01-list__item {
        padding: 10px 38px;
        border-top: none;
        border-left: 1px solid #d7e0e0;
    }

    .c-flow01-list__item+.c-flow01-list__item::before {
        content: "";
        position: absolute;
        top: calc(50% - 15px);
        left: 0;
        width: 0;
        height: 0;
        border-width: 15px 0 15px 15px;
        border-style: solid;
        border-color: transparent transparent transparent #EABA7A;
    }

    .c-flow01-list.is-col4 {
        padding: 15px 40px 0 0;
    }

    .c-flow01-list.is-col4 .c-flow01-list__item {
        width: 25%;
        margin-top: 25px;
        padding: 0px 32px 10px;
    }

    .c-flow01-list.is-col4 .c-flow01-list__item:nth-of-type(4n) {
        margin-right: 0;
        border-right: 1px solid #d7e0e0;
    }

    .c-flow01-list.is-col4 .c-flow01-list__item:nth-of-type(4n)::after {
        content: "";
        position: absolute;
        top: calc(50% - 15px);
        right: -15px;
        width: 0;
        height: 0;
        border-width: 15px 0 15px 15px;
        border-style: solid;
        border-color: transparent transparent transparent #EABA7A;
    }

    .c-flow01-list.is-col4 .c-flow01-list__item:nth-of-type(5n) {
        border-left: none;
    }

    .c-flow01-list.is-col4 .c-flow01-list__item:nth-of-type(5n)::before {
        display: none;
    }

    .c-flow01-list.is-col4 .c-flow01-list__item:nth-of-type(-n + 4) {
        margin-top: 0;
    }

    .c-flow01-list.is-col4 .c-flow01-list__item .c-flow01-list__item-txt {
        margin-top: 10px;
    }

    .c-flow01-list.is-col4 .c-flow01-list__item .c-flow01-list__item-head__txt {
        margin-top: 20px;
    }

    .c-flow01-list.is-limited {
        padding: 15px 0 0 0;
    }

    .c-flow01-list.is-limited .c-flow01-list__item:nth-of-type(4n) {
        border-right: none;
    }

    .c-flow01-list.is-limited .c-flow01-list__item:nth-of-type(4n)::after {
        display: none;
    }
}

/*  .c-form01
================================================== */

.c-form01 tr {
    border-bottom: 1px solid #d7e0e0;
}

.c-form01 th,
.c-form01 td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

.c-form01 th {
    padding: 12px 0;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left;
}

.c-form01 td {
    padding-bottom: 18px;
}

.c-form01__th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-form01__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 35px;
    height: 16px;
    margin-left: 10px;
    background: #989898;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.0;
}

.c-form01__label.is-required {
    background: #E1A65B;
}

.c-form01 input[type="text"],
.c-form01 input[type="tel"],
.c-form01 input[type="number"],
.c-form01 input[type="email"],
.c-form01 button,
.c-form01 select,
.c-form01 textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    font-size: 1.6rem;
    background: #f8f8f8;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
}

.c-form01 input[type="text"]::-webkit-input-placeholder,
.c-form01 input[type="tel"]::-webkit-input-placeholder,
.c-form01 input[type="number"]::-webkit-input-placeholder,
.c-form01 input[type="email"]::-webkit-input-placeholder,
.c-form01 button::-webkit-input-placeholder,
.c-form01 select::-webkit-input-placeholder,
.c-form01 textarea::-webkit-input-placeholder {
    color: #989898;
}

.c-form01 input[type="text"]::-moz-placeholder,
.c-form01 input[type="tel"]::-moz-placeholder,
.c-form01 input[type="number"]::-moz-placeholder,
.c-form01 input[type="email"]::-moz-placeholder,
.c-form01 button::-moz-placeholder,
.c-form01 select::-moz-placeholder,
.c-form01 textarea::-moz-placeholder {
    color: #989898;
}

.c-form01 input[type="text"]:-ms-input-placeholder,
.c-form01 input[type="tel"]:-ms-input-placeholder,
.c-form01 input[type="number"]:-ms-input-placeholder,
.c-form01 input[type="email"]:-ms-input-placeholder,
.c-form01 button:-ms-input-placeholder,
.c-form01 select:-ms-input-placeholder,
.c-form01 textarea:-ms-input-placeholder {
    color: #989898;
}

.c-form01 input[type="text"]::-ms-input-placeholder,
.c-form01 input[type="tel"]::-ms-input-placeholder,
.c-form01 input[type="number"]::-ms-input-placeholder,
.c-form01 input[type="email"]::-ms-input-placeholder,
.c-form01 button::-ms-input-placeholder,
.c-form01 select::-ms-input-placeholder,
.c-form01 textarea::-ms-input-placeholder {
    color: #989898;
}

.c-form01 input[type="text"]::placeholder,
.c-form01 input[type="tel"]::placeholder,
.c-form01 input[type="number"]::placeholder,
.c-form01 input[type="email"]::placeholder,
.c-form01 button::placeholder,
.c-form01 select::placeholder,
.c-form01 textarea::placeholder {
    color: #989898;
}

.c-form01 button {
    cursor: pointer;
}

.c-form01 textarea {
    height: 150px;
    resize: vertical;
}

.c-form01__postcode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-form01__postcode-prefix {
    max-width: 26px;
    -ms-flex-preferred-size: 26px;
    flex-basis: 26px;
    padding-top: 13px;
}

.c-form01__postcode-input {
    max-width: calc(100% - 26px);
    -ms-flex-preferred-size: calc(100% - 26px);
    flex-basis: calc(100% - 26px);
}

.c-form01__address {
    margin-top: 15px;
}

.c-form01__local {
    margin-top: 15px;
}

.c-form01__area-btn {
    margin-top: 30px;
}

.c-form01__area-btn .c-form01__btn {
    position: relative;
    background: #EABA7A;
    color: #fff;
    font-size: 1.3rem;
    max-width: 270px;
    margin: 0 auto;
}

.c-form01__area-btn .c-form01__btn:before {
    position: absolute;
    display: block;
    content: '';
    margin: auto;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-form01__area-btn .c-form01__btn+.c-form01__btn {
    margin-top: 10px;
}

.c-form01__area-btn .c-form01__btn.is-back {
    background: #989898;
}

.c-form01__area-btn .c-form01__btn.is-back:before {
    right: auto;
    left: 10px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.c-form01__agree {
    margin-top: 30px;
}

.c-form01__agree-txt {
    text-align: center;
}

@media all and (max-width: 767px) {

    .c-form01 table,
    .c-form01 thead,
    .c-form01 tbody,
    .c-form01 tr,
    .c-form01 th,
    .c-form01 td {
        display: block;
    }

    .c-form01 th {
        border-bottom: 0;
    }

    .c-form01 tr+tr th {
        border-top: 0;
    }
}

@media all and (min-width: 768px) {

    .c-form01__wrap {
        border: 8px solid #DFA865;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 60px 75px 75px;
    }

    .c-form01 th,
    .c-form01 td {
        table-layout: auto;
        padding: 30px 0;
    }

    .c-form01 th {
        vertical-align: top;
        padding-left: 5px;
        font-size: 1.6rem;
        width: 290px;
        padding: 35px 0 25px;
    }

    .c-form01 td {
        max-width: calc(100% - 290px);
        padding-right: 10px;
    }

    .c-form01__th {
        position: relative;
    }

    .c-form01__label {
        position: absolute;
        width: 51px;
        height: 20px;
        margin-left: 0;
        font-size: 1.2rem;
        top: 7px;
        right: 70px;
    }

    .c-form01 input[type="text"],
    .c-form01 input[type="tel"],
    .c-form01 input[type="number"],
    .c-form01 input[type="email"],
    .c-form01 button,
    .c-form01 select,
    .c-form01 textarea {
        height: 48px;
        padding: 5px 15px;
        font-size: 1.6rem;
    }

    .c-form01 textarea {
        padding: 15px;
        height: 200px;
    }

    .c-form01__radio {
        overflow: hidden;
    }

    .c-form01__postcode-prefix {
        padding-top: 10px;
    }

    .c-form01__postcode-input {
        max-width: 300px;
    }

    .c-form01__address {
        margin-top: 20px;
    }

    .c-form01__local {
        margin-top: 20px;
    }

    .c-form01__area-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .c-form01__area-btn .c-form01__btn {
        max-width: 280px;
        height: 60px;
        margin: 0 10px;
        font-size: 1.5rem;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-form01__area-btn .c-form01__btn:before {
        right: 20px;
        width: 8px;
        height: 8px;
    }

    .c-form01__area-btn .c-form01__btn+.c-form01__btn {
        margin-top: 0;
    }

    .c-form01__area-btn .c-form01__btn.is-back:before {
        left: 20px;
    }

    .c-form01__area-btn .c-form01__btn:hover {
        opacity: .7;
    }

    .c-form01__agree {
        margin-top: 50px;
    }
}

@media all and (min-width: 768px) and (max-width: 767px) {

    .c-form01 table,
    .c-form01 thead,
    .c-form01 tbody,
    .c-form01 tr,
    .c-form01 th,
    .c-form01 td {
        display: block;
    }

    .c-form01 th {
        border-bottom: 0;
    }

    .c-form01 tr+tr th {
        border-top: 0;
    }
}

/*  .c-form01 .mwform-radio-field
================================================ */
.c-form01 .mwform-radio-field {
    font-size: 1.3rem;
    display: block;
}

.c-form01 .mwform-radio-field+.mwform-radio-field {
    margin-top: 15px;
}

.c-form01 .mwform-radio-field label {
    display: block;
}

.c-form01 .mwform-radio-field input {
    display: none;
}

.c-form01 .mwform-radio-field .mwform-radio-field-text {
    cursor: pointer;
    position: relative;
    display: block;
    padding-left: 40px;
}

.c-form01 .mwform-radio-field .mwform-radio-field-text::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 2px;
    left: 0;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #d7e0e0;
    border-radius: 50%;
}

.c-form01 .mwform-radio-field input:checked+.mwform-radio-field-text::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 3px;
    left: 1px;
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    border: 6px solid #fff;
    border-radius: 50%;
    background: #EABA7A;
}

@media all and (min-width: 768px) {
    .c-form01 .mwform-radio-field {
        font-size: 1.6rem;
        float: left;
        margin: 0 23px 10px 0;
        /*        width: calc(50% - 23px);*/
    }

    .c-form01 .mwform-radio-field+.mwform-radio-field {
        margin-top: 0;
    }

    .c-form01 .mwform-radio-field .mwform-radio-field-text {
        padding-left: 35px;
    }

    .c-form01 .mwform-radio-field .mwform-radio-field-text::before {
        top: 4px;
    }

    .c-form01 .mwform-radio-field input:checked+.mwform-radio-field-text::after {
        top: 5px;
    }
}

.horizontal-item+.horizontal-item {
    margin-left: 0 !important;
}

.error {
    clear: both;
}

/*  .c-form01-flow
================================================ */
.mw_wp_form_confirm .c-form01__postcode-prefix {
    padding-top: 0;
}


/*  .c-form01-thanks
================================================ */
.c-form01-thanks {
    padding: 50px 0;
    text-align: center;
    display: none;
}

.c-form01-thanks__txt {
    margin-bottom: 10px;
}

@media all and (min-width: 768px) {
    .c-form01-thanks {
        padding: 100px 0;
    }

    .c-form01-thanks__txt {
        margin-bottom: 30px;
    }
}

/* .c-head01.is-mv
================================================== */
.c-head01.is-mv:before {
    width: 20px;
    height: 4px;
}

.c-head01.is-mv .c-head01__main {
    font-size: 1.8rem;
}

.c-head01.is-mv__sub {
    font-size: 1.2rem;
    font-weight: bold;
    margin-left: 12px;
}

@media all and (min-width: 768px) {
    .c-head01.is-mv:before {
        width: 30px;
        height: 5px;
    }

    .c-head01.is-mv .c-head01__main {
        font-size: 3.0rem;
    }

    .c-head01.is-mv__sub {
        font-size: 1.6rem;
        margin-left: 0;
    }
}

/* .c-head01
================================================== */
.c-head01 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 5px;
}

.c-head01:before {
    position: absolute;
    display: block;
    content: '';
    background: #EABA7A;
    width: 30px;
    height: 3px;
    top: 0;
    left: 0;
}

.c-head01__main {
    font-size: 3.3rem;
    letter-spacing: 0;
}

.c-head01__sub {
    font-size: 1.2rem;
    font-weight: bold;
    margin-left: 12px;
}

@media all and (min-width: 768px) {
    .c-head01 {
        display: block;
        padding-top: 5px;
    }

    .c-head01:before {
        height: 5px;
    }

    .c-head01__main {
        font-size: 5.6rem;
        line-height: 1.5;
    }

    .c-head01__sub {
        font-size: 1.6rem;
        margin-left: 0;
    }
}

/* .c-head02
================================================== */
.c-head02 {
    margin-bottom: 15px;
}

.c-head02__sub {
    position: relative;
    margin-bottom: 5px;
    font-size: 1.0rem;
    letter-spacing: .05em;
    color: #000000;
}

.c-head02__sub:before {
    position: absolute;
    display: block;
    content: '';
    background: #000000;
    width: 40px;
    height: 1px;
    top: 10px;
    left: -50px;
}

.c-head02__main {
    font-size: 2.2rem;
    line-height: 1.8;
    letter-spacing: .1em;
}

@media all and (min-width: 768px) {
    .c-head02 {
        margin-bottom: 15px;
    }

    .c-head02__sub {
        margin-bottom: 8px;
        font-size: 1.5rem;
    }

    .c-head02__sub:before {
        height: 2px;
        top: 13px;
    }

    .c-head02__main {
        font-size: 5.0rem;
        line-height: 1.8;
    }
}

/* .c-head03.is-pc-left
================================================== */
@media all and (min-width: 768px) {
    .c-head03.is-pc-left {
        text-align: left;
    }
}

/* .c-head03
================================================== */
.c-head03 {
    margin-bottom: 35px;
    text-align: center;
}

.c-head03__main {
    font-size: 4.5rem;
    line-height: 1.5;
    letter-spacing: 0;
    color: #fff;
}

.c-head03__sub {
    font-size: 1.2rem;
    line-height: 1.4;
}

@media all and (min-width: 768px) {
    .c-head03 {
        margin-bottom: 60px;
    }

    .c-head03__main {
        font-size: 9.0rem;
    }

    .c-head03__sub {
        font-size: 1.6rem;
    }
}

/* .c-head04
================================================== */
.c-head04 {
    margin-bottom: 15px;
}

.c-head04__main {
    font-size: 2.5rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    position: relative;
    padding-left: 30px;
}

.c-head04__sub {
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.7;
}

.c-head04__sub:before,
.c-head04__main:before {
    position: absolute;
    display: block;
    content: '';
    background: #EABA7A;
    width: 10px;
    height: 2px;
    top: 9px;
    left: 0;
}

@media all and (min-width: 768px) {
    .c-head04 {
        margin-bottom: 40px;
    }

    .c-head04__main {
        font-size: 5.0rem;
        line-height: 1.3;
    }

    .c-head04__sub {
        margin-bottom: 30px;
        padding-left: 25px;
        font-size: 1.8rem;
    }

    .c-head04__sub:before,
    .c-head04__main:before {
        width: 15px;
        top: 35px;
    }
}

/* .c-head05
================================================== */
.c-head05 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: 1.8rem;
    letter-spacing: .1em;
    font-weight: bold;
}

.c-head05:before,
.c-head05:after {
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    left: 0;
    height: 1px;
}

.c-head05:before {
    background: #EABA7A;
    width: 50px;
    z-index: 2;
}

.c-head05:after {
    background: #d7e0e0;
    width: 100%;
}

@media all and (min-width: 768px) {
    .c-head05 {
        margin-bottom: 50px;
        font-size: 2.6rem;
    }

    .c-head05:before {
        width: 100px;
    }
}

/* .c-head06.is-long
================================================== */
.c-head06.is-long:before {
    height: 84%;
    top: 8%;
}

@media all and (min-width: 768px) {
    .c-head06.is-long:before {
        height: 60%;
        top: 8px;
    }
}

/* .c-head06
================================================== */
.c-head06 {
    margin-bottom: 15px;
    position: relative;
    padding-left: 12px;
    letter-spacing: .18em;
}

.c-head06:before {
    position: absolute;
    display: block;
    content: '';
    background: #EABA7A;
    width: 2px;
    height: 70%;
    top: 6px;
    left: 0;
}

@media all and (min-width: 768px) {
    .c-head06 {
        margin-bottom: 20px;
        font-size: 1.8rem;
    }

    .c-head06:before {
        height: 60%;
        top: 8px;
    }
}

/* .c-head07.is-inline
================================================== */
.c-head07.is-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.c-head07.is-inline .c-head07__sub {
    margin-left: 15px;
}

@media all and (min-width: 768px) {
    .c-head07.is-inline {
        margin-bottom: 30px;
    }

    .c-head07.is-inline .c-head07__main {
        font-size: 4.6rem;
    }

    .c-head07.is-inline .c-head07__sub {
        margin-left: 15px;
    }
}

/* .c-head07
================================================== */
.c-head07 {
    margin-bottom: 10px;
}

.c-head07__main {
    font-size: 2.8rem;
    letter-spacing: 0;
    line-height: 1.4;
}

.c-head07__sub {
    margin-top: 5px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
    color: #EABA7A;
}

@media all and (min-width: 768px) {
    .c-head07 {
        margin-bottom: 50px;
    }

    .c-head07__main {
        font-size: 4.0rem;
        line-height: 1.4;
    }

    .c-head07__sub {
        margin-top: 8px;
        font-size: 1.6rem;
        line-height: 1.4;
    }
}

/* .c-head08.is-pc-left
================================================== */
@media all and (min-width: 768px) {
    .c-head08.is-pc-left:after {
        right: auto;
        left: 0;
    }

    .c-head08.is-pc-left .c-head08__main {
        text-align: left;
    }
}

/* .c-head08.is-white
================================================== */
.c-head08.is-white {
    color: #fff;
}

.c-head08.is-white:after {
    background: #fff;
}

/* .c-head08
================================================== */
.c-head08 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.c-head08:after {
    position: absolute;
    display: block;
    content: '';
    background: #EFC882;
    width: 20px;
    height: 3px;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 0;
}

.c-head08__main {
    text-align: center;
    font-size: 2.1rem;
    letter-spacing: .1em;
}

@media all and (min-width: 768px) {
    .c-head08 {
        padding-bottom: 20px;
        margin-bottom: 40px;
    }

    .c-head08:after {
        width: 30px;
        height: 5px;
    }

    .c-head08__main {
        font-size: 3.4rem;
    }
}

@media all and (min-width: 768px) {
    .c-head08-txt {
        text-align: center;
    }
}

/* .c-head09
================================================== */
.c-head09 {
    margin-bottom: 5px;
    color: #EABA7A;
    font-size: 1.6rem;
    letter-spacing: .1em;
}

@media all and (min-width: 768px) {
    .c-head09 {
        margin-bottom: 10px;
        font-size: 2.2rem;
    }
}

/* .c-interview01
================================================== */
.c-interview01 {
    margin: 50px 0 30px;
}

@media all and (min-width: 768px) {
    .c-interview01 {
        margin: 95px 0 60px;
    }
}

.c-interview01-intro {
    position: relative;
    margin-bottom: 40px;
}

.c-interview01-intro:before {
    position: absolute;
    top: -90px;
    right: -10px;
    display: block;
    content: 'CLIENT';
    font-weight: 500;
    font-size: 10rem;
    letter-spacing: 0;
    font-family: 'Oswald', sans-serif;
    width: 270px;
    height: 70px;
    color: #d7e0e0;
    opacity: .3;
}

.c-interview01-intro__lead {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    color: #EABA7A;
    font-size: 1.0rem;
    letter-spacing: 0;
}

.c-interview01-intro__lead:before {
    position: absolute;
    display: block;
    content: '';
    background: #EABA7A;
    width: 30px;
    height: 1px;
    top: 10px;
    left: 0;
}

.c-interview01-intro__img {
    position: relative;
    z-index: 2;
    margin-left: 20px;
}

.c-interview01-intro__area-txt {
    margin: -60px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 20px 45px;
    background: #EABA7A;
    color: #fff;
}

.c-interview01-intro__head-main {
    font-size: 2.1rem;
    line-height: 1.8;
    letter-spacing: .1em;
}

.c-interview01-intro__head-sub {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 2.0;
}

@media all and (min-width: 768px) {
    .c-interview01-intro {
        max-width: 1100px;
        margin: 0 auto 125px;
    }

    .c-interview01-intro:before {
        top: auto;
        right: auto;
        bottom: -155px;
        left: -38%;
        content: '';
        background: url(../image/txt_client01.png) no-repeat top center/contain;
        width: 834px;
        height: 445px;
        opacity: 1;
    }

    .c-interview01-intro__lead {
        position: absolute;
        padding-left: 0;
        margin-bottom: 0;
        font-size: 1.5rem;
    }

    .c-interview01-intro__lead:before {
        width: 380px;
        height: 2px;
        top: 12px;
        left: -410px;
    }

    .c-interview01-intro__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .c-interview01-intro__img {
        position: relative;
        z-index: 2;
        max-width: 560px;
        -ms-flex-preferred-size: 560px;
        flex-basis: 560px;
        margin: 0;
    }

    .c-interview01-intro__area-txt {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: calc(100% - 650px);
        -ms-flex-preferred-size: calc(100% - 650px);
        flex-basis: calc(100% - 650px);
        height: 465px;
        margin: 0;
        padding: 40px;
    }

    .c-interview01-intro__area-txt:before,
    .c-interview01-intro__area-txt:after {
        position: absolute;
        display: block;
        content: '';
        height: 465px;
        background: #EABA7A;
        margin: auto;
        top: 0;
        bottom: 0;
    }

    .c-interview01-intro__area-txt:before {
        width: 400px;
        left: -395px;
    }

    .c-interview01-intro__area-txt:after {
        width: 550px;
        right: -510px;
    }

    .c-interview01-intro__head {
        margin-top: -20px;
    }

    .c-interview01-intro__head-main {
        font-size: 3.6rem;
        line-height: 1.8;
        letter-spacing: .1em;
    }

    .c-interview01-intro__head-sub {
        margin-top: 10px;
        font-size: 1.6rem;
        line-height: 2.0;
    }
}

.c-interview01-list {
    margin-bottom: 50px;
    counter-reset: number 0;
}

.c-interview01-list__item+.c-interview01-list__item {
    margin-top: 35px;
}

.c-interview01-list__item.is-img-left {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 0;
}

.c-interview01-list__item.is-img-left:before {
    position: absolute;
    display: block;
    content: '';
    background: #f8f8f8;
    width: calc(100% - 30px);
    height: 100%;
    margin: auto;
    top: 0;
    left: -20px;
    bottom: 0;
}

.c-interview01-list__item.is-img-right {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 0;
}

.c-interview01-list__item.is-img-right:before {
    position: absolute;
    display: block;
    content: '';
    background: #f8f8f8;
    width: calc(100% - 30px);
    height: 100%;
    margin: auto;
    top: 0;
    right: -20px;
    bottom: 0;
}

.c-interview01-list__item-head {
    display: block;
    width: 100%;
}

.c-interview01-list__item-head:before {
    display: inline;
    counter-increment: number 1;
    content: "Q"counter(number) """.";
    color: #EABA7A;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

.c-interview01-list__item-area-txt {
    position: relative;
    z-index: 2;
}

.c-interview01-list__item-txt {
    margin-top: 20px;
}

.c-interview01-list__item-area-img {
    position: relative;
    z-index: 2;
    margin-top: 25px;
}

.c-interview01-list__item-img-note {
    margin-top: 10px;
    text-align: center;
    font-size: 1.2rem;
}

@media all and (min-width: 768px) {
    .c-interview01-list {
        margin-bottom: 85px;
    }

    .c-interview01-list__item+.c-interview01-list__item {
        margin-top: 60px;
    }

    .c-interview01-list__item.is-img-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .c-interview01-list__item.is-img-left:before {
        left: -74%;
    }

    .c-interview01-list__item.is-img-left .c-interview01-list__item-area-txt {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        max-width: calc(100% - 530px);
        -ms-flex-preferred-size: calc(100% - 530px);
        flex-basis: calc(100% - 530px);
    }

    .c-interview01-list__item.is-img-left .c-interview01-list__item-area-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 486px;
        -ms-flex-preferred-size: 486px;
        flex-basis: 486px;
        margin-right: 44px;
    }

    .c-interview01-list__item.is-img-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .c-interview01-list__item.is-img-right:before {
        right: -74%;
    }

    .c-interview01-list__item.is-img-right .c-interview01-list__item-area-txt {
        max-width: calc(100% - 530px);
        -ms-flex-preferred-size: calc(100% - 530px);
        flex-basis: calc(100% - 530px);
    }

    .c-interview01-list__item.is-img-right .c-interview01-list__item-area-img {
        max-width: 486px;
        -ms-flex-preferred-size: 486px;
        flex-basis: 486px;
        margin-left: 44px;
    }

    .c-interview01-list__item-head {
        letter-spacing: .08em;
    }

    .c-interview01-list__item-head:before {
        margin-right: 5px;
    }

    .c-interview01-list__item-txt {
        margin-top: 30px;
    }

    .c-interview01-list__item-area-img {
        margin-top: 25px;
    }

    .c-interview01-list__item-img-note {
        margin-top: 10px;
        font-size: 1.6rem;
    }
}

.c-interview01-end {
    position: relative;
    background: #f8f8f8;
    padding-bottom: 45px;
}

.c-interview01-end:before {
    position: absolute;
    display: block;
    content: '';
    background: #fff;
    width: 100%;
    height: 75px;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
}

.c-interview01-end__area-img {
    position: relative;
    z-index: 2;
}

.c-interview01-end__img {
    margin: 0 auto;
    text-align: center;
}

.c-interview01-end__img-note {
    margin-top: 15px;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
}

.c-interview01-end__area-txt {
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

.c-interview01-end__area-txt:before {
    position: absolute;
    display: block;
    content: 'INTERVIEW';
    font-weight: 500;
    font-size: 10rem;
    letter-spacing: 0;
    font-family: 'Oswald', sans-serif;
    width: 430px;
    margin: 0 -60px;
    color: #d7e0e0;
    opacity: .3;
}

.c-interview01-end__txt {
    position: relative;
    z-index: 3;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 2.4;
}

.c-interview01-end__btn {
    margin: 0 auto;
}

.c-interview01-end__btn .c-btn02__txt {
    display: block;
    margin-left: 0;
    line-height: 1.5;
}

@media all and (min-width: 768px) {
    .c-interview01-end {
        padding-bottom: 100px;
    }

    .c-interview01-end:before {
        height: 100px;
    }

    .c-interview01-end__img-note {
        font-size: 1.6rem;
    }

    .c-interview01-end__area-txt {
        margin-top: 100px;
        min-height: 166px;
    }

    .c-interview01-end__area-txt:before {
        position: absolute;
        font-size: 22rem;
        width: 1000px;
        margin: auto;
        top: -98%;
        right: 0;
    }

    .c-interview01-end__txt {
        text-align: center;
        font-size: 2.2rem;
        line-height: 1.9;
    }
}

/* .c-link01.is-download
================================================== */
.c-link01.is-download {
    margin: 0 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.c-link01.is-download:after {
    content: '';
    width: 15px;
    height: 15px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22360.4px%22%20height%3D%22442px%22%20viewBox%3D%220%200%20360.4%20442%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%20360.4%20442%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%230061d2%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M163.3%2C16.9c0-9.3%2C7.6-16.9%2C16.9-16.9c9.3%2C0%2C16.9%2C7.6%2C16.9%2C16.9v285.9l86.6-86.7c6.6-6.6%2C17.3-6.6%2C23.9%2C0%20c6.6%2C6.6%2C6.6%2C17.3%2C0%2C23.9L192.3%2C355.4l-0.1%2C0.1l0%2C0l0%2C0l-0.3%2C0.3l0%2C0l0%2C0l0%2C0l0%2C0l0%2C0l0%2C0c-0.2%2C0.2-0.4%2C0.3-0.6%2C0.5h0l0%2C0v0l0%2C0%20l-0.1%2C0.1l0%2C0l-0.1%2C0.1l0%2C0v0h0l0%2C0l0%2C0l0%2C0h0v0h0v0h0v0h0h0v0h0v0h0l0%2C0l0%2C0l-0.1%2C0.1h0l0%2C0v0h0l0%2C0h0v0l-0.1%2C0l0%2C0l-0.1%2C0.1h0%20l0%2C0l0%2C0l0%2C0l0%2C0h0v0h0l0%2C0v0h0h0v0h0v0h0l0%2C0l0%2C0l0%2C0l0%2C0h0l0%2C0l0%2C0l0%2C0l0%2C0l0%2C0h0v0h0v0h0l0%2C0l-0.3%2C0.2l0%2C0l0%2C0l-0.3%2C0.2%20l-0.2%2C0.1l0%2C0l-0.1%2C0l-0.2%2C0.1l-0.1%2C0l-0.3%2C0.2l0%2C0l0%2C0l0%2C0l-0.1%2C0.1l-0.1%2C0.1l-0.1%2C0.1l-0.1%2C0.1h0l-0.1%2C0.1l-0.1%2C0.1l0%2C0l-0.1%2C0%20l-0.1%2C0.1l-0.1%2C0.1l-0.1%2C0l-0.1%2C0c-0.2%2C0.1-0.5%2C0.2-0.7%2C0.3h0c-2%2C0.8-4.1%2C1.2-6.3%2C1.2c-2%2C0-3.9-0.3-5.6-1l0%2C0%20c-0.3-0.1-0.5-0.2-0.7-0.3h-0.1l-0.4-0.2l-0.1%2C0l-0.2-0.1l-0.1%2C0l-0.1%2C0l-0.1-0.1l-0.1-0.1l-0.1%2C0l-0.1%2C0l-0.1-0.1l-0.1-0.1l0%2C0%20l-0.1-0.1l-0.1-0.1l-0.1-0.1l-0.1-0.1l0%2C0l0%2C0h0l-0.3-0.2l-0.1%2C0l-0.2-0.1l-0.1%2C0v0l-0.2-0.1l-0.2-0.2l0%2C0h0l-0.3-0.2l0%2C0l0%2C0l0%2C0%20l0%2C0l0%2C0l0%2C0h0v0h0l0%2C0l0%2C0h0v0h0v0h0l0%2C0l0%2C0l0%2C0l0%2C0h0l0%2C0l0%2C0l0%2C0l0%2C0l0%2C0l0%2C0l0%2C0h0l0%2C0l0%2C0h0l0-0.1h0l0%2C0l0%2C0l0%2C0l-0.1%2C0l0%2C0%20l0%2C0l0%2C0l0%2C0l-0.1-0.1h0l0%2C0l0%2C0l0%2C0h0v0h0l0%2C0l0%2C0l0%2C0l0%2C0l0%2C0l0%2C0l0%2C0h0l0-0.1l-0.1%2C0l0%2C0l-0.1%2C0l0%2C0l-0.1-0.1l0%2C0l0%2C0l0%2C0%20l-0.1%2C0c-0.2-0.2-0.4-0.4-0.6-0.5l0%2C0c-0.1-0.2-0.3-0.3-0.5-0.5L52.8%2C240c-6.6-6.6-6.6-17.3%2C0-23.9c6.6-6.6%2C17.3-6.6%2C23.9%2C0%20l86.7%2C86.7V16.9z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M16.9%2C442C7.6%2C442%2C0%2C434.4%2C0%2C425.1c0-9.3%2C7.6-16.9%2C16.9-16.9h326.6c9.3%2C0%2C16.9%2C7.6%2C16.9%2C16.9%20c0%2C9.3-7.6%2C16.9-16.9%2C16.9H16.9z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 0 3px 5px;
}

/* .c-link01
================================================== */
.c-link01 {
    color: #EABA7A;
    text-decoration: underline !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.c-link01:hover {
    opacity: .7;
}

/* .c-check-list01
================================================== */
.c-check-list01__item {
    position: relative;
    font-weight: bold;
    padding-left: 23px;
}

.c-check-list01__item:before {
    position: absolute;
    display: block;
    content: '';
    background: url(../image/ico_check02.png) no-repeat center/contain;
    width: 15px;
    height: 15px;
    top: 6px;
    left: 0;
}

.c-check-list01__item+.c-check-list01__item {
    margin-top: 5px;
}

/* .c-list01.is-pc-large
================================================== */
@media all and (min-width: 768px) {
    .c-list01.is-pc-large .c-list01__item {
        font-size: 1.5rem;
    }

    .c-list01.is-pc-large .c-list01__item:before {
        width: 3px;
        height: 3px;
        top: 12px;
    }

    .c-list01.is-pc-large .c-list01__item+.c-list01__item {
        margin-top: 5px;
    }
}

/* .c-list01
================================================== */
.c-list01__item {
    position: relative;
    padding-left: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
}

.c-list01__item:before {
    position: absolute;
    display: block;
    content: '';
    background: #EABA7A;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    top: 9px;
    left: 3px;
}

.c-list01__item+.c-list01__item {
    margin-top: 5px;
}

@media all and (min-width: 768px) {
    .c-list01__item {
        padding-left: 15px;
        font-size: 1.4rem;
    }

    .c-list01__item:before {
        width: 4px;
        height: 4px;
        top: 11px;
    }

    .c-list01__item+.c-list01__item {
        margin-top: 8px;
    }
}

/* .c-list02.is-gray
================================================== */
.c-list02.is-gray .c-list02__txt::before {
    background: #989898;
}

/* .c-list02.is-merit
================================================== */
.c-list02.is-merit .c-list02>li+.c-list02>li {
    margin-top: 8px;
}

.c-list02.is-merit .c-list02__txt {
    line-height: 1.6;
}

.c-list02.is-merit .c-list02__txt::before {
    top: 9px;
    left: -11px;
}

@media all and (min-width: 768px) {
    .c-list02.is-merit .c-list02>li+.c-list02>li {
        margin-top: 12px;
    }

    .c-list02.is-merit .c-list02__txt::before {
        width: 5px;
        height: 5px;
        top: 11px;
        left: -12px;
    }
}

/* .c-list02.is-scope
================================================== */
@media all and (min-width: 768px) {
    .c-list02.is-scope .c-list02>li+.c-list02>li {
        margin-top: 7px;
    }

    .c-list02.is-scope .c-list02__txt::before {
        width: 5px;
        height: 5px;
        top: 14px;
        left: -12px;
    }
}

/* .c-list02
================================================== */
.c-list02>li {
    padding-left: 15px;
}

.c-list02>li+.c-list02>li {
    margin-top: 2px;
}

.c-list02__txt {
    position: relative;
}

.c-list02__txt:before {
    position: absolute;
    display: block;
    content: '';
    background: #EABA7A;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    top: 12px;
    left: -10px;
}

@media all and (min-width: 768px) {
    .c-list02>li {
        padding-left: 20px;
    }

    .c-list02__txt:before {
        top: 15px;
        left: -12px;
    }
}

/* .c-num-list01
================================================== */
.c-num-list01 {
    counter-reset: number 0;
}

.c-num-list01>li {
    padding-left: 15px;
    counter-increment: number 1;
}

.c-num-list01>li+.c-num-list01>li {
    margin-top: 20px;
}

.c-num-list01__txt {
    position: relative;
}

.c-num-list01__txt:before {
    position: absolute;
    display: block;
    content: counter(number) ".";
    left: -15px;
    color: #EABA7A;
}

@media all and (min-width: 768px) {
    .c-num-list01>li {
        padding-left: 20px;
        margin-top: 35px;
    }

    .c-num-list01>li+.c-num-list01>li {
        margin-top: 35px;
    }

    .c-num-list01__txt:before {
        left: -20px;
    }
}

/* .c-note01
================================================== */
.c-note01 {
    font-size: 1.2rem;
    color: #989898;
}

.c-note01:before {
    content: 'ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â»';
}

@media all and (min-width: 768px) {
    .c-note01 {
        font-size: 1.4rem;
    }
}

.c-pager01 {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin: 30px -5px -10px;
}

.c-pager01 li,
.c-pager01 a.page-num {
    margin: 0 5px 10px;
}

.c-pager01 li.extend span {
    border-bottom: 0;
}

.c-pager01 li a,
.c-pager01 li span,
.c-pager01 a.page-num {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 43px;
    height: 43px;
    line-height: 1;
    border-bottom: 1px solid;
    text-decoration: none;
    font-size: 1.6rem;
}

.c-pager01 li.pages span {
    width: auto;
    border: 0;
}

.c-pager01 li.current span,
.c-pager01 .page-num.page-num-current {
    color: #EABA7A;
}

.c-pager01 li.first a,
.c-pager01 li.previous a,
.c-pager01 li.next a,
.c-pager01 li.last a {
    position: relative;
    border: none;
}

.c-pager01 li.first a:before,
.c-pager01 li.previous a:before,
.c-pager01 li.next a:before,
.c-pager01 li.last a:before {
    position: absolute;
    display: block;
    content: '';
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border-top: 3px solid #EABA7A;
    border-right: 3px solid #EABA7A;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-pager01 li.first,
.c-pager01 li.previous {
    margin-right: 15px;
}

.c-pager01 li.first a:before,
.c-pager01 li.previous a:before {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.c-pager01 li.next,
.c-pager01 li.last {
    margin-left: 15px;
}

@media all and (min-width: 768px) {
    .c-pager02__previous,
.c-pager02__next {
    width: calc(50% - 10px);
}
    .c-pager01 li {
        margin: 0 10px 10px;
    }

    .c-pager01 li a,
    .c-pager01 li span,
    .c-pager01 a.page-num {
        width: 50px;
        height: 50px;
        border-bottom: 2px solid;
        font-size: 1.8rem;
    }

    .c-pager01 li a,
    .c-pager01 a.page-num {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-pager01 li a:hover,
    .c-pager01 a.page-num:hover {
        color: #EABA7A;
        opacity: .7;
    }
}

/*  .c-pager02
================================================== */
.c-pager02 {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    line-height: 1;
}

.c-pager02 a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 50px;
    padding: 15px;
    border-bottom: 1px solid;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: bold;
}

.c-pager02__previous,
.c-pager02__next {
    width: 25%;
    margin-top: -60px;
}

.c-pager02__previous a,
.c-pager02__next a {
    position: relative;
}

.c-pager02__previous a:before,
.c-pager02__next a:before {
    position: absolute;
    display: block;
    content: '';
    margin: auto;
    top: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #EABA7A;
    border-right: 2px solid #EABA7A;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-pager02__previous {
    float: left;
}

.c-pager02__previous a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 30px;
}

.c-pager02__previous a:before {
    left: 5px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.c-pager02__next {
    float: right;
}

.c-pager02__next a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 30px;
}

.c-pager02__next a:before {
    right: 5px;
}

.c-pager02__all {
    max-width: 215px;
    margin: 0 auto;
    width: 30%;
    clear: both;
    padding-bottom: 10px;
}

.c-pager02__all a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media all and (min-width: 768px) {
    .c-pager02 {
        position: relative;
        max-width: 945px;
        margin: 0 auto;
    }

    .c-pager02 a {
        height: 50px;
        padding: 15px;
        border-bottom: 2px solid;
        font-size: 1.5rem;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-pager02 a:hover {
        opacity: .7;
    }

    .c-pager02__previous,
    .c-pager02__next {
        max-width: 185px;
    }

    .c-pager02__previous a {
        padding-left: 30px;
    }

    .c-pager02__next a {
        padding-right: 30px;
    }

    .c-pager02__all {
        position: absolute;
        max-width: 190px;
        right: 0;
        left: 0;
        width: 100%;
    }

}

/* .c-service01.is-bg-white
================================================== */
.c-service01.is-bg-white {
    border: none;
}

.c-service01.is-bg-white .c-service01__item+.c-service01.is-bg-white .c-service01__item {
    border-top: 1px solid #d7e0e0;
}

.c-service01.is-bg-white .c-service01__item:last-child {
    border-bottom: 1px solid #d7e0e0;
}

.c-service01.is-bg-white .c-service01__item .c-service01__item-link {
    padding: 25px 5px 35px;
}

.c-service01.is-bg-white .c-service01__item .c-service01__item-link:before {
    top: 45px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: url(../image/ico_arw02.png) no-repeat center/contain;
}

.c-service01.is-bg-white .c-service01__item .c-service01__item-head {
    padding-right: 20px;
}

.c-service01.is-bg-white .c-service01__item .c-service01__item-ico.is-it:before {
    background: url(../image/ico_service01.png) no-repeat center/contain;
}

.c-service01.is-bg-white .c-service01__item .c-service01__item-ico.is-outsourcing:before {
    background: url(../image/ico_service02.png) no-repeat center/contain;
}

.c-service01.is-bg-white .c-service01__item .c-service01__item-ico.is-solution:before {
    background: url(../image/ico_service03.png) no-repeat center/contain;
}

@media all and (min-width: 768px) {
    .c-service01.is-bg-white {
        margin-bottom: 70px;
        border: 1px solid #d7e0e0;
    }

    .c-service01.is-bg-white .c-service01__item+.c-service01.is-bg-white .c-service01__item {
        border-top: none;
    }

    .c-service01.is-bg-white .c-service01__item:last-child {
        border-bottom: none;
    }

    .c-service01.is-bg-white .c-service01__item .c-service01__item-link {
        min-height: 485px;
        padding: 60px 60px 50px;
    }

    .c-service01.is-bg-white .c-service01__item .c-service01__item-link:before {
        top: auto;
        right: 15px;
        bottom: 18px;
        width: 25px;
        height: 25px;
    }

    .c-service01.is-bg-white .c-service01__item .c-service01__item-link:hover {
        opacity: .7;
    }

    .c-service01.is-bg-white .c-service01__item .c-service01__item-head {
        padding-right: 0;
    }
}

/* .c-service01
================================================== */
.c-service01 {
    border: 1px solid #d7e0e0;
    margin-bottom: 25px;
}

.c-service01__item+.c-service01__item {
    border-top: 1px solid #d7e0e0;
}

.c-service01__item-link {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 25px 35px;
    width: 100%;
    height: 100%;
}

.c-service01__item-link:before {
    position: absolute;
    display: block;
    content: '';
    top: 40px;
    right: 20px;
    width: 25px;
    height: 25px;
    background: url(../image/ico_arw01.png) no-repeat center/contain;
}

.c-service01__item-area-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.c-service01__item-ico {
    width: 53px;
    height: 53px;
    margin-right: 20px;
}

.c-service01__item-ico:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
}

.c-service01__item-ico.is-it:before {
    background: url(../image/ico_service011.png) no-repeat center/contain;
}

.c-service01__item-ico.is-outsourcing:before {
    background: url(../image/ico_service021.png) no-repeat center/contain;
}

.c-service01__item-ico.is-solution:before {
    background: url(../image/ico_service031.png) no-repeat center/contain;
}

.c-service01__item-head {
    font-size: 1.6rem;
    line-height: 1.6;
}

.c-service01__item-txt {
    font-size: 1.2rem;
}

@media all and (max-width: 360px) {
    .c-service01__item-ico {
        margin-right: 10px;
    }

    .c-service01__item-head {
        font-size: 1.3rem;
        padding-right: 15px;
    }
}

@media all and (min-width: 768px) {
    .c-service01 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 25px;
    }

    .c-service01__item {
        width: calc((100% - 3px)/ 3);
    }

    .c-service01__item+.c-service01__item {
        border-top: none;
    }

    .c-service01__item:nth-child(2) {
        border-left: 1px solid #d7e0e0;
        border-right: 1px solid #d7e0e0;
    }

    .c-service01__item-link {
        min-height: 470px;
        padding: 40px 70px 35px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-service01__item-link:before {
        top: auto;
        right: 10px;
        bottom: 15px;
        width: 30px;
        height: 30px;
        background: url(../image/ico_arw01.png) no-repeat center/contain;
    }

    .c-service01__item-link:hover {
        background: #fff;
        color: #000;
    }

    .c-service01__item-link:hover:before {
        background: url(../image/ico_arw02.png) no-repeat center/contain;
    }

    .c-service01__item-link:hover .c-service01__item-ico.is-it:before {
        background: url(../image/ico_service01.png) no-repeat center/contain;
    }

    .c-service01__item-link:hover .c-service01__item-ico.is-outsourcing:before {
        background: url(../image/ico_service02.png) no-repeat center/contain;
    }

    .c-service01__item-link:hover .c-service01__item-ico.is-solution:before {
        background: url(../image/ico_service03.png) no-repeat center/contain;
    }

    .c-service01__item-area-head {
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }

    .c-service01__item-ico {
        width: 88px;
        height: 88px;
        margin: 0 auto 20px;
    }

    .c-service01__item-head {
        font-size: 1.8rem;
        line-height: 1.6;
    }

    .c-service01__item-txt {
        font-size: 1.5rem;
    }
}

/* .c-ico-set01.is-col2
================================================== */
@media all and (min-width: 768px) {
    .c-ico-set01.is-col2 .c-ico-set01__item {
        width: calc((100% - 25px)/2);
        padding: 55px 30px 35px;
    }

    .c-ico-set01.is-col2 .c-ico-set01__item-ico {
        margin-bottom: 5px;
    }
}

/* .c-ico-set01.is-col3
================================================== */
@media all and (min-width: 768px) {
    .c-ico-set01.is-col3 .c-ico-set01__item {
        width: calc((100% - 50px)/3);
        padding: 55px 30px 35px;
    }

    .c-ico-set01.is-col3 .c-ico-set01__item-ico {
        margin-bottom: 5px;
    }
}

/* .c-ico-set01
================================================== */
.c-ico-set01 {
    border-bottom: 1px solid #d7e0e0;
}

.c-ico-set01__item {
    position: relative;
    border-top: 1px solid #d7e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 5px 30px 5px;
}

.c-ico-set01__item-num {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 14px;
    color: #fff;
    background: #EABA7A;
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.1;
}

.c-ico-set01__item-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.c-ico-set01__item-ico {
    width: 55px;
    height: 55px;
    margin-right: 15px;
}

.c-ico-set01__item-img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.c-ico-set01__item-area-txt {
    max-width: calc(100% - 70px);
}

.c-ico-set01__item-head {
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: .03em;
}

.c-ico-set01__item-txt {
    font-size: 1.2rem;
    margin: 10px -5px 0;
}

.c-ico-set01__item-note {
    color: #989898;
    font-size: 1.1rem;
}

@media all and (min-width: 768px) {
    .c-ico-set01 {
        border-bottom: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .c-ico-set01__item {
        width: calc((100% - 75px)/4);
        border: 1px solid #d7e0e0;
        padding: 55px 20px 35px;
    }

    .c-ico-set01__item-num {
        padding: 4px 8px 5px;
        font-size: 1.2rem;
    }

    .c-ico-set01__item-flex {
        display: block;
        width: 100%;
    }

    .c-ico-set01__item-ico {
        width: 91px;
        height: 91px;
        margin: 0 auto 15px;
        text-align: center;
    }

    .c-ico-set01__item-area-txt {
        max-width: inherit;
    }

    .c-ico-set01__item-head {
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.6;
    }

    .c-ico-set01__item-txt {
        font-size: 1.5rem;
        margin: 10px 0 0;
    }

    .c-ico-set01__item-note {
        font-size: 1.3rem;
    }
}

/* .c-set01
================================================== */
.c-set01+.c-set01 {
    margin-top: 45px;
}

.c-set01__img {
    margin-bottom: 28px;
}

@media all and (min-width: 768px) {
    .c-set01 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .c-set01+.c-set01 {
        margin-top: 80px;
    }

    .c-set01:nth-child(even) .c-set01__img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .c-set01:nth-child(even) .c-set01__area-txt {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 0;
        padding-right: 5%;
    }

    .c-set01__img {
        max-width: calc(100% - 660px);
        -ms-flex-preferred-size: calc(100% - 660px);
        flex-basis: calc(100% - 660px);
        margin: 0;
    }

    .c-set01__area-txt {
        max-width: 660px;
        -ms-flex-preferred-size: 660px;
        flex-basis: 660px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 5%;
    }
}

/* .c-set02.is-img-top
================================================== */
.c-set02.is-img-top .c-set02__area-txt {
    margin-bottom: 0;
}

.c-set02.is-img-top .c-set02__img {
    margin-bottom: 20px;
}

@media all and (min-width: 768px) {
    .c-set02.is-img-top .c-set02__img {
        margin: 0 64px 0 0;
    }

    .c-set02.is-img-top .c-set02__area-txt {
        margin: -15px 0 0 0;
    }
}

/* .c-set02
================================================== */
.c-set02__area-txt {
    margin-bottom: 35px;
}

@media all and (min-width: 768px) {
    .c-set02 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .c-set02__img {
        max-width: 486px;
        -ms-flex-preferred-size: 486px;
        flex-basis: 486px;
        margin: 0 0 0 64px;
    }

    .c-set02__area-txt {
        max-width: calc(100% - 550px);
        -ms-flex-preferred-size: calc(100% - 550px);
        flex-basis: calc(100% - 550px);
    }
}

/* .c-set03
================================================== */
.c-set03 {
    position: relative;
}

.c-set03__inner {
    padding-top: 30px;
    padding-bottom: 30px;
}

.c-set03__img {
    margin-right: -20px;
}

.c-set03__img img {
    width: 100%;
}

.c-set03__area-txt {
    padding: 0 8px;
}

.c-set03__sub {
    position: relative;
    margin-top: 25px;
    padding-left: 8px;
    font-size: 1rem;
    letter-spacing: 0;
}

.c-set03__sub::before {
    content: "";
    position: absolute;
    top: 9px;
    left: -28px;
    width: 28px;
    height: 1px;
    background: #EABA7A;
}

.c-set03__head {
    position: relative;
    z-index: 1;
    line-height: 1.75;
    margin-top: 5px;
    margin-left: 8px;
    font-size: 2rem;
    letter-spacing: .1em;
}

.c-set03__txt {
    position: relative;
    z-index: 1;
    line-height: 2;
    margin-top: 15px;
}

.c-set03__bg {
    position: absolute;
    right: -5px;
    right: 0;
    bottom: -5px;
    line-height: 1;
    color: #f8f8f8;
    font-size: 10rem;
    text-align: right;
    white-space: nowrap;
    letter-spacing: -.02em;
    pointer-events: none;
    z-index: -1;
}

@media all and (max-width: 360px) {
    .c-set03__bg {
        font-size: 8.5rem;
    }
}

@media all and (min-width: 768px) {
    .c-set03__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 30px;
        padding-bottom: 30px;
		justify-content: center;
    }

    .c-set03__img {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        z-index: 1;
        margin-right: 0;
        margin-left: calc(-1 * (100vw - 1100px) * .5);
    }

    .c-set03__area-txt {
        width: 555px;
        margin-top: -5px;
        margin-left: 80px;
    }

    .c-set03__sub {
        margin-top: 0;
        padding-left: 25px;
        font-size: 1.5rem;
    }

    .c-set03__sub::before {
        top: 15px;
        left: 0;
        width: 15px;
        height: 2px;
    }

    .c-set03__head {
        margin-top: 20px;
        margin-left: 0px;
        font-size: 3rem;
    }

    .c-set03__txt {
        margin-top: 30px;
    }

    .c-set03__txt+.c-set03__txt {
        margin-top: 20px;
    }

    .c-set03__bg {
        right: -5px;
        bottom: 60px;
        font-size: 20rem;
        letter-spacing: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
    .c-set03__img {
        margin-left: -40px;
    }
}

@media screen and (min-width: 1920px) {
    .c-set03__img {
        margin-left: -410px;
    }
}

/* .c-set04
================================================== */
.c-set04__img {
    margin-bottom: 15px;
}

.c-set04__area-txt {
    padding: 0 20px;
}

@media all and (min-width: 768px) {
    .c-set04 {
        max-width: 1100px;
        margin: 0 auto;
    }

    .c-set04__img {
        margin-bottom: 40px;
    }

    .c-set04__area-txt {
        padding: 0 70px;
    }
}

/*  .c-single01
================================================== */
.c-single01 {
    padding-bottom: 40px;
    border-bottom: 4px solid #d7e0e0;
}

.c-single01__head {
    margin-bottom: 25px;
}

.c-single01__head-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.c-single01__head h1 {
    font-size: 1.8rem;
    letter-spacing: .1em;
    line-height: 1.8;
}

.c-single01__date {
    margin-right: 15px;
    font-size: 1.0rem;
}

.c-single01__cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: -5px -5px 0 0;
}

.c-single01__cat-item {
    margin: 5px 5px 0 0;
    padding: 3px 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #E1A65B;
    color: #fff;
    font-size: 1.0rem;
    line-height: 1.1;
    font-weight: bold;
    text-align: center;
}

.c-single01__thum {
    margin-bottom: 10px;
}

.c-single01__content *:first-child {
    margin-top: 0;
}

.c-single01__content *:last-child {
    margin-bottom: 0;
}

.c-single01__content h2 {
    margin-top: 25px;
    color: #EABA7A;
    font-size: 1.6rem;
    letter-spacing: .1em;
    line-height: 1.8;
}

.c-single01__content h3 {
    position: relative;
    margin-top: 25px;
    padding-left: 10px;
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 1.8;
}

.c-single01__content h3:before {
    position: absolute;
    display: block;
    content: '';
    background: #EABA7A;
    width: 2px;
    height: 95%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
}

.c-single01__content p {
    margin: 1em 0;
}

.c-single01__content strong {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(43, 145, 210, 0.2)));
    background: linear-gradient(transparent 50%, rgba(43, 145, 210, 0.2) 50%);
}

.c-single01__content a {
    color: #EABA7A;
    text-decoration: underline;
}

.c-single01__content ul {
    list-style-type: none;
    clear: both;
    margin: 15px auto 10px;
    padding-left: 0;
}

.c-single01__content ul li {
    position: relative;
    padding-left: 15px;
}

.c-single01__content ul li+li {
    margin-top: 3px;
}

.c-single01__content ul li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 5px;
    width: 3px;
    height: 3px;
    background: #EABA7A;
    border-radius: 50%;
}

.c-single01__content ol {
    list-style-type: none;
    clear: both;
    margin: 15px auto 10px;
    padding-left: 0;
    counter-reset: number 0;
}

.c-single01__content ol li {
    position: relative;
    padding-left: 15px;
    counter-increment: number 1;
}

.c-single01__content ol li+li {
    margin-top: 3px;
}

.c-single01__content ol li:before {
    content: counter(number) ".";
    position: absolute;
    top: 0;
    left: 0;
    color: #EABA7A;
}

@media all and (min-width: 768px) {
    .c-single01 {
        padding: 90px 40px 95px;
        border: 8px solid #DFA865;
    }

    .c-single01__inner {
        max-width: 900px;
        margin: 0 auto;
    }

    .c-single01__head {
        margin-bottom: 55px;
    }

    .c-single01__head-meta {
        margin-bottom: 15px;
    }

    .c-single01__head h1 {
        font-size: 2.6rem;
    }

    .c-single01__date {
        margin-right: 20px;
        font-size: 1.3rem;
    }

    .c-single01__cat-item {
        padding: 5px 23px 6px;
        font-size: 1.2rem;
    }

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

    .c-single01__content {
        overflow: hidden;
    }

    .c-single01__content h2 {
        margin-top: 45px;
        font-size: 2.2rem;
    }

    .c-single01__content h3 {
        margin-top: 45px;
        padding-left: 15px;
        font-size: 1.8rem;
    }

    .c-single01__content h3:before {
        height: 90%;
    }

    .c-single01__content ul li::before {
        top: 15px;
    }

    .c-single01__content ol li {
        padding-left: 20px;
    }

    .c-single01__content a:hover {
        text-decoration: none;
    }

    .c-single01__content .alignleft {
        float: left;
        width: 46%;
        margin-right: 4%;
    }

    .c-single01__content .alignleft img {
        width: 100%;
    }

    .c-single01__content .alignright {
        float: right;
        width: 46%;
        margin-left: 4%;
    }

    .c-single01__content .alignright img {
        width: 100%;
    }

    .c-single01__content .aligncenter {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .c-single01__pager {
        margin-top: 65px;
    }
}

/*  .c-single02
================================================== */
.c-single02__inner {
    margin-bottom: 20px;
}

.c-single02__head {
    margin-bottom: 25px;
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: .1em;
}

.c-single02__cat-wrap {
    border: 2px solid #EABA7A;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px 5px;
}

.c-single02__cat-head {
    display: inline-block;
    padding: 2px 10px 4px;
    background: #EABA7A;
    font-size: 1.0rem;
    line-height: 1.1;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.c-single02__cat-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
}

.c-single02__cat-child__item {
    position: relative;
    margin-left: 5px;
    font-size: 1.1rem;
    color: #EABA7A;
}

.c-single02__cat-child__item+.c-single02__cat-child__item:before {
    content: '/';
    color: #EABA7A;
    margin: 0 5px 0 0;
}

.c-single02__info-img {
    margin-bottom: 20px;
}

.c-single02__info-meta__head {
    margin-bottom: 20px;
}

.c-single02__info-meta__main {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: .1em;
}

.c-single02__table {
    margin-bottom: 30px;
}

.c-single02__request {
    margin-top: 30px;
    border: 2px solid #d7e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 15px 15px;
}

.c-single02__request-contents *:first-child {
    margin-top: 0;
}

.c-single02__request-contents *:last-child {
    margin-bottom: 0;
}

.c-single02__request-contents p {
    margin: 1em 0;
}

.c-single02__request-contents a {
    text-decoration: underline;
    color: #EABA7A;
}

.c-single02__request-contents strong {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(43, 145, 210, 0.2)));
    background: linear-gradient(transparent 60%, rgba(43, 145, 210, 0.2) 60%);
}

.c-single02__request-contents b {
    color: #EABA7A;
}

.c-single02__request-contents ul {
    list-style-type: none;
    clear: both;
    margin: 15px auto 10px;
    padding-left: 0;
}

.c-single02__request-contents ul li {
    position: relative;
    padding-left: 15px;
}

.c-single02__request-contents ul li+li {
    margin-top: 3px;
}

.c-single02__request-contents ul li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 5px;
    width: 3px;
    height: 3px;
    background: #EABA7A;
    border-radius: 50%;
}

.c-single02__request-contents ol {
    list-style-type: none;
    clear: both;
    margin: 15px auto 10px;
    padding-left: 0;
    counter-reset: number 0;
}

.c-single02__request-contents ol li {
    position: relative;
    padding-left: 15px;
    counter-increment: number 1;
}

.c-single02__request-contents ol li+li {
    margin-top: 3px;
}

.c-single02__request-contents ol li:before {
    content: counter(number) ".";
    position: absolute;
    top: 0;
    left: 0;
    color: #EABA7A;
}

.c-single02__contents {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 100px;
    margin-top: 60px;
}

.c-single02__contents-bg.lazy-bg-loaded {
    position: absolute;
    width: 100%;
    height: 217px;
    top: 0;
    right: 0;
    left: 0;
    background: url(../image/bg_case01_sp.jpg) no-repeat top center/cover;
}

.c-single02__contents-wrap {
    position: relative;
    z-index: 2;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 25px 0;
    margin-bottom: 20px;
}

.c-single02__contents-item+.c-single02__contents-item {
    border-top: 1px solid #d7e0e0;
    margin-top: 35px;
    padding-top: 30px;
}

.c-single02__contents-area-txt *:first-child {
    margin-top: 0;
}

.c-single02__contents-area-txt *:last-child {
    margin-bottom: 0;
}

.c-single02__contents-area-txt p {
    margin: 1em 0;
    line-height: 2.0;
}

.c-single02__contents-area-txt a {
    text-decoration: underline;
    color: #EABA7A;
}

.c-single02__contents-area-txt strong {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(43, 145, 210, 0.2)));
    background: linear-gradient(transparent 60%, rgba(43, 145, 210, 0.2) 60%);
}

.c-single02__contents-area-txt b {
    color: #EABA7A;
}

.c-single02__contents-area-txt ul {
    list-style-type: none;
    clear: both;
    margin: 15px auto 10px;
    padding-left: 0;
}

.c-single02__contents-area-txt ul li {
    position: relative;
    padding-left: 15px;
}

.c-single02__contents-area-txt ul li+li {
    margin-top: 3px;
}

.c-single02__contents-area-txt ul li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 5px;
    width: 3px;
    height: 3px;
    background: #EABA7A;
    border-radius: 50%;
}

.c-single02__contents-area-txt ol {
    list-style-type: none;
    clear: both;
    margin: 15px auto 10px;
    padding-left: 0;
    counter-reset: number 0;
}

.c-single02__contents-area-txt ol li {
    position: relative;
    padding-left: 15px;
    counter-increment: number 1;
}

.c-single02__contents-area-txt ol li+li {
    margin-top: 3px;
}

.c-single02__contents-area-txt ol li:before {
    content: counter(number) ".";
    position: absolute;
    top: 0;
    left: 0;
    color: #EABA7A;
}

.c-single02__point {
    background: #f8f8f8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 20px;
    margin: 25px -25px 0;
}

.c-single02__point-head {
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
    letter-spacing: .18em;
    font-weight: bold;
}

.c-single02__point-head:before {
    position: absolute;
    display: block;
    content: '';
    background: url(../image/ico_check01.png) no-repeat center/contain;
    width: 11px;
    height: 11px;
    top: 7px;
    left: 0;
}

.c-single02__point-area *:first-child {
    margin-top: 0;
}

.c-single02__point-area *:last-child {
    margin-bottom: 0;
}

.c-single02__point-area p {
    margin: 1em 0;
    font-size: 1.2rem;
    line-height: 2.0;
}

.c-single02__point-area a {
    text-decoration: underline;
    color: #EABA7A;
}

.c-single02__point-area strong {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(43, 145, 210, 0.2)));
    background: linear-gradient(transparent 60%, rgba(43, 145, 210, 0.2) 60%);
}

.c-single02__point-area b {
    color: #EABA7A;
}

.c-single02__point-area ul {
    list-style-type: none;
    clear: both;
    margin: 15px auto 10px;
    padding-left: 0;
}

.c-single02__point-area ul li {
    position: relative;
    padding-left: 15px;
}

.c-single02__point-area ul li+li {
    margin-top: 3px;
}

.c-single02__point-area ul li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 5px;
    width: 3px;
    height: 3px;
    background: #EABA7A;
    border-radius: 50%;
}

.c-single02__point-area ol {
    list-style-type: none;
    clear: both;
    margin: 15px auto 10px;
    padding-left: 0;
    counter-reset: number 0;
}

.c-single02__point-area ol li {
    position: relative;
    padding-left: 15px;
    counter-increment: number 1;
}

.c-single02__point-area ol li+li {
    margin-top: 3px;
}

.c-single02__point-area ol li:before {
    content: counter(number) ".";
    position: absolute;
    top: 0;
    left: 0;
    color: #EABA7A;
}

@media all and (min-width: 768px) {
    .c-single02__inner {
        margin-bottom: 65px;
    }

    .c-single02__head {
        margin-bottom: 50px;
        font-size: 2.6rem;
    }

    .c-single02__cat {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        min-width: 215px;
    }

    .c-single02__cat-wrap {
        width: 100%;
        margin: 50px 0 0;
        padding: 25px 28px 20px;
    }

    .c-single02__cat-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .c-single02__cat-item+.c-single02__cat-item {
        margin: 0 0 0 15px;
    }

    .c-single02__cat-item:nth-child(3) {
        width: 100%;
        margin-left: 0 !important;
    }

    .c-single02__cat-item:last-child {
        margin: 5px 0 0 15px;
    }

    .c-single02__cat-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 2px 15px 4px;
        font-size: 1.2rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 28px;
    }

    .c-single02__cat-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 5px;
    }

    .c-single02__cat-child__item {
        margin-left: 15px;
        font-size: 1.4rem;
    }

    .c-single02__cat-child__item+.c-single02__cat-child__item:before {
        margin: 0 15px 0 0;
    }

    .c-single02__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .c-single02__info-img {
        max-width: 450px;
        -ms-flex-preferred-size: 450px;
        flex-basis: 450px;
        margin: 0 40px 0 0;
    }

    .c-single02__info-meta {
        max-width: calc(100% - 490px);
        -ms-flex-preferred-size: calc(100% - 490px);
        flex-basis: calc(100% - 490px);
        margin-bottom: 50px;
    }

    .c-single02__info-meta__head {
        margin-bottom: 25px;
    }

    .c-single02__info-meta__main {
        font-size: 2.2rem;
    }

    .c-single02__table {
        margin-bottom: 0;
    }

    .c-single02__request {
        width: 100%;
        border: 3px solid #d7e0e0;
        padding: 25px 35px 30px;
        margin-top: 50px;
    }

    .c-single02__request-contents ul li:before {
        top: 15px;
    }

    .c-single02__contents {
        margin-top: 120px;
        padding-top: 200px;
    }

    .c-single02__contents-bg.lazy-bg-loaded {
        height: 437px;
        background: url(../image/bg_case01_pc.jpg) no-repeat top center/cover;
    }

    .c-single02__contents-wrap {
        padding: 65px 80px 0;
        margin-bottom: 65px;
    }

    .c-single02__contents-item+.c-single02__contents-item {
        margin-top: 70px;
        padding-top: 70px;
    }

    .c-single02__contents-area-txt p {
        margin: 1em 0;
        line-height: 2.0;
    }

    .c-single02__contents-area-txt ul li:before {
        top: 15px;
    }

    .c-single02__point {
        padding: 30px 35px 35px;
        margin: 40px auto 0;
    }

    .c-single02__point-head {
        margin-bottom: 15px;
        padding-left: 25px;
        font-size: 1.8rem;
    }

    .c-single02__point-head:before {
        width: 17px;
        height: 17px;
        top: 10px;
    }

    .c-single02__point-area p {
        font-size: 1.5rem;
    }

    .c-single02__point-area ul li:before {
        top: 15px;
    }
}

/* .c-table01
================================================== */
.c-table01 tbody {
    border-top: 1px solid #d7e0e0;
}

.c-table01 tr {
    border-bottom: 1px solid #d7e0e0;
}

.c-table01 th {
    color: #000000;
    text-align: left;
}

@media all and (max-width: 767px) {

    .c-table01 th,
    .c-table01 td {
        display: block;
    }

    .c-table01 th {
        padding: 10px 0 5px;
    }

    .c-table01 td {
        padding-bottom: 15px;
    }
}

@media all and (min-width: 768px) {
    .c-table01 th {
        width: 160px;
    }

    .c-table01 th,
    .c-table01 td {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        table-layout: fixed;
        padding: 20px 10px;
    }
}

/* .c-table02
================================================== */
.c-table02 table {
    table-layout: auto;
}

.c-table02 table th,
.c-table02 table td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d7e0e0;
}

.c-table02 thead td {
    border: 0;
}

.c-table02 thead th {
    background: #EABA7A;
    text-align: center;
    color: #fff;
    padding: 6px;
    font-weight: normal;
    letter-spacing: 0.1em;
}

.c-table02 tbody {
    border-top: 1px solid #d7e0e0;
}

.c-table02 tbody th {
    width: 70px;
    vertical-align: middle;
    text-align: center;
    padding: 12px;
}

.c-table02 tbody th.is-merit {
    background: #d5e9f6;
}

.c-table02 tbody th.is-demerit {
    background: #f1f1f1;
}

.c-table02 tbody td {
    background: #fff;
    padding: 16px 12px 16px 16px;
}

@media all and (max-width: 767px) {
    .c-table02 {
        min-width: 455px;
        padding: 0 20px;
    }

    .c-table02__wrap {
        overflow-x: auto;
        margin: 0 -20px;
        -webkit-overflow-scrolling: touch;
    }
}

@media all and (min-width: 768px) {
    .c-table02 thead th {
        padding: 9px;
    }

    .c-table02 tbody th {
        width: 160px;
        padding: 12px;
    }

    .c-table02 tbody td {
        padding: 35px 20px 35px 30px;
    }
}

/* common
================================================ */
/* .l-breadcrumb
================================================ */
.l-breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 23px;
    padding-bottom: 23px;
}

.l-breadcrumb-list__item {
    display: inline-block;
    vertical-align: top;
    font-size: 1.3rem;
}

.l-breadcrumb-list__item+.l-breadcrumb-list__item {
    margin-left: 5px;
}

.l-breadcrumb-list__item+.l-breadcrumb-list__item:before {
    content: ">";
    margin-right: 5px;
    color: #000000;
    font-weight: bold;
}

/* .l-footer
================================================ */
.l-footer {
    position: relative;
}

.l-footer__wrap {
    padding: 55px 0;
    background-color: #000000;
}

.l-footer__cr {
    padding: 22px 10px;
    border-top: 1px solid rgba(255, 255, 255, .6);
    font-size: 1.0rem;
    letter-spacing: .15em;
    text-align: center;
    background: #000000;
    color: #fff;
}

.l-footer__cr .privacy {
    color: #fff;
    margin-left: 0;
    display: block;
}

@media all and (min-width: 768px) {
    .l-footer__wrap {
        padding: 80px 0 50px;
    }

    .l-footer__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .l-footer__cr {
        padding: 35px 10px;
    }

    .l-footer__cr .privacy {
        color: #fff;
        margin-left: 20px;
        display: inline-block;
    }
}

/* .l-footer-pagetop
================================================ */
.l-footer-pagetop__link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 8px;
    background: #EABA7A;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    position: relative;
}

.l-footer-pagetop__link:before {
    position: absolute;
    display: block;
    content: '';
    margin: auto;
    top: 19px;
    right: 0;
    left: 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

@media all and (min-width: 768px) {
    .l-footer-pagetop {
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 10;
        width: 60px;
        height: 60px;
        border-radius: 100px;
        margin: 0 30px 25px 0;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .l-footer-pagetop.is-view {
        opacity: 1;
        visibility: visible;
    }

    .l-footer-pagetop__link {
        width: 100%;
        height: 100%;
    }

    .l-footer-pagetop__link:before {
        top: 28px;
    }
}

/* .l-footer-info
================================================ */
.l-footer-info {
    margin-bottom: 35px;
}

.l-footer-info__logo {
    text-align: center;
    color: #fff;
    max-width: 200px;
    margin: 0 auto;
}

.l-footer-info__logo svg {
    width: 110px;
    height: 35px;
}

.l-footer-info__txt {
    font-size: 1.1rem;
    line-height: 1.8;
    letter-spacing: .15em;
    text-align: center;
    color: #fff;
    margin-top: 8%;
}

@media all and (min-width: 768px) {
    .l-footer-info {
        margin-bottom: 0;
    }

    .l-footer-info__logo {
        text-align: left;
        margin: 0;
    }

    .l-footer-info__logo svg {
        width: 140px;
        height: 45px;
    }

    .l-footer-info__txt {
        font-size: 1.3rem;
        text-align: left;
    }
}

/* .l-footer-nav
================================================ */
@media all and (min-width: 768px) {
    .l-footer-nav+.l-footer-nav {
        margin: 0;
    }

    .l-footer-nav__wrap {
        /*display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;*/
        display: flex;
    }

    .l-footer-nav__wrap .l-footer-nav {
        overflow: hidden;
        text-align: right;
        min-width: 150px;
    }

    .l-footer-nav__wrap .l-footer-nav.sns {
        /*      text-align: center;*/
    }

    .l-footer-nav__wrap .l-footer-nav>li {
        margin: 0 10px;
    }

    .l-footer-nav__wrap .l-footer-nav.sns>li {
        width: 126px;
        text-align: center;
        margin-top: 10px;
    }

    .l-footer-nav__wrap .l-footer-nav.sns>li a {
        border: 1px solid;
        padding: 5px 12px;
    }

    .l-footer-nav__item-link {
        display: block;
        padding: 9px 0;
        font-size: 1.4rem;
        color: #fff;
        text-align: left;
    }

    .l-footer-nav__child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-width: 440px;
        max-height: 300px;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none) {
    .l-footer-nav__child {
        min-height: 100vh;
        height: 300px;
        min-height: 0%;
    }
}

@media all and (min-width: 768px) {
    .l-footer-nav__child-item {
        max-width: 300px;
    }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none) {
    .l-footer-nav__child-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 0%;
    }
}

@media all and (min-width: 768px) {
    .l-footer-nav__child-link {
        position: relative;
        display: block;
        padding: 5px 0 5px 10px;
        font-size: 1.2rem;
    }

    .l-footer-nav__child-link:before {
        position: absolute;
        display: block;
        content: '-';
        left: 0;
    }

    .l-footer-nav__grand-child__link {
        color: #989898;
        position: relative;
        display: block;
        padding: 5px 0 5px 20px;
        font-size: 1.2rem;
    }

    .l-footer-nav__grand-child__link:before {
        position: absolute;
        display: block;
        content: '-';
        left: 10px;
    }
}

/* .l-footer-privacy
================================================ */
.l-footer-privacy {
    padding: 15px 25px;
}

.l-footer-privacy__img {
    width: 45px;
    margin: 0 auto 10px;
}

.l-footer-privacy__txt {
    font-size: 1.0rem;
    line-height: 1.8;
    color: #9e9e9e;
}

@media all and (min-width: 768px) {
    .l-footer-privacy {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px 35px 35px;
    }

    .l-footer-privacy__img {
        width: 90px;
        margin: 0 30px 0 0;
    }

    .l-footer-privacy__txt {
        width: calc(100% - 120px);
        font-size: 1.1rem;
    }
}

/* .loader
================================================== */
.loader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    z-index: 3000;
}

.loader:after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.loader-slide {
    position: relative;
    background: #EABA7A;
    width: 100%;
    height: 100%;
}

.loader-slide__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100px;
    text-align: center;
}

.loader-slide__img svg {
    width: 109px;
    height: 35px;
}

.loader-slide__img .st0 {
    fill: #fff;
}

.loader-slide.is-load {
    -webkit-animation-name: slideOut;
    animation-name: slideOut;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@media all and (min-width: 768px) {
    .loader-slide__img {
        width: auto;
    }

    .loader-slide__img svg {
        width: 141px;
        height: 45px;
    }
}

@-webkit-keyframes slideOut {
    from {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slideOut {
    from {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

/* .l-header
================================================ */
.l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 320px;
    z-index: 2000;
}

@media all and (min-width: 768px) {
    .l-header {
        min-width: 1180px;
    }
}

/* .l-header-info
================================================== */
.l-header-info {
    position: relative;
    z-index: 3;
    height: 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 10px 3px 12px;
    background: #fff;
}

.l-header-info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.l-header-info__logo {
    padding: 11px 10px 0 0;
    max-width: 190px;
}

.l-header-info__logo svg {
    width: 96px;
    height: 30px;
}

.l-header-info__logo-link {
    display: block;
}

@media all and (min-width: 768px) {
    .l-header-info__logo {
        max-width: 248px;
    }

    .l-header-info {
        height: 100px;
        padding: 10px 15px 19px 16px;
    }

    .l-header-info__logo {
        padding: 25px 15px 0 20px;
    }

    .l-header-info__logo svg {
        width: 141px;
        height: 45px;
    }
}

/* .l-nav-btn
================================================== */
.l-nav-btn {
    position: relative;
    width: 55px;
    height: 55px;
    background: #fff;
    border: none;
    cursor: pointer;
}

.l-nav-btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
}

.l-nav-btn__contact-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #EABA7A;
    background: linear-gradient(to right, #F6C783, #D69C58);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F6C783', endColorstr='#D69C58', GradientType=1);
    background: -webkit-linear-gradient(left, #F6C783, #D69C58);
    background: -o-linear-gradient(right, #F6C783, #D69C58);
    width: 55px;
    height: 55px;
}

.l-nav-btn__contact-img {
    width: 35px;
}

.l-nav-btn__line {
    position: absolute;
    left: 16px;
    width: 22px;
    height: 2px;
    content: '';
    background: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.l-nav-btn__line:nth-child(1) {
    top: 11px;
}

.l-nav-btn__line:nth-child(2) {
    top: 18px;
}

.l-nav-btn__line:nth-child(3) {
    top: 25px;
}

.l-nav-btn.is-open .l-nav-btn__line:nth-child(1) {
    top: 27px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.l-nav-btn.is-open .l-nav-btn__line:nth-child(2) {
    opacity: 0;
}

.l-nav-btn.is-open .l-nav-btn__line:nth-child(3) {
    top: 27px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.l-nav-btn__chara {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 15px;
    width: 24px;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
}

.l-nav-btn__chara.is-open {
    display: none;
}

@media all and (min-width: 768px) {
    .l-nav-btn-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 0;
        right: 0;
    }

    .l-nav-btn__contact-link {
        position: relative;
        overflow: hidden;
        width: 150px;
        height: 150px;
    }

    .l-nav-btn__contact-link:before {
        position: absolute;
        display: block;
        content: '';
        background: #EABA7A;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        left: -100%;
        top: 0;
    }

    .l-nav-btn__contact-link:hover:before {
        left: 0;
    }

    .l-nav-btn__contact-img {
        position: relative;
        z-index: 2;
        width: 71px;
    }
}

/* .l-nav
================================================ */
.l-nav {
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 2;
    width: 100%;
    max-height: 100vh;
    min-width: 320px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 45px 120px;
    background: #f8f8f8;
    -webkit-overflow-scrolling: touch;
}

@media all and (max-width: 767px) {
    .l-nav {
        overflow: auto;
        -webkit-transform: translateX(120%);
        transform: translateX(120%);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .l-nav::-webkit-scrollbar {
        display: none;
    }

    .l-nav.is-open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media all and (min-width: 768px) {
    .l-nav {
        position: absolute;
        width: auto;
        min-width: auto;
        max-width: 680px;
        top: 15px;
        right: 190px;
        left: auto;
        padding: 0;
        background: none;
        z-index: 3;
    }
}

/* .l-nav-list
================================================== */
.l-nav-list__item-link {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 26px;
    font-size: 1.4rem;
    border-bottom: 1px solid #d7e0e0;
}

@media all and (min-width: 768px) {
    .l-nav-list {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .l-nav-list__item.is-service .l-nav-list__item-link {
        position: relative;
        margin-right: 10px;
    }

    .l-nav-list__item.is-service .l-nav-list__item-link:after {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: inline-block;
        content: "";
        width: 6px;
        height: 6px;
        border-top: 2px solid #EABA7A;
        border-right: 2px solid #EABA7A;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        margin: 0 0 3px 10px;
    }

    .l-nav-list__item.is-service .l-nav-list__item-link.is-active:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: 0 0 -2px 10px;
    }

    .l-nav-list__item-link {
        position: relative;
        padding: 20px 36px;
        border-bottom: none;
        font-size: 1.5rem;
    }

    .l-nav-list__item-link:before {
        position: absolute;
        bottom: -16px;
        left: 0;
        content: '';
        height: 4px;
        width: 0;
        background: #EABA7A;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .l-nav-list__item-link:hover:before {
        width: 100%;
    }
}

/* .l-nav-list__child ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¿Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â 
================================================== */
@media all and (max-width: 767px) {
    .l-nav-list__child-wrap {
        display: block !important;
    }

    .l-nav-list__child-item-link {
        position: relative;
        display: block;
    }

    .l-nav-list__child-item-link.is-level1 {
        border-bottom: 0;
        padding: 7px 10px;
        font-size: 1.3rem;
    }

    .l-nav-list__child-item-link.is-level1:first-of-type {
        padding-top: 14px;
    }

    .l-nav-list__child-item-link.is-level1::before {
        position: absolute;
        display: block;
        content: '-';
        left: 0;
    }

    .l-nav-list__child-item-link.is-level2 {
        color: #989898;
        border-bottom: 0;
        padding: 4px 10px 4px 20px;
        font-size: 1.3rem;
    }

    .l-nav-list__child-item-link.is-level2::before {
        position: absolute;
        display: block;
        content: '-';
        left: 10px;
    }

    .l-nav-list__child-item-link.has-border {
        border-bottom: 1px solid #d7e0e0;
        padding-bottom: 20px;
    }
}

@media all and (min-width: 768px) {
    .l-nav-list__child {
        width: 50%;
    }

    .l-nav-list__child-wrap {
        display: none;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        bottom: -16px;
        right: 0;
        left: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        padding: 30px 50px 40px;
        background: rgba(248, 248, 248, 0.95);
    }

    .l-nav-list__child-set {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .l-nav-list__child-item-link {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: block;
        padding: 15px 0;
        position: relative;
    }

    .l-nav-list__child-item-link.is-level1 {
        border-bottom: 0;
        padding: 5px 15px;
        font-size: 1.4rem;
    }

    .l-nav-list__child-item-link.is-level1::before {
        position: absolute;
        display: block;
        content: '-';
        left: 0;
    }

    .l-nav-list__child-item-link.is-level2 {
        color: #989898;
        border-bottom: 0;
        padding: 5px 5px 5px 20px;
        font-size: 1.3rem;
    }

    .l-nav-list__child-item-link.is-level2::before {
        position: absolute;
        display: block;
        content: '-';
        left: 10px;
    }

    .l-nav-list__child-item-link:hover {
        opacity: 0.7;
    }

    .l-nav-list__child:last-child {
        margin-top: 61px;
    }
}

/* .l-nav-overlay
================================================ */
.l-nav-other__privacy-link {
    display: block;
    margin-top: 25px;
    font-size: 1.2rem;
    text-align: center;
}

/* .l-nav-overlay
================================================ */
.l-nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1000;
}

@media all and (min-width: 768px) {
    .l-nav-overlay {
        display: none !important;
    }
}

/* .l-main-img HOME
================================================ */
.l-main-img {
    max-height: 460px;
}

.l-main-img__inner {
    position: relative;
    height: 420px;
    width: 100%;
}

.l-main-img__bg {
    overflow: hidden;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    max-width: 100%;
    min-width: 320px;
    height: 420px;
}

.l-main-img__bg-item {
    width: 100%;
    height: 100%;
    position: relative;
}

.l-main-img__wrap {
    position: relative;
    /*    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/
    min-height: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    max-width: 100%;
    margin: 0 auto;
}

.l-main-img__copy {
    position: absolute;
    z-index: 2;
    left: 20px;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    top: 50%;
}

.l-main-img__news {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    max-width: 275px;
    max-height: 95px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10px 20px 15px;
    margin-right: -5px;
    background: #fff;
    right: 0;
    bottom: 0;
}

.l-main-img__news-head {
    max-width: 42px;
    -ms-flex-preferred-size: 42px;
    flex-basis: 42px;
    max-height: 50px;
    margin-right: 13px;
}

.l-main-img__news-area-txt {
    max-width: calc(100% - 55px);
    -ms-flex-preferred-size: calc(100% - 55px);
    flex-basis: calc(100% - 55px);
}

.l-main-img__bg-item .txt {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.l-main-img__bg-item .txt p {
    font-weight: 700;
    font-size: 64px;
    line-height: 92.5px;
    letter-spacing: 3px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px #222222;
}

@media all and (max-width: 360px) {
    .l-main-img__inner {
        height: 368px;
    }

    .l-main-img__wrap {
        min-height: 368px;
        padding: 30px 0;
    }

    .l-main-img__bg {
        min-width: 280px;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .l-main-img__bg {
        padding: 0 40px;
        max-width: 100vh;
    }

    .l-main-img__bg-item {
        width: 100%;
        height: 100%;
    }
}

@media all and (min-width: 768px) {
    .l-main-img {
        max-height: inherit;
    }

    .l-main-img__inner {
        height: 630px;
        padding: 0;
    }

    .l-main-img__bg {
        max-width: 100%;
        width: 100%;
        height: inherit;
    }

    .l-main-img__bg-item img {
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        width: 100%;
        height: 630px;
    }

    .l-main-img__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        max-width: 100%;
        margin: 0 auto;
        min-height: inherit;
        height: 100%;
    }

    .l-main-img__copy {
        width: 700px;
        margin-left: 5%;
        font-size: 50px;
        top: 60%;
    }

    .l-main-img__news {
        width: 100%;
        max-width: 590px;
        max-height: 120px;
        padding: 40px 10px 40px 30px;
        margin-right: 0;
    }

    .l-main-img__news-head {
        max-width: 66px;
        -ms-flex-preferred-size: 66px;
        flex-basis: 66px;
        max-height: 50px;
        margin-right: 39px;
    }

    .l-main-img__news-area-txt {
        max-width: calc(100% - 105px);
        -ms-flex-preferred-size: calc(100% - 105px);
        flex-basis: calc(100% - 105px);
    }

    .l-main-img__copyright {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #fff;
        width: 120px;
        height: 665px;
        right: 0;
        top: 0;
        bottom: 0;
        margin-top: -35px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 1.0rem;
        text-align: center;
    }
}

/* .l-sub-img
================================================ */
.l-sub-img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #d5e9f6;
    text-align: center;
    height: 130px;
}

.l-sub-img__wrap {}

.l-sub-img__head {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: .1em;
    color: #fff;
}

.l-sub-img__txt {
    margin-top: 10px;
    font-size: 1.1rem;
    color: #fff;
}

@media all and (min-width: 768px) {
    .l-sub-img {
        height: 230px;
    }

    .l-sub-img__wrap {
        margin-left: 120px;
    }

    .l-sub-img__head {
        font-size: 3.8rem;
    }

    .l-sub-img__txt {
        font-size: 1.4rem;
    }
}

/* .l-detail-img
================================================ */
@media all and (min-width: 768px) {
    .l-detail-img {
        height: 50px;
    }
}

/* .l-sidebar
================================================== */
/* helper
================================================ */
.js-c-anime-elem[data-anime="fadein-up"] {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.js-c-anime-elem[data-anime="fadein-up"].is-animated {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.js-c-anime-elem[data-anime="fadein-left"] {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.js-c-anime-elem[data-anime="fadein-left"].is-animated {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.js-c-anime-elem[data-anime="fadein-right"] {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.js-c-anime-elem[data-anime="fadein-right"].is-animated {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.js-c-anime-elem[data-anime-delay="0.1"] {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.js-c-anime-elem[data-anime-delay="0.2"] {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.js-c-anime-elem[data-anime-delay="0.3"] {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.js-c-anime-elem[data-anime-delay="0.4"] {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.js-c-anime-elem[data-anime-delay="0.5"] {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.js-c-anime-elem[data-anime-delay="0.6"] {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.js-c-anime-elem[data-anime-delay="0.7"] {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.js-c-anime-elem[data-anime-delay="0.8"] {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.js-c-anime-elem[data-anime-delay="0.9"] {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.js-c-anime-elem[data-anime-delay="1"] {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.js-c-anime-elem[data-anime-delay="1.1"] {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.js-c-anime-elem[data-anime-delay="1.2"] {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.js-c-anime-elem[data-anime-delay="1.3"] {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.js-c-anime-elem[data-anime-delay="1.4"] {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.js-c-anime-elem[data-anime-delay="1.5"] {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.js-c-anime-elem[data-anime-delay="1.6"] {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

.js-c-anime-elem[data-anime-delay="1.7"] {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
}

.js-c-anime-elem[data-anime-delay="1.8"] {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

.js-c-anime-elem[data-anime-delay="1.9"] {
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s;
}

.js-c-anime-elem[data-anime-delay="2"] {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

.js-c-switch-tab {
    cursor: pointer;
}

.js-c-switch-content {
    display: none;
}

.js-c-switch-content.is-active {
    display: block;
}

.js-c-toggle-trigger {
    cursor: pointer;
}

.js-c-toggle-content {
    display: none;
}

/* page
================================================ */
/* .about-vision
================================================== */
.about-vision {
    padding: 30px 0 55px;
}

.about-vision__head {
    margin-bottom: 15px;
    font-size: 2.0rem;
    letter-spacing: .1em;
}

.about-vision__txt {
    line-height: 2.0;
}

@media all and (min-width: 768px) {
    .about-vision {
        padding: 30px 0 120px;
    }

    .about-vision__head {
        margin-bottom: 35px;
        font-size: 3.0rem;
        text-align: center;
    }

    .about-vision__txt {
        line-height: 2.0;
    }
}

/* .about-greeting
================================================== */
.about-greeting__head {
    background: #EABA7A;
    padding: 45px 0 0;
}

@media all and (min-width: 768px) {
    .about-greeting__head {
        background: none;
        padding: 0;
    }

    .about-greeting__head-area-txt {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100vh;
        max-height: 460px;
        max-width: 460px;
        background: #EABA7A;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 40px;
    }

    .about-greeting__head-area-txt:before {
        position: absolute;
        display: block;
        content: '';
        background: #EABA7A;
        width: 110%;
        height: 100vh;
        max-height: 460px;
        margin: auto;
        top: 0;
        bottom: 0;
        left: -100%;
    }

    .about-greeting__head-header {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    .about-greeting__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.about-greeting-sec {
    background: #f8f8f8;
    margin: 20px 0 0;
    padding-bottom: 60px;
}

.about-greeting-sec__wrap {
    padding: 0 20px 55px;
    background: #fff;
}

.about-greeting-sec__head {
    margin-bottom: 15px;
    text-align: center;
    font-size: 2.0rem;
    letter-spacing: .1em;
    line-height: 1.8;
}

.about-greeting-sec__name {
    text-align: center;
}

.about-greeting-sec__name-main {
    max-width: 117px;
    margin: 8px auto 0;
}

.about-greeting-sec__txt {
    margin-top: 20px;
    line-height: 2.0;
    text-align: left;
}

@media all and (max-width: 360px) {
    .about-greeting-sec__wrap {
        margin-right: -5px;
    }
}

@media all and (min-width: 768px) {
    .about-greeting-sec {
        margin: 0;
        padding-bottom: 120px;
    }

    .about-greeting-sec__inner {
        max-width: 1100px;
        margin: 0 auto;
    }

    .about-greeting-sec__wrap {
        position: relative;
        z-index: 2;
        margin-top: -90px;
        padding: 70px 65px 115px;
    }

    .about-greeting-sec__head {
        margin-bottom: 45px;
        font-size: 3.0rem;
    }

    .about-greeting-sec__name-main {
        max-width: 300px;
        margin: 15px auto 0;
    }

    .about-greeting-sec__txt {
        margin-top: 35px;
        line-height: 2.0;
    }
}

/* .about-company
================================================== */
.about-company {
    padding: 40px 0 55px;
}

.about-company__map {
    margin: 30px 0 0;
}

.about-company__map iframe {
    width: 100%;
    min-height: 210px;
}

.about-company__txt:nth-of-type(n + 2) {
    margin-top: 10px;
}

@media all and (min-width: 768px) {
    .about-company {
        border-bottom: 1px solid #d7e0e0;
        padding: 100px 0 110px;
    }

    .about-company__map {
        margin: 60px 0 0;
    }

    .about-company__map iframe {
        min-height: 360px;
    }
}

/* .case-category
================================================== */
.case-category {
    padding: 35px 0 40px;
}

@media all and (min-width: 768px) {
    .case-category {
        padding: 40px 0 50px 0;
    }
}

/* .case-archive
================================================== */
.case-archive {
    padding-bottom: 60px;
    padding-top: 30px;
}

@media all and (min-width: 768px) {
    .case-archive {
        padding-bottom: 80px;
        border-bottom: 1px solid #d7e0e0;
    }
}

/* .case-single
================================================== */
.case-single {
    padding: 30px 0;
}

@media all and (min-width: 768px) {
    .case-single {
        padding: 40px 0 90px;
    }
}

/* .case-relation
================================================== */
.case-relation {
    padding-bottom: 60px;
}

@media all and (min-width: 768px) {
    .case-relation {
        padding-bottom: 110px;
        border-bottom: 1px solid #d7e0e0;
    }
}

/* .contact-form
================================================== */
.contact-form {
    padding: 0 0 60px;
}

.contact-form__txt {
    margin-bottom: 25px;
}

@media all and (min-width: 768px) {
    .contact-form {
        padding: 0 0 120px;
        border-bottom: 1px solid #d7e0e0;
    }

    .contact-form__txt {
        margin-bottom: 55px;
        text-align: center;
    }
}

/* .home-important
================================================== */
.home-important {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 0 55px 15px;
}

.home-important__inner {
    position: relative;
    z-index: 2;
}

.home-important__txt+.home-important__txt {
    margin-top: 15px;
}

@media all and (min-width: 768px) {
    .home-important {
        padding: 180px 0 220px 0;
    }

    .home-important__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .home-important__head {
        max-width: 550px;
        -ms-flex-preferred-size: 550px;
        flex-basis: 550px;
        margin-right: 55px;
    }

    .home-important__head .c-head02__sub:before {
        width: 380px;
        left: -410px;
    }

    .home-important__area-txt {
        max-width: calc(100% - 605px);
        -ms-flex-preferred-size: calc(100% - 605px);
        flex-basis: calc(100% - 605px);
        margin-top: 55px;
    }

    .home-important__txt+.home-important__txt {
        margin-top: 25px;
    }
}

/* .home-news
================================================== */
.home-news {
    padding: 60px 0;
}

@media all and (min-width: 768px) {
    .home-news {
        padding: 120px 0 115px;
    }

    .home-news__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .home-news__head {
        max-width: 130px;
        -ms-flex-preferred-size: 130px;
        flex-basis: 130px;
        margin-right: 110px;
    }

    .home-news__wrap {
        max-width: calc(100% - 240px);
        -ms-flex-preferred-size: calc(100% - 240px);
        flex-basis: calc(100% - 240px);
    }

    .home-news__btn {
        margin: 30px 0 0 auto;
        text-align: left;
    }
}

/* .home-features
================================================== */
.home-features {
    position: relative;
    padding: 0;
}

.home-features__bg.lazy-bg-loaded {
    position: absolute;
    top: 0;
    width: 100%;
    height: 340px;
    background: #F5C783;
    background: linear-gradient(to right, #F5C783, #C2955C, #F5C585);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5C783', endColorstr='#C2955C', GradientType=1);
    background: -webkit-linear-gradient(left, #F5C783, #C2955C, #F5C585);
    background: -o-linear-gradient(right, #F5C783, #C2955C, #F5C585);
}

.home-features__head {
    margin-bottom: 0;
    padding: 20px 0;
}

.home-features__inner {
    position: relative;
    z-index: 2;
}

.home-features__wrap {
    padding: 80px 0 50px;
    background: #fff;
}

@media all and (min-width: 768px) {
    .home-features {
        padding: 0;
    }

    .home-features__bg.lazy-bg-loaded {
        height: 680px;
    }

    .home-features__wrap {
        padding: 150px 40px 100px;
    }
}

/* .home-service
================================================== */
.home-service {
    padding: 45px 0 70px;
}

.home-service.lazy-bg-loaded {
    background: url(../image/bg_service01_sp.jpg) no-repeat top center/cover;
}

@media all and (min-width: 768px) {
    .home-service {
        padding: 90px 0 120px;
    }

    .home-service.lazy-bg-loaded {
        position: relative;
        background: url(../image/bg_service01_pc.jpg) no-repeat top center/cover;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .home-service.is-hover-it {
        background: url(../image/bg_service01_pc_hover.jpg) no-repeat top center/cover;
    }

    .home-service.is-hover-outsourcing {
        background: url(../image/bg_service02_pc_hover.jpg) no-repeat top center/cover;
    }

    .home-service.is-hover-solution {
        background: url(../image/bg_service03_pc_hover.jpg) no-repeat top center/cover;
    }

    .home-service__inner {
        position: relative;
        z-index: 2;
    }
}

/* .home-case
================================================== */
.home-case {
    position: relative;
    padding-bottom: 70px;
}

.home-case:before {
    position: absolute;
    display: block;
    content: '';
    background: #f8f8f8;
    width: 150px;
    height: 100%;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.home-case__head {
    padding: 70px 20px 25px;
}

@media all and (min-width: 768px) {
    .home-case {
        padding-bottom: 100px;
    }

    .home-case:before {
        width: 640px;
        right: auto;
        left: 0;
    }

    .home-case__head {
        max-width: 1100px;
        margin: 0 auto;
        padding: 120px 20px 55px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .home-case__btn {
        width: 220px;
        margin: 0 0 7px;
        text-align: left;
    }
}

.home-case-list {
    margin-bottom: 30px;
}

/* .l-sub-img
================================================== */
.information .l-sub-img {
    height: 200px;
    color: #fff;
    background: url(../image/mv01_sp.jpg) no-repeat top center/cover;
}

.information .l-sub-img__head {
    color: #fff;
}

@media all and (min-width: 768px) {
    .information .l-sub-img {
        height: 230px;
        background: url(../image/mv01_pc.jpg) no-repeat top center/cover;
    }

    .information .l-sub-img:before {
        content: none;
    }

    .information .l-sub-img__wrap {
        margin-left: 0;
    }
}

/* .interview1-about,.interview2-about
================================================== */
.interview1-about,
.interview2-about {
    padding: 40px 0 60px;
}

@media all and (min-width: 768px) {

    .interview1-about,
    .interview2-about {
        padding: 30px 0 155px;
    }
}

/* #pm
================================================== */
/* .pm-about
================================================== */
.pm-about {
    padding-bottom: 60px;
}

@media all and (min-width: 768px) {
    .pm-about {
        padding-bottom: 110px;
    }
}

.pm-about-sec {
    margin-top: -15px;
}

.pm-about-sec .c-head05 {
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}

.pm-about-sec__txt+.pm-about-sec__txt {
    margin-top: 15px;
}

@media all and (min-width: 768px) {
    .pm-about-sec {
        margin-top: -5px;
    }

    .pm-about-sec .c-head05 {
        letter-spacing: 0.1em;
        margin-bottom: 45px;
    }

    .pm-about-sec__txt+.pm-about-sec__txt {
        margin-top: 20px;
    }
}

/* .pm-feature
================================================== */
.pm-feature {
    padding: 47px 0 60px;
}

.pm-feature__list {
    margin-top: 20px;
}

@media all and (min-width: 768px) {
    .pm-feature {
        padding: 105px 0 120px;
    }

    .pm-feature__list {
        margin-top: 40px;
    }
}

/* .pm-case
================================================== */
.pm-case {
    padding: 50px 0 60px;
}

@media all and (min-width: 768px) {
    .pm-case {
        padding: 100px 0 120px;
    }
}

/* #dx
================================================== */
/* .dx-about
================================================== */
.dx-about {
    padding-bottom: 0;
}

/* .dx-task
================================================== */
.dx-task {
    padding: 47px 0 60px;
}

.dx-task__box {
    border: 2px solid #d7e0e0;
    margin-bottom: 25px;
}

.dx-task__box-head {
    text-align: center;
    background: #d7e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    font-size: 1.5rem;
}

.dx-task__box-area-txt {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
}

@media all and (min-width: 768px) {
    .dx-task {
        padding: 105px 0 120px;
    }

    .dx-task__box {
        margin-bottom: 40px;
    }

    .dx-task__box-head {
        padding: 10px;
        font-size: 2rem;
    }

    .dx-task__box-area-txt {
        padding: 30px;
    }

    .dx-task__box-list {
        max-width: 950px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .dx-task__box-list .c-check-list01__item {
        width: 46%;
    }

    .dx-task__box-list .c-check-list01__item:nth-child(odd) {
        margin-right: 2%;
    }
}

.dx-task-sec__txt {
    margin-bottom: 25px;
}

.dx-task-sec__img {
    margin: 0 auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media all and (min-width: 768px) {
    .dx-task-sec__txt {
        margin-bottom: 50px;
    }
}

/* .dx-case
================================================== */
.dx-case {
    padding: 50px 0 60px;
}

@media all and (min-width: 768px) {
    .dx-case {
        padding: 100px 0 120px;
    }
}

/* #planning
/* .information-planning-about
================================================== */
@media all and (min-width: 768px) {
    .information-planning-about .information-planning-about__inner {
        padding-bottom: 100px;
    }
}

/* .information-planning-info
================================================== */
.information-planning-info__inner {
    padding-top: 20px;
    padding-bottom: 60px;
}

.information-planning-info-sec+.information-planning-info-sec {
    margin-top: 50px;
}

.information-planning-info-sec__txt {
    line-height: 2;
    word-break: normal;
}

.information-planning-info-sec__txt+.information-planning-info-sec__txt {
    margin-top: 15px;
}

.information-planning-info-sec__area-img {
    margin-top: 22px;
}

.information-planning-info-sec__img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media all and (min-width: 768px) {
    .information-planning-info__inner {
        padding-top: 0;
        padding-bottom: 120px;
    }

    .information-planning-info-sec+.information-planning-info-sec {
        margin-top: 65px;
    }

    .information-planning-info-sec__txt+.information-planning-info-sec__txt {
        margin-top: 20px;
    }

    .information-planning-info-sec__area-img {
        margin-top: 55px;
    }
}

/* .information-planning-service
================================================== */
.information-planning-service {
    background: #f8f8f8;
}

.information-planning-service__inner {
    padding-top: 50px;
    padding-bottom: 60px;
}

.information-planning-service__txt {
    line-height: 2;
}

.information-planning-service__txt+.information-planning-service__txt {
    margin-top: 15px;
}

.information-planning-service-sec {
    margin-top: 32px;
}

.information-planning-service-sec-box {
    border: 2px solid #EABA7A;
    background: #fff;
}

.information-planning-service-sec-box__head {
    background: #EABA7A;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.75;
    padding: 12px 0;
    letter-spacing: 0.1em;
}

.information-planning-service-sec-box-list {
    padding: 20px 24px 20px 22px;
    background: #fff;
}

.information-planning-service-sec-box-list__item+.information-planning-service-sec-box-list__item {
    margin-top: 16px;
}

.information-planning-service-sec-box-list__item-head {
    background: #EABA7A;
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
    width: 80px;
}

.information-planning-service-sec-box-list__item-txt {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.6;
}

.information-planning-service-sec__txt {
    margin-top: 18px;
    line-height: 2;
}

.information-planning-service-sec-list {
    margin-top: 20px;
    border: 1px solid #d7e0e0;
    background: #fff;
    padding: 24px;
}

.information-planning-service-sec-list__item+.information-planning-service-sec-list__item {
    border-top: 1px solid #d7e0e0;
    margin-top: 21px;
    padding-top: 21px;
}

@media all and (min-width: 768px) {
    .information-planning-service__inner {
        padding-top: 100px;
        padding-bottom: 120px;
    }

    .information-planning-service__txt {
        line-height: 2;
    }

    .information-planning-service__txt+.information-planning-service__txt {
        margin-top: 15px;
    }

    .information-planning-service-sec {
        margin-top: 70px;
    }

    .information-planning-service-sec+.information-planning-service-sec {
        margin-top: 88px;
    }

    .information-planning-service-sec-box__head {
        font-size: 2rem;
        padding: 12px 0;
    }

    .information-planning-service-sec-box-list {
        padding: 25px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .information-planning-service-sec-box-list__item+.information-planning-service-sec-box-list__item {
        margin-top: 0;
        margin-left: 50px;
    }

    .information-planning-service-sec-box-list__item-head {
        font-size: 1.2rem;
        width: 78px;
        display: inline-block;
    }

    .information-planning-service-sec-box-list__item-txt {
        margin-top: 0;
        font-size: 1.8rem;
        display: inline-block;
        letter-spacing: 0.1em;
    }

    .information-planning-service-sec__txt {
        margin-top: 35px;
    }

    .information-planning-service-sec-list {
        margin-top: 50px;
        padding: 40px 50px;
    }

    .information-planning-service-sec-list__item+.information-planning-service-sec-list__item {
        margin-top: 32px;
        padding-top: 32px;
    }

    .information-planning-service-sec-list__item-head {
        margin-bottom: 12px;
        letter-spacing: 0.1em;
    }
}

/* .information-planning-feature
================================================== */
.information-planning-feature__inner {
    padding-top: 55px;
    padding-bottom: 60px;
}

.information-planning-feature__set {
    margin-top: 20px;
}

.information-planning-feature__flow {
    margin-top: 35px;
}

@media all and (max-width: 360px) {
    .information-planning-feature__head {
        font-size: 1.3rem;
    }
}

@media all and (min-width: 768px) {
    .information-planning-feature__inner {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .information-planning-feature__set {
        margin-top: 35px;
    }

    .information-planning-feature__flow {
        margin-top: 60px;
    }
}

/* .information-planning-case
================================================== */
.information-planning-case {
    background: #f8f8f8;
}

.information-planning-case__inner {
    padding-top: 50px;
    padding-bottom: 60px;
}

@media all and (min-width: 768px) {
    .information-planning-case__inner {
        padding-top: 100px;
        padding-bottom: 120px;
    }
}

/* .information-info
================================================== */
.information-info {
    background: #f8f8f8;
}

.information-info__inner {
    padding-top: 50px;
    padding-bottom: 40px;
}

.information-info-sec__txt {
    line-height: 2;
}

.information-info-sec__txt+.information-info-sec__txt {
    margin-top: 15px;
}

.information-info-sec-list {
    margin-top: 25px;
}

.information-info-sec-list__item:nth-of-type(2) .information-info-sec-list__item-head {
    background: #1971bf;
}

.information-info-sec-list__item:nth-of-type(3) .information-info-sec-list__item-head {
    background: #0848a2;
}

.information-info-sec-list__item-head {
    line-height: 1.75;
    padding: 8px 0;
    background: #EABA7A;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
}

.information-info-sec-list__item-area-txt {
    padding: 10px 10px 30px;
    background: #fff;
}

.information-info-sec-list__item-top {
    padding: 12px 18px 22px;
    background: #eef6fb;
}

.information-info-sec-list__item-top__head {
    text-align: center;
}

.information-info-sec-list__item-top__txt {
    line-height: 1.8;
    margin-top: 5px;
}

.information-info-sec-list__item-cause {
    position: relative;
    padding: 22px 18px 0;
}

.information-info-sec-list__item-cause::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 17px);
    width: 0;
    height: 0;
    border-width: 17px 17px 0 17px;
    border-style: solid;
    border-color: #EABA7A transparent transparent transparent;
}

.information-info-sec-list__item-cause__head {
    font-size: 1.6rem;
    text-align: center;
}

.information-info-sec-list__item-cause-list {
    margin-top: 8px;
}

.information-info-sec-list__item-cause-list__item {
    line-height: 1.6;
    padding-left: 18px;
    letter-spacing: 0;
}

.information-info-sec-list__item-cause-list__item-in {
    position: relative;
}

.information-info-sec-list__item-cause-list__item-in:before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: -20px;
    width: 15px;
    height: 15px;
    background: url(../image/ico_check03.png) no-repeat center/contain;
}

.information-info-sec-list__item-cause-list__item+.information-info-sec-list__item-cause-list__item {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #d7e0e0;
}

@media all and (min-width: 768px) {
    .information-info__inner {
        padding-top: 100px;
        padding-bottom: 70px;
    }

    .information-info-sec__txt+.information-info-sec__txt {
        margin-top: 20px;
    }

    .information-info-sec-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .information-info-sec-list__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(33.33% - 28px * 2 / 3);
        margin-right: 28px;
    }

    .information-info-sec-list__item:nth-of-type(3) {
        margin-right: 0;
    }

    .information-info-sec-list__item-area-txt {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .information-info-sec-list__item-head {
        padding: 12px 0;
        font-size: 2.2rem;
    }

    .information-info-sec-list__item-top {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 184px;
        padding: 22px 20px 18px;
    }

    .information-info-sec-list__item-top__txt {
        line-height: 1.7;
        margin-top: 5px;
        letter-spacing: 0;
    }

    .information-info-sec-list__item-cause {
        padding: 22px 20px 0;
    }

    .information-info-sec-list__item-cause::before {
        left: calc(50% - 20px);
        border-width: 20px 20px 0 20px;
    }

    .information-info-sec-list__item-cause__head {
        font-size: 2.2rem;
    }

    .information-info-sec-list__item-cause-list {
        margin-top: 8px;
    }

    .information-info-sec-list__item-cause-list__item {
        padding-left: 30px;
    }

    .information-info-sec-list__item-cause-list__item-in {
        position: relative;
    }

    .information-info-sec-list__item-cause-list__item-in:before {
        top: 2px;
        left: -30px;
        width: 22px;
        height: 22px;
    }

    .information-info-sec-list__item-cause-list__item+.information-info-sec-list__item-cause-list__item {
        margin-top: 14px;
        padding-top: 14px;
    }
}

/* .information-leave
================================================== */
.information-leave {
    position: relative;
    padding: 30px 0;
    background: url(../image/bg_leave01_sp.jpg) no-repeat center bottom/cover;
}

.information-leave::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 35px);
    width: 0;
    height: 0;
    border-width: 20px 35px 0 35px;
    border-style: solid;
    border-color: #f8f8f8 transparent transparent transparent;
}

.information-leave__txt {
    line-height: 1.75;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.1em;
}

@media all and (max-width: 360px) {
    .information-leave {
        background-position: right bottom;
    }
}

@media all and (min-width: 768px) {
    .information-leave {
        position: relative;
        padding: 65px 0 60px;
        background: url(../image/bg_leave01_pc.jpg) no-repeat center bottom/cover;
    }

    .information-leave::before {
        left: calc(50% - 70px);
        border-width: 40px 70px 0 70px;
    }

    .information-leave__txt {
        font-size: 3rem;
    }
}

/* .information-service
================================================== */
.information-service__inner {
    padding-top: 45px;
    padding-bottom: 60px;
}

.information-service-sec+.information-service-sec {
    margin-top: 45px;
}

.information-service-sec__txt {
    line-height: 2;
}

.information-service-sec__txt+.information-service-sec__txt {
    margin-top: 15px;
}

@media all and (min-width: 768px) {
    .information-service__inner {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .information-service-sec__txt {
        margin-left: -20px;
    }

    .information-service-sec__txt+.information-service-sec__txt {
        margin-top: 20px;
    }

    .information-service-sec .information-service-sec__btn {
        max-width: 285px;
        margin: 15px 0 0 auto;
    }
}

/* .information-merit
================================================== */
.information-merit {
    background: #f8f8f8;
}

.information-merit__inner {
    padding-top: 45px;
    padding-bottom: 60px;
}

.information-merit__set {
    margin-top: 28px;
}

@media all and (min-width: 768px) {
    .information-merit__inner {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .information-merit__set {
        margin-top: 35px;
    }
}

/* .information-case
================================================== */
.information-case__inner {
    padding-top: 50px;
    padding-bottom: 60px;
}

@media all and (min-width: 768px) {
    .information-case__inner {
        padding-top: 100px;
        padding-bottom: 120px;
    }
}

/* .information-interview
================================================== */
.information-interview {
    background: #f8f8f8;
}

.information-interview__inner {
    padding-top: 50px;
    padding-bottom: 60px;
}

.information-interview-list {
    margin-top: 20px;
}

.information-interview-list__item+.information-interview-list__item {
    margin-top: 10px;
}

.information-interview-list__item-link {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative;
    padding: 10px;
    background: #fff;
}

.information-interview-list__item-link::before {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 20px;
    height: 20px;
    background: url(../image/ico_arrow03.png) no-repeat center top/cover;
}

.information-interview-list__item-img {
    width: 39%;
    margin-right: 15px;
}

.information-interview-list__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.information-interview-list__item-area-txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 7px;
}

.information-interview-list__item-txt {
    color: #989898;
    font-size: 1.2rem;
}

.information-interview-list__item-head {
    line-height: 1.75;
    margin-top: 5px;
    letter-spacing: 0.1em;
}

@media all and (min-width: 768px) {
    .information-interview__inner {
        padding-top: 100px;
        padding-bottom: 120px;
    }

    .information-interview-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 50px;
    }

    .information-interview-list__item {
        width: calc(50% - 30px * 1 / 2);
    }

    .information-interview-list__item+.information-interview-list__item {
        margin-top: 0;
        margin-left: 30px;
    }

    .information-interview-list__item-link {
        padding: 10px;
    }

    .information-interview-list__item-link::before {
        right: 10px;
        bottom: 8px;
        width: 34px;
        height: 34px;
    }

    .information-interview-list__item-img {
        width: 35%;
        margin-right: 23px;
    }

    .information-interview-list__item-area-txt {
        padding-top: 28px;
    }

    .information-interview-list__item-txt {
        font-size: 1.4rem;
    }

    .information-interview-list__item-head {
        margin-top: 0;
        font-size: 1.8rem;
        letter-spacing: 0.16em;
    }
}

/* .news-archive
================================================== */
.news-archive {
    padding: 30px 0 60px;
}

@media all and (min-width: 768px) {
    .news-archive {
        padding: 40px 0 125px;
        border-bottom: 1px solid #d7e0e0;
    }
}

/* .news-single
================================================== */
.news-single {
    padding: 40px 0 60px;
}

@media all and (min-width: 768px) {
    .news-single {
        padding: 50px 0 125px;
        border-bottom: 1px solid #d7e0e0;
    }

    .news-single__inner {
        max-width: 1100px;
        margin: 0 auto;
    }
}

/* .l-sub-img
================================================== */
.outsourcing .l-sub-img {
    height: 200px;
    color: #fff;
    background: url(../image/mv01_sp1.jpg) no-repeat top center/cover;
}

.outsourcing .l-sub-img__head {
    color: #fff;
}

@media all and (min-width: 768px) {
    .outsourcing .l-sub-img {
        height: 230px;
        background: url(../image/mv01_pc1.jpg) no-repeat top center/cover;
    }

    .outsourcing .l-sub-img:before {
        content: none;
    }

    .outsourcing .l-sub-img__wrap {
        margin-left: 0;
    }
}

/* .outsourcing-info
================================================== */
.outsourcing-info {
    background: #f8f8f8;
}

.outsourcing-info__inner {
    padding-top: 50px;
    padding-bottom: 60px;
}

.outsourcing-info-sec+.outsourcing-info-sec {
    margin-top: 40px;
}

.outsourcing-info-sec__txt {
    margin-top: 15px;
    line-height: 2;
}

@media all and (min-width: 768px) {
    .outsourcing-info__inner {
        padding-top: 100px;
        padding-bottom: 110px;
    }

    .outsourcing-info-sec .outsourcing-info-sec__btn {
        max-width: 285px;
        margin: 15px 0 0 auto;
    }
}

/* .outsourcing-merit
================================================== */
.outsourcing-merit__inner {
    padding-top: 50px;
    padding-bottom: 60px;
}

.outsourcing-merit__txt {
    margin-left: -5px;
}

.outsourcing-merit__set {
    margin-top: 20px;
}

@media all and (max-width: 360px) {
    .outsourcing-merit__head {
        margin-right: -10px;
        margin-left: -10px;
        letter-spacing: 0;
    }
}

@media all and (min-width: 768px) {
    .outsourcing-merit__inner {
        padding-top: 100px;
        padding-bottom: 120px;
    }

    .outsourcing-merit__set {
        margin-top: 35px;
    }
}

/* .outsourcing-case
================================================== */
.outsourcing-case {
    background: #f8f8f8;
}

.outsourcing-case__inner {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media all and (min-width: 768px) {
    .outsourcing-case__inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/* .labo-about
================================================== */
@media all and (max-width: 360px) {
    .labo-about__head {
        margin-right: -10px;
        letter-spacing: 0;
    }
}

/* .labo-difference
================================================== */
.labo-difference__inner {
    padding-bottom: 40px;
}

.labo-difference-list__item {
    border: 5px solid #EABA7A;
}

.labo-difference-list__item+.labo-difference-list__item {
    margin-top: 15px;
    border: 2px solid #1971bf;
}

.labo-difference-list__item+.labo-difference-list__item .labo-difference-list__item-head {
    background: #1971bf;
}

.labo-difference-list__item-head {
    background: #EABA7A;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    padding: 12px;
}

.labo-difference-list__item-area-txt {
    padding: 14px 18px 20px;
}

.labo-difference-list__item-img {
    padding: 0 22px;
    margin: 10px auto 0;
    max-width: 420px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.labo-difference-list__item-img.is-ses {
    padding: 0 5px;
}

@media all and (min-width: 768px) {
    .labo-difference__inner {
        padding-bottom: 65px;
    }

    .labo-difference-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .labo-difference-list__item {
        width: calc(50% - 23px * 1/2);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .labo-difference-list__item+.labo-difference-list__item {
        margin-top: 0;
        margin-left: 23px;
    }

    .labo-difference-list__item-head {
        font-size: 2rem;
        padding: 10px;
    }

    .labo-difference-list__item-area-txt {
        padding: 32px 40px 45px;
    }

    .labo-difference-list__item-img {
        padding: 0;
        margin: 20px 0 0;
        max-width: none;
    }

    .labo-difference-list__item-img.is-ses {
        padding: 0 45px;
    }
}

/* .labo-reason
================================================== */
.labo-reason__inner {
    padding-bottom: 60px;
}

.labo-reason-list {
    margin-top: 20px;
    border: 2px solid #EABA7A;
    padding: 0 25px 25px;
}

.labo-reason-list__item {
    position: relative;
    padding-left: 32px;
    padding-top: 25px;
}

.labo-reason-list__item+.labo-reason-list__item {
    margin-top: 25px;
    border-top: 1px solid #d7e0e0;
    padding-top: 22px;
}

.labo-reason-list__item+.labo-reason-list__item .labo-reason-list__item-num {
    top: 22px;
}

.labo-reason-list__item-num {
    background: #EABA7A;
    color: #fff;
    font-size: 1.3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: -3px;
    top: 27px;
}

.labo-reason-list__item-head {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.75;
}

.labo-reason-list__item-txt {
    margin-top: 8px;
    line-height: 2;
}

@media all and (max-width: 360px) {
    .labo-reason-list {
        padding: 0 15px 25px;
    }
}

@media all and (min-width: 768px) {
    .labo-reason__inner {
        padding-bottom: 120px;
    }

    .labo-reason-list {
        margin-top: 30px;
        padding: 0 60px 50px;
    }

    .labo-reason-list__item {
        padding-left: 32px;
        padding-top: 55px;
    }

    .labo-reason-list__item+.labo-reason-list__item {
        margin-top: 30px;
        padding-top: 32px;
    }

    .labo-reason-list__item+.labo-reason-list__item .labo-reason-list__item-num {
        top: 28px;
    }

    .labo-reason-list__item-num {
        font-size: 1.8rem;
        width: 38px;
        height: 38px;
        left: -15px;
        top: 48px;
    }

    .labo-reason-list__item-head {
        font-size: 1.8rem;
    }

    .labo-reason-list__item-txt {
        margin-top: 8px;
    }
}

/* .labo-feature
================================================== */
.labo-feature {
    background: #f8f8f8;
}

.labo-feature__inner {
    padding-top: 45px;
    padding-bottom: 60px;
}

.labo-feature__txt {
    margin-left: -5px;
}

.labo-feature__set {
    margin-top: 20px;
}

@media all and (max-width: 360px) {
    .labo-feature__head {
        margin-right: -10px;
        margin-left: -10px;
        letter-spacing: 0;
    }
}

@media all and (min-width: 768px) {
    .labo-feature__inner {
        padding-top: 100px;
        padding-bottom: 120px;
    }

    .labo-feature__set {
        margin-top: 35px;
    }
}

/* .labo-case
================================================== */
.labo-case__inner {
    padding-top: 50px;
    padding-bottom: 60px;
}

@media all and (min-width: 768px) {
    .labo-case__inner {
        padding-top: 100px;
        padding-bottom: 120px;
    }
}

/* .application-info
================================================== */
.application-info {
    background: #f8f8f8;
}

.application-info__inner {
    padding-top: 45px;
    padding-bottom: 80px;
}

.application-info__area-img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: 25px;
}

.application-info__area-img+.application-info__area-img {
    margin-top: 15px;
}

.application-info__img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.application-info__txt {
    margin-top: 15px;
    line-height: 2;
}

.application-info-sec {
    margin-top: 35px;
}

.application-info-sec__txt {
    margin-top: 22px;
    line-height: 2;
}

.application-info-sec__txt+.application-info-sec__txt {
    margin-top: 15px;
}

@media all and (min-width: 768px) {
    .application-info__inner {
        padding-top: 100px;
        padding-bottom: 120px;
    }

    .application-info__area-img {
        margin-top: 35px;
    }

    .application-info__area-img+.application-info__area-img {
        margin-top: 20px;
    }

    .application-info__txt {
        margin-top: 30px;
        letter-spacing: 0.09em;
    }

    .application-info__txt+.application-info__txt {
        margin-top: 20px;
    }

    .application-info-sec {
        margin-top: 58px;
    }

    .application-info-sec__txt {
        margin-top: 32px;
    }

    .application-info-sec__txt+.application-info-sec__txt {
        margin-top: 22px;
    }
}

/* .application-scope
================================================== */
.application-scope__inner {
    padding-top: 45px;
    padding-bottom: 60px;
}

.application-scope-list__item {
    border: 2px solid #EABA7A;
}

.application-scope-list__item+.application-scope-list__item {
    margin-top: 15px;
}

.application-scope-list__item-head {
    background: #EABA7A;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    padding: 12px;
}

.application-scope-list__item-area-txt {
    padding: 10px 13px 15px;
}

@media all and (min-width: 768px) {
    .application-scope__inner {
        padding-top: 100px;
        padding-bottom: 120px;
    }

    .application-scope-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .application-scope-list__item {
        width: calc(33.3% - 20px);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 10px;
    }

    .application-scope-list__item+.application-scope-list__item {
        margin-top: 0;
    }

    .application-scope-list__item-head {
        font-size: 2rem;
        padding: 10px;
    }

    .application-scope-list__item-area-txt {
        padding: 32px 30px 35px;
    }
}

/* .application-feature
================================================== */
.application-feature {
    background: #f8f8f8;
}

.application-feature__inner {
    padding-top: 45px;
    padding-bottom: 60px;
}

.application-feature__txt {
    margin-left: -5px;
}

.application-feature__set {
    margin-top: 20px;
}

@media all and (max-width: 360px) {
    .application-feature__head {
        margin-right: -10px;
        margin-left: -10px;
        letter-spacing: 0;
    }
}

@media all and (min-width: 768px) {
    .application-feature__inner {
        padding-top: 100px;
        padding-bottom: 120px;
    }

    .application-feature__set {
        margin-top: 35px;
    }
}

/* .application-case
================================================== */
.application-case__inner {
    padding-top: 50px;
    padding-bottom: 60px;
}

@media all and (min-width: 768px) {
    .application-case__inner {
        padding-top: 100px;
        padding-bottom: 120px;
    }
}

.error-page404 {
    padding: 50px 0;
}

.error-page404__txt {
    text-align: center;
    margin-bottom: 40px;
}

@media all and (min-width: 768px) {
    .error-page404 {
        padding: 100px 0;
    }
}

/* .partner-about
================================================== */
.partner-about {
    padding: 30px 0 55px;
}

.partner-about__head {
    margin-bottom: 15px;
    font-size: 2.0rem;
    letter-spacing: .1em;
    line-height: 1.8;
}

.partner-about__txt+.partner-about__txt {
    margin-top: 30px;
}

@media all and (min-width: 768px) {
    .partner-about {
        padding: 50px 0 120px;
    }

    .partner-about__head {
        margin: -20px 0 40px;
        font-size: 3.0rem;
        letter-spacing: .08em;
    }

    .partner-about__txt+.partner-about__txt {
        margin-top: 40px;
    }
}

/* .partner-company
================================================== */
.partner-company {
    padding: 40px 0 0;
}

.partner-company__txt {
    margin: -13px 0 25px;
}

@media all and (min-width: 768px) {
    .partner-company__txt {
        margin: -13px 0 55px;
    }
}

/* .l-sub-img
================================================== */
.planning .l-sub-img {
    height: 200px;
    color: #fff;
    background: url(../image/mv01_sp2.jpg) no-repeat top center/cover;
}

.planning .l-sub-img__head {
    color: #fff;
}

@media all and (min-width: 768px) {
    .planning .l-sub-img {
        height: 230px;
        background: url(../image/mv01_pc2.jpg) no-repeat top center/cover;
    }

    .planning .l-sub-img:before {
        content: none;
    }

    .planning .l-sub-img__wrap {
        margin-left: 0;
    }
}

/* .planning-support
================================================== */
.planning-support {
    background: #f8f8f8;
}

.planning-support__inner {
    padding-top: 50px;
    padding-bottom: 55px;
}

.planning-support__img {
    margin: 0 -20px;
}

.planning-support__txt {
    margin-top: 20px;
    line-height: 3;
}

.planning-support__txt+.planning-support__txt {
    margin-top: 15px;
}

@media all and (min-width: 768px) {
    .planning-support__inner {
        padding-top: 100px;
        padding-bottom: 30px;
    }

    .planning-support__img {
        margin: 0;
    }

    .planning-support__txt {
        margin-top: 35px;
    }

    .planning-support__txt+.planning-support__txt {
        margin-top: 20px;
    }
}

/* .planning-priority
================================================== */
.planning-priority__inner {
    padding-top: 50px;
    padding-bottom: 60px;
}

.planning-priority__img {
    margin: 0 -20px;
}

.planning-priority__txt {
    line-height: 2;
    margin-top: 20px;
}

.planning-priority__txt+.planning-priority__txt {
    margin-top: 15px;
}

.planning-priority-sec {
    margin-top: 35px;
}

.planning-priority-sec+.planning-priority-sec {
    margin-top: 40px;
}

.planning-priority-sec__txt {
    line-height: 2;
}

.planning-priority-sec__txt+.planning-priority-sec__txt {
    margin-top: 15px;
}

@media all and (min-width: 768px) {
    .planning-priority__inner {
        padding-top: 100px;
        padding-bottom: 90px;
    }

    .planning-priority__img {
        margin: 0;
    }

    .planning-priority__txt {
        margin-top: 35px;
        padding: 0 80px;
    }

    .planning-priority__txt+.planning-priority__txt {
        margin-top: 20px;
    }

    .planning-priority-sec {
        margin-top: 65px;
    }

    .planning-priority-sec+.planning-priority-sec {
        margin-top: 65px;
    }

    .planning-priority-sec__txt {
        margin-top: 10px;
        margin-left: -25px;
        letter-spacing: .08em;
    }

    .planning-priority-sec__txt+.planning-priority-sec__txt {
        margin-top: 18px;
    }
}

/* .outsourcing-case
================================================== */
.outsourcing-case {
    background: #f8f8f8;
}

.outsourcing-case__inner {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media all and (min-width: 768px) {
    .outsourcing-case__inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/* .privacy-anchor
================================================== */
.privacy-anchor {
    padding: 40px 0;
}

@media all and (min-width: 768px) {
    .privacy-anchor {
        padding: 30px 0 90px;
    }
}

/* .privacy-about
================================================== */
.privacy-about {
    padding-bottom: 60px;
    padding-top: 30px;
}

.privacy-about .c-head05 {
    margin-bottom: 15px;
}

.privacy-about__signature {
    margin-top: 50px;
    text-align: right;
}

.privacy-about__info {
    margin-top: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 25px;
}

.privacy-about__info-txt {
    font-size: 1.2rem;
}

@media all and (min-width: 768px) {
    .privacy-about {
        border-bottom: 1px solid #d7e0e0;
        padding-bottom: 130px;
    }

    .privacy-about .c-head05 {
        margin-bottom: 35px;
    }

    .privacy-about__signature {
        margin-top: 40px;
    }

    .privacy-about__info {
        margin-top: 80px;
        padding: 40px 45px;
    }

    .privacy-about__info-txt {
        font-size: 1.5rem;
    }
}

.privacy-about-sec+.privacy-about-sec {
    margin-top: 35px;
}

.privacy-about-sec *:last-child {
    margin-bottom: 0;
}

.privacy-about-sec__item+.privacy-about-sec__item {
    margin-top: 33px;
}

.privacy-about-sec__child {
    margin-top: 20px;
}

.privacy-about-sec__child .privacy-about-sec__txt {
    margin: -5px 0 0 0;
}

.privacy-about-sec__list {
    margin-bottom: 30px;
}

.privacy-about-sec__txt {
    margin-bottom: 30px;
    line-height: 2.0;
}

.privacy-about-sec__box {
    margin: -20px 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
}

@media all and (min-width: 768px) {
    .privacy-about-sec+.privacy-about-sec {
        margin-top: 80px;
    }

    .privacy-about-sec *:last-child {
        margin-bottom: 0;
    }

    .privacy-about-sec__item+.privacy-about-sec__item {
        margin-top: 65px;
    }

    .privacy-about-sec__child {
        margin-top: 35px;
    }

    .privacy-about-sec__child .privacy-about-sec__txt {
        margin: -5px 0 0 0;
    }

    .privacy-about-sec__list {
        margin-bottom: 30px;
    }

    .privacy-about-sec__txt {
        margin-bottom: 35px;
    }

    .privacy-about-sec__box {
        margin: -5px 0 50px;
        padding: 40px 50px 50px;
    }
}

/* .l-sub-img
================================================== */
#recruit .l-sub-img {
    height: 200px;
    color: #fff;
    background: url(../image/mv01_sp3.jpg) no-repeat top center/cover;
}

#recruit .l-sub-img__head {
    color: #fff;
}

@media all and (min-width: 768px) {
    #recruit .l-sub-img {
        height: 500px;
        background: url(../image/mv01_pc3.jpg) no-repeat top center/cover;
    }

    #recruit .l-sub-img:before {
        content: none;
    }

    #recruit .l-sub-img__wrap {
        margin-left: 0;
    }
}

/* .recruit-mission
================================================== */
.recruit-mission {
    padding: 50px 0 0;
}

.recruit-mission__head {
    max-width: 374px;
    margin: 0 auto 40px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.recruit-mission__sec {
    margin-bottom: 35px;
}

.recruit-mission__img {
    margin: 0 0 20px 20px;
}

.recruit-mission__area-txt {
    padding: 0 20px 0 35px;
}

@media all and (min-width: 768px) {
    .recruit-mission {
        padding: 10px 0 0;
    }

    .recruit-mission__head {
        max-width: 920px;
        margin: 0 auto 75px;
    }

    .recruit-mission__area-txt {
        max-width: 550px;
    }

    .recruit-mission__area-txt__head {
        margin-bottom: 40px;
    }

    .recruit-mission__area-txt__head .c-head02__sub:before {
        width: 500px;
        left: -530px;
    }

    .recruit-mission__area-txt__head .c-head02__main {
        font-size: 3.0rem;
    }

    .recruit-mission__sec {
        max-width: 1100px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .recruit-mission__img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 calc(-1 * (100vw - 1100px) * .5) 0 0;
    }

    .recruit-mission__area-txt {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 550px;
        padding-left: 0;
        padding-right: 80px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
    .recruit-mission__img {
        margin-right: -40px;
    }
}

.recruit-mission-list__wrap {
    padding: 50px 0;
    position: relative;
}

.recruit-mission-list__wrap:before {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    background: #EABA7A;
    opacity: .1;
    width: 86%;
    height: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
}

.recruit-mission-list__item+.recruit-mission-list__item {
    margin-top: 25px;
}

.recruit-mission-list__item-img {
    margin-bottom: 15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media all and (min-width: 768px) {
    .recruit-mission-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .recruit-mission-list__wrap {
        padding: 100px 0 115px;
    }

    .recruit-mission-list__wrap:before {
        width: 33%;
    }

    .recruit-mission-list__item {
        width: calc((100% - 60px)/2);
    }

    .recruit-mission-list__item+.recruit-mission-list__item {
        margin: 60px 0 0 60px;
    }

    .recruit-mission-list__item-img {
        margin-bottom: 30px;
    }
}

/* .recruit-about
================================================== */
.recruit-about {
    background-color: rgba(43, 145, 210, 0.1);
    position: relative;
    padding: 105px 0 60px;
}

.recruit-about__bg {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
}

.recruit-about__bg.lazy-bg-loaded {
    background: url(../image/bg_about01_sp.jpg) no-repeat top center/cover;
    width: 100%;
    height: 255px;
}

.recruit-about__txt {
    margin-bottom: 10px;
}

.recruit-about__box {
    position: relative;
    z-index: 2;
}

.recruit-about__wrap {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 20px 55px;
}

@media all and (min-width: 768px) {
    .recruit-about {
        padding: 200px 0 120px;
    }

    .recruit-about__bg.lazy-bg-loaded {
        background: url(../image/bg_about01_pc.jpg) no-repeat top center/cover;
        height: 510px;
    }

    .recruit-about__txt {
        margin-bottom: 60px;
    }

    .recruit-about__box {
        max-width: 1680px;
        margin: 0 auto;
    }

    .recruit-about__inner {
        max-width: 1480px;
        margin: 0 auto;
    }

    .recruit-about__wrap {
        padding: 105px 40px 120px;
    }
}

/* .recruit-welfare
================================================== */
.recruit-welfare {
    padding: 50px 0 40px;
}

@media all and (min-width: 768px) {
    .recruit-welfare {
        padding: 100px 0 90px;
    }
}

.recruit-welfare-list {
    margin: 25px 0 45px;
    counter-reset: number 0;
}

.recruit-welfare-list__item+.recruit-welfare-list__item {
    margin-top: 40px;
}

.recruit-welfare-list__item-area-txt {
    position: relative;
}

.recruit-welfare-list__item-area-txt:before {
    position: absolute;
    counter-increment: number 1;
    content: "0"counter(number) "";
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 10rem;
    color: #f8f8f8;
    z-index: -1;
    top: -50px;
    right: -10px;
}

.recruit-welfare-list__item-head {
    font-size: 1.8rem;
    letter-spacing: .1em;
}

.recruit-welfare-list__item-txt {
    line-height: 2.1;
}

.recruit-welfare-list__item-area-note {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #d7e0e0;
}

.recruit-welfare-list__item-note {
    font-size: 1.2rem;
}

@media all and (min-width: 768px) {
    .recruit-welfare-list {
        margin: 55px 0 115px;
    }

    .recruit-welfare-list__item+.recruit-welfare-list__item {
        margin-top: 80px;
    }

    .recruit-welfare-list__item:nth-child(even) .c-set02__img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0 0 0 64px;
    }

    .recruit-welfare-list__item:nth-child(even) .c-set02__area-txt {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .recruit-welfare-list__item-area-txt:before {
        font-size: 20rem;
        top: -110px;
        right: -20px;
    }

    .recruit-welfare-list__item-head {
        margin-bottom: 20px;
        font-size: 2.6rem;
    }

    .recruit-welfare-list__item-area-note {
        margin-top: 20px;
        padding-top: 25px;
    }

    .recruit-welfare-list__item-note {
        font-size: 1.4rem;
    }
}

.recruit-welfare-slide {
    background: url(../image/pic_slide01.jpg) 0 0/1000px repeat-x;
    width: 200%;
    height: 230px;
    -webkit-animation: bgLoopSp 50000ms linear infinite;
    animation: bgLoopSp 50000ms linear infinite;
}

@media all and (min-width: 768px) {
    .recruit-welfare-slide {
        background: url(../image/pic_slide01.jpg) 0 0/2000px repeat-x;
        height: 460px;
        -webkit-animation: bgLoopPc 50000ms linear infinite;
        animation: bgLoopPc 50000ms linear infinite;
    }
}

@-webkit-keyframes bgLoopSp {
    0% {
        background-position: 0 50%;
    }

    100% {
        background-position: -1000px 50%;
    }
}

@keyframes bgLoopSp {
    0% {
        background-position: 0 50%;
    }

    100% {
        background-position: -1000px 50%;
    }
}

@-webkit-keyframes bgLoopPc {
    0% {
        background-position: 0 50%;
    }

    100% {
        background-position: -2000px 50%;
    }
}

@keyframes bgLoopPc {
    0% {
        background-position: 0 50%;
    }

    100% {
        background-position: -2000px 50%;
    }
}

/* .recruit-interview
================================================== */
.recruit-interview {
    padding-top: 50px;
}

.recruit-interview__area-txt {
    padding: 23px 0 32px;
    background: #EABA7A;
    color: #fff;
}

.recruit-interview__head-year {
    position: relative;
    padding-left: 27px;
}

.recruit-interview__head-year:before {
    position: absolute;
    display: block;
    content: '';
    background: #fff;
    width: 17px;
    height: 2px;
    top: 12px;
    left: 0;
}

.recruit-interview__head-main {
    font-size: 2.7rem;
    letter-spacing: .1em;
}

.recruit-interview__head-sub {
    margin-top: 5px;
}

@media all and (min-width: 768px) {
    .recruit-interview {
        padding-top: 100px;
    }

    .recruit-interview__area-txt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 23px 0 32px;
        margin-bottom: 0;
        background: none;
        height: 505px;
    }

    .recruit-interview__area-txt.lazy-bg-loaded {
        background: url(../image/pic_interview01_pc.jpg) no-repeat top center/cover;
    }

    .recruit-interview__area-txt.is-second.lazy-bg-loaded {
        background: url(../image/pic_interview02_pc.jpg) no-repeat top center/cover;
    }

    .recruit-interview__head {
        margin-top: -100px;
    }

    .recruit-interview__head-year:before {
        width: 15px;
        top: 16px;
    }

    .recruit-interview__head-main {
        font-size: 4.4rem;
    }

    .recruit-interview__head-sub {
        margin-top: 5px;
    }
}

.recruit-interview-sec {
    background-color: rgba(43, 145, 210, 0.1);
}

.recruit-interview-sec+.recruit-interview-sec {
    padding-bottom: 60px;
    margin-top: 15px;
}

@media all and (min-width: 768px) {
    .recruit-interview-sec+.recruit-interview-sec {
        padding: 120px 0;
        margin-top: 0;
    }
}

.recruit-interview-faq__inner {
    padding-top: 35px;
    padding-bottom: 20px;
    background: #fff;
}

@media all and (min-width: 768px) {
    .recruit-interview-faq__inner {
        position: relative;
        z-index: 2;
        margin-top: -100px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 80px 100px 30px;
    }
}

/* .l-sub-img
================================================== */
.service .l-sub-img {
    height: 200px;
    color: #fff;
    background: url(../image/mv01_sp4.jpg) no-repeat top center/cover;
}

.service .l-sub-img__head {
    color: #fff;
}

@media all and (min-width: 768px) {
    .service .l-sub-img {
        height: 500px;
        background: url(../image/mv01_pc4.jpg) no-repeat top center/cover;
    }

    .service .l-sub-img:before {
        content: none;
    }

    .service .l-sub-img__wrap {
        margin-left: 0;
    }
}

/* .service-intro
================================================== */
.service-intro__inner {
    padding-top: 40px;
    padding-bottom: 55px;
}

.service-intro__img {
    margin: 0 auto;
    max-width: 500px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.service-intro__txt {
    margin-top: 22px;
    line-height: 2;
}

@media all and (min-width: 768px) {
    .service-intro__inner {
        padding-top: 30px;
        padding-bottom: 110px;
    }

    .service-intro__img {
        max-width: 507px;
    }

    .service-intro__txt {
        max-width: 932px;
        margin: 28px auto 0;
    }
}

/* .service-info
================================================== */
.service-info {
    background: #f8f8f8;
}

.service-info__inner {
    padding-top: 50px;
    padding-bottom: 60px;
}

.service-info-sec {
    padding: 45px 20px 50px;
    background: #fff;
}

.service-info-sec+.service-info-sec {
    padding-top: 0;
}

.service-info-sec__area-txt {
    margin-top: 30px;
    position: relative;
}

.service-info-sec__sub {
    font-size: 1rem;
    letter-spacing: 0;
}

.service-info-sec__sub::before {
    display: inline-block;
    content: '';
    background: #EABA7A;
    width: 10px;
    height: 2px;
    margin-right: 6px;
    margin-bottom: 5px;
}

.service-info-sec__head {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-top: 10px;
    z-index: 1;
    position: relative;
}

.service-info-sec__txt {
    margin-top: 20px;
    line-height: 2;
    z-index: 1;
    position: relative;
}

.service-info-sec__txt+.service-info-sec__txt {
    margin-top: 10px;
}

.service-info-sec__num {
    font-size: 10rem;
    color: #f8f8f8;
    position: absolute;
    right: -10px;
    top: -50px;
    letter-spacing: 0;
    line-height: 1.75;
}

@media all and (max-width: 360px) {
    .service-info-sec__head {
        font-size: 2.1rem;
        letter-spacing: 0;
    }
}

@media all and (min-width: 768px) {
    .service-info__inner {
        max-width: 1680px;
        margin: 0 auto;
        padding-top: 100px;
        padding-bottom: 120px;
    }

    .service-info-sec {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: hidden;
        margin: 0;
        padding: 120px 100px 100px;
    }

    .service-info-sec.is-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .service-info-sec.is-reverse .service-info-sec__area-txt {
        margin-right: 80px;
        margin-left: 0;
    }

    .service-info-sec+.service-info-sec {
        padding-top: 0;
    }

    .service-info-sec__img {
        width: 54%;
    }

    .service-info-sec__area-txt {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: -5px;
        margin-left: 80px;
    }

    .service-info-sec__sub {
        font-size: 1.5rem;
    }

    .service-info-sec__sub::before {
        width: 15px;
        height: 1px;
        margin-right: 12px;
        margin-bottom: 5px;
    }

    .service-info-sec__head {
        margin-top: 10px;
        font-size: 4rem;
    }

    .service-info-sec__txt {
        margin-top: 35px;
    }

    .service-info-sec__txt+.service-info-sec__txt {
        margin-top: 20px;
    }

    .service-info-sec__num {
        top: -95px;
        right: 0px;
        font-size: 20rem;
    }

    .service-info-sec__area-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
        padding: 0 5px;
    }

    .service-info-sec .service-info-sec__btn {
        width: calc(50% - 22px * 1/2);
        max-width: none;
        margin: 0;
    }

    .service-info-sec .service-info-sec__btn+.service-info-sec__btn {
        margin-left: 22px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .service-info-sec {
        padding: 120px 50px 100px;
    }

    .service-info-sec.is-reverse .service-info-sec__area-txt {
        margin-right: 40px;
    }

    .service-info-sec__img {
        width: 42%;
    }

    .service-info-sec__area-txt {
        margin-left: 40px;
    }
}


/*20240109*/
.mw_wp_form .error {
    font-size: 93%;
    color: #B70000;
    display: none;
}

.c-list02 {
    padding-left: 20px;
}

.c-num-list01 li::marker {
    font-size: 0;
}

.planning-support:nth-child(2n+2) {
    background: #fff;
}

.l-nav-lan {}

.l-nav-lan>a {
    display: block;
    padding: 20px 10px;
}

.l-nav-lan>a:first-child {
    padding-left: 10px;
}

.l-nav-lan>a span {
    display: none;
    color: #000;
}

.l-nav-lan>a.active,
.l-nav-lan>a.active:hover {
    color: #EABA7A;
}

.l-nav-list__item.js-subnav {
    position: relative;
    margin-bottom: 2%;
}

.l-subnav {
    width: 100%;
    position: static;
    display: block;
    border-bottom: 1px solid #d7e0e0;
}

.l-subnav>li {}

.l-subnav>li>a {
    width: 100%;
    display: block;
    color: #333;
    text-decoration: none;
    text-align: left;
    padding: 5% 10px;
    background-color: transparent;
}

.l-subnav>li>a:hover {
    background-color: #D69C58;
}

.home-features .c-btn02__txt:before,
.home-features .c-btn02__txt:after {
    display: none;
}

.home-features .home-news__btn {
    max-width: 150px;
}

.home-features .c-set01:nth-child(2n+2) .home-news__btn {
    margin-left: 0;
}

#support.planning-support .c-head08:after {
    background: #1E4F38;
}

.proSwiper .c-archive02__img:before {
    display: none;
}

.proSwiper.c-archive02.is-case {
    flex-wrap: wrap;
}

.proSwiper .swiper-slide img {
    width: 100%;
}

.proSwiper .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-image: url('../image/arrow_l.png');
    background-size: 30px 30px;
}

.proSwiper .swiper-button-next {
    width: 30px;
    height: 30px;
    background-image: url('../image/arrow_r.png');
    background-size: 30px 30px;
}

.proSwiper .swiper-button-next:after,
.proSwiper .swiper-button-prev:after {
    display: none;
}

.proSwiper .c-archive02__item {
    margin-bottom: 3%;
}

.proSwiper .c-archive02__item-link {
    border: 1px solid #EABA7A
}

.proSwiper .c-archive02__price {
    font-weight: 700;
    font-size: 24px;
    line-height: 31.5px;
    letter-spacing: 1.28px;
    color: #A30000;
}

.proSwiper .c-archive02__con {}

.proSwiper .c-archive02__con p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1.28px;
    color: #555555;
}

.news-archive .c-archive04__item-cat__item {
    background: #E1A65B;
}

.c-form01 input[type="checkbox"] {
    border: 1px solid #E1A65B;
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    background-color: white;
}

.c-form01 input[type="checkbox"]:checked {
    background-image: url('../image/gou.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.privacy-about__inner h2 {
    background: #DAA15D1A;
    padding: 10px 0px 10px 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 2px;
    vertical-align: middle;
    color: #000000;
    margin-top: 3%;
    margin-bottom: 3%;
    border-radius: 6px;
}

.proSwiper .swiper {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    overflow: hidden;
}

.proSwiper .swiper-slide {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

@media all and (min-width: 768px) {
    .l-nav-lan>a {
        display: inline-block;
        padding: 20px 0px;
    }

    .l-nav-lan>a:first-child {
        padding-left: 10px;
    }

    .l-nav-lan>a span {
        display: inline-block;
    }

    .l-subnav {
        width: 180px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        display: none;
    }

    .l-subnav>li>a {
        display: block;
        color: #fff;
        text-decoration: none;
        text-align: center;
        padding: 5% 10px;
        background-color: #EABA7A;
    }
}

@media all and (max-width: 768px) {
    .l-nav-lan {
        margin-top: 10%;
    }

    .l-nav-lan>a {
        display: block;
        padding: 10px 10px;
        border: 2px solid #EABA7A;
        color: #EABA7A;
        text-align: center;
        max-width: 270px;
        margin: 0 auto 5% auto;
    }

    .l-main-img__bg-item .txt {
        top: 60%;
    }

    .l-main-img__bg-item .txt p {
        font-size: 32px;
        line-height: 1.5;
        padding-left: 10px;
    }

    .home-features .home-news__btn {
        margin-left: 0;
    }

    .proSwiper.c-archive02.is-case {
        display: block;
    }
}