@charset "UTF-8";
/* 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;
}

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 rgba(51, 51, 51, 0.1);
    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;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    color: #333;
    font-size: 1.3rem;
    line-height: 1.9;
    letter-spacing: 0.15em;
}

@media all and (min-width: 768px) {
    body {
        min-width: 1260px;
        padding: 20px;
        font-size: 1.6rem;
        line-height: 1.8;
    }
}

.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: 1200px;
        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: 1260px) {
    .u-media-query {
        font-family: 'pc';
    }
}

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

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

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

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

@media all and (min-width: 1260px) {
    .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;
}

/* 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: 1200px;
        margin: auto;
        padding-left: 0;
        padding-right: 0;
    }
}

/*  .u-font-oswald
================================================== */
.u-font-oswald {
    font-family: 'Oswald', sans-serif;
}

/* component
================================================ */
/*  .c-archive01
================================================== */
.c-archive01 {
    margin: auto;
}

.c-archive01__item {
    background: #f3f3f3;
}

.c-archive01__item + .c-archive01__item {
    margin-top: 25px;
}

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

.c-archive01__area-img {
    position: relative;
    width: 44%;
    overflow: hidden;
}

.c-archive01__area-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.c-archive01__area-txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 14px 15px;
}

.c-archive01__date {
    font-size: 1.1rem;
}

.c-archive01__txt {
    margin-top: 4px;
    font-size: 1.2rem;
    font-weight: bold;
}

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

    .c-archive01__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 31%;
        margin-right: 3.5%;
    }

    .c-archive01__item:nth-child(3n) {
        margin-right: 0;
    }

    .c-archive01__item + .c-archive01__item {
        margin-top: 0;
    }

    .c-archive01__link {
        display: block;
    }

    .c-archive01__link:hover .c-archive01__area-img img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

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

    .c-archive01__area-img img {
        height: auto;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-archive01__area-txt {
        padding: 25px;
    }

    .c-archive01__date {
        font-size: 1.4rem;
    }

    .c-archive01__txt {
        margin-top: 4px;
        font-size: 1.6rem;
    }
}

/*  .c-archive02
================================================== */
.c-archive02__item {
    background-color: #f3f3f3;
}

.c-archive02__item + .c-archive02__item {
    margin-top: 21px;
}

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

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

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

.c-archive02__item-head {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.c-archive02__item-head:before {
    border-top: 2px solid #003C87;
    border-right: 2px solid #003C87;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 7px;
    margin-bottom: 2px;
    margin-right: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 7px;
}

.c-archive02__item-txt {
    font-size: 1.1rem;
    text-align: center;
}

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

    .c-archive02__item {
        width: 31%;
        margin-right: 3.5%;
    }

    .c-archive02__item + .c-archive02__item {
        margin-top: 0;
    }

    .c-archive02__item:nth-child(n + 4) {
        margin-top: 40px;
    }

    .c-archive02__item:nth-child(3n) {
        margin-right: 0;
    }

    .c-archive02__item-meta {
        background-color: #f3f3f3;
        padding: 24px;
    }

    .c-archive02__item-head {
        font-size: 1.8rem;
    }

    .c-archive02__item-head:before {
        height: 10px;
        width: 10px;
    }

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

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

.c-archive03__item {
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.c-archive03__item-link {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px 20px 10px;
}

.c-archive03__item-link::after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    right: 10px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #003C87;
    border-right: 2px solid #003C87;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-archive03__item-img {
    width: 120px;
}

.c-archive03__item-area-txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
}

.c-archive03__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-archive03__item-date {
    min-width: 64px;
    margin: 0 10px 0 0;
    font-size: 1.1rem;
    letter-spacing: .08em;
}

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

.c-archive03__item-cat__item {
    margin: 0 5px 5px 0;
    padding: 0 10px 1px 10px;
    background: #003C87;
    color: #fff;
    font-size: 1.1rem;
}

.c-archive03__item-head {
    line-height: 1.5;
    margin-top: 8px;
    font-size: 1.2rem;
}

@media all and (max-width: 360px) {
    .c-archive03__item {
        border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    }

    .c-archive03__item-link {
        padding: 20px 20px 20px 10px;
    }

    .c-archive03__item-img {
        width: 80px;
    }

    .c-archive03__item-area-txt {
        padding-left: 10px;
    }
}

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

    .c-archive03__item-link {
        padding: 30px 65px 30px 30px;
    }

    .c-archive03__item-link::after {
        top: calc(50% - 4px);
        right: 33px;
        width: 7px;
        height: 7px;
        border-top: 3px solid #003C87;
        border-right: 3px solid #003C87;
    }

    .c-archive03__item-img {
        width: 270px;
    }

    .c-archive03__item-area-txt {
        padding-left: 30px;
    }

    .c-archive03__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-archive03__item-date {
        min-width: 90px;
        margin: 0 5px 0 0;
        font-size: 1.4rem;
    }

    .c-archive03__item-cat {
        margin: 0 -5px -5px 0;
    }

    .c-archive03__item-cat__item {
        margin: 0 5px 5px 0;
        padding: 0 25px 1px 25px;
        background: #003C87;
        color: #fff;
        font-size: 1.3rem;
    }

    .c-archive03__item-head {
        margin-top: 20px;
        font-size: 1.6rem;
    }
}

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

.c-btn01__link {
    display: block;
    padding: 14px 5px;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    background: #9B001A;
    font-weight: bold;
}

.c-btn01__link:before {
    position: relative;
    top: 1px;
    display: inline-block;
    margin-right: 8px;
    width: 17px;
    height: 13px;
    content: "";
    background: url(/assets/ico_mail01.png) no-repeat center/contain;
}

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

    .c-btn01__link {
        padding: 17px 5px;
        font-size: 2rem;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-btn01__link:before {
        top: 2px;
        margin-right: 16px;
        width: 25px;
        height: 20px;
    }

    .c-btn01__link:hover {
        background: #B23247;
    }
}

/*  .c-btn02.is-no-arrow
================================================== */
.c-btn02.is-no-arrow .c-btn02__link:before {
    display: none;
}

/*  .c-btn02.is-reverse
================================================== */
.c-btn02.is-white .c-btn02__link {
    background: #fff;
    color: #003C87;
}

.c-btn02.is-white .c-btn02__link:before {
    border-top: 2px solid #000080;
    border-right: 2px solid #000080;
}

@media all and (min-width: 768px) {
    .c-btn02.is-white .c-btn02__link:hover {
        background: #000080;
        color: #fff;
    }

    .c-btn02.is-white .c-btn02__link:hover:before {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }
}

/*  .c-btn02
================================================== */
.c-btn02 {
    max-width: 200px;
    margin: 40px auto 0;
}

.c-btn02__link {
    position: relative;
    display: block;
    padding: 12px 30px;
    color: #fff;
    background: #000080;
    text-align: center;
    font-weight: bold;
}

.c-btn02__link:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
}

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

    .c-btn02__link {
        padding: 16px 30px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-btn02__link:before {
        right: 24px;
    }

    .c-btn02__link:hover {
        background: #4B4BA5;
    }
}

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

/* .c-color-blue
================================================== */
.c-color-blue {
    color: blue;
}

/*  .c-faq01
================================================== */
.c-faq01 {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 19px;
}

.c-faq01:not(:last-of-type) {
    margin-bottom: 12px;
}

.c-faq01__ico {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #003C87;
    font-size: 1.6rem;
    font-weight: 700;
}

.c-faq01__head {
    font-weight: bold;
    position: relative;
    padding: 4px 0 0 24px;
}

.c-faq01__head[class*="toggle"] {
    padding-right: 36px;
}

.c-faq01__head[class*="toggle"]::before, .c-faq01__head[class*="toggle"]::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    margin-top: -1px;
    background: #003C87;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.c-faq01__head[class*="toggle"]::before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

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

.c-faq01__txt {
    border-top: 1px solid #003C87;
    font-size: 1.1rem;
    letter-spacing: 0.15em;
    margin-top: 12px;
    padding: 14px 0 5px 24px;
    position: relative;
}

.c-faq01__txt .c-faq01__ico {
    color: #003C87;
    top: 8px;
}

.c-faq01__content {
    overflow: hidden;
}

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

.c-faq01__content *:last-child {
    margin-bottom: 0;
}

.c-faq01__content h1, .c-faq01__content h2, .c-faq01__content h3, .c-faq01__content h4, .c-faq01__content h5, .c-faq01__content h6, .c-faq01__content ul, .c-faq01__content ol {
    clear: both;
}

.c-faq01__content p {
    letter-spacing: 0.15em;
    line-height: 1.9;
    margin-bottom: 1em;
}

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

.c-faq01__content a {
    color: #003C87;
    border-bottom: 1px solid #003C87;
    text-decoration: none;
    padding-bottom: 4px;
}

.c-faq01__content img {
    margin: 0 auto 12px;
}

.c-faq01__content h2 {
    font-size: 1.9rem;
    position: relative;
    letter-spacing: 0.15em;
    border-bottom: 1px solid #003C87;
    padding-bottom: 10px;
    margin-top: 40px;
    margin-bottom: 18px;
}

.c-faq01__content h3 {
    font-size: 1.7rem;
    letter-spacing: 0.15em;
    padding-left: 10px;
    position: relative;
    margin-bottom: 13px;
    margin-top: 16px;
}

.c-faq01__content h3:before {
    border-left: 2px solid #003C87;
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    bottom: 6px;
}

@media all and (min-width: 768px) {
    .c-faq01 {
        padding: 24px 30px;
    }

    .c-faq01:not(:last-of-type) {
        margin-bottom: 20px;
    }

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

    .c-faq01__head {
        font-size: 1.6rem;
        padding: 4px 0 8px 32px;
    }

    .c-faq01__head[class*="toggle"] {
        padding-right: 36px;
    }

    .c-faq01__head[class*="toggle"]::before, .c-faq01__head[class*="toggle"]::after {
        width: 20px;
    }

    .c-faq01__txt {
        border-top-width: 2px;
        font-size: 1.6rem;
        margin-top: 20px;
        padding: 32px 0 18px 32px;
    }

    .c-faq01__txt .c-faq01__ico {
        top: 26px;
    }

    .c-faq01__content p + p {
        margin-top: 30px;
    }

    .c-faq01__content a {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-faq01__content a:hover {
        border-bottom: none;
    }

    .c-faq01__content h2 {
        font-size: 2.4rem;
        padding-bottom: 14px;
        margin-top: 56px;
        margin-bottom: 26px;
    }

    .c-faq01__content h2::before {
        top: 19px;
    }

    .c-faq01__content h3 {
        font-size: 2rem;
        margin-bottom: 10px;
        margin-top: 26px;
    }

    .c-faq01__content .alignleft {
        float: left;
        margin-right: 16px;
        width: 45%;
    }

    .c-faq01__content .alignleft img {
        width: 100%;
    }

    .c-faq01__content .alignright {
        float: right;
        margin-left: 16px;
        width: 45%;
    }

    .c-faq01__content .alignright img {
        width: 100%;
    }

    .c-faq01__content .aligncenter {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .c-faq01__content img.alignleft {
        display: inline;
        max-width: 530px;
        margin: 10px 10px 20px 0;
    }

    .c-faq01__content img.alignright {
        display: inline;
        margin: 10px 0 20px 10px;
        max-width: 530px;
    }

    .c-faq01__content img.aligncenter {
        display: block;
        max-width: 530px;
        margin: 10px auto 20px;
        clear: both;
    }
}

/*  .c-flow01
================================================== */
.c-flow01 {
    overflow: hidden;
    padding-left: 50px;
}

.c-flow01__item {
    padding: 12px 0 40px 20px;
    position: relative;
}

.c-flow01__item::before {
    position: absolute;
    top: 0;
    left: -26px;
    bottom: 0;
    content: "";
    display: block;
    width: 2px;
    background: #003C87;
}

.c-flow01__item:last-child::before {
    display: none;
}

.c-flow01__item-num {
    background: -webkit-gradient(linear, left top, right bottom, from(#003C87), to(#1a74e6));
    background: linear-gradient(to bottom right, #003C87, #1a74e6);
    color: #fff;
    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;
    font-size: 2rem;
    height: 50px;
    letter-spacing: 0.1em;
    position: absolute;
    left: -50px;
    top: 0;
    width: 50px;
}

.c-flow01__item-head {
    color: #003C87;
    margin-bottom: 15px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.15em;
}

.c-flow01__item-txt {
    margin-bottom: 20px;
    letter-spacing: 0.11em;
}

.c-flow01__item-txt:last-child {
    margin-bottom: 0;
}

@media all and (min-width: 768px) {
    .c-flow01 {
        padding-left: 90px;
    }

    .c-flow01__item {
        padding: 22px 0 60px 60px;
    }

    .c-flow01__item::before {
        left: -46px;
    }

    .c-flow01__item-num {
        font-size: 3.5rem;
        height: 90px;
        letter-spacing: 0.15em;
        left: -90px;
        width: 90px;
    }

    .c-flow01__item-head {
        margin-bottom: 15px;
        font-size: 2.6rem;
        letter-spacing: 0.15em;
    }

    .c-flow01__item-txt {
        letter-spacing: 0.15em;
    }
}

/*  .c-form01
================================================== */
.c-form01 tr {
    border-top: 1px solid #ccc;
}

.c-form01 th {
    font-weight: 700;
    text-align: left;
    padding: 16px 10px;
}

.c-form01 td {
    padding: 2px 10px 16px;
}

.c-form01__label {
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 21px;
    margin-left: 8px;
    background: #ddd;
    color: #333;
    font-size: 1.2rem;
    vertical-align: middle;
}

.c-form01__label.is-required {
    background: #003C87;
    color: #fff;
}

.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 {
    background-color: #f3f3f3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 42px;
    margin-bottom: 6px;
    padding: 5px 10px;
    font-size: 1.6rem;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
}

.c-form01 select {
    padding-right: 24px;
    background: no-repeat right 15px top 50%/8px #f3f3f3;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAzUlEQVQokZ2RsQ3CMBBFfxxaS9RXMQIlJSV0pKTMCIyQDWACYAM2wBvACFRXW3IDHTrJRlZiRyZXnHLWfz+n+xURnQEsMK26GYArgPsE3DCzUdJkmGDQSVN+aP+EL/7HqKU556zWeg5gVQBbAHth4g3CSrbA4MTMrzDU4cM599ZafwBsRmABW9GGh6qvIKIHgGXGoGHmW/ygEqJDBjZ9OGngrzsQ5oxTG6TEEtszJfwdMS4fq9xn7ZPZxocr2UDq6GGJrSTeYRHRblQA4Av4tkvSJ5wq3wAAAABJRU5ErkJggg==");
}

.c-form01 button {
    cursor: pointer;
}

.c-form01 textarea {
    height: 132px;
    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: 5px;
}

.c-form01__postcode-input {
    max-width: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
}

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

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

.c-form01__item-prefix {
    width: 20px;
    padding-top: 5px;
}

.c-form01__item-input {
    width: calc(100% - 20px);
}

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

.c-form01__area-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-form01__area-btn .c-form01__btn {
    background-color: #003C87;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0.15em;
    padding: 0 32px;
    width: auto;
}

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

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

@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 th {
        padding: 22px 30px;
        width: 350px;
    }

    .c-form01 td {
        padding: 22px 0 25px;
    }

    .c-form01__label {
        float: right;
        width: 70px;
        height: 26px;
        margin-top: 2px;
        font-size: 1.5rem;
    }

    .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 {
        margin-bottom: 0;
    }

    .c-form01 button {
        height: 60px;
    }

    .c-form01 textarea {
        height: 220px;
    }

    .c-form01__item {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .c-form01__item + .c-form01__item {
        margin: 0 0 0 20px;
    }

    .c-form01__item-prefix {
        padding-top: 6px;
    }

    .c-form01__item-input {
        width: 200px;
    }

    .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;
    }

    .c-form01__area-btn .c-form01__btn {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-size: 1.6rem;
        text-align: center;
        width: 260px;
    }

    .c-form01__area-btn .c-form01__btn + .c-form01__btn {
        margin-left: 20px;
    }

    .c-form01__area-btn .c-form01__btn:hover {
        background-color: #0055bd;
    }

    .c-form01__area-btn .c-form01__btn.is-back:hover {
        background-color: #828282;
    }
}

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

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

.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 {
    position: relative;
    display: block;
    padding-left: 30px;
}

.c-form01 .mwform-radio-field .mwform-radio-field-text::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 1px;
    left: 0;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #d2d2d2;
    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: 2px;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #003C87;
}

@media all and (min-width: 768px) {
    .c-form01 .mwform-radio-field + .mwform-radio-field {
        margin-top: 16px;
    }

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

    .c-form01 .mwform-radio-field .mwform-radio-field-text::before {
        top: 3px;
        width: 28px;
        height: 28px;
    }

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

/*  .c-form01 .mwform-checkbox-field
================================================ */
.c-form01 .mwform-checkbox-field {
    display: block;
}

.c-form01 .mwform-checkbox-field + .mwform-checkbox-field {
    margin-top: 10px;
}

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

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

.c-form01 .mwform-checkbox-field .mwform-checkbox-field-text {
    position: relative;
    display: block;
    padding-left: 30px;
}

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

.c-form01 .mwform-checkbox-field input:checked + .mwform-checkbox-field-text::after {
    position: absolute;
    top: 6px;
    left: 6px;
    content: "";
    display: block;
    width: 10px;
    height: 6px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #003C87;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

/*  .c-form01-thanks
================================================ */
.c-form01-thanks {
    text-align: center;
}

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

@media all and (min-width: 768px) {
    .c-form01-thanks__txt {
        margin-bottom: 32px;
    }
}

/*  .c-form01 .error
================================================ */
.c-form01 .error {
    margin-top: 5px;
}

/*  .c-head01.is-center
================================================== */
.c-head01.is-center {
    text-align: center;
}

/*  .c-head01.is-small
================================================== */
.c-head01.is-small .c-head01__en {
    margin-bottom: 7px;
}

.c-head01.is-small .c-head01__jp {
    font-size: 1.1rem;
}

@media all and (min-width: 768px) {
    .c-head01.is-small .c-head01__en {
        font-size: 4.5rem;
        letter-spacing: 0.1em;
    }

    .c-head01.is-small .c-head01__jp {
        font-size: 1.6rem;
    }
}

/*  .c-head01.is-white
================================================== */
.c-head01.is-white .c-head01__en, .c-head01.is-white .c-head01__jp {
    color: #fff;
}

/*  .c-head01
================================================== */
.c-head01 {
    margin-bottom: 25px;
}

.c-head01__en {
    margin-bottom: 11px;
    font-size: 2.5rem;
    color: #003C87;
    letter-spacing: .05em;
    font-weight: normal;
}

.c-head01__jp {
    font-weight: bold;
}

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

    .c-head01__en {
        margin-bottom: 0px;
        font-size: 5rem;
    }
}

/*  .c-head02
================================================== */
.c-head02 {
    position: relative;
    font-size: 1.7rem;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 30px;
    line-height: 1.5;
}

.c-head02:before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 25px;
    height: 3px;
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(#003C87), to(#1A74E6));
    background: linear-gradient(to right, #003C87, #1A74E6);
}

@media all and (min-width: 768px) {
    .c-head02 {
        font-size: 2.6rem;
        padding-top: 25px;
        margin-bottom: 51px;
    }

    .c-head02:before {
        width: 40px;
        height: 4px;
    }
}

/*  .c-head03
================================================== */
.c-head03 {
    font-size: 1.4rem;
    margin-bottom: 25px;
    padding-bottom: 12px;
    position: relative;
}

.c-head03:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #003C87;
}

@media all and (min-width: 768px) {
    .c-head03 {
        font-size: 3rem;
        letter-spacing: 0.15em;
        margin-bottom: 40px;
        padding-bottom: 18px;
    }
}

/*  .c-head04
================================================== */
.c-head04 {
    font-size: 1.4rem;
    margin-bottom: 22px;
    padding-left: 18px;
    position: relative;
}

.c-head04:before {
    position: absolute;
    top: 6px;
    left: 0;
    bottom: 3px;
    content: "";
    display: block;
    border-left: 3px solid #003C87;
}

@media all and (min-width: 768px) {
    .c-head04 {
        font-size: 2.6rem;
        letter-spacing: 0.15em;
        margin-bottom: 34px;
        padding-left: 24px;
    }

    .c-head04:before {
        top: 12px;
        bottom: 8px;
    }
}

/*  .c-pager01
================================================== */
.c-pager01 {
    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;
    overflow: hidden;
    margin: 50px -10px -10px;
    text-align: center;
}

.c-pager01 li {
    margin: 0 10px 10px;
}

.c-pager01 li a, .c-pager01 li span {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 1;
    background: #f3f3f3;
    text-decoration: none;
}

.c-pager01 li.pages span {
    width: auto;
    padding-right: 10px;
}

.c-pager01 li.current span {
    background: #003C87;
    color: #fff;
}

.c-pager01 li.first, .c-pager01 li.previous {
    margin: 0;
}

.c-pager01 li.first a, .c-pager01 li.previous a {
    background: none;
    width: 25px;
}

.c-pager01 li.first a::before, .c-pager01 li.first a::after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #003C87;
    border-left: 2px solid #003C87;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-pager01 li.first a::before {
    left: 50%;
}

.c-pager01 li.first a::after {
    left: calc(50% - 6px);
}

.c-pager01 li.previous a::after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #003C87;
    border-left: 2px solid #003C87;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-pager01 li.next, .c-pager01 li.last {
    margin: 0;
}

.c-pager01 li.next a, .c-pager01 li.last a {
    background: none;
    width: 25px;
}

.c-pager01 li.next a::after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
    width: 5px;
    height: 5px;
    border-top: 2px solid #003C87;
    border-right: 2px solid #003C87;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-pager01 li.last a::before, .c-pager01 li.last a::after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    width: 5px;
    height: 5px;
    border-top: 2px solid #003C87;
    border-right: 2px solid #003C87;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-pager01 li.last a::before {
    left: 50%;
}

.c-pager01 li.last a::after {
    left: calc(50% - 6px);
}

@media all and (min-width: 768px) {
    .c-pager01 {
        margin: 70px -10px -10px;
    }

    .c-pager01 li {
        margin: 0 10px 10px;
    }

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

    .c-pager01 li a:hover {
        opacity: .7;
    }

    .c-pager01 li a, .c-pager01 li span {
        width: 35px;
        height: 35px;
        font-size: 1.8rem;
    }

    .c-pager01 li.first a {
        width: 35px;
    }

    .c-pager01 li.first a::before, .c-pager01 li.first a::after {
        top: calc(50% - 5px);
        width: 7px;
        height: 7px;
        border-bottom: 3px solid #003C87;
        border-left: 3px solid #003C87;
    }

    .c-pager01 li.first a::after {
        left: calc(50% - 8px);
    }

    .c-pager01 li.previous a {
        width: 35px;
    }

    .c-pager01 li.previous a::after {
        top: calc(50% - 5px);
        left: calc(50% - 3px);
        width: 7px;
        height: 7px;
        border-bottom: 3px solid #003C87;
        border-left: 3px solid #003C87;
    }

    .c-pager01 li.next a {
        width: 35px;
    }

    .c-pager01 li.next a::after {
        content: "";
        top: calc(50% - 5px);
        left: calc(50% - 3px);
        width: 7px;
        height: 7px;
        border-top: 3px solid #003C87;
        border-right: 3px solid #003C87;
    }

    .c-pager01 li.last a {
        width: 35px;
    }

    .c-pager01 li.last a::before, .c-pager01 li.last a::after {
        content: "";
        position: absolute;
        top: calc(50% - 5px);
        width: 7px;
        height: 7px;
        border-top: 3px solid #003C87;
        border-right: 3px solid #003C87;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .c-pager01 li.last a::after {
        left: calc(50% - 8px);
    }
}

/*  .c-pager02
================================================== */
.c-pager02 {
    position: relative;
    line-height: 1;
    margin-top: 8px;
    padding-top: 70px;
}

.c-pager02.has-no-archive {
    padding-top: 20px;
}

.c-pager02 a {
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 15px 0;
    text-decoration: none;
}

.c-pager02__prev, .c-pager02__next {
    position: absolute;
    top: 0;
    width: 120px;
    height: 45px;
    font-weight: bold;
}

.c-pager02__prev {
    left: 0;
}

.c-pager02__prev a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    padding-left: 14px;
}

.c-pager02__prev a::after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #003C87;
    border-left: 2px solid #003C87;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-pager02__next {
    right: 0;
}

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

.c-pager02__next a::after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    width: 5px;
    height: 5px;
    border-top: 2px solid #003C87;
    border-right: 2px solid #003C87;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-pager02__all {
    margin: 0 auto;
}

.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;
        line-height: 1;
        margin-top: 0;
        margin-top: 52px;
        padding-top: 0;
    }

    .c-pager02.has-no-archive {
        padding-top: 20px;
    }

    .c-pager02 a {
        padding: 22px 0;
    }

    .c-pager02__prev, .c-pager02__next {
        position: absolute;
        top: 0;
        width: 200px;
        height: 45px;
        font-weight: bold;
    }

    .c-pager02__prev {
        left: 0;
    }

    .c-pager02__prev a {
        position: relative;
        padding-left: 25px;
    }

    .c-pager02__prev a::after {
        top: calc(50% - 3px);
        left: 0;
        width: 7px;
        height: 7px;
        border-bottom: 3px solid #003C87;
        border-left: 3px solid #003C87;
    }

    .c-pager02__next {
        right: 0;
    }

    .c-pager02__next a {
        position: relative;
        padding-right: 25px;
    }

    .c-pager02__next a::after {
        top: calc(50% - 3px);
        right: 0;
        width: 7px;
        height: 7px;
        border-top: 3px solid #003C87;
        border-right: 3px solid #003C87;
    }

    .c-pager02__all {
        margin: 0 auto;
    }

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

/*  .c-single01
================================================== */
.c-single01__eyecatch {
    margin-bottom: 18px;
}

.c-single01__content {
    overflow: hidden;
}

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

.c-single01__content *:last-child {
    margin-bottom: 0;
}

.c-single01__content h1, .c-single01__content h2, .c-single01__content h3, .c-single01__content h4, .c-single01__content h5, .c-single01__content h6, .c-single01__content ul, .c-single01__content ol {
    clear: both;
}

.c-single01__content p {
    letter-spacing: 0.15em;
    line-height: 1.9;
    margin-bottom: 1em;
}

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

.c-single01__content a {
    color: #003C87;
    border-bottom: 1px solid #003C87;
    text-decoration: none;
    padding-bottom: 4px;
}

.c-single01__content img {
    margin: 0 auto 12px;
}

.c-single01__content h2 {
    font-size: 1.9rem;
    position: relative;
    letter-spacing: 0.15em;
    border-bottom: 1px solid #003C87;
    padding-bottom: 10px;
    margin-top: 40px;
    margin-bottom: 18px;
}

.c-single01__content h3 {
    font-size: 1.7rem;
    letter-spacing: 0.15em;
    padding-left: 10px;
    position: relative;
    margin-bottom: 13px;
    margin-top: 16px;
}

.c-single01__content h3:before {
    border-left: 2px solid #003C87;
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    bottom: 6px;
}

.c-single01__content ul {
    padding-left: 0;
    margin-top: 18px;
    margin-bottom: 18px;
}

.c-single01__content ul li {
    position: relative;
    padding-left: 14px;
    letter-spacing: 0.05em;
    list-style: none;
}

.c-single01__content ul li + .c-single01__content ul li {
    margin-top: 1px;
}

.c-single01__content ul li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #003C87;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.c-single01__content ol {
    margin-top: 16px;
    margin-bottom: 18px;
    counter-reset: number 0;
    list-style: none;
    padding-left: 0;
}

.c-single01__content ol li {
    counter-increment: number 1;
    position: relative;
    padding-left: 17px;
}

.c-single01__content ol li:before {
    content: counter(number) ".";
    position: absolute;
    top: 0;
    left: 0;
    color: #003C87;
}

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

    .c-single01__content p + p {
        margin-top: 30px;
    }

    .c-single01__content a {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-single01__content a:hover {
        border-bottom: none;
    }

    .c-single01__content h2 {
        font-size: 2.4rem;
        padding-bottom: 14px;
        margin-top: 56px;
        margin-bottom: 26px;
    }

    .c-single01__content h2::before {
        top: 19px;
    }

    .c-single01__content h3 {
        font-size: 2rem;
        margin-bottom: 10px;
        margin-top: 26px;
    }

    .c-single01__content ul {
        margin-top: 28px;
        margin-bottom: 28px;
    }

    .c-single01__content ul:before {
        top: 12px;
    }

    .c-single01__content ol {
        margin-top: 28px;
        margin-bottom: 28px;
    }

    .c-single01__content .alignleft {
        float: left;
        margin-right: 16px;
        width: 45%;
    }

    .c-single01__content .alignleft img {
        width: 100%;
    }

    .c-single01__content .alignright {
        float: right;
        margin-left: 16px;
        width: 45%;
    }

    .c-single01__content .alignright img {
        width: 100%;
    }

    .c-single01__content .aligncenter {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .c-single01__content img.alignleft {
        display: inline;
        max-width: 530px;
        margin: 10px 10px 20px 0;
    }

    .c-single01__content img.alignright {
        display: inline;
        margin: 10px 0 20px 10px;
        max-width: 530px;
    }

    .c-single01__content img.aligncenter {
        display: block;
        max-width: 530px;
        margin: 10px auto 20px;
        clear: both;
    }
}

/*  .c-single02
================================================== */
.c-single02 {
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    padding-bottom: 45px;
}

.c-single02-header__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-single02-header__date {
    min-width: 70px;
    margin: 0 12px 0 0;
    font-size: 1.2rem;
    letter-spacing: .08em;
}

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

.c-single02-header-cat__item {
    margin: 0 5px 5px 0;
    padding: 1px 12px 2px 12px;
    background: #003C87;
    color: #fff;
    font-size: 1.2rem;
}

.c-single02-header__head {
    margin-top: 22px;
}

.c-single02__eyecatch {
    margin-bottom: 20px;
}

.c-single02-content {
    overflow: hidden;
    zoom: 1;
}

.c-single02-content h1, .c-single02-content h2, .c-single02-content h3, .c-single02-content h4, .c-single02-content h5, .c-single02-content h6 {
    clear: both;
    margin-top: 15px;
    margin-bottom: 5px;
}

.c-single02-content h1:first-child, .c-single02-content h2:first-child, .c-single02-content h3:first-child, .c-single02-content h4:first-child, .c-single02-content h5:first-child, .c-single02-content h6:first-child {
    margin-top: 0;
}

.c-single02-content p + p {
    margin-top: 15px;
}

.c-single02-content a {
    padding-bottom: 1px;
    border-bottom: 1px solid #003C87;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.c-single02-content a:hover {
    opacity: .7;
}

.c-single02-content ul {
    list-style-type: none;
    padding-left: 0;
    clear: both;
    margin: 15px auto 10px;
}

.c-single02-content ul li {
    position: relative;
    padding-left: 21px;
}

.c-single02-content ul li::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 5px;
    background: #003C87;
    width: 4px;
    height: 4px;
}

.c-single02-content ol {
    list-style-type: none;
    margin: 15px auto 10px;
    padding-left: 0;
    clear: both;
    counter-reset: number 0;
}

.c-single02-content ol li {
    counter-increment: number 1;
    position: relative;
    padding-left: 28px;
}

.c-single02-content ol li:before {
    content: counter(number, decimal-leading-zero) ".";
    position: absolute;
    top: 0;
    left: 0;
    color: #003C87;
}

.c-single02-content img {
    margin: 20px auto 10px;
    display: block;
}

.c-single02-content img + p {
    margin-top: 20px;
}

.c-single02-content table {
    table-layout: auto;
    margin: 25px -5px 0;
}

.c-single02-content table th {
    text-align: left;
    font-weight: normal;
}

.c-single02-content table th, .c-single02-content table td {
    padding: 1px 5px;
}

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

    .c-single02-header__date {
        min-width: 90px;
        margin: 0 10px 0 0;
        font-size: 1.4rem;
    }

    .c-single02-header-cat {
        margin: 0 -5px -5px 0;
    }

    .c-single02-header-cat__item {
        margin: 0 5px 5px 0;
        padding: 0 25px 1px 25px;
        background: #003C87;
        color: #fff;
        font-size: 1.3rem;
    }

    .c-single02-header__head {
        margin-top: 35px;
    }

    .c-single02__eyecatch {
        padding: 0;
        margin: 0 auto 25px;
        width: 100%;
    }

    .c-single02-content h1, .c-single02-content h2, .c-single02-content h3, .c-single02-content h4, .c-single02-content h5, .c-single02-content h6 {
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .c-single02-content p + p {
        margin-top: 30px;
    }

    .c-single02-content ul {
        margin: 25px auto 20px;
    }

    .c-single02-content ul li {
        position: relative;
        padding-left: 21px;
    }

    .c-single02-content ul li::before {
        top: 15px;
    }

    .c-single02-content img.alignright {
        float: right;
        margin: 1em 0 1em 1em;
    }

    .c-single02-content img.alignleft {
        float: left;
        margin: 1em 1em 1em 0;
    }

    .c-single02-content img.aligncenter {
        display: block;
        margin: 1em auto;
    }

    .c-single02-content .alignleft {
        float: left;
        width: 45%;
        margin-right: 5%;
    }

    .c-single02-content .alignleft img {
        width: 100%;
        margin-bottom: 30px;
        display: block;
    }

    .c-single02-content .alignright {
        float: right;
        width: 45%;
        margin-left: 5%;
    }

    .c-single02-content .alignright img {
        width: 100%;
        margin-bottom: 30px;
        display: block;
    }

    .c-single02-content .aligncenter {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .c-single02-content table {
        margin: 30px -10px 0;
        width: 100%;
    }

    .c-single02-content table th {
        white-space: nowrap;
        width: 100px;
    }

    .c-single02-content table th, .c-single02-content table td {
        padding: 1px 10px;
    }
}

/*  .c-table01
================================================== */
.c-table01 tr {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.c-table01 th, .c-table01 td {
    font-size: 1.3rem;
}

.c-table01 th {
    text-align: left;
    padding: 20px 10px 13px;
}

.c-table01 td {
    padding: 0 10px 16px;
}

@media all and (max-width: 767px) {
    .c-table01 table, .c-table01 thead, .c-table01 tbody, .c-table01 tr, .c-table01 th, .c-table01 td {
        display: block;
    }
}

@media all and (min-width: 768px) {
    .c-table01 th, .c-table01 td {
        font-size: 1.6rem;
    }

    .c-table01 th {
        width: 25%;
        padding: 20px 30px 20px;
    }
}

/* common
================================================ */
/* .l-breadcrumb
================================================ */
.l-breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.3rem;
    padding-top: 28px;
    margin-bottom: 78px;
}

.l-breadcrumb-list__item {
    color: #003C87;
    display: inline-block;
    vertical-align: top;
}

.l-breadcrumb-list__item + .l-breadcrumb-list__item {
    color: #333;
    margin-left: 18px;
}

.l-breadcrumb-list__item + .l-breadcrumb-list__item:before {
    content: ">";
    color: #bbb;
    margin-right: 15px;
}

/*  .l-footer-cv
================================================== */
.l-footer-cv {
    padding: 42px 0 50px;
    background: #003C87;
}

.l-footer-cv__lead {
    margin-bottom: 21px;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.l-footer-cv-box {
    padding: 35px 20px;
    background: #fff;
    text-align: center;
}

.l-footer-cv-tel {
    padding-bottom: 30px;
}

.l-footer-cv-tel__lead {
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.l-footer-cv-tel-num__link {
    font-size: 2.4rem;
    color: #003C87;
    font-weight: bold;
}

.l-footer-cv-tel-num__link:before {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    top: 1px;
    width: 13px;
    height: 16px;
    content: "";
    background: url(/assets/ico_tel01.png) no-repeat center/contain;
}

.l-footer-cv-tel-open {
    margin-top: 5px;
    text-align: center;
}

.l-footer-cv-tel-open__in {
    position: relative;
    display: inline-block;
    font-size: 1.1rem;
}

.l-footer-cv-tel-open__in:before, .l-footer-cv-tel-open__in:after {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 1px;
    content: "";
    background: #BBB;
}

.l-footer-cv-tel-open__in:before {
    left: -58px;
}

.l-footer-cv-tel-open__in:after {
    right: -58px;
}

.l-footer-cv__area-btn {
    padding-top: 30px;
    border-top: 2px solid #707070;
}

.l-footer-cv-btn {
    margin: 0 auto;
}

@media all and (max-width: 360px) {
    .l-footer-cv-box {
        padding: 35px 15px;
    }

    .l-footer-cv-tel {
        padding-bottom: 20px;
    }

    .l-footer-cv-tel-open__in:before, .l-footer-cv-tel-open__in:after {
        width: 40px;
    }

    .l-footer-cv-tel-open__in:before {
        left: -48px;
    }

    .l-footer-cv-tel-open__in:after {
        right: -48px;
    }

    .l-footer-cv__area-btn {
        padding-top: 20px;
    }
}

@media all and (min-width: 768px) {
    .l-footer-cv {
        padding: 58px 0 66px;
    }

    .l-footer-cv__lead {
        margin-bottom: 25px;
        font-size: 2rem;
    }

    .l-footer-cv-box {
        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;
        padding: 32px 50px 32px;
    }

    .l-footer-cv-tel {
        width: 50%;
        padding-bottom: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .l-footer-cv-tel__lead {
        margin-bottom: 1px;
        font-size: 1.4rem;
    }

    .l-footer-cv-tel-num__link {
        font-size: 3.2rem;
    }

    .l-footer-cv-tel-num__link:before {
        margin-right: 10px;
        top: 3px;
        width: 24px;
        height: 28px;
    }

    .l-footer-cv-tel-open {
        margin-top: -4px;
    }

    .l-footer-cv-tel-open__in {
        font-size: 1.2rem;
    }

    .l-footer-cv-tel-open__in:before, .l-footer-cv-tel-open__in:after {
        width: 72px;
        height: 1px;
    }

    .l-footer-cv-tel-open__in:before {
        left: -80px;
    }

    .l-footer-cv-tel-open__in:after {
        right: -80px;
    }

    .l-footer-cv__area-btn {
        width: 50%;
        padding-top: 0;
        padding-left: 135px;
        border-top: none;
        border-left: 1px solid #707070;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .l-footer-cv-btn {
        margin: 0;
    }
}

/*  .l-footer-main
================================================== */
.l-footer-main {
    padding: 50px 0 45px;
    background: #222222;
    color: #fff;
}

.l-footer-main__box {
    padding-bottom: 39px;
}

.l-footer-main-info__logo {
    margin-bottom: 21px;
    width: 200px;
}

.l-footer-main-info__address {
    font-size: 1.1rem;
    line-height: 1.8;
}

.l-footer-main-nav {
    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;
    margin-top: 39px;
}

.l-footer-main-nav__item {
    width: 50%;
}

.l-footer-main-nav__item:nth-child(n+3) {
    margin-top: 12px;
}

.l-footer-main-nav__link {
    font-size: 1.2rem;
    font-weight: bold;
}

.l-footer-main-cr {
    padding: 18px 15px 0;
    font-size: 1rem;
    border-top: 1px solid #707070;
}

@media all and (min-width: 768px) {
    .l-footer-main {
        padding: 69px 0 64px;
    }

    .l-footer-main__inner {
        max-width: 1480px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .l-footer-main__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 74px;
    }

    .l-footer-main-info {
        width: 450px;
    }

    .l-footer-main-info__logo {
        margin-bottom: 30px;
        width: 385px;
    }

    .l-footer-main-info__address {
        font-size: 1.2rem;
    }

    .l-footer-main-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-top: 58px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .l-footer-main-nav__item {
        width: auto;
    }

    .l-footer-main-nav__item + .l-footer-main-nav__item {
        margin-left: 36px;
    }

    .l-footer-main-nav__item:nth-child(n+3) {
        margin-top: 0;
    }

    .l-footer-main-nav__link {
        font-size: 1.4rem;
    }

    .l-footer-main-cr {
        padding: 30px 0 0;
        font-size: 1.2rem;
        text-align: right;
    }
}

@media all and (min-width: 768px) and (max-width: 1380px) {
    .l-footer-main-info__logo {
        width: 340px;
    }

    .l-footer-main-nav__item + .l-footer-main-nav__item {
        margin-left: 20px;
    }
}

/* .l-header
================================================ */
.l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 320px;
    z-index: 2000;
}

.l-header.is-fixed .l-header-info-lang__item {
    color: rgba(51, 51, 51, 0.5);
}

.l-header.is-fixed .l-header-info-lang__item.is-active .l-header-info-lang__link {
    color: #003C87;
}

.l-header.is-fixed .l-header-info-lang__item.is-active .l-header-info-lang__link:before {
    background: #003C87;
}

@media all and (min-width: 768px) {
    .l-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 1260px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .l-header.is-fixed {
        background: #fff;
    }

    .l-header.is-fixed .l-header-info {
        width: 32%;
        height: 90px;
    }

    .l-header.is-fixed .l-header-info__logo {
        width: 400px;
    }

    .l-header.is-fixed .l-header-info-lang {
        margin-top: -5px;
        padding-top: 0;
    }

    .l-header.is-fixed .l-header-info__logo-link {
        padding: 33px 60px 25px 66px;
    }

    .l-header.is-fixed .l-nav-list__item-link {
        color: #333;
    }

    .l-header.is-fixed .l-nav-list__item-link:before {
        background-color: #003C87;
    }

    .l-header.is-fixed .l-nav-list__item-link:hover {
        color: #003C87;
    }

    .l-header.is-fixed .l-nav-contact-btn__link {
        padding: 14px 19px;
        background: #9B001A;
        border: 1px solid #9B001A;
    }

    .l-header.is-fixed .l-nav-contact-btn__link:hover {
        background: #B23247;
        border: 1px solid #B23247;
    }
}

@media all and (min-width: 768px) and (max-width: 1820px) {
    .l-header.is-fixed .l-header-info__logo {
        width: 320px;
    }

    .l-header.is-fixed .l-header-info__logo-link {
        padding: 36px 34px 26px 35px;
    }

    .l-header.is-fixed .l-header-info__logo-link svg {
        width: 231px;
        height: 23px;
    }
}

@media all and (min-width: 768px) and (max-width: 1680px) {
    .l-header.is-fixed .l-header-info {
        width: 32%;
    }

    .l-header.is-fixed .l-nav-list__item:not(:last-child) {
        margin-right: 30px;
    }
}

@media all and (min-width: 768px) and (max-width: 1510px) {
    .l-header.is-fixed .l-header-info__logo {
        width: 300px;
    }
}

@media all and (min-width: 768px) and (max-width: 1380px) {
    .l-header.is-fixed .l-header-info__logo {
        width: 250px;
    }

    .l-header.is-fixed .l-header-info__logo-link {
        padding: 34px 30px 29px 30px;
    }

    .l-header.is-fixed .l-header-info__logo-link svg {
        width: 190px;
        height: 19px;
    }
}

@media all and (min-width: 768px) and (min-width: 1821px) {
    .l-header.is-fixed .l-header-info__logo-link {
        padding: 33px 60px 25px 66px;
    }

    .l-header.is-fixed .l-header-info__logo-link svg {
        width: 251px;
        height: 25px;
    }
}

/* .l-header-info
================================================== */
.l-header-info {
    position: relative;
    z-index: 3;
}

.l-header-info:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #fff;
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.l-header-info.is-open:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.l-header-info.is-open .l-header-info-lang__item {
    color: rgba(51, 51, 51, 0.5);
}

.l-header-info.is-open .l-header-info-lang__item.is-active .l-header-info-lang__link {
    color: #003C87;
}

.l-header-info.is-open .l-header-info-lang__item.is-active .l-header-info-lang__link:before {
    background: #003C87;
}

.l-header-info__logo {
    width: 185px;
}

.l-header-info__logo-link {
    padding: 23px 18px 18px 18px;
    background: #000080;
    display: block;
}

.l-header-info__logo-link svg {
    width: 149px;
    height: 14px;
}

.l-header-info__logo-wrap {
    position: relative;
    width: 100%;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}

.l-header-info-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 80px 0 0;
}

.l-header-info-lang__item {
    font-weight: bold;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.2rem;
}

.l-header-info-lang__item.is-slash {
    margin: 0 8px;
}

.l-header-info-lang__item.is-active .l-header-info-lang__link {
    position: relative;
    color: #fff;
}

.l-header-info-lang__item.is-active .l-header-info-lang__link:before {
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 15px;
    height: 2px;
    content: "";
    background: #fff;
}

@media all and (max-width: 360px) {
    .l-header-info__logo {
        width: 160px;
    }

    .l-header-info__logo svg {
        width: 121px;
        height: 12px;
    }
}

@media all and (min-width: 768px) {
    .l-header-info {
        height: 140px;
        overflow: hidden;
        width: 17.8%;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .l-header-info:before {
        content: none;
    }

    .l-header-info__logo {
        width: 233px;
    }

    .l-header-info__logo-link {
        padding: 46px 44px 45px 38px;
    }

    .l-header-info__logo-wrap {
        width: 100%;
    }

    .l-header-info-lang {
        padding: 6px 0 0;
    }

    .l-header-info-lang__item {
        font-size: 1.4rem;
    }

    .l-header-info-lang__item.is-slash {
        margin: 0 12px;
    }

    .l-header-info-lang__item.is-active .l-header-info-lang__link:before {
        bottom: -6px;
        width: 20px;
    }
}

@media all and (min-width: 768px) and (max-width: 1800px) {
    .l-header-info {
        width: 22%;
    }

    .l-header-info__logo {
        width: 233px;
    }
}

@media all and (min-width: 768px) and (max-width: 1613px) {
    .l-header-info {
        width: 24%;
    }

    .l-header-info__logo {
        width: 233px;
    }
}

@media all and (min-width: 768px) and (max-width: 1409px) {
    .l-header-info {
        width: 25%;
    }

    .l-header-info__logo {
        width: 220px;
    }

    .l-header-info__logo-link {
        padding: 46px 40px 45px 34px;
    }
}

/* .l-nav-btn
================================================== */
.l-nav-btn {
    position: absolute;
    top: 8px;
    right: 15px;
    width: 50px;
    height: 50px;
    background: #000080;
    cursor: pointer;
    border: none;
    outline: none;
}

.l-nav-btn__line {
    position: absolute;
    left: 14px;
    width: 20px;
    height: 2px;
    content: '';
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.l-nav-btn__line:nth-child(1) {
    top: 15px;
}

.l-nav-btn__line:nth-child(2) {
    top: 23px;
}

.l-nav-btn__line:nth-child(3) {
    top: 31px;
}

.l-nav-btn.is-open .l-nav-btn__line:nth-child(1) {
    top: 23px;
    -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: 23px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* .l-nav
================================================ */
.l-nav {
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 2;
    width: 100%;
    max-height: calc(100vh - 83px);
    min-width: 320px;
    padding: 40px 20px 60px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media all and (max-width: 767px) {
    .l-nav {
        overflow: auto;
        -webkit-transform: translateX(120%);
        transform: translateX(120%);
    }

    .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: relative;
        top: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: auto;
        padding: 0;
        background: transparent;
    }

    .l-nav-contact-btn {
        position: absolute;
        width: 210px;
        max-width: 210px;
        top: -19px;
        right: 45px;
        margin: 0;
    }

    .l-nav-contact-btn__link {
        padding: 17px 19px;
        border: 1px solid #fff;
        background: transparent;
        font-size: 1.7rem;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .l-nav-contact-btn__link:before {
        position: relative;
        margin-right: 7px;
        width: 23px;
        height: 15px;
    }

    .l-nav-contact-btn__link:hover {
        border: 1px solid #B23247;
    }
}

@media all and (min-width: 768px) and (max-width: 1530px) {
    .l-nav-contact-btn {
        right: 35px;
        width: 190px;
    }

    .l-nav-contact-btn__link {
        font-size: 1.6rem;
    }
}

/* .l-nav-list
================================================== */
.l-nav-list__item {
    border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.l-nav-list__item:last-child {
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.l-nav-list__item-link {
    padding: 20px 10px 20px 10px;
    position: relative;
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
}

.l-nav-list__item-link:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(42deg);
    transform: translateY(-50%) rotate(42deg);
    right: 10px;
    width: 6px;
    height: 6px;
    content: "";
    border-top: 2px solid #333;
    border-right: 2px solid #333;
}

@media all and (min-width: 768px) {
    .l-nav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 286px;
    }

    .l-nav-list__item {
        border-top: none;
    }

    .l-nav-list__item:last-child {
        border-bottom: none;
    }

    .l-nav-list__item:not(:last-child) {
        margin-right: 45px;
    }

    .l-nav-list__item-link {
        position: relative;
        padding: 0;
        font-size: 1.7rem;
        color: #fff;
    }

    .l-nav-list__item-link:before {
        width: 100%;
        height: 2px;
        top: auto;
        bottom: -10px;
        left: 0;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: left top;
        transform-origin: left top;
        background-color: #fff;
        border: none;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .l-nav-list__item-link:hover:before {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: right top;
        transform-origin: right top;
    }
}

@media all and (min-width: 768px) and (max-width: 1530px) {
    .l-nav-list {
        padding-right: 245px;
    }

    .l-nav-list__item:not(:last-child) {
        margin-right: 30px;
    }

    .l-nav-list__item-link {
        font-size: 1.6rem;
    }
}

/* .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 {
    position: relative;
    height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.l-main-img-slider__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}

.l-main-img-slider__item.is-01 {
    background-image: url(/assets/bg_mv01_sp.jpg);
    -webkit-animation: scale 13.5s linear 0s infinite;
    animation: scale 13.5s linear 0s infinite;
}

.l-main-img-slider__item.is-02 {
    background-image: url(/assets/bg_mv02_sp.jpg);
    -webkit-animation: scale 13.5s linear 4.5s infinite;
    animation: scale 13.5s linear 4.5s infinite;
}

.l-main-img-slider__item.is-03 {
    background-image: url(/assets/bg_mv03_sp.jpg);
    -webkit-animation: scale 13.5s linear 9s infinite;
    animation: scale 13.5s linear 9s infinite;
}

.l-main-img-slider__item.is-shown {
    opacity: 1;
}

.l-main-img__area-copy {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    color: #fff;
}

.l-main-img__copy {
    margin-bottom: 15px;
    font-size: 4.2rem;
}

.l-main-img__sub-copy {
    margin-bottom: 22px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.l-main-img__sub-copy-in {
    position: relative;
    display: inline-block;
}

.l-main-img__sub-copy-in:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #fff;
}

.l-main-img__txt {
    font-size: 1.1rem;
    line-height: 1.8;
}

.l-main-img-scroll {
    position: absolute;
    right: 15px;
    bottom: 120px;
    display: block;
    text-decoration: none;
    z-index: 2;
}

.l-main-img-scroll__txt {
    color: #fff;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    font-size: 1rem;
    font-weight: bold;
}

.l-main-img-scroll__line {
    display: inline-block;
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 80px;
    width: 1px;
    background: #fff;
    -webkit-animation: scroll 4s ease-in-out infinite;
    animation: scroll 4s ease-in-out infinite;
}

@media all and (min-width: 768px) {
    .l-main-img {
        min-height: 550px;
        max-height: 1200px;
    }

    .l-main-img-slider__item {
        min-height: 550px;
        max-height: 1200px;
    }

    .l-main-img-slider__item.is-01 {
        background-image: url(/assets/bg_mv01_pc.jpg);
    }

    .l-main-img-slider__item.is-02 {
        background-image: url(/assets/bg_mv02_pc.jpg);
    }

    .l-main-img-slider__item.is-03 {
        background-image: url(/assets/bg_mv03_pc.jpg);
    }

    .l-main-img__area-copy {
        position: absolute;
        top: 59%;
        right: 9%;
        left: auto;
    }

    .l-main-img__copy {
        margin-bottom: 47px;
        font-size: 10rem;
        letter-spacing: 0.08em;
    }

    .l-main-img__sub-copy {
        margin-bottom: 47px;
        font-size: 3.6rem;
    }

    .l-main-img__sub-copy-in:before {
        bottom: -19px;
        height: 4px;
    }

    .l-main-img__txt {
        font-size: 2rem;
    }

    .l-main-img-scroll {
        right: 60px;
        bottom: 150px;
    }

    .l-main-img-scroll__txt {
        font-size: 1.2rem;
    }

    .l-main-img-scroll__line {
        top: 70px;
        height: 100px;
    }
}

@media all and (min-width: 768px) and (max-width: 1400px) {
    .l-main-img__copy {
        margin-bottom: 30px;
        font-size: 8rem;
    }

    .l-main-img__sub-copy {
        margin-bottom: 20px;
        font-size: 2.4rem;
    }

    .l-main-img__sub-copy-in:before {
        bottom: -10px;
        height: 3px;
    }

    .l-main-img__txt {
        font-size: 1.5rem;
    }
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1) rotate(0.001deg);
        transform: scale(1) rotate(0.001deg);
    }
    100% {
        -webkit-transform: scale(1.2) rotate(0.001deg);
        transform: scale(1.2) rotate(0.001deg);
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1) rotate(0.001deg);
        transform: scale(1) rotate(0.001deg);
    }
    100% {
        -webkit-transform: scale(1.2) rotate(0.001deg);
        transform: scale(1.2) rotate(0.001deg);
    }
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
    25% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
    75% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
    25% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
    75% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
}

/* .l-sub-img
================================================ */
.l-sub-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.l-sub-img__inner {
    height: 300px;
}

.l-sub-img-head {
    color: #fff;
    padding-top: 136px;
    text-align: center;
}

.l-sub-img-head__en {
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    padding-bottom: 16px;
    position: relative;
}

.l-sub-img-head__en:before {
    background: #fff;
    content: "";
    height: 2px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 20px;
}

.l-sub-img-head__ja {
    font-size: 1.5rem;
}

@media all and (min-width: 768px) {
    .l-sub-img__inner {
        height: 480px;
    }

    .l-sub-img-head {
        padding-top: 192px;
    }

    .l-sub-img-head__en {
        font-size: 6.0rem;
        margin-bottom: 28px;
        padding-bottom: 22px;
    }

    .l-sub-img-head__en:before {
        height: 4px;
        width: 40px;
    }

    .l-sub-img-head__ja {
        font-size: 2.2rem;
    }
}

/* .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-inview01 {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 1s 0.3s cubic-bezier(0.32, 0.41, 0.47, 0.99);
    transition: all 1s 0.3s cubic-bezier(0.32, 0.41, 0.47, 0.99);
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}

.js-c-inview01.is-delay01 {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.js-c-inview01.is-delay02 {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.js-c-inview01.is-delay03 {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.js-c-inview01.is-delay04 {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.js-c-inview01.is-delay05 {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
}

.js-c-inview01.is-delay06 {
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s;
}

.js-c-inview01.is-delay07 {
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s;
}

.js-c-inview01.is-active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.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;
}

.js-mv-inview {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 1s 0.3s cubic-bezier(0.32, 0.41, 0.47, 0.99);
    transition: all 1s 0.3s cubic-bezier(0.32, 0.41, 0.47, 0.99);
}

.js-mv-inview.is-active {
    visibility: visible;
    opacity: 1;
}

/* page
================================================ */
/* .l-sub-img COMPANY
================================================ */
#company .l-sub-img {
    background-image: url(/assets/bg_mv01_sp.jpg);
}

@media all and (min-width: 768px) {
    #company .l-sub-img {
        background-image: url(/assets/bg_mv01_pc.jpg);
    }
}

/* .company-intro
================================================== */
.company-intro {
    background: url(/assets/bg_intro01_sp.jpg) no-repeat center/cover;
    color: #fff;
    margin-top: 40px;
    position: relative;
}

.company-intro:before, .company-intro:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    height: 154px;
    position: absolute;
    width: 325px;
}

.company-intro:before {
    background-image: url(/assets/pic_intro01_sp.png);
    right: 0;
    top: 0;
}

.company-intro:after {
    background-image: url(/assets/pic_intro02_sp.png);
    bottom: 0;
    left: 0;
}

.company-intro__inner {
    padding: 204px 20px;
}

.company-intro__txt:not(:last-of-type) {
    margin-bottom: 30px;
}

.company-intro-head {
    margin-bottom: 28px;
}

.company-intro-head__en {
    font-size: 4rem;
    margin-bottom: 4px;
}

.company-intro-head__ja {
    font-size: 1.4rem;
}

@media all and (max-width: 360px) {
    .company-intro-head__en {
        font-size: 3.8rem;
    }
}

@media all and (min-width: 768px) {
    .company-intro {
        background: url(/assets/bg_intro01_pc.jpg) no-repeat left/cover;
    }

    .company-intro:before, .company-intro:after {
        display: none;
    }

    .company-intro__inner {
        padding: 63px 60px;
        margin-left: 280px;
        max-width: 650px;
    }

    .company-intro__txt:not(:last-of-type) {
        margin-bottom: 34px;
    }

    .company-intro-head {
        margin-bottom: 44px;
    }

    .company-intro-head__en {
        font-size: 6.5rem;
        margin-bottom: 0;
        letter-spacing: 0.1em;
    }

    .company-intro-head__ja {
        font-size: 2rem;
        letter-spacing: 0.15em;
    }
}

/* .company-message
================================================== */
.company-message {
    padding-top: 60px;
}

.company-message__head {
    margin-bottom: 45px;
}

.company-message__area-txt {
    margin-bottom: 30px;
}

.company-message__main-txt {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.company-message__txt:not(:last-of-type) {
    margin-bottom: 28px;
}

.company-message__img {
    margin-bottom: 30px;
}

.company-message-name__head {
    display: inline-block;
    margin-right: 10px;
}

.company-message-name__img {
    display: inline-block;
    width: 102px;
}

@media all and (max-width: 360px) {
    .company-message__main-txt {
        font-size: 1.3rem;
    }
}

@media all and (min-width: 768px) {
    .company-message {
        padding-top: 92px;
    }

    .company-message__head {
        margin-bottom: 64px;
    }

    .company-message__content-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .company-message__area-txt {
        margin-bottom: 30px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .company-message__area-img {
        margin-right: 40px;
        width: 450px;
    }

    .company-message__main-txt {
        font-size: 2.8rem;
        letter-spacing: 0.15em;
        margin-bottom: 42px;
    }

    .company-message__txt:not(:last-of-type) {
        margin-bottom: 32px;
    }

    .company-message__img {
        margin-bottom: 42px;
    }

    .company-message-name__head {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 16px;
        padding-top: 5px;
    }

    .company-message-name__img {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 7px;
        width: 130px;
    }
}

/* .company-outline
================================================== */
.company-outline {
    padding-top: 60px;
}

.company-outline__head {
    margin-bottom: 45px;
}

@media all and (min-width: 768px) {
    .company-outline__head {
        margin-bottom: 66px;
    }
}

.company-outline-map {
    margin-bottom: 30px;
}

.company-outline-map:last-child {
    margin-bottom: 0;
}

.company-outline-map__txt {
    margin-bottom: 20px;
}

.company-outline-map__area-map {
    height: 0;
    padding-top: 101.49%;
    position: relative;
    width: 100%;
}

.company-outline-map__area-map iframe {
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

@media all and (min-width: 768px) {
    .company-outline-map {
        margin-bottom: 50px;
    }

    .company-outline-map__area-map {
        height: 340px;
        padding-top: 0;
    }
}

.company-outline-history {
    font-size: 1.3rem;
}

.company-outline-history__head {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding-right: 13px;
    vertical-align: top;
    width: 100px;
}

.company-outline-history__txt {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 113px);
}

@media all and (min-width: 768px) {
    .company-outline-history {
        font-size: 1.6rem;
    }

    .company-outline-history__head {
        padding-right: 16px;
        width: 122px;
    }

    .company-outline-history__txt {
        width: calc(100% - 136px);
    }
}

/* .company-graph
================================================== */
.company-graph {
    padding: 60px 0 70px;
}

.company-graph__head {
    margin-bottom: 45px;
}

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

@media all and (min-width: 768px) {
    .company-graph {
        padding: 94px 0 130px;
    }

    .company-graph__head {
        margin-bottom: 66px;
    }
}

/* .l-sub-img contact
================================================ */
#contact .l-sub-img, #thanks .l-sub-img {
    background-image: url(/assets/bg_mv01_sp.jpg);
}

@media all and (min-width: 768px) {
    #contact .l-sub-img, #thanks .l-sub-img {
        background-image: url(/assets/bg_mv01_pc.jpg);
    }
}

/*  .contact-tel
================================================== */
.contact-tel__inner {
    padding-top: 36px;
}

.contact-tel__lead {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.15em;
    margin-bottom: 6px;
    text-align: center;
}

.contact-tel__area-btn {
    overflow: hidden;
    width: 100%;
}

.contact-tel__btn {
    border: 2px solid #003C87;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
    padding: 21px 48px;
    position: relative;
    width: 100%;
}

.contact-tel__btn-head {
    background-color: #fff;
    color: #003C87;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.15em;
    padding: 0 15px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -15px;
}

.contact-tel__btn-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.1rem;
    letter-spacing: 0.15em;
}

.contact-tel__btn-txt:before, .contact-tel__btn-txt:after {
    background-color: #bbb;
    content: "";
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    width: 50%;
}

.contact-tel__btn-txt:before {
    margin-right: 10px;
}

.contact-tel__btn-txt:after {
    margin-left: 10px;
}

.contact-tel__btn-link {
    color: #003C87;
    display: block;
}

.contact-tel-num {
    text-align: center;
}

.contact-tel-num__link {
    font-size: 2.4rem;
    color: #003C87;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.contact-tel-num__link:before {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 14px;
    height: 20px;
    content: "";
    background: url(/assets/ico_tel01.png) no-repeat center/contain;
}

@media all and (max-width: 360px) {
    .contact-tel__btn {
        padding: 21px 32px;
    }

    .contact-tel__btn-head {
        padding: 0 12px;
    }
}

@media all and (min-width: 768px) {
    .contact-tel__inner {
        padding-top: 0;
    }

    .contact-tel__lead {
        font-size: 1.8rem;
    }

    .contact-tel__area-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .contact-tel__btn {
        padding: 24px;
        margin-top: 44px;
    }

    .contact-tel__btn + .contact-tel__btn {
        margin-left: 40px;
    }

    .contact-tel__btn-head {
        font-size: 2.4rem;
        padding: 0 21px;
        top: -22px;
    }

    .contact-tel__btn-txt {
        font-size: 1.2rem;
        margin: 4px auto 0;
        max-width: 304px;
    }

    .contact-tel__btn-txt:before {
        margin-right: 18px;
    }

    .contact-tel__btn-txt:after {
        margin-left: 18px;
    }

    .contact-tel-num {
        text-align: center;
    }

    .contact-tel-num__link {
        font-size: 4.0rem;
    }

    .contact-tel-num__link:before {
        position: relative;
        display: inline-block;
        margin-right: 13px;
        width: 20px;
        height: 26px;
        content: "";
        background: url(/assets/ico_tel01.png) no-repeat center/contain;
    }
}

/*  .contact-form
================================================== */
.contact-form__inner {
    padding-bottom: 62px;
    padding-top: 45px;
}

.contact-form__lead {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.15em;
    margin-bottom: 29px;
    text-align: center;
}

.contact-form-privacy {
    border: 1px solid #ccc;
    margin: 40px 0;
    padding: 16px 20px 20px;
}

.contact-form-privacy__head {
    font-weight: bold;
    margin-bottom: 11px;
}

.contact-form-privacy__txt {
    font-size: 1.1rem;
    letter-spacing: 0.15em;
}

@media all and (min-width: 768px) {
    .contact-form__inner {
        padding-bottom: 150px;
        padding-top: 86px;
    }

    .contact-form__lead {
        font-size: 1.8rem;
        margin-bottom: 48px;
    }

    .contact-form-privacy {
        margin: 52px 0 50px;
        padding: 26px 28px 38px;
    }

    .contact-form-privacy__head {
        margin-bottom: 12px;
    }

    .contact-form-privacy__txt {
        font-size: 1.4rem;
    }
}

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

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .contact-tel {
    display: none;
}

/*  .contact-message
================================================== */
.contact-message__head {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.15em;
    margin-bottom: 29px;
}

@media all and (min-width: 768px) {
    .contact-message {
        text-align: center;
    }

    .contact-message__head {
        font-size: 1.8rem;
        margin-bottom: 48px;
    }
}

/* .en
================================================ */
#en .l-sub-img {
    background: #415264;
}

#en .l-sub-img__inner {
    height: 180px;
}

#en .l-sub-img-head {
    padding-top: 45px;
}

@media all and (min-width: 768px) {
    #en .l-sub-img__inner {
        height: 360px;
    }

    #en .l-sub-img-head {
        padding-top: 90px;
    }
}

/* .l-sub-img Q&A
================================================ */
#error .l-sub-img {
    background: #415264;
}

#error .l-sub-img__inner {
    height: 180px;
}

#error .l-sub-img-head {
    padding-top: 45px;
}

@media all and (min-width: 768px) {
    #error .l-sub-img__inner {
        height: 360px;
    }

    #error .l-sub-img-head {
        padding-top: 90px;
    }
}

/*  .error-page404
================================================== */
.error-page404__inner {
    padding-bottom: 70px;
    padding-top: 37px;
}

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

@media all and (min-width: 768px) {
    .error-page404__inner {
        padding-bottom: 148px;
        padding-top: 0;
    }
}

/*  .home-about
================================================== */
.home-about {
    position: relative;
    padding: 48px 0 57px;
    background: #f3f3f3;
    z-index: 1;
}

.home-about-head {
    margin-bottom: 18px;
}

.home-about__area-img {
    margin: 37px 0 0;
}

.home-about-txt-slide-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
}

.home-about-txt-slide-num__item {
    color: #AAAAAA;
}

.home-about-txt-slide-num__item.is-current {
    color: #003C87;
}

.home-about-txt-slide-num__item.is-slash {
    margin: 0 8px;
}

.home-about-txt-slide__copy {
    margin-bottom: 32px;
    font-size: 2rem;
    letter-spacing: 0.15em;
}

.home-about-txt-slide__copy-in {
    position: relative;
}

.home-about-txt-slide__txt {
    line-height: 1.8;
}

.home-about-txt-slide-next {
    margin-top: 30px;
    padding: 13px 10px 15px;
    border-top: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
}

.home-about-txt-slide-next__en {
    color: #003C87;
}

.home-about-txt-slide-next__txt {
    margin-top: 5px;
    font-size: 1.1rem;
    font-weight: bold;
}

.home-about-img-slide__item {
    position: relative;
}

.home-about-img-slide__item:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    content: "";
    background: #003C87;
    -webkit-animation: timebar 10s linear infinite;
    animation: timebar 10s linear infinite;
}

.home-about-btn {
    margin-top: 30px;
}

@media all and (min-width: 768px) {
    .home-about {
        padding: 82px 0 0;
    }

    .home-about__inner {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1480px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 146px;
    }

    .home-about-head {
        margin-bottom: 27px;
    }

    .home-about__area-img {
        margin: 12px 0 0;
        width: 56%;
    }

    .home-about__area-txt {
        padding-bottom: 37px;
        width: 40.5%;
    }

    .home-about-txt-slide-num {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 21px;
    }

    .home-about-txt-slide-num__item {
        font-size: 1.8rem;
    }

    .home-about-txt-slide-num__item.is-slash {
        margin: 0 5px;
    }

    .home-about-txt-slide__copy {
        margin-bottom: 52px;
        font-size: 3.6rem;
        letter-spacing: 0.1em;
    }

    .home-about-txt-slide__txt {
        line-height: 1.8;
    }

    .home-about-txt-slide-next {
        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;
        margin-top: 39px;
        max-width: 470px;
        padding: 25px 10px 25px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .home-about-txt-slide-next__en {
        position: relative;
        width: 23%;
        font-size: 1.8rem;
    }

    .home-about-txt-slide-next__en:before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        width: 50px;
        height: 1px;
        content: "";
        background: #333;
    }

    .home-about-txt-slide-next__txt {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-top: 0;
        padding-left: 21px;
        font-size: 1.6rem;
    }

    .home-about-img-slide__item:before {
        height: 5px;
    }

    .home-about-btn {
        position: absolute;
        width: 260px;
        bottom: 82px;
        left: 40px;
        margin: 0;
    }
}

@media all and (min-width: 768px) and (max-width: 1500px) {
    .home-about-txt-slide__copy {
        font-size: 3.2rem;
        letter-spacing: 0.05em;
    }
}

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

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

/*  .home-product
================================================== */
.home-product {
    position: relative;
    padding: 50px 0 50px;
}

.home-product__inner {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.home-product:before {
    position: absolute;
    top: -57px;
    right: -24px;
    width: 74%;
    height: 223px;
    background: url(/assets/bg_product01.png) no-repeat center/contain;
    z-index: -1;
    content: "";
}

.home-product:after {
    position: absolute;
    bottom: -54px;
    left: -29px;
    width: 90%;
    height: 258px;
    content: "";
    background: url(/assets/bg_product01.png) no-repeat center/contain;
    z-index: -1;
}

.home-product-head {
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 25px;
}

.home-product-head:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 3px;
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(#003C87), to(#1A74E6));
    background: linear-gradient(to right, #003C87, #1A74E6);
}

.home-product__area-img {
    margin: 56px -20px 0;
}

.home-product__main-txt {
    font-size: 1.5rem;
    color: #003C87;
    font-weight: bold;
}

.home-product__txt {
    margin-top: 20px;
}

.home-product__imgs {
    margin-top: 12px;
}

@media all and (min-width: 768px) {
    .home-product {
        position: relative;
        padding: 117px 0 50px;
    }

    .home-product:before {
        top: -83px;
        right: -75px;
        width: 814px;
        height: 572px;
        background: url(/assets/bg_product01.png) no-repeat center/contain;
    }

    .home-product:after {
        bottom: -349px;
        left: -17px;
        width: 814px;
        height: 613px;
    }

    .home-product__main {
        position: relative;
    }

    .home-product__main:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 36.5%;
        height: 700px;
        content: "";
        background: url(/assets/bg_product_main01.jpg) no-repeat center/cover;
    }

    .home-product__inner {
        max-width: 1480px;
        padding-left: 40px;
        padding-right: 40px;
        margin: auto;
    }

    .home-product__content-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .home-product-head {
        padding-bottom: 40px;
        margin-bottom: 29px;
    }

    .home-product-head:before {
        bottom: 0;
        left: 0;
        width: 40px;
        height: 4px;
    }

    .home-product__area-txt {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 52%;
        padding-top: 52px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .home-product__area-img {
        position: relative;
        margin: 130px 25px 0 -25px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .home-product__main-txt {
        font-size: 2.6rem;
        line-height: 1.6;
    }

    .home-product__txt {
        margin-top: 27px;
        letter-spacing: .1em;
    }

    .home-product-btn {
        margin: 57px 0 0;
    }

    .home-product__imgs {
        margin-top: 132px;
    }

    .home-product__imgs img {
        width: 100%;
    }
}

@media all and (min-width: 768px) and (max-width: 1480px) {
    .home-product__area-txt {
        width: 50%;
    }

    .home-product__area-img {
        margin-left: 0;
    }
}

/*  .home-recruit
================================================== */
.home-recruit {
    position: relative;
    margin-top: 34px;
    padding-bottom: 84px;
}

.home-recruit:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 87%;
    content: "";
    background: url(/assets/bg_recruit01_sp.jpg) no-repeat center/cover;
}

.home-recruit__copy {
    font-size: 2.2rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.15em;
}

.home-recruit__copy-in {
    position: relative;
    display: inline-block;
}

.home-recruit__copy-in:before {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #fff;
}

.home-recruit__area-img {
    position: relative;
}

.home-recruit__area-txt {
    position: relative;
    margin-top: 26px;
}

@media all and (min-width: 768px) {
    .home-recruit {
        position: relative;
        margin-top: 11px;
        padding-bottom: 73px;
    }

    .home-recruit:before {
        height: 85%;
        background: url(/assets/bg_recruit01_pc.jpg) no-repeat center/cover;
    }

    .home-recruit__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1480px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .home-recruit__copy {
        font-size: 3.6rem;
        line-height: 2;
    }

    .home-recruit__copy-in:before {
        bottom: -6px;
        height: 5px;
        content: "";
    }

    .home-recruit__area-img {
        position: relative;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 53%;
    }

    .home-recruit__area-txt {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-top: 175px;
    }

    .home-recruit-btn {
        margin: 80px 0 0;
    }
}

/*  .home-news
================================================== */
.home-news {
    padding: 50px 0 58px;
}

@media all and (min-width: 768px) {
    .home-news {
        padding: 90px 0 89px;
    }
}

/* .l-sub-img NEWS
================================================ */
#news .l-sub-img {
    background-image: url(/assets/bg_mv01_sp.jpg);
}

@media all and (min-width: 768px) {
    #news .l-sub-img {
        background-image: url(/assets/bg_mv01_pc.jpg);
    }
}

/* .news-archive
================================================ */
.news-archive__inner {
    padding-top: 35px;
    padding-bottom: 70px;
}

@media all and (min-width: 768px) {
    .news-archive__inner {
        padding-top: 0;
        padding-bottom: 150px;
    }
}

/* .news-single
================================================ */
.news-single__inner {
    padding-top: 40px;
    padding-bottom: 70px;
}

@media all and (min-width: 768px) {
    .news-single__inner {
        padding-top: 0;
        padding-bottom: 150px;
    }
}

/* .l-sub-img PRODUCT
================================================ */
#product .l-sub-img {
    background-image: url(/assets/bg_mv01_sp.jpg);
}

@media all and (min-width: 768px) {
    #product .l-sub-img {
        background-image: url(/assets/bg_mv01_pc.jpg);
    }
}

/*  .product-archive
================================================== */
.product-archive__inner {
    padding-top: 40px;
    padding-bottom: 70px;
}

@media all and (min-width: 768px) {
    .product-archive__inner {
        padding-top: 0;
        padding-bottom: 120px;
    }
}

/*  .product-archive-lead
================================================== */
.product-archive-lead {
    margin-bottom: 60px;
}

.product-archive-lead__txt {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.15em;
    text-align: center;
}

@media all and (min-width: 768px) {
    .product-archive-lead {
        margin-bottom: 72px;
    }

    .product-archive-lead__txt {
        font-size: 1.8rem;
    }
}

/*  .product-archive-none
================================================== */
.product-archive-none {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.15em;
    text-align: center;
}

@media all and (min-width: 768px) {
    .product-archive-none {
        font-size: 1.8rem;
    }
}

/*  .product-archive-detail
================================================== */
.product-archive-detail:not(:last-of-type) {
    margin-bottom: 60px;
}

.product-archive-detail__img {
    text-align: center;
}

@media all and (min-width: 768px) {
    .product-archive-detail:not(:last-of-type) {
        margin-bottom: 74px;
    }
}

/*  .product-single
================================================== */
.product-single__inner {
    padding-bottom: 64px;
    padding-top: 36px;
}

@media all and (min-width: 768px) {
    .product-single__inner {
        padding-bottom: 50px;
        padding-top: 0;
    }
}

/*  .product-single-spec
================================================== */
.product-single-spec__inner {
    padding-bottom: 70px;
}

.product-single-spec-btn__link {
    padding-bottom: 10px;
    padding-top: 10px;
}

@media all and (min-width: 768px) {
    .product-single-spec__inner {
        padding-bottom: 150px;
    }

    .product-single-spec-btn {
        margin-top: 70px;
    }

    .product-single-spec-btn__link {
        padding-bottom: 16px;
        padding-top: 16px;
    }
}

/* .l-sub-img Q&A
================================================ */
#question .l-sub-img {
    background-image: url(/assets/bg_mv01_sp.jpg);
}

@media all and (min-width: 768px) {
    #question .l-sub-img {
        background-image: url(/assets/bg_mv01_pc.jpg);
    }
}

/*  .question-info
================================================== */
.question-info__inner {
    padding-bottom: 70px;
    padding-top: 37px;
}

@media all and (min-width: 768px) {
    .question-info__inner {
        padding-bottom: 148px;
        padding-top: 0;
    }
}

/*  .question-info-lead
================================================== */
.question-info-lead {
    margin-bottom: 26px;
}

.question-info-lead__txt {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.15em;
    text-align: center;
}

@media all and (min-width: 768px) {
    .question-info-lead {
        margin-bottom: 54px;
    }

    .question-info-lead__txt {
        font-size: 1.8rem;
    }
}

/* .l-sub-img recruit
================================================ */
#recruit .l-sub-img {
    background-image: url(/assets/bg_mv01_sp.jpg);
}

@media all and (min-width: 768px) {
    #recruit .l-sub-img {
        background-image: url(/assets/bg_mv01_pc.jpg);
    }
}

/* .recruit-intro
================================================ */
.recruit-intro {
    margin-top: 40px;
    padding-bottom: 30px;
}

.recruit-intro__inner {
    position: relative;
    z-index: 1;
}

.recruit-intro__inner:after {
    content: "";
    background: url(/assets/bg_intro01_sp.jpg) no-repeat center/cover;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.recruit-intro__inner:before {
    background: url(/assets/pic_intro01.jpg) no-repeat center/cover;
    content: "";
    display: block;
    padding-top: 49.86%;
    width: 100%;
}

.recruit-intro__area-txt {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 20px;
    padding: 27px 20px 25px;
    position: relative;
    top: -20px;
}

.recruit-intro__head {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1.8;
    margin-bottom: 12px;
}

@media all and (min-width: 768px) {
    .recruit-intro__inner {
        padding-top: 120px;
        padding-bottom: 124px;
    }

    .recruit-intro__inner:before {
        height: 550px;
        padding-top: 0;
        position: absolute;
        top: 0;
        right: 42.8%;
        width: 1100px;
    }

    .recruit-intro__inner:after {
        content: "";
        background-image: url(/assets/bg_intro01_pc.jpg);
        height: 74%;
        position: absolute;
        bottom: 0;
        left: auto;
        right: 0;
        width: 78.7%;
    }

    .recruit-intro__area-img {
        background-image: url(/assets/pic_intro01_sp.jpg);
        height: 550px;
        position: absolute;
        top: 0;
        left: 0;
        width: 57.5%;
        max-width: 1100px;
    }

    .recruit-intro__area-txt {
        margin: 0 20px;
        padding: 60px 43px 66px;
        position: relative;
        left: 43.7%;
        width: 700px;
    }

    .recruit-intro__head {
        font-size: 3.3rem;
        line-height: 1.5;
        margin-bottom: 22px;
    }
}

@media all and (min-width: 1460px) {
    .recruit-intro__head {
        font-size: 3.8rem;
    }
}

/* .recruit-ideal
================================================ */
.recruit-ideal__inner {
    padding-bottom: 60px;
    padding-top: 46px;
}

.recruit-ideal__lead {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.15em;
    margin-bottom: 46px;
    text-align: center;
}

@media all and (min-width: 768px) {
    .recruit-ideal__inner {
        padding-bottom: 122px;
        padding-top: 48px;
    }

    .recruit-ideal__lead {
        font-size: 1.8rem;
        margin-bottom: 60px;
    }
}

/* .recruit-ideal-list
================================================ */
.recruit-ideal-list__item {
    border: 2px solid #003C87;
    padding: 44px 20px 30px;
    position: relative;
}

.recruit-ideal-list__item + .recruit-ideal-list__item {
    margin-top: 40px;
}

.recruit-ideal-list__item-num {
    background-color: #fff;
    color: #003C87;
    font-size: 2.5rem;
    line-height: 1.8;
    padding: 0 11px;
    position: absolute;
    top: -26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.recruit-ideal-list__item-num:before {
    background-color: #003C87;
    content: "";
    height: 2px;
    position: absolute;
    left: 11px;
    right: 11px;
    bottom: 0;
}

.recruit-ideal-list__item-head {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.15em;
    margin-bottom: 8px;
    text-align: center;
}

.recruit-ideal-list__item-ico {
    text-align: center;
    margin-bottom: 16px;
}

.recruit-ideal-list__item-ico img {
    height: 60px;
    width: auto;
}

.recruit-ideal-list__item-txt {
    letter-spacing: 0.14em;
}

@media all and (min-width: 768px) {
    .recruit-ideal-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .recruit-ideal-list__item {
        margin-right: 42px;
        padding: 76px 27px 36px;
        width: calc(100% - 28px);
    }

    .recruit-ideal-list__item:nth-child(3n) {
        margin-right: 0;
    }

    .recruit-ideal-list__item + .recruit-ideal-list__item {
        margin-top: 0;
    }

    .recruit-ideal-list__item-num {
        font-size: 4rem;
        padding: 0 25px;
        position: absolute;
        top: -40px;
    }

    .recruit-ideal-list__item-num:before {
        left: 25px;
        right: 25px;
        bottom: 3px;
    }

    .recruit-ideal-list__item-head {
        font-size: 2rem;
        margin-bottom: 14px;
    }

    .recruit-ideal-list__item-ico {
        margin-bottom: 46px;
    }

    .recruit-ideal-list__item-ico img {
        height: 100px;
    }

    .recruit-ideal-list__item-txt {
        font-size: 1.4rem;
        letter-spacing: 0.15em;
    }
}

/* .recruit-about
================================================ */
.recruit-about {
    background-color: #f1f6f9;
}

.recruit-about__inner {
    padding-top: 46px;
    padding-bottom: 30px;
}

.recruit-about-head {
    margin-bottom: 42px;
}

.recruit-about__lead {
    margin-bottom: 38px;
}

@media all and (min-width: 768px) {
    .recruit-about__inner {
        padding-top: 74px;
        padding-bottom: 68px;
    }

    .recruit-about-head {
        margin-bottom: 66px;
    }

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

/* .recruit-about-list
================================================ */
.recruit-about-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.recruit-about-list__item {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin-bottom: 26px;
}

.recruit-about-list__item:nth-child(2n) {
    margin-left: 20px;
}

.recruit-about-list__item-img {
    margin-bottom: 12px;
}

.recruit-about-list__item-txt {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.15em;
    text-align: center;
}

@media all and (min-width: 768px) {
    .recruit-about-list__item {
        -ms-flex-preferred-size: calc(20% - 30px);
        flex-basis: calc(20% - 30px);
        margin-right: 36px;
        margin-bottom: 46px;
    }

    .recruit-about-list__item:nth-child(2n) {
        margin-left: 0;
    }

    .recruit-about-list__item:nth-child(5n) {
        margin-right: 0;
    }

    .recruit-about-list__item-img {
        margin-bottom: 18px;
    }

    .recruit-about-list__item-txt {
        font-size: 2rem;
        line-height: 1.5;
    }
}

/* .recruit-job
================================================ */
.recruit-job__inner {
    padding-top: 55px;
    padding-bottom: 60px;
}

.recruit-job-head {
    margin-bottom: 6px;
}

@media all and (min-width: 768px) {
    .recruit-job__inner {
        padding-top: 96px;
        padding-bottom: 196px;
    }

    .recruit-job-head {
        margin-bottom: 70px;
    }
}

/* .recruit-job-info
================================================ */
.recruit-job-info {
    position: relative;
}

.recruit-job-info + .recruit-job-info {
    margin-top: 14px;
}

.recruit-job-info:before {
    background-color: #e7f0fc;
    content: "";
    height: 92.6%;
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px);
    z-index: -1;
}

.recruit-job-info:nth-child(even):before {
    left: 0;
}

.recruit-job-info:nth-child(odd):before {
    right: 0;
}

.recruit-job-info__inner {
    margin: auto;
    padding-bottom: 60px;
    width: 68%;
    max-width: 1200px;
}

.recruit-job-info__area-img {
    margin: auto;
    text-align: center;
    position: relative;
    top: 35px;
    width: 78%;
    z-index: -1;
}

.recruit-job-info-header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    margin: auto;
    padding: 20px 20px 30px;
    position: relative;
    width: 68%;
}

.recruit-job-info-header:before {
    background: -webkit-gradient(linear, left top, right bottom, from(#003C87), to(#1a74e6));
    background: linear-gradient(to bottom right, #003C87, #1a74e6);
    content: "";
    height: 60px;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 60px;
    z-index: -1;
}

.recruit-job-info-header__head {
    margin-bottom: 14px;
}

.recruit-job-info-header__head-en {
    font-size: 2rem;
    margin-bottom: 0;
    letter-spacing: 0.08em;
}

.recruit-job-info-header__head-jp {
    font-size: 1.1rem;
    letter-spacing: 0.15em;
}

.recruit-job-info-header__txt {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.15em;
}

.recruit-job-info-header__txt-line {
    border-bottom: 2px solid #333;
}

.recruit-job-info-list__item {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 26px auto 0;
    padding: 15px 20px 30px;
    position: relative;
    text-align: center;
}

.recruit-job-info-list__item:before {
    background: -webkit-gradient(linear, left top, right top, from(#003C87), to(#1a74e6));
    background: linear-gradient(to right, #003C87, #1a74e6);
    content: "";
    height: 60px;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 60px;
    z-index: -1;
}

.recruit-job-info-list__item-num {
    color: #003C87;
    display: inline-block;
    font-size: 2rem;
    margin-bottom: 18px;
    position: relative;
}

.recruit-job-info-list__item-num:before {
    background-color: #003C87;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.recruit-job-info-list__item-head {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
}

.recruit-job-info-list__item-txt {
    text-align: left;
}

.recruit-job-info-point {
    border: 2px solid #003C87;
    margin-top: 34px;
    padding: 32px 20px 30px;
    position: relative;
}

.recruit-job-info-point__head {
    background-color: #e7f0fc;
    color: #003C87;
    font-size: 2rem;
    letter-spacing: 0.05em;
    padding: 0 16px;
    position: absolute;
    left: 50%;
    top: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media all and (max-width: 360px) {
    .recruit-job-info__inner {
        width: 75%;
    }

    .recruit-job-info-header {
        padding: 20px 15px 30px;
        width: 75%;
    }

    .recruit-job-info-header__head-en {
        font-size: 1.7rem;
    }
}

@media all and (min-width: 768px) {
    .recruit-job-info + .recruit-job-info {
        margin-top: 100px;
    }

    .recruit-job-info:before {
        height: 77%;
        width: 1770px;
    }

    .recruit-job-info:nth-child(odd) .recruit-job-info__area-img {
        text-align: left;
    }

    .recruit-job-info:nth-child(odd) .recruit-job-info-header {
        left: auto;
        right: 18.1%;
    }

    .recruit-job-info__inner {
        padding-bottom: 68px;
        width: 100%;
    }

    .recruit-job-info__area-img {
        margin-bottom: 48px;
        top: 0;
        text-align: right;
        max-width: 1200px;
    }

    .recruit-job-info-header {
        padding: 58px 30px 66px;
        position: absolute;
        left: 18.1%;
        top: 75px;
        width: 31.9%;
    }

    .recruit-job-info-header:before {
        height: 90px;
        right: -10px;
        top: -10px;
        width: 90px;
    }

    .recruit-job-info-header__head {
        margin-bottom: 26px;
    }

    .recruit-job-info-header__head-en {
        font-size: 3.3rem;
        margin-bottom: 0;
        letter-spacing: 0.1em;
    }

    .recruit-job-info-header__head-jp {
        font-size: 1.6rem;
        letter-spacing: 0.15em;
    }

    .recruit-job-info-header__txt {
        font-size: 2.2rem;
        line-height: 2;
    }

    .recruit-job-info-header__txt-line {
        padding-bottom: 10px;
    }

    .recruit-job-info-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .recruit-job-info-list__item {
        margin: 0;
        padding: 30px 30px 44px;
        -ms-flex-preferred-size: calc((100% - 82px) / 3);
        flex-basis: calc((100% - 82px) / 3);
    }

    .recruit-job-info-list__item + .recruit-job-info-list__item {
        margin-left: 42px;
    }

    .recruit-job-info-list__item:before {
        height: 90px;
        right: -10px;
        top: -10px;
        width: 90px;
    }

    .recruit-job-info-list__item-num {
        font-size: 4rem;
        line-height: 1.7;
        margin-bottom: 36px;
    }

    .recruit-job-info-list__item-head {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .recruit-job-info-list__item-txt {
        font-size: 1.4rem;
    }

    .recruit-job-info-point {
        margin-top: 50px;
        padding: 32px 20px 30px;
    }

    .recruit-job-info-point__head {
        font-size: 3rem;
        letter-spacing: 0.08em;
        padding: 0 16px;
        top: -28px;
    }

    .recruit-job-info-point__txt {
        font-size: 1.4rem;
        letter-spacing: 0.15em;
        text-align: center;
    }
}

@media all and (min-width: 1460px) {
    .recruit-job-info-header {
        padding: 58px 39px 66px;
    }

    .recruit-job-info-header__head-en {
        font-size: 3.6rem;
    }

    .recruit-job-info-header__txt {
        font-size: 2.5rem;
    }
}

/* .recruit-info
================================================ */
.recruit-info {
    background-color: #f1f6f9;
    position: relative;
    z-index: 1;
}

.recruit-info:before {
    content: "";
    background: url(/assets/bg_info01_sp.jpg) no-repeat top/contain;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.recruit-info__inner {
    padding-bottom: 60px;
    padding-top: 44px;
}

.recruit-info__head {
    margin-bottom: 36px;
}

.recruit-info__table {
    background-color: #fff;
    padding: 38px 20px;
}

.recruit-info__table th {
    padding-bottom: 8px;
}

.recruit-info__txt + .recruit-info__txt {
    margin-top: 28px;
}

@media all and (min-width: 768px) {
    .recruit-info:before {
        background: url(/assets/bg_info01_pc.jpg) no-repeat top/contain;
    }

    .recruit-info__inner {
        padding-bottom: 120px;
        padding-top: 94px;
    }

    .recruit-info__head {
        margin-bottom: 66px;
    }

    .recruit-info__table {
        padding: 50px;
    }

    .recruit-info__table th {
        width: 27.3%;
    }

    .recruit-info__table td {
        padding-bottom: 25px;
    }

    .recruit-info__txt + .recruit-info__txt {
        margin-top: 32px;
    }
}

/* .recruit-flow
================================================ */
.recruit-flow__inner {
    padding-bottom: 18px;
    padding-top: 56px;
}

.recruit-flow-head {
    margin-bottom: 40px;
}

.recruit-flow__area-txt {
    border: 1px solid #003C87;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 20px 20px;
    font-size: 1.2rem;
}

.recruit-flow__area-txt + .recruit-flow__area-txt {
    margin-top: 15px;
}

.recruit-flow__head {
    color: #003C87;
    font-weight: bold;
    letter-spacing: 0.15em;
    margin-bottom: 4px;
}

.recruit-flow__txt {
    letter-spacing: 0.15em;
}

@media all and (min-width: 768px) {
    .recruit-flow__inner {
        padding-bottom: 58px;
        padding-top: 94px;
    }

    .recruit-flow-head {
        margin-bottom: 66px;
    }

    .recruit-flow__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .recruit-flow__area-txt {
        padding: 24px 29px;
        width: calc((100% - 20px) / 2);
        max-width: 420px;
    }

    .recruit-flow__area-txt + .recruit-flow__area-txt {
        margin-top: 0;
        margin-left: 18px;
    }

    .recruit-flow__head {
        font-size: 1.8rem;
        margin-bottom: 14px;
    }

    .recruit-flow__txt {
        font-size: 1.4rem;
    }
}

/* .recruit-question
================================================ */
.recruit-question {
    background: url(/assets/bg_question01_sp.jpg) no-repeat center/cover fixed;
}

.recruit-question__inner {
    padding-bottom: 80px;
    padding-top: 44px;
}

.recruit-question-head {
    margin-bottom: 40px;
}

.recruit-question-faq__head {
    font-size: 1.4rem;
}

.recruit-question-faq__content {
    font-size: 1.3rem;
}

@media all and (min-width: 768px) {
    .recruit-question {
        background: url(/assets/bg_question01_pc.jpg) no-repeat center/cover fixed;
    }

    .recruit-question__inner {
        padding-bottom: 122px;
        padding-top: 92px;
    }

    .recruit-question-head {
        margin-bottom: 68px;
    }

    .recruit-question-faq__head {
        font-size: 1.6rem;
    }

    .recruit-question-faq__content {
        font-size: 1.6rem;
    }
}

/* .l-sub-img SERVICE
================================================ */
#service .l-sub-img {
    background-image: url(/assets/bg_mv01_sp.jpg);
}

@media all and (min-width: 768px) {
    #service .l-sub-img {
        background-image: url(/assets/bg_mv01_pc.jpg);
    }
}

/* .l-breadcrumb
================================================ */
#service .l-breadcrumb {
    position: relative;
}

#service .l-breadcrumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 130px;
    background: #f3f3f3;
}

/* .service-about
================================================ */
.service-about {
    background: #f3f3f3;
}

.service-about__inner {
    padding-top: 35px;
    padding-bottom: 50px;
}

.service-about-top {
    margin-top: 45px;
}

.service-about-top-list {
    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;
    margin: 0 -10px;
}

.service-about-top-list__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: calc(50% - 20px);
    margin: 0 10px;
    padding: 40px 10px 20px;
    border: 2px solid #003C87;
}

.service-about-top-list__item:nth-of-type(n + 3) {
    margin-top: 40px;
}

.service-about-top-list__item-num {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 46px;
    line-height: 1.5;
    background: #f3f3f3;
    color: #003C87;
    font-size: 2.5rem;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.service-about-top-list__item-num::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 24px;
    height: 2px;
    background: #003C87;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.service-about-top-list__item-ico {
    text-align: center;
}

.service-about-top-list__item-img {
    width: auto;
    height: 60px;
}

.service-about-top-list__item-txt {
    line-height: 1.5;
    margin-top: 15px;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
}

.service-about-top__lead {
    margin-top: 35px;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
}

.service-about-top__txt {
    line-height: 1.95;
    margin-top: 15px;
    letter-spacing: .1em;
}

.service-about-info {
    margin-top: 45px;
}

.service-about-info-list__item + .service-about-info-list__item {
    margin-top: 45px;
}

.service-about-info-list__item-img {
    margin: 0 -20px;
}

.service-about-info-list__item-area-txt {
    margin-bottom: -20px;
    padding: 30px 20px;
    background: #fff;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.service-about-info-list__item-head {
    line-height: 1.5;
    font-weight: bold;
    font-size: 1.6rem;
}

.service-about-info-list__item-num {
    margin-right: 10px;
    color: #003C87;
    font-size: 2rem;
}

.service-about-info-list__item-txt {
    line-height: 1.95;
    margin-top: 20px;
}

.service-about-info__txt {
    margin-top: 50px;
}

@media all and (max-width: 360px) {
    .service-about-top-list__item {
        padding: 40px 0 20px;
    }

    .service-about-top-list__item-txt {
        font-size: 1.4rem;
    }
}

@media all and (min-width: 768px) {
    .service-about {
        position: relative;
        overflow-x: hidden;
    }

    .service-about__inner {
        padding-top: 0;
        padding-bottom: 100px;
    }

    .service-about-top {
        margin-top: 100px;
    }

    .service-about-top-list {
        margin: 0 -40px;
    }

    .service-about-top-list__item {
        width: calc(33.33% - 80px * 2 / 3);
        margin: 0 20px;
        padding: 60px 10px 30px;
    }

    .service-about-top-list__item:nth-of-type(n + 3) {
        margin-top: 0;
    }

    .service-about-top-list__item-num {
        top: -33px;
        width: 90px;
        font-size: 4rem;
    }

    .service-about-top-list__item-num::before {
        content: "";
        bottom: -2px;
        width: 40px;
        height: 3px;
    }

    .service-about-top-list__item-ico {
        text-align: center;
    }

    .service-about-top-list__item-img {
        height: 100px;
    }

    .service-about-top-list__item-txt {
        margin-top: 30px;
        font-size: 2.4rem;
    }

    .service-about-top__lead {
        margin-top: 45px;
        font-size: 3rem;
        letter-spacing: .15em;
    }

    .service-about-top__txt {
        text-align: center;
        letter-spacing: .15em;
    }

    .service-about-info {
        margin-top: 90px;
    }

    .service-about-info-list__item {
        position: relative;
        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;
    }

    .service-about-info-list__item.is-second {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .service-about-info-list__item.is-second .service-about-info-list__item-area-txt {
        right: auto;
        left: 0;
        margin-top: 170px;
    }

    .service-about-info-list__item.is-second .service-about-info-list__item-img {
        right: -360px;
        left: auto;
    }

    .service-about-info-list__item.is-third .service-about-info-list__item-area-txt {
        margin-right: -100px;
        margin-top: 175px;
        left: auto;
    }

    .service-about-info-list__item + .service-about-info-list__item {
        margin-top: 80px;
    }

    .service-about-info-list__item-img {
        width: 1250px;
        height: 500px;
        margin: 0;
        left: -360px;
        top: 0;
        position: absolute;
    }

    .service-about-info-list__item-area-txt {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        right: 0;
        margin-top: 205px;
        width: 700px;
        margin-bottom: 0;
        padding: 40px 50px;
        -webkit-transform: none;
        transform: none;
        z-index: 1;
    }

    .service-about-info-list__item-head {
        line-height: 1.5;
        font-weight: bold;
        font-size: 3rem;
        letter-spacing: .15em;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    .service-about-info-list__item-num {
        display: inline-block;
        margin-right: 20px;
        color: #003C87;
        font-size: 4rem;
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

    .service-about-info-list__item-txt {
        line-height: 1.95;
        margin-top: 15px;
    }

    .service-about-info__txt {
        margin-top: 90px;
        text-align: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
    .service-about-info-list__item.is-third .service-about-info-list__item-area-txt {
        margin-right: 0;
    }
}

/* .service-product
================================================ */
.service-product__inner {
    padding-top: 55px;
    padding-bottom: 60px;
}

.service-product-sec {
    margin-top: 55px;
}

.service-product-sec + .service-product-sec {
    margin-top: 55px;
}

.service-product-sec__head {
    position: relative;
    margin-bottom: 20px;
    font-size: 1.6rem;
    text-align: center;
}

.service-product-sec__head-in {
    position: relative;
    padding: 0 15px;
    background: #fff;
}

.service-product-sec__head::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background: #003C87;
}

.service-product-sec__img {
    max-width: 300px;
    margin: 0 auto;
}

.service-product-sec__area-txt {
    margin-top: 20px;
}

.service-product-sec__txt {
    line-height: 1.95;
}

.service-product-sec__txt + .service-product-sec__txt {
    margin-top: 22px;
}

@media all and (min-width: 768px) {
    .service-product__inner {
        padding-top: 115px;
        padding-bottom: 115px;
    }

    .service-product-sec {
        position: relative;
        margin-top: 60px;
    }

    .service-product-sec.has-img {
        min-height: 380px;
    }

    .service-product-sec.has-img .service-product-sec__area-txt {
        padding-left: 414px;
    }

    .service-product-sec + .service-product-sec {
        margin-top: 105px;
    }

    .service-product-sec__head {
        margin-bottom: 33px;
        font-size: 3rem;
        letter-spacing: .15em;
    }

    .service-product-sec__head-in {
        padding: 0 55px;
    }

    .service-product-sec__head::before {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        width: 100%;
        height: 2px;
        background: #003C87;
    }

    .service-product-sec__img {
        position: absolute;
        max-width: 372px;
        margin: 0;
    }

    .service-product-sec__area-txt {
        margin-top: 0;
    }

    .service-product-sec__txt {
        line-height: 1.95;
    }

    .service-product-sec__txt + .service-product-sec__txt {
        margin-top: 28px;
    }
}

/* .service-strengths
================================================ */
.service-strengths {
    background: url(/assets/bg_strengths01_sp.jpg) no-repeat #f3f3f3 center top/contain;
}

.service-strengths__inner {
    padding-top: 45px;
    padding-bottom: 45px;
}

.service-strengths-info {
    margin-top: 35px;
    padding: 40px 20px;
    background: #fff;
}

.service-strengths-info-list {
    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;
    margin: 0 -10px;
}

.service-strengths-info-list__item {
    width: calc(50% - 20px);
    line-height: 1.5;
    margin: 0 10px;
}

.service-strengths-info-list__item:nth-of-type(n + 3) {
    margin-top: 30px;
}

.service-strengths-info-list__item-num {
    position: relative;
    top: 0;
    left: 50%;
    color: #003C87;
    font-size: 2.5rem;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.service-strengths-info-list__item-num::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 24px;
    height: 2px;
    background: #003C87;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.service-strengths-info-list__item-ico {
    margin-top: 25px;
    text-align: center;
}

.service-strengths-info-list__item-img {
    width: auto;
    height: 60px;
}

.service-strengths-info-list__item-head {
    line-height: 1.7;
    margin-top: 20px;
    padding: 0 5px;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
}

.service-strengths-info-list__item-txt {
    line-height: 1.95;
    margin-top: 10px;
}

.service-strengths-info-box {
    margin-top: 35px;
    padding: 30px 20px;
    background: #f3f3f3;
}

.service-strengths-info-box__txt {
    line-height: 1.95;
}

@media all and (min-width: 768px) {
    .service-strengths {
        background: url(/assets/bg_strengths01_pc.jpg) no-repeat #f3f3f3 center top/contain;
    }

    .service-strengths__inner {
        padding-top: 90px;
        padding-bottom: 115px;
    }

    .service-strengths-info {
        margin: 70px -100px 0;
        padding: 100px 150px;
    }

    .service-strengths-info-list {
        margin: 0 -40px;
    }

    .service-strengths-info-list__item {
        width: calc(33.33% - 80px * 2 / 3);
        margin: 0 20px;
    }

    .service-strengths-info-list__item:nth-of-type(n + 3) {
        margin-top: 0;
    }

    .service-strengths-info-list__item:nth-of-type(n + 4) {
        margin-top: 50px;
    }

    .service-strengths-info-list__item-num {
        font-size: 4rem;
    }

    .service-strengths-info-list__item-num::before {
        width: 40px;
        height: 3px;
    }

    .service-strengths-info-list__item-ico {
        margin-top: 72px;
    }

    .service-strengths-info-list__item-img {
        height: 90px;
    }

    .service-strengths-info-list__item-head {
        margin-top: 66px;
        padding: 0;
        font-size: 2rem;
    }

    .service-strengths-info-list__item-txt {
        line-height: 1.8;
        margin-top: 15px;
        font-size: 1.4rem;
    }

    .service-strengths-info-box {
        margin-top: 75px;
        padding: 40px 50px 50px;
    }

    .service-strengths-info-box__txt {
        line-height: 1.95;
        text-align: center;
    }
}

/* .service-case
================================================ */
.service-case__inner {
    padding-top: 55px;
    padding-bottom: 70px;
}

.service-case-list {
    margin-top: 40px;
}

.service-case-list__item + .service-case-list__item {
    margin-top: 50px;
}

.service-case-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;
    position: relative;
    min-height: 45px;
    line-height: 1.5;
    margin-top: 25px;
    padding-left: 70px;
    font-weight: bold;
    font-size: 1.4rem;
}

.service-case-list__item-head::before {
    content: "";
    position: absolute;
    top: 3%;
    left: 50px;
    width: 1px;
    height: 94%;
    background: #333;
}

.service-case-list__item-num {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.3;
    color: #003C87;
    font-size: 3rem;
}

.service-case-list__item-txt {
    line-height: 1.95;
    margin-top: 20px;
}

@media all and (min-width: 768px) {
    .service-case__inner {
        padding-top: 95px;
        padding-bottom: 120px;
    }

    .service-case-list {
        margin-top: 70px;
    }

    .service-case-list__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .service-case-list__item + .service-case-list__item {
        margin-top: 70px;
    }

    .service-case-list__item-area-txt {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 825px;
        margin: 0 auto;
    }

    .service-case-list__item-head {
        min-height: 70px;
        line-height: 1.6;
        margin-top: 0;
        padding-left: 110px;
        font-size: 2rem;
    }

    .service-case-list__item-head::before {
        top: 0;
        left: 77px;
        width: 1px;
        height: 100%;
    }

    .service-case-list__item-num {
        top: 5px;
        font-size: 4rem;
    }

    .service-case-list__item-txt {
        line-height: 1.95;
        margin-top: 20px;
    }
}
