@charset "UTF-8";
/**
 * 外部ライブラリー
 * node_moduleにインストールされていればそこから読み込む
 */
/**
 * Default Setting
 */
/**
 * SuperGradient
 * SASS MULTI-COLOR GRADIENT MIXIN (LINEAR & RADIAL)
 * Options
 * $type: linear*, radial
 * $from: top*, left, top left, top right, bottom right, bottom left, center (radial)
 * $colors: hex, rgba
 * *default
 *
 * Include: bower install super-gradient
 *
 * Demo: http://super-gradient.ib.gs/
 */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #fff;
}

::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb {
    background-color: #005e86;
    border-radius: 0;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}

/**
 * CSS Reset
 * Default StyleSheet Normalize
 *
 * @since 0.1
 * @author MIRAI Inc.
 */
*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    touch-action: manipulation;
}

html,
body {
    width: 100%;
}

body {
    min-width: 300px;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        "MS PGothic", Robot, "Droid Sans", sans-serif;
    color: #566369;
    background-color: white;
    -webkit-text-size-adjust: 100%;
}

header,
footer,
nav,
figure,
figcaption,
main,
article,
section,
aside {
    display: block;
}

main {
    width: 100%;
    min-height: 1px;
}

.header {
    z-index: 100;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
    touch-action: manipulation;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 0.5em 1em;
    border: 1px solid #ccc;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime-local"],
input[type="number"],
input[type="color"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
}

button {
    cursor: pointer;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

a {
    color: #008fce;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul,
ol {
    padding-left: 40px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 2em 0 1rem;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

p {
    margin: 0 0 1em;
}
p:last-child {
    margin-bottom: 0;
}

section {
    padding: 40px 0;
}
@media (min-width: 992px) {
    section {
        padding: 60px 0;
    }
}
section:first-child {
    padding-top: 0;
}

@media (min-width: 768px) {
    .sp {
        display: none;
    }
}

@media (max-width: 767px) {
    .pc {
        display: none;
    }
}

a[href^="tel:"] {
    pointer-events: none;
}
@media (pointer: fine) {
    a[href^="tel:"] {
        pointer-events: none;
        color: currentColor;
        text-decoration: none;
    }
}
@media (pointer: coarse) {
    a[href^="tel:"] {
        pointer-events: auto;
    }
}

.number {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}

.f-serif,
.heading .ja {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.iframe {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
}
.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.en {
    font-family: "Lato", sans-serif;
}

.share-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -5px;
    padding: 0;
    list-style: none;
}
.share-buttons li {
    height: 100%;
    padding: 5px;
}
.share-buttons .fb-like {
    display: block !important;
}
.share-buttons .fb-like > span {
    display: block;
    vertical-align: top !important;
}
.share-buttons iframe {
    display: block;
}

@media (min-width: 768px) {
    .next-link__row {
        display: flex;
    }
}

@media (min-width: 768px) {
    .next-link__item {
        width: 50%;
    }
}

.next-link__item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 56px 48px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media (min-width: 768px) {
    .next-link__item a {
        padding: 32px 24px;
        padding-right: 48px;
    }
}
@media (min-width: 992px) {
    .next-link__item a {
        padding: 56px 48px;
    }
}
.next-link__item a.hover .mask {
    opacity: 1;
}

.next-link__item .recruit {
    background-image: url(../img/front/img_next_recruit@2x.jpg);
}

.next-link__item .mdl {
    background-image: url(../img/front/img_next_lab@2x.jpg);
}

.next-link__item .title {
    margin: 0 0 24px;
    font-weight: normal;
    letter-spacing: 2px;
}
@media (min-width: 768px) {
    .next-link__item .title {
        margin-bottom: 20px;
    }
}
@media (min-width: 992px) {
    .next-link__item .title {
        margin-bottom: 24px;
    }
}
.next-link__item .title span {
    display: block;
}
.next-link__item .title .ja {
    margin-bottom: 8px;
    font-size: 24px;
    color: #008fce;
}
@media (min-width: 768px) {
    .next-link__item .title .ja {
        margin-bottom: 5px;
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .next-link__item .title .ja {
        margin-bottom: 8px;
        font-size: 24px;
    }
}
.next-link__item .title .en {
    font-size: 12px;
    color: rgba(86, 99, 105, 0.5);
}

.next-link__item .catchcopy {
    margin: 0;
    font-size: 15px;
    color: #566369;
}
@media (min-width: 768px) {
    .next-link__item .catchcopy {
        padding-right: 20px;
        font-size: 14px;
    }
}
@media (min-width: 992px) {
    .next-link__item .catchcopy {
        font-size: 15px;
    }
}

.next-link__item .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 208, 226, 0.1);
    transition: 735ms ease;
}

.next-link__item .angle-right {
    position: absolute;
    top: 0;
    right: 16px;
    width: 20px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(../img/common/ico-angle-right.svg);
}
@media (min-width: 992px) {
    .next-link__item .angle-right {
        right: 10%;
    }
}

.thumbnail {
    height: 0;
    padding-bottom: 52%;
    overflow: hidden;
    color: #666;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #f4f4f4;
}

.anim-leftwark:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    background-color: #707070;
    transform: translateX(0%);
}

.anim-leftwark.hover:before {
    animation: leftWark 500ms ease-out 0s 1 normal;
}

@keyframes leftWark {
    0% {
        width: 0;
        transform: translateX(0%);
    }
    50% {
        width: 100%;
        transform: translateX(0%);
    }
    100% {
        width: 100%;
        transform: translateX(100%);
    }
}

/**
 * Extend
 */
.entry-post {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        "MS PGothic", Robot, "Droid Sans", sans-serif;
    line-height: 1.7;
    font-size: 15px;
    color: currentColor;
}
@media (min-width: 768px) {
    .entry-post {
        line-height: 1.6;
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    .entry-post {
        font-size: 17px;
    }
}
.entry-post h1,
.entry-post h2,
.entry-post h3,
.entry-post h4,
.entry-post h5,
.entry-post h6 {
    margin-top: 40px;
    margin-bottom: 16px;
    color: #008fce;
}
.entry-post h1:first-child,
.entry-post h2:first-child,
.entry-post h3:first-child,
.entry-post h4:first-child,
.entry-post h5:first-child,
.entry-post h6:first-child {
    margin-top: 0;
}
.entry-post h1 {
    font-size: 28px;
}
.entry-post h2 {
    font-size: 24px;
}
.entry-post h3 {
    font-size: 20px;
}
.entry-post h4,
.entry-post h5,
.entry-post h6 {
    font-size: 16px;
}
.entry-post a {
    color: #008fce;
    text-decoration: underline;
}
.entry-post a:hover {
    color: #008fce;
}
.entry-post code {
    padding-left: 4px;
    padding-right: 4px;
    font-family: "Source Code Pro", "Osaka－等幅", Osaka-mono, "ＭＳ ゴシック",
        "MS Gothic", monospace;
    font-size: 90%;
    border-radius: 2px;
}
.entry-post pre {
    margin-bottom: 1.5em;
    padding: 15px;
    line-height: 1.4;
    -moz-tab-size: 4;
    tab-size: 4;
    overflow-x: auto;
    -webkit-overflow-scrolling: auto;
    font-family: "Source Code Pro", "Osaka－等幅", Osaka-mono, "ＭＳ ゴシック",
        "MS Gothic", monospace;
    white-space: pre;
    background-color: #fafaf8;
    border-radius: 0;
    box-sizing: border-box;
}
.entry-post pre code {
    padding: 15px;
    -moz-tab-size: 2;
    tab-size: 2;
}
.entry-post p {
    margin-bottom: 2.5em;
}
@media (min-width: 768px) {
    .entry-post p {
        margin-bottom: 1.6em;
    }
}
@media (min-width: 992px) {
    .entry-post p {
        margin-bottom: 1.6em;
    }
}
.entry-post p > code {
    background-color: #f0f0f0;
}
.entry-post hr {
    display: block;
    height: 1px;
    margin: 60px auto;
    border: 0;
}
.entry-post kbd:not([class*="kbd-find"]) {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    min-width: 2em;
    margin: 5px;
    padding: 0 8px;
    line-height: 2;
    font-family: monospace;
    color: #767676;
    text-align: center;
    vertical-align: 0.2em;
    background-color: #f5f5f0;
    border-radius: 3px;
    box-shadow: 0 0 25px #e8e8e8 inset, 0 1px 0 #c3c3c3, 0 2px 0 #c9c9c9,
        0 2px 3px #333;
}
.entry-post mark {
    background-color: #fcf8e3;
}
.entry-post cite {
    font-style: italic;
}
.entry-post blockquote {
    margin: 30px 0;
    padding: 20px;
    padding-left: 24px;
    font-size: 88%;
    color: #666;
    background-color: #fafaf8;
    border-left: 4px solid #008fce;
}
.entry-post blockquote *:first-child {
    margin-top: 0;
}
.entry-post blockquote *:last-child {
    margin-bottom: 0;
}
.entry-post address {
    padding: 1rem;
    line-height: 1.6;
    color: #4c4c4c;
    border: 1px solid #eee;
}
.entry-post ul,
.entry-post ol {
    padding-left: 1.4em;
}
.entry-post ul li + li,
.entry-post ol li + li {
    margin-top: 0.5em;
}
.entry-post figure {
    margin: 0;
}
.entry-post img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 991px) {
    .entry-post figure.alignright,
    .entry-post figure.alignleft,
    .entry-post img.alignright,
    .entry-post img.alignleft {
        margin-top: 5px;
    }
}
.entry-post dl dt {
    padding-bottom: 5px;
    font-weight: bold;
}
.entry-post dl dd {
    margin-bottom: 1em;
    font-size: 84%;
}
.entry-post table {
    margin: 30px 0;
}
.entry-post table thead {
    background-color: #fafaf8;
}
.entry-post table tbody {
    background-color: #fff;
}
.entry-post th,
.entry-post td {
    padding: 5px 10px;
    line-height: 1.4;
    border: 1px solid #e2e2e2;
}
.entry-post iframe {
    max-width: 100%;
}
.entry-post .iframe-wrap {
    position: relative;
    height: 0;
    padding-bottom: 80%;
}
.entry-post .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.entry-post .iframe-wrap[src*="youtube.com"],
.entry-post .iframe-wrap[src*="vimeo.com"] {
    padding-bottom: 56.2%;
}
.entry-post .iframe-wrap[src*="google.com/maps"] {
    padding-bottom: 92%;
}
@media (min-width: 576px) {
    .entry-post .iframe-wrap[src*="google.com/maps"] {
        padding-bottom: 62%;
    }
}
@media (min-width: 768px) {
    .entry-post .iframe-wrap[src*="google.com/maps"] {
        padding-bottom: 68%;
    }
}
.entry-post .blog-eyecatch {
    margin-bottom: 3em;
}
.entry-post .blog-eyecatch img {
    width: 100%;
    height: auto;
}
.entry-post .wp-caption {
    max-width: 100%;
    margin-bottom: 2em;
}
.entry-post .wp-caption-text {
    padding: 2px;
    line-height: 1.2;
    font-size: 80%;
    color: #888;
}
.entry-post .alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.entry-post .alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
.entry-post .aligncenter {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.entry-post img.aligncenter {
    display: block;
}
.entry-post .mce-wp-nextpage,
.entry-post .mce-wp-more {
    height: 20px;
}
.entry-post #toc_container {
    margin-top: 40px;
    padding: 20px;
    background-color: #fafafa;
    border-color: #e3e3e3;
}
@media (min-width: 768px) {
    .entry-post #toc_container {
        padding: 20px 30px;
    }
}
.entry-post #toc_container .toc_title {
    color: #008fce;
    text-align: left;
}
.entry-post #toc_container .toc_list {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        "MS PGothic", Robot, "Droid Sans", sans-serif;
    font-size: 14px;
}
.entry-post #toc_container .toc_list li + li {
    margin-top: 5px;
}
.entry-post #toc_container .toc_list > li > ul {
    margin-top: 5px;
}
.entry-post #toc_container .toc_list a {
    text-decoration: none;
}
.entry-post #toc_container .toc_list .toc_number {
    margin-right: 8px;
    line-height: 1;
    font-style: italic;
    font-weight: 300;
    color: rgba(0, 143, 206, 0.5);
}
.entry-post .hljs {
    margin: -15px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 0;
    border: 0;
}
@media (max-width: 767px) {
    .entry-post .hljs {
        margin-left: -15px;
        margin-right: -15px;
    }
}

/**
 * Common Parts
 */
/**
 * Typography
 */
/**
 * Headline
 *
 * @prefix headline-
 */
.heading {
    margin: 0 0 24px;
    font-weight: normal;
}
@media (min-width: 992px) {
    .heading {
        margin-bottom: 48px;
    }
}
.heading span {
    display: block;
}
.heading .ja {
    margin-bottom: 8px;
    letter-spacing: 2px;
    font-size: 24px;
    color: #008fce;
}
@media (min-width: 992px) {
    .heading .ja {
        font-size: 32px;
    }
}
.heading .en {
    letter-spacing: 2px;
    font-size: 12px;
    color: rgba(86, 99, 105, 0.5);
}

.h-page {
    margin: 0 0 40px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
    font-size: 24px;
    text-align: center;
}
@media (min-width: 992px) {
    .h-page {
        margin-bottom: 60px;
        font-size: 26px;
    }
}
.h-page:after {
    content: "";
    display: block;
    width: 45px;
    height: 1px;
    margin: 20px auto 0;
    background-color: #dbe3e8;
}
@media (min-width: 992px) {
    .h-page:after {
        width: 62px;
        margin-top: 24px;
    }
}

/**
 * Button
 *
 * @prefix btn-
 */
.btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    transition: 235ms ease;
}
.btn .bar {
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 1px;
}

.btn-default {
    border: 1px solid #fff;
}

.btn-normal {
    margin: 5px 0;
    padding: 8px 12px;
    line-height: 1.2;
    font-size: 12px;
    color: #008fce;
    border: 1px solid #008fce;
}
.btn-normal .fa-angle-right {
    margin-right: 4px;
    font-size: 120%;
    vertical-align: -1px;
}
.btn-normal.hover {
    color: #fff;
    background-color: #008fce;
    box-shadow: inset 0 0 0 1px #fff;
}

.btn-primary {
    padding: 20px 24px;
    line-height: 1.2;
    letter-spacing: 2px;
    font-size: 15px;
    color: #008fce;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #008fce;
}
.btn-primary:not(.btn-primary-right) {
    padding-right: 64px;
}
.btn-primary:not(.btn-primary-right) .bar {
    right: 0;
    transform: translateX(50%);
}
.btn-primary:not(.btn-primary-right) .bar:before {
    right: -1px;
}
.btn-primary.btn-primary-right {
    padding-left: 64px;
}
.btn-primary.btn-primary-right .bar {
    left: 0;
    transform: translateX(-50%);
}
.btn-primary.btn-primary-right .bar:before {
    left: -1px;
}
.btn-primary .bar {
    background-color: currentColor;
}
.btn-primary .bar:before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 50%;
    height: 100%;
    background-color: #008fce;
}
.btn-primary.hover {
    color: #fff;
    background-color: #008fce;
}
.btn-primary.hover .bar:before {
    background-color: #008fce;
}

.btn-primary-reverse {
    padding: 20px 24px;
    padding-left: 64px;
}
.btn-primary-reverse .bar {
    left: 0;
    right: auto;
    transform: translateX(-50%);
}

.btn-submit {
    max-width: 360px;
    width: 100%;
    padding: 20px 16px !important;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 20px !important;
    background-image: linear-gradient(to left, #00d0e2, #008fce);
    border: 0;
}
.btn-submit.hover {
    opacity: 0.8;
}

.btn-footer-contact {
    border-radius: 0 !important;
    padding: 22px 24px;
    padding-right: 35px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 16px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
}
@media (min-width: 992px) {
    .btn-footer-contact {
        font-size: 20px;
    }
}
.btn-footer-contact .ico-envelope {
    margin-right: 6px;
}
.btn-footer-contact .bar {
    right: 0;
    background-color: #fff;
    transform: translateX(50%);
}
.btn-footer-contact.hover {
    background-color: rgba(255, 255, 255, 0.3);
}

/**
 * Table
 *
 * @prefix table-
 */
.table-default {
    table-layout: auto;
}
.table-default th,
.table-default td {
    padding: 15px;
}
.table-default th {
    background-color: #f0f0f0;
}

.table-overview {
    width: 100%;
    margin: 0 0 40px;
    border-collapse: collapse;
}
.table-overview:last-child {
    margin-bottom: 0;
}
.table-overview caption {
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 16px;
    color: #008fce;
    text-align: left;
    letter-spacing: 2px;
}
.table-overview th,
.table-overview td {
    font-size: 15px;
    border: 1px solid #dbe3e8;
}
.table-overview th {
    padding: 12px 16px;
    background-color: #f2f7f8;
}
.table-overview td {
    padding: 20px 16px;
}
@media (max-width: 767px) {
    .table-overview table,
    .table-overview tbody,
    .table-overview tr,
    .table-overview th,
    .table-overview td {
        display: block;
    }
    .table-overview tr {
        margin-top: -1px;
    }
    .table-overview th {
        padding: 12px 16px;
        text-align: left;
        border-bottom-style: dashed;
    }
    .table-overview td {
        margin-top: -1px;
        padding: 20px 16px;
        border-top: 0;
    }
}
@media (min-width: 992px) {
    .table-overview {
        margin-bottom: 64px;
    }
    .table-overview caption {
        font-size: 20px;
    }
    .table-overview th,
    .table-overview td {
        font-size: 16px;
    }
    .table-overview th {
        width: 152px;
        padding: 24px 16px;
    }
    .table-overview td {
        padding: 24px;
    }
}

/**
 * Form
 * フォームの各Input要素など
 *
 * @prefix form-
 */
input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 100%;
    font-size: 16px;
    outline: 0;
    border-radius: 4px;
    box-shadow: none;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="range"]):not([type="color"]):not([type="file"])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
    -webkit-transition: 235ms ease;
    transition: 235ms ease;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="range"]):not([type="color"]):not([type="file"]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #999;
    -ms-transition: 235ms ease;
    transition: 235ms ease;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="range"]):not([type="color"]):not([type="file"])::placeholder,
textarea::placeholder {
    font-size: 14px;
    color: #999;
    transition: 235ms ease;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="range"]):not([type="color"]):not([type="file"]):not(:-ms-input-placeholder)
    + .form-error,
textarea:not(:-ms-input-placeholder) + .form-error {
    height: 0;
    opacity: 0;
    visibility: hidden;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="range"]):not([type="color"]):not([type="file"]):not(:placeholder-shown)
    + .form-error,
textarea:not(:placeholder-shown) + .form-error {
    height: 0;
    opacity: 0;
    visibility: hidden;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="range"]):not([type="color"]):not([type="file"]):focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: #ccc;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="range"]):not([type="color"]):not([type="file"]):focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: #ccc;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="range"]):not([type="color"]):not([type="file"]):focus::placeholder,
textarea:focus::placeholder {
    color: #ccc;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="range"]):not([type="color"]):not([type="file"]) {
    display: block;
    height: 40px;
    padding: 0 8px;
    border: 1px solid #dbe3e8;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="range"]):not([type="color"]):not([type="file"]),
textarea,
select {
    border: 1px solid #dbe3e8;
}
input:not([type="radio"]):not([type="checkbox"]):not([type="range"]):not([type="color"]):not([type="file"]):focus,
textarea:focus,
select:focus {
    box-shadow: 0 0 0 1px #008fce;
    border-color: #008fce;
    transition: 300ms ease;
}

textarea {
    display: block;
    min-height: calc(5em * 1.4 + 8px);
    padding: 8px;
    line-height: 1.4;
    border-color: #dbe3e8;
}

select {
    position: relative;
    display: inline-block;
    width: auto;
    height: 40px;
    padding: 0 32px 0 8px;
    color: currentColor;
    background-repeat: no-repeat;
    background-position: right 0.7em top 50%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%3E%3Cpath%20d%3D%22M5%2C0l5%2C6H0Z%22%20transform%3D%22translate(10%206)%20rotate(180)%22%20fill%3D%22%23ccc%22%2F%3E%3C%2Fsvg%3E");
    border-color: #dbe3e8;
}
select::-ms-expand {
    display: none;
}

input[type="range"] {
    display: block;
    height: 1.4em;
    margin: 0;
    padding: 0 4px;
    background-color: #e2e2e2;
    border-radius: 15px;
    border: 1px solid #dbe3e8;
    box-shadow: inset 0 0 0 6px #fff;
}
input[type="range"]:focus {
    box-shadow: 0 0 0 1px #008fce, inset 0 0 0 1px #008fce, inset 0 0 0 6px #fff;
    transition: 300ms ease;
}

input[type="color"] {
    height: 32px;
    padding: 0 3px;
    line-height: 1;
    border-color: #dbe3e8;
}
input[type="color"]:focus {
    box-shadow: 0 0 0 1px #008fce, inset 0 0 0 1px #008fce;
    transition: 300ms ease;
}

input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
    width: 1em;
    height: 1em;
    margin: 0;
    font-size: 20px;
    color: #008fce;
    line-height: 1;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #dbe3e8;
}
input[type="radio"] + span,
input[type="checkbox"] + span {
    display: inline-block;
    vertical-align: middle;
}
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    box-shadow: 0 0 0 1px #008fce, inset 0 0 0 0.17em #fff;
    transition: 300ms ease;
}
input[type="radio"]:checked,
input[type="checkbox"]:checked {
    background-color: #008fce;
    background-image: linear-gradient(top right, #c5ce00 0%, #008f84 100%);
    box-shadow: inset 0 0 0 0.17em #fff;
    transition: 300ms ease;
}
input[type="radio"]:checked:focus,
input[type="checkbox"]:checked:focus {
    border-color: #008fce;
    box-shadow: 0 0 0 1px #008fce, inset 0 0 0 0.17em #fff;
}

input[type="radio"] {
    border-radius: 1em;
}

.form-file label {
    display: inline-block;
    padding: 8px 18px;
    line-height: 1.2;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #008fce;
    border: 1px solid #007db5;
    border-radius: 30px;
}
.form-file label:focus {
    box-shadow: 0 0 0 1px #008fce, inset 0 0 0 1px #008fce;
    transition: 300ms ease;
}
.form-file label:before {
    content: "ファイルを選択";
    font-size: 14px;
}
.form-file label input[type="file"] {
    display: none;
}

.form-radio,
.form-checkbox {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -8px;
}
.form-radio .horizontal-item,
.form-checkbox .horizontal-item {
    margin-right: 1em;
    margin-bottom: 8px;
}
.form-radio label,
.form-checkbox label {
    cursor: pointer;
}
.form-radio label input,
.form-radio label span,
.form-checkbox label input,
.form-checkbox label span {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}
.form-radio label input,
.form-checkbox label input {
    margin-right: 4px;
}

.form-zip {
    position: relative;
    margin-bottom: 10px;
}
.form-zip .zip-mark {
    position: absolute;
    top: 50%;
    left: 8px;
    line-height: 1;
    font-size: 1em;
    transform: translateY(-50%);
}
.form-zip input[name="zip"] {
    padding-left: 2em !important;
}

.form-submit {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 2em;
    text-align: center;
}
@media (min-width: 768px) {
    .form-submit {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}
.form-submit button,
.form-submit input[type="submit"] {
    min-width: 240px;
    padding: 18px 16px;
    font-size: 16px;
    color: #fff;
    background-color: #008fce;
}
.form-submit button[value="back"] {
    max-width: 60px;
    min-width: 30px;
    margin-top: 16px;
    padding: 8px 14px;
    line-height: 1;
    font-size: 14px;
    color: #999;
    background-color: #e2e2e2;
    border: 1px solid lightgray;
}
@media (min-width: 768px) {
    .form-submit button[value="back"] {
        margin-top: 0;
        margin-right: 32px;
    }
}

.form-group-column .form-group {
    flex-direction: column;
}

.form-group-column .form-label {
    width: auto;
}

.form-group-column .form-field {
    width: auto;
    padding-left: 0;
}

.form-group {
    display: flex;
    margin-bottom: 2.4em;
}
@media (max-width: 767px) {
    .form-group {
        flex-direction: column;
    }
}

.form-label {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0.5em;
    font-weight: bold;
    font-size: 15px;
}
@media (min-width: 768px) {
    .form-label {
        width: 30%;
        font-size: 16px;
    }
}

.form-field {
    position: relative;
}
@media (min-width: 768px) {
    .form-field {
        width: 70%;
        padding-left: 2em;
    }
}

.form-error {
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 235ms ease;
}
.form-error .error {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: #c11414;
}

.form-privacy {
    margin-top: 40px;
    padding: 26px 24px;
    background-color: #f2f7f8;
}
@media (min-width: 992px) {
    .form-privacy {
        padding: 40px;
    }
}
.form-privacy .title {
    margin: 0 0 14px;
    line-height: 1.4;
    font-size: 16px;
}
@media (min-width: 992px) {
    .form-privacy .title {
        margin-bottom: 16px;
    }
}
.form-privacy .text {
    line-height: 1.8;
    font-size: 14px;
}
.form-privacy .text p {
    margin: 0 0 1em;
}
.form-privacy .text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .mwform-radio-field.horizontal-item {
        display: block;
        margin-bottom: 6px;
    }
    .mwform-radio-field.horizontal-item input[type="radio"] {
        margin-right: 10px;
    }
    .mwform-radio-field.horizontal-item + .horizontal-item {
        margin-left: 0;
    }
}

.mw_wp_form_confirm .required {
    display: none;
}

.phpdebugbar-widgets-toolbar {
    position: relative;
    border-top: 1px solid #ccc !important;
}
.phpdebugbar-widgets-toolbar .phpdebugbar-fa {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 16px;
    color: #444;
    transform: translateY(-50%);
}
.phpdebugbar-widgets-toolbar input[type="text"] {
    width: 100% !important;
    height: 30px !important;
    margin: 0 !important;
    padding-left: 40px !important;
    background-color: #f0f7ff !important;
    border: 0 !important;
    border-radius: 0 !important;
}

/**
 * Icon
 *
 * @prefix icon-
 */
[class*="ico-"] {
    display: inline-block;
    max-width: 1em;
    width: auto;
    height: 1em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
[class*="ico-"] svg {
    display: block;
    max-width: 100%;
    width: auto;
    height: 100%;
}
[class*="ico-"] svg path {
    fill: currentColor;
}

.ico-envelope {
    vertical-align: baseline;
}

.render-auto {
    image-rendering: auto;
}

.render-smooth {
    image-rendering: smooth;
}

.render-high {
    image-rendering: high-quality;
}

.render-edges {
    image-rendering: crisp-edges;
}

.render-pixel {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
}

/**
* Components
*/
.breadcrumbs {
    padding: 24px 0;
}
.breadcrumbs .container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.breadcrumbs__list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    color: #848b84;
    white-space: nowrap;
}
.breadcrumbs__item {
    position: relative;
    margin-right: 2em;
}
.breadcrumbs__item:not(:first-child):before {
    content: "";
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 6px;
    height: 100%;
    margin-left: -1.12em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.289%22%20height%3D%2211.165%22%20viewBox%3D%220%200%206.289%2011.165%22%3E%3Cpath%20d%3D%22M8340.349%2C534.771l5.229%2C5.229-5.229%2C5.229%22%20transform%3D%22translate(-8339.996%20-534.417)%22%20fill%3D%22none%22%20stroke%3D%22%23c2c7c2%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
}
.breadcrumbs__item a {
    color: currentColor;
}

.pager {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    padding: 40px 0;
}
@media (min-width: 992px) {
    .pager {
        margin-top: 80px;
        padding: 40px 0;
    }
}
.pager ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 10px;
    padding: 0;
    list-style: none;
}
.pager ul li {
    padding: 0 3px;
}
.pager ul li.dot {
    padding: 0;
}
@media (max-width: 575px) {
    .pager ul li.dot {
        display: none;
    }
}
@media (min-width: 576px) {
    .pager ul li {
        padding: 0 10px;
    }
}
.pager ul a,
.pager ul span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 4px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    text-decoration: none;
}
.pager ul a {
    transition: 235ms ease;
}
.pager ul a.hover {
    color: #fff;
    background-color: #008fce;
}
.pager ul .current {
    pointer-events: none;
}
.pager ul .current span {
    color: #92a2aa;
}
.pager ul .dot {
    background-color: transparent;
}
.pager .prev,
.pager .next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8px;
    height: 12px;
    color: #008fce;
}
.pager .prev svg path,
.pager .next svg path {
    stroke: currentColor;
}

.kv-page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 178px;
    padding: 40px 16px;
    background-color: #f2f7f8;
}
@media (min-width: 992px) {
    .kv-page {
        min-height: 272px;
    }
}
.kv-page__heading {
    margin: 0;
    font-weight: normal;
    font-size: 24px;
    color: #003a53;
    letter-spacing: 10px;
}
@media (min-width: 992px) {
    .kv-page__heading {
        font-size: 32px;
        letter-spacing: 16px;
    }
}

.widget {
    padding: 16px;
    font-size: 14px;
    background-color: #f2f7f8;
    overflow: hidden;
}
@media (min-width: 992px) {
    .widget {
        padding: 16px 20px;
    }
}
.widget:first-child {
    margin-top: 0;
}
.widget-title {
    margin: 0 0 24px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
    font-size: 18px;
}
.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget ul > li:not(:first-child) {
    margin-top: 16px;
}
.widget a {
    color: #003a53;
}

.widget_recentpost_link {
    display: flex;
    text-decoration: none;
}
.widget_recentpost_link.hover .title {
    text-decoration: none;
}

.widget_recentpost_thumbnail {
    width: 64px;
    margin-right: 16px;
}
.widget_recentpost_thumbnail .thumbnail {
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #e8e8e8;
}

.widget_recentpost_content {
    flex: 1;
    position: relative;
    min-width: 0;
    padding-top: 1.4em;
}
.widget_recentpost_content .title {
    display: -webkit-box;
    width: 100%;
    max-height: calc(2em * 1.6);
    overflow: hidden;
    text-decoration: underline;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.widget_recentpost_content .datetime {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    font-size: 14px;
    color: #008fce;
}

.widget_categories ul,
.widget_archive ul {
    padding-left: 2.8em;
    color: #008fce;
}

.widget_categories li,
.widget_archive li {
    position: relative;
}
.widget_categories li:before,
.widget_archive li:before {
    content: "";
    position: absolute;
    top: calc(1em / 1.4);
    left: -2.8em;
    display: block;
    width: 24px;
    height: 1px;
    background-color: currentColor;
}

.tagcloud {
    margin: -5px;
    line-height: 200%;
}
.tagcloud a {
    display: inline-block;
    padding: 3px 10px;
    font-size: 12px !important;
    color: #008fce;
    line-height: 1.2;
    text-decoration: none;
    border: 1px solid #008fce;
    border-radius: 30px;
    transition: 235ms ease 100ms;
}
.tagcloud a.hover {
    color: #fff;
    background-color: #008fce;
}

.gallery-hover {
    pointer-events: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: block;
    opacity: 0;
    box-shadow: 0 0 1px 1px #008fce, inset 0 0 5px 2px #008fce;
    border-radius: 1px;
    transition: 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.widget_media_gallery {
    position: relative;
    overflow: visible;
}
.widget_media_gallery .gallery {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: -16px;
}
.widget_media_gallery .gallery-item {
    margin: 0;
    padding: 1px;
    flex-grow: 1;
}
.widget_media_gallery .gallery-caption {
    display: none;
}
.widget_media_gallery .gallery-columns-1 .gallery-item {
    width: 100%;
}
.widget_media_gallery .gallery-columns-2 .gallery-item {
    width: 50%;
}
.widget_media_gallery .gallery-columns-3 .gallery-item {
    width: 33.333332%;
}
.widget_media_gallery .gallery-columns-4 .gallery-item {
    width: 25%;
}
.widget_media_gallery .gallery-columns-5 .gallery-item {
    width: 20%;
}
.widget_media_gallery .gallery-columns-6 .gallery-item {
    width: 16.666665%;
}
.widget_media_gallery .gallery-columns-7 .gallery-item {
    width: 33.333332%;
}

.widget_media_audio,
.widget_media_video {
    padding: 0;
    border-radius: 0;
    overflow: visible;
}

.widget_meta {
    padding: 0;
}
.widget_meta .widget-title {
    margin: 0;
}
.widget_meta > ul li {
    border-top: 1px solid #fff;
}
.widget_meta > ul li:not(:first-child) {
    margin-top: 0;
}
.widget_meta a {
    display: block;
    padding: 10px 16px;
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 143, 206, 0.5);
    transition: 235ms ease 100ms;
}
.widget_meta a.hover {
    background-color: #008fce;
}

.widget_search {
    margin: 24px 0;
    padding: 0;
    border-radius: 0;
    overflow: visible;
}
.widget_search .search-form {
    position: relative;
    border: 1px solid #008fce;
}
.widget_search .screen-reader-text {
    display: none;
}
.widget_search input {
    border-radius: 0;
    border: 0 !important;
}
.widget_search input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 40px;
    padding: 2px 8px;
    padding-right: 48px;
    font-size: 16px;
    color: #444;
    background-color: rgba(0, 143, 206, 0.05);
    border: 0;
    outline: 0;
    transition: 235ms ease;
}
.widget_search input[type="search"]::-webkit-input-placeholder {
    font-size: 12px;
    color: #aaa;
}
.widget_search input[type="search"]:-ms-input-placeholder {
    font-size: 12px;
    color: #aaa;
}
.widget_search input[type="search"]::placeholder {
    font-size: 12px;
    color: #aaa;
}
.widget_search input[type="search"]:focus {
    background-color: #fff;
}
.widget_search button[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 100%;
    padding: 4px;
    color: transparent;
    background-color: #008fce;
    border: 0;
    outline: 0;
    transition: 235ms ease;
}
.widget_search button[type="submit"] span {
    display: none;
}
.widget_search button[type="submit"]:before {
    content: "\f179";
    display: inline-block;
    line-height: 1;
    font-family: dashicons;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: top;
    text-align: center;
    transition: color 0.1s ease-in;
}
.widget_search button[type="submit"]:hover {
    opacity: 0.5;
}

.widget_calendar {
    padding: 0;
}

.calendar_wrap table {
    width: 100%;
    background-color: #fff;
    text-align: center;
}

.calendar_wrap caption {
    padding: 8px 16px;
    font-size: 16px;
    text-align: center;
}

.calendar_wrap th,
.calendar_wrap td {
    padding: 8px;
    line-height: 1;
    border: 1px solid #ccc;
}

.calendar_wrap a {
    text-decoration: none;
}

.calendar_wrap tbody td a {
    display: block;
    margin: -8px;
    padding: 8px;
    color: #fff;
    background-color: #008fce;
}
.calendar_wrap tbody td a.hover {
    color: #008fce;
    background-color: #fff;
}

@media (min-width: 768px) {
    .catchcopy {
        text-align: center;
    }
}

.catchcopy__title {
    margin: 0 0 60px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
    font-size: 24px;
    color: #008fce;
}
@media (min-width: 992px) {
    .catchcopy__title {
        margin-bottom: 64px;
        font-size: 26px;
    }
}

.catchcopy__lede {
    font-size: 15px;
    line-height: 2;
}
@media (min-width: 992px) {
    .catchcopy__lede {
        font-size: 18px;
    }
}
.catchcopy__lede p {
    margin: 0 0 1em;
}
.catchcopy__lede p:last-child {
    margin-bottom: 0;
}

.list-ground {
    position: relative;
    margin-bottom: 120px;
    padding: 80px 0 160px;
}
.list-ground__graduation {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 72%;
    height: 100%;
    background-image: linear-gradient(170deg, #00d0e2, #008fce);
    background-size: 100% 100%;
}
@media (min-width: 992px) {
    .list-ground__graduation {
        width: 55%;
    }
}
.list-ground__normal {
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 0;
    bottom: 80px;
    width: 100%;
    background-color: #e2f1f4;
}
.list-ground .container {
    position: relative;
    z-index: 2;
}
@media (min-width: 992px) {
    .list-ground__row {
        display: flex;
    }
}
.list-ground__header {
    width: 68%;
    margin-bottom: 24px;
    color: #fff;
}
@media (min-width: 992px) {
    .list-ground__header {
        width: 240px;
        margin-right: 68px;
    }
}
.list-ground__header .heading .ja,
.list-ground__header .heading .en {
    color: currentColor;
}
.list-ground__header .lede {
    line-height: 2;
    letter-spacing: 2px;
    font-size: 14px;
}
.list-ground__list {
    flex: 1;
    min-width: 1px;
    counter-reset: listGround;
}
.list-ground__list .num-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.list-ground__list .num-list li {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    padding: 28px 16px;
    letter-spacing: 2px;
    font-size: 15px;
    background-color: #fff;
}
@media (min-width: 992px) {
    .list-ground__list .num-list li {
        font-size: 16px;
    }
}
.list-ground__list .num-list li span {
    flex: 1;
    min-width: 1px;
}
.list-ground__list .num-list li:before {
    content: "" counter(listGround);
    counter-increment: listGround;
    display: inline-block;
    width: 40px;
    margin-right: 16px;
    line-height: 1;
    font-size: 24px;
    color: rgba(0, 143, 206, 0.5);
    text-align: center;
}
@media (min-width: 992px) {
    .list-ground__list .num-list li:before {
        width: 3em;
    }
}

/**
 * Layout
 */
/**
 * Layout
 * レイアウト全般に関するものはここに書く
 */
body {
    display: flex;
    flex-direction: column;
}

body.drawer-active .layout-main,
body.drawer-active .layout-footer {
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

.layout-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 1920px;
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 10px -5px rgba(72, 72, 72, 0.8);
}

.layout-main {
    position: relative;
    z-index: 0;
    flex: 1 0 auto;
    margin-top: 60px;
}
@media (min-width: 768px) {
    .layout-main {
        margin-top: 68px;
    }
}
@media (min-width: 1200px) {
    .layout-main {
        margin-top: 112px;
    }
}

body.front .layout-main {
    margin-top: 0;
}

.layout-header {
    position: relative;
    z-index: 10;
}

.layout-footer {
    position: relative;
    z-index: 1;
}

.container {
    max-width: 452px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-left: calc(env(safe-area-inset-left) + 16px);
    padding-left: calc(constant(safe-area-inset-left) + 16px);
    padding-right: 16px;
    padding-right: calc(env(safe-area-inset-right) + 16px);
    padding-right: calc(constant(safe-area-inset-right) + 16px);
}
@media (min-width: 576px) {
    .container {
        max-width: 552px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 712px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 912px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1156px;
    }
}

.row {
    margin-left: -16px;
    margin-right: -16px;
}

body.front .header {
    background-color: transparent;
}

body.front:not(.scrolled) .header-brand-logo a {
    color: #fff;
}
body.front:not(.scrolled) .header-brand-logo a svg path {
    fill: currentColor;
}

body.front .header-nav-button {
    color: #fff;
}

body.scrolled .header {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.1);
}

body.scrolled .header-nav-button {
    color: #003a53;
}
body.scrolled .header-nav-button .text {
    color: #566369;
}

body.scrolldown .header {
    transform: translateY(-101%);
}

body.drawer-active .header-brand-logo a {
    color: #fff;
}
body.drawer-active .header-brand-logo a svg path {
    fill: #fff;
}

body.drawer-active .header-contact {
    display: none;
}

#wpadminbar {
    position: fixed !important;
}

body.admin-bar .header {
    top: 46px;
}
@media (min-width: 783px) {
    body.admin-bar .header {
        top: 32px;
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 300px;
    width: 100%;
    background-color: #fff;
    transition: 235ms ease;
}
@media (max-width: 1199px) {
    .header .container {
        max-width: none;
    }
}
.header-row {
    display: flex;
    align-items: center;
}

.drawer-active .header-brand {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    padding: 0 16px;
}

body.drawer-active .header-brand a {
    color: #fff;
}

body:not(.scrolled):not(.drawer-active):not(.front) .header-brand-logo a {
    color: #003a53;
}

.header-brand {
    display: flex;
    width: 100%;
}
@media (min-width: 1200px) {
    .header-brand {
        width: auto;
    }
}
.header-brand-logo {
    margin: 0;
    padding: 16px 0;
    font-size: 1em;
    line-height: 1;
}
@media (min-width: 1200px) {
    .header-brand-logo {
        padding: 10px 0;
    }
}
.header-brand-logo img {
    display: block;
    line-height: 1;
}
@media (max-width: 767px) {
    .header-brand-logo img {
        width: auto;
        height: 28px;
    }
}
.header-brand-logo svg {
    display: block;
    width: auto;
    line-height: 1;
}
@media (max-width: 767px) {
    .header-brand-logo svg {
        height: 28px;
    }
}
@media (min-width: 768px) {
    .header-brand-logo svg {
        height: 36px;
    }
}
.header-brand-logo svg path {
    transition: 235ms ease;
}
.header-brand-link {
    display: inline-block;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: middle;
}
.header-brand-link.hover {
    opacity: 0.3;
}

.header-nav {
    margin-left: auto;
}
@media (max-width: 1199px) {
    .header-nav {
        pointer-events: none;
        position: fixed;
        top: 0;
        right: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        background-image: linear-gradient(
            135deg,
            rgba(0, 194, 211, 0.8),
            rgba(0, 132, 191, 0.8)
        );
        box-shadow: -2px 0 3px 0 rgba(102, 102, 102, 0.1);
        transform: scale(0.8);
    }
    .header-nav-inner {
        padding: 80px 16px;
    }
    .header-nav.drawer-active {
        pointer-events: auto;
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        transition: 300ms ease;
    }
}
@media (min-width: 1200px) {
    .header-nav {
        position: relative;
    }
    .header-nav:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 100vw !important;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.35);
    }
}

.header-nav-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: auto;
    padding: 0 15px;
    line-height: 1;
    color: #003a53;
    background-color: transparent;
    border: 0;
    outline: 0;
}
.header-nav-button.drawer-active {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 11;
    padding: 6px 0;
    color: #fff;
}
.header-nav-button.drawer-active .bars {
    width: 36px;
}
.header-nav-button.drawer-active .bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.header-nav-button.drawer-active .bar:nth-child(2) {
    width: 0;
    opacity: 0;
    visibility: hidden;
}
.header-nav-button.drawer-active .bar:first-child {
    transform: rotate(45deg);
}
.header-nav-button.drawer-active .bar:last-child {
    transform: rotate(-45deg);
}
.header-nav-button.drawer-active .text {
    display: none;
}
@media (min-width: 1200px) {
    .header-nav-button {
        display: none;
    }
}
.header-nav-button .bars {
    position: relative;
    width: 76%;
    height: 26px;
    margin: -5px 0;
}
.header-nav-button .bar {
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0;
    background-color: currentColor;
    border-radius: 2px;
    transition: 235ms ease;
}
.header-nav-button .text {
    margin-top: 6px;
    font-family: "Lato", sans-serif;
}

.drawer-active .fixed-contact {
    display: none;
}

@media (min-width: 992px) {
    body.scrollfooter .fixed-contact {
        opacity: 0;
    }
}

.common-contact-btn {
    width: 70px;
    margin-right: -16px;
}
.common-contact-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 8px 12px;
    color: #fff;
    background-position: center center;
    background-image: linear-gradient(-135deg, #00d0e2, #008fce);
    text-decoration: none;
    transition: 235ms ease;
}
.common-contact-btn a.hover {
    opacity: 0.8;
}
.common-contact-btn a > i,
.common-contact-btn a > span {
    display: block;
}
.common-contact-btn a .ico-envelope {
    margin-bottom: 4px;
    line-height: 1;
}
.common-contact-btn a .text {
    margin: 0 -12px;
    font-size: 10px;
    line-height: 1.2;
    white-space: nowrap;
}
@media (min-width: 1200px) {
    .common-contact-btn a {
        padding: 28px 12px;
    }
    .common-contact-btn a .ico-envelope {
        margin-bottom: 8px;
    }
    .common-contact-btn a .text {
        width: 1em;
        margin: 0;
        font-size: 16px;
        white-space: normal;
    }
    .common-contact-btn a .text .bou {
        display: inline-block;
        transform: rotate(90deg);
        transform-origin: 50% 49%;
    }
}

@media (min-width: 1200px) {
    .header-contact {
        display: none;
    }
}

@media (max-width: 1199px) {
    .fixed-contact {
        display: none;
    }
}

@media (min-width: 1200px) {
    .fixed-contact {
        position: fixed;
        top: 50%;
        right: 0;
        z-index: 2;
        width: 64px;
        margin-right: 0;
        transform: translateY(-50%);
        transition: 235ms ease;
    }
}

.footer {
    background-color: #f2f7f8;
}
@media screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footer .container {
        max-width: 980px;
    }
}

.footer-main {
    padding: 32px 0 40px;
}
@media (min-width: 992px) {
    .footer-main {
        padding: 48px 0;
    }
}
@media (min-width: 768px) {
    .footer-main__row {
        display: flex;
        align-items: center;
    }
}
.footer-main__logo {
    text-align: center;
}
@media (min-width: 768px) {
    .footer-main__logo {
        text-align: left;
    }
}
.footer-main__logo:after {
    content: "";
    display: block;
    margin: 26px 0;
    border-bottom: 1px solid #707070;
}
@media (min-width: 768px) {
    .footer-main__logo:after {
        margin: 16px 0;
    }
}
.footer-main__address {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.6;
}
@media (min-width: 768px) {
    .footer-main__address {
        margin-bottom: 0;
    }
}
.footer-main__address p {
    margin: 0;
}
@media (min-width: 768px) {
    .footer-main__navi {
        margin-left: auto;
    }
}
.footer-main__contact {
    text-align: center;
}
@media (min-width: 768px) {
    .footer-main__contact {
        text-align: right;
    }
}
.footer-main__contact .contact-link {
    display: inline-block;
    padding: 16px 23px;
    line-height: 1;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(-135deg, #00d0e2, #008fce);
    transition: 235ms ease;
}
@media (max-width: 767px) {
    .footer-main__contact .contact-link {
        max-width: 290px;
        width: 100%;
        padding: 24px;
        font-size: 16px;
        text-align: center;
    }
}
.footer-main__contact .contact-link.hover {
    opacity: 0.8;
}
.footer-main__contact .contact-link .ico-envelope {
    margin-right: 8px;
}

.footer-navi {
    display: none;
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
    line-height: 1;
}
@media (min-width: 992px) {
    .footer-navi {
        display: flex;
        align-items: center;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footer-navi {
        flex-wrap: wrap;
    }
}
.footer-navi li {
    margin-left: -1px;
    padding: 0 18px;
    border-left: 1px solid currentColor;
    border-right: 1px solid currentColor;
}
.footer-navi li:first-child {
    margin-left: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .footer-navi li {
        padding: 0 12px;
    }
}
.footer-navi a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: currentColor;
    overflow: hidden;
}
.footer-navi a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: translateX(100%);
}
.footer-navi a.hover {
    text-decoration: none;
}

.footer-copyright {
    padding: 24px 0;
    padding-bottom: 32px;
    padding-bottom: calc(env(safe-area-inset-bottom) + 32px);
    padding-bottom: calc(constant(safe-area-inset-bottom) + 32px);
    color: #fff;
    text-align: center;
    background-color: #003a53;
}
@media (min-width: 992px) {
    .footer-copyright {
        padding: 32px 0;
    }
}
.footer-copyright .copyright {
    margin: 0;
    line-height: 1.2;
    letter-spacing: 2px;
    font-family: "Lato", sans-serif;
    font-size: 12px;
}

.footer-contact {
    padding: 64px 0;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(-135deg, #00d0e2, #008fce);
}
.footer-contact__text {
    margin: 0 0 24px;
    font-size: 13px;
}
@media (min-width: 992px) {
    .footer-contact__text {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    body.front .gnavi a,
    body.front .gnavi .en,
    body.front .gnavi li.current a:before {
        color: #fff;
    }
}

@media (min-width: 1200px) {
    body.front .subnavi a {
        color: #fff;
        border-color: #fff;
    }
    body.front .subnavi a.hover {
        color: #003a53;
        background-color: #fff;
    }
}

@media (min-width: 1200px) {
    body.front.scrolled .subnavi a {
        color: #003a53;
        border-color: #003a53;
    }
    body.front.scrolled .subnavi a.hover {
        color: #fff;
        background-color: #003a53;
    }
}

.gnavi {
    margin: 0;
    padding: 0;
    list-style: none;
}
@media (min-width: 1200px) {
    .gnavi {
        display: flex;
        margin: 0 -24px;
    }
}
@media (min-width: 1200px) {
    .gnavi li {
        padding: 0 24px;
        transition: padding 235ms ease;
    }
}
@media (min-width: 1200px) {
    .gnavi li.current a:before {
        opacity: 1;
        background-color: currentColor;
        transform: translateX(0);
        transition: 0s;
    }
}
.gnavi a {
    position: relative;
    color: #003a53;
    line-height: 1;
    text-decoration: none;
    transition: 235ms ease;
}
@media (min-width: 1200px) {
    .gnavi a {
        display: block;
        padding: 45px 0 25px;
    }
}
.gnavi a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    opacity: 0;
    background-color: transparent;
    transform: translateX(50vw);
    transition: 320ms cubic-bezier(0.6, 0.04, 0.98, 0.335) 100ms;
}
.gnavi a:hover {
    opacity: 0.8;
}
.gnavi a:hover:before {
    bottom: -1px;
    height: 3px;
    opacity: 1;
    background-color: currentColor;
    transform: translateX(0);
    transition: 400ms cubic-bezier(0.075, 0.82, 0.165, 1) 80ms;
}
.gnavi a > span {
    display: block;
}
.gnavi .ja {
    margin-bottom: 16px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
}
.gnavi .en {
    font-size: 10px;
    color: rgba(86, 99, 105, 0.6);
    letter-spacing: 2px;
}

.subnavi {
    position: absolute;
    top: 0;
    right: 0;
    list-style: none;
    display: flex;
    margin: -1px -5px 0;
    padding: 0;
    font-size: 14px;
}
.subnavi li {
    padding: 0 5px;
}
.subnavi a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    padding: 5px 12px;
    padding-right: 24px;
    line-height: 1.2;
    color: #003a53;
    text-decoration: none;
    text-align: center;
    border: 1px solid #003a53;
    transition: 235ms ease;
}
.subnavi a .ja {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.subnavi a.hover {
    color: #fff;
    background-color: #003a53;
}
.subnavi .fa-angle-right {
    position: absolute;
    top: 50%;
    right: 8px;
    font-size: 120%;
    line-height: 1;
    transform: translateY(-50%);
}

.drawer-active .header-nav-inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 120px 0;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.drawer-active .gnavi {
    display: inline-block;
    text-align: left;
}
.drawer-active .gnavi li {
    margin-bottom: 30px;
}
.drawer-active .gnavi li:last-child {
    margin-bottom: 0;
}
.drawer-active .gnavi a {
    position: relative;
    display: block;
    padding-bottom: 15px;
    color: #fff;
}
.drawer-active .gnavi a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform: translateX(100vw);
    transition: 340ms ease;
}
.drawer-active .gnavi a.hover:before {
    transform: translateX(0);
}
.drawer-active .gnavi .ja {
    margin-bottom: 5px;
    font-size: 20px;
    letter-spacing: 8px;
    transition: 235ms ease;
}
.drawer-active .gnavi .en {
    font-size: 12px;
    letter-spacing: 4px;
    color: rgba(255, 255, 255, 0.6);
    transition: 235ms ease;
}

.drawer-active .subnavi {
    position: relative;
    display: block;
    max-width: 170px;
    margin: 30px auto;
}
.drawer-active .subnavi li {
    padding: 5px 0;
}
.drawer-active .subnavi a {
    padding: 8px 16px;
    padding-right: 24px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
}
.drawer-active .subnavi a.hover {
    color: #003a53;
    background-color: #fff;
}

@media (min-width: 1200px) {
    .scrolled .gnavi {
        margin: 0 -15px;
    }
    .scrolled .gnavi a {
        padding: 15px 0;
    }
    .scrolled .gnavi li {
        padding: 0 15px;
    }
    .scrolled .gnavi .ja {
        font-size: 14px;
    }
    .scrolled .gnavi .en {
        font-size: 10px;
    }
}

@media (min-width: 1200px) {
    .scrolled .gnavi.front .ja {
        margin-bottom: 8px;
    }
    .scrolled .gnavi.front a,
    .scrolled .gnavi.front li.current a:before {
        color: #003a53;
    }
    .scrolled .gnavi.front .en {
        color: rgba(86, 99, 105, 0.6);
    }
}

.scrolled .header-nav-inner {
    display: flex;
    align-items: center;
}

.scrolled .subnavi {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    margin-left: 20px;
}
.scrolled .subnavi li {
    margin: -1px 0;
    padding: 0;
}
.scrolled .subnavi a {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
    color: #003a53;
    border: 1px solid #003a53;
}
.scrolled .subnavi a.hover {
    color: #fff;
    background-color: #003a53;
}

/**
 * Pages
 */
/**
 * Pages
 * 各ページのScssファイルをここでインポートしてください
 */
.page-wrapper {
    padding: 40px 0 60px;
}
@media (min-width: 992px) {
    .page-wrapper {
        padding: 60px 0 80px;
    }
}

.lity-container {
    max-width: 360px !important;
}
.lity-container .lity-iframe-container {
    max-height: 480px !important;
    height: 100% !important;
    padding-top: 0 !important;
}
.lity-container .lity-iframe-container iframe {
    position: relative !important;
    height: 320px;
    background-color: #fff;
}

.lity {
    background-color: rgba(0, 0, 0, 0.3);
}

.page-download {
    display: flex;
    flex-direction: column;
    max-width: 720px;
    height: 100vh;
    margin: 0 auto;
    padding: 0;
}
.page-download .container {
    max-width: 720px;
}
.page-download .title {
    margin-bottom: 0;
    padding: 12px 16px;
    font-size: 18px;
    color: #fff;
    background-color: #008fce;
}
.page-download .page-default__content {
    flex: 1;
    min-height: 1px;
    padding: 30px 16px;
}
.page-download .page-download__footer {
    padding: 5px 16px;
    line-height: 1;
    color: #fff;
    text-align: right;
    background-color: #00a1e8;
}
.page-download .dlm-email-lock p {
    margin: 0;
}
.page-download .dlm-email-lock input[type="submit"] {
    cursor: pointer;
    color: #fff;
    background-color: #008fce;
    border-color: #007db5 !important;
}
.page-download .dlm-email-lock input[type="submit"]:hover {
    opacity: 0.8;
}
.page-download .dlm-email-lock .dlm-email-lock-email {
    float: none;
    width: 100%;
}
.page-download .dlm-email-lock .dlm-email-lock-submit {
    width: auto;
    margin-left: auto;
}
.page-download .dlm-email-lock .submit {
    margin-top: 8px;
    text-align: right;
}

.front-kv {
    position: relative;
    padding: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #f0f0f0;
}
@media (max-width: 767px) {
    .front-kv {
        background-image: url(../img/front/kv_main-sp@2x.jpg);
    }
}
.front-kv__clipmask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 55vh;
    overflow: hidden;
    transform: skewY(-12.5deg);
    transform-origin: 0 100%;
}
@media (min-width: 768px) {
    .front-kv__clipmask {
        width: 57.4%;
        height: 100%;
        transform: skew(-11.8deg);
        transform-origin: 100% 0;
    }
}
.front-kv__clipmask .front-kv__bg {
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media (max-width: 767px) {
    .front-kv__clipmask .front-kv__bg {
        top: 0;
        left: 0;
        width: 100%;
        transform: skewY(12.5deg);
        transform-origin: 0 0;
    }
}
@media (min-width: 768px) {
    .front-kv__clipmask .front-kv__bg {
        top: 0;
        right: -2.4%;
        left: 0;
        background-position: right center;
        transform: skew(11.8deg);
        transform-origin: 100% 0;
    }
}
.front-kv__slider {
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 60vh;
    overflow: hidden;
}
@media (max-width: 767px) {
    .front-kv__slider {
        left: 0;
        bottom: 0;
    }
}
@media (min-width: 768px) {
    .front-kv__slider {
        top: 0;
        right: 0;
        width: 60%;
        height: 100%;
    }
}
@media (min-width: 992px) {
    .front-kv__slider {
        width: 58%;
    }
}
.front-kv__slider .front-kv__vegas {
    width: 100%;
    height: 100% !important;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url(../img/front/slides/03@2x.jpg);
}
.front-kv .mask-future,
.front-kv .mask-ur {
    position: absolute;
    z-index: 1;
}
.front-kv .mask-future svg,
.front-kv .mask-ur svg {
    display: block;
    line-height: 1;
}
@media (max-width: 767px) {
    .front-kv .mask-future {
        right: -5px;
        top: 120px;
        width: 70%;
        max-width: 386px;
        text-align: right;
    }
}
@media (min-width: 768px) {
    .front-kv .mask-future {
        left: 3%;
        bottom: -5px;
        max-width: 50%;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .front-kv .mask-future {
        width: 40%;
    }
}
@media (max-width: 767px) {
    .front-kv .mask-ur {
        left: -5px;
        bottom: -2px;
        width: 70%;
    }
}
@media (min-width: 768px) {
    .front-kv .mask-ur {
        right: -18px;
        bottom: -8px;
        max-width: 50%;
        text-align: right;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .front-kv .mask-ur {
        width: 76%;
    }
}
.front-kv__container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    height: 100vh;
}
@media (min-width: 768px) {
    .front-kv__container {
        height: 480px;
    }
}
@media (min-width: 992px) {
    .front-kv__container {
        min-height: 700px;
        height: 100vh;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .front-kv__container {
        min-height: 580px;
        height: auto;
    }
}
.front-kv__textbox {
    padding: 0 16px;
    color: #fff;
    text-align: center;
}
@media (min-width: 768px) {
    .front-kv__textbox {
        margin-bottom: -80px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .front-kv__textbox {
        margin-bottom: -160px;
    }
}
.front-kv__textbox .title {
    font-weight: normal;
    font-size: 30px;
}
@media (min-width: 768px) {
    .front-kv__textbox .title {
        font-size: 26px;
    }
}
@media (min-width: 992px) {
    .front-kv__textbox .title {
        font-size: 40px;
    }
}
.front-kv__textbox .lede {
    margin: 0 0 24px;
    font-size: 15px;
    letter-spacing: 1px;
}
@media (min-width: 768px) {
    .front-kv__textbox .lede {
        font-size: 14px;
    }
}
@media (min-width: 992px) {
    .front-kv__textbox .lede {
        margin-bottom: 32px;
        font-size: 16px;
    }
}
.front-kv__textbox .scroll-next .bar {
    position: relative;
    display: block;
    width: 1px;
    height: 72px;
    margin: 0 auto 8px;
    background-color: currentColor;
}
@media (min-width: 768px) {
    .front-kv__textbox .scroll-next .bar {
        height: 48px;
    }
}
@media (min-width: 992px) {
    .front-kv__textbox .scroll-next .bar {
        height: 72px;
    }
}
.front-kv__textbox .scroll-next .cir {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 9px;
    height: 9px;
    opacity: 0;
    border: 4px solid transparent;
    border-top: 8px solid currentColor;
    border-bottom: 0;
    transform: translateY(-50%) translateX(-45%);
    animation: scrollNext 1.8s ease-in-out 1.5s infinite forwards;
}
.front-kv__textbox .scroll-next .text {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
}

@keyframes scrollNext {
    0% {
        top: 0%;
        opacity: 0;
    }
    20% {
        top: 0%;
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    50% {
        border-top-width: 15px;
    }
    60% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        top: 100%;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

.front-news {
    padding: 0;
    background-color: #008fce;
    overflow: hidden;
}
@media (min-width: 768px) {
    .front-news__row {
        display: flex;
    }
}
.front-news__header {
    background-color: #008fce;
}
@media (min-width: 768px) {
    .front-news__header {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.front-news__header .inner {
    padding: 14px 0;
    color: #fff;
}
@media (max-width: 767px) {
    .front-news__header .inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@media (min-width: 768px) {
    .front-news__header .inner {
        padding: 25px 36px;
        padding-left: 0;
    }
}
.front-news__header .title {
    margin: 0;
    line-height: 1.4;
    font-weight: normal;
}
@media (min-width: 768px) {
    .front-news__header .title {
        display: flex;
        align-items: center;
        margin-bottom: 4px;
    }
}
.front-news__header .title .ja {
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
}
.front-news__header .title .en {
    display: block;
    margin-left: auto;
    font-weight: 200;
    font-size: 12px;
    letter-spacing: 2px;
    opacity: 0.5;
}
.front-news__header .link .btn-primary {
    min-width: 184px;
    padding: 6px 20px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.5);
}
.front-news__header .link .btn-primary .bar {
    width: 24px;
    background-color: rgba(255, 255, 255, 0.5);
}
.front-news__header .link .btn-primary .bar:before {
    display: none;
}
.front-news__content {
    position: relative;
    background-color: #fff;
}
@media (max-width: 767px) {
    .front-news__content {
        margin-left: -16px;
        margin-right: -16px;
        padding: 16px 16px;
    }
}
@media (min-width: 768px) {
    .front-news__content {
        flex: 1;
        display: flex;
        align-items: center;
        min-width: 1px;
    }
    .front-news__content:before {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 0;
        display: block;
        width: 100vw;
        height: 100%;
        background-color: #fff;
    }
}
@media (min-width: 992px) {
    .front-news__content__inner {
        padding: 24px;
        padding-right: 0;
    }
}
.front-news__content .inner {
    margin-bottom: 16px;
}
.front-news__content .inner:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .front-news__content .inner {
        display: flex;
        align-items: center;
        max-width: 100%;
        width: 100%;
    }
}
.front-news__content .meta {
    position: relative;
    margin-bottom: 4px;
    line-height: 1.4;
    font-size: 12px;
}
@media (min-width: 768px) {
    .front-news__content .meta {
        width: 164px;
        margin-bottom: 0;
        font-size: 14px;
    }
}
.front-news__content .meta time {
    display: block;
    padding-left: 44px;
    color: #008fce;
}
.front-news__content .meta time:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 32px;
    height: 1px;
    margin-top: -1px;
    background-color: currentColor;
}
.front-news__content .link {
    width: 100%;
    line-height: 1.4;
    overflow: hidden;
}
@media (min-width: 992px) {
    .front-news__content .link {
        flex: 1;
        min-width: 1px;
    }
}
.front-news__content .link p {
    margin: 0;
    overflow: hidden;
}
@media (max-width: 767px) {
    .front-news__content .link p {
        display: -webkit-box;
        /*! autoprefixer: ignore next */
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        width: 100%;
        max-height: calc(2em * 1.6);
    }
}
@media (min-width: 768px) {
    .front-news__content .link p {
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
.front-news__content .link a {
    font-size: 14px;
    color: #3a433a;
}
.front-news__content .link a.hover {
    text-decoration: none;
}

.front-philosopy {
    padding-bottom: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
@media (min-width: 768px) {
    .front-philosopy {
        background-position: right top;
    }
}
.front-philosopy__textbox {
    padding: 30px 0 0;
}
@media (min-width: 768px) {
    .front-philosopy__textbox {
        padding: 0 0 60px;
    }
}
@media (min-width: 1200px) {
    .front-philosopy__textbox {
        max-width: 38%;
        padding: 122px 0 137px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .front-philosopy__textbox {
        padding: 0px 0 60px;
    }
}
.front-philosopy__textbox .title {
    margin: 0 0 40px;
    letter-spacing: 3px;
    font-weight: normal;
    font-size: 22px;
    color: #008fce;
}
@media (min-width: 768px) {
    .front-philosopy__textbox .title {
        margin-bottom: 20px;
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .front-philosopy__textbox .title {
        margin-bottom: 66px;
        font-size: 26px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .front-philosopy__textbox .title {
        margin-bottom: 38px;
        font-size: 24px;
    }
}
.front-philosopy__textbox .text {
    margin: 0 0 40px;
    line-height: 2;
    letter-spacing: 2px;
    font-size: 15px;
}
@media (min-width: 768px) {
    .front-philosopy__textbox .text {
        margin-bottom: 30px;
        font-size: 14px;
    }
}
@media (min-width: 992px) {
    .front-philosopy__textbox .text {
        margin-bottom: 48px;
        font-size: 16px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .front-philosopy__textbox .link .btn-primary {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 14px;
    }
}
.front-philosopy__textbox .people {
    max-width: 600px;
    margin: 40px auto 0;
}
@media (min-width: 768px) {
    .front-philosopy__textbox .people {
        display: none;
    }
}

.front-service {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: url(../img/front/tri_blue_alpha20.svg);
    background-size: 45% auto;
}
@media (min-width: 768px) {
    .front-service {
        background-size: 32% auto;
    }
}
@media (min-width: 992px) {
    .front-service {
        background-size: 23% auto;
    }
}
@media (min-width: 768px) {
    .front-service__row {
        display: flex;
        align-items: center;
    }
}
@media (max-width: 767px) {
    .front-service__img {
        width: 96%;
        margin-top: -28px;
        margin-left: -38px;
    }
    .front-service__img picture {
        display: block;
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .front-service__img {
        width: 48%;
        margin-top: -50px;
        margin-left: -70px;
        margin-right: 52px;
        margin-bottom: -50px;
    }
}
@media (min-width: 992px) {
    .front-service__img {
        max-width: 577px;
        width: 52%;
        margin-top: -130px;
        margin-left: -70px;
        margin-right: 72px;
        margin-bottom: -120px;
    }
}
.front-service__textbox {
    padding: 40px 0 57px;
}
@media (min-width: 992px) {
    .front-service__textbox {
        flex: 1;
        min-width: 1px;
    }
}
.front-service__textbox .text {
    margin-bottom: 24px;
    line-height: 2;
    letter-spacing: 2px;
    font-size: 15px;
}
@media (min-width: 992px) {
    .front-service__textbox .text {
        margin-bottom: 48px;
    }
}
.front-service__textbox .text p {
    margin: 0 0 1em;
}
.front-service__textbox .text p:last-child {
    margin-bottom: 0;
}
.front-service__textbox .link .btn {
    min-width: 200px;
}
.front-service .bunya {
    display: flex;
    flex-wrap: wrap;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin: -4px;
    margin-bottom: 32px;
}
.front-service .bunya__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(33.33332% - 8px);
    height: 60px;
    margin: 4px;
    line-height: 1.2;
    font-size: 15px;
    color: #003a53;
    text-align: center;
    background: rgba(0, 208, 226, 0.15);
}
@media (min-width: 992px) {
    .front-service .bunya__item {
        height: 64px;
        font-size: 18px;
    }
}
.front-service .bunya__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: currentColor;
    text-decoration: none;
}
.front-service .bunya__item a.hover {
    opacity: 0.8;
}
.front-service .bunya__item small {
    display: block;
    font-size: 88%;
}

.front-products {
    position: relative;
    padding: 64px 0 80px;
    background-color: #f2f7f8;
}
@media (min-width: 992px) {
    .front-products {
        padding: 120px 0;
    }
}
.front-products .zi2 {
    position: relative;
    z-index: 2;
}
.front-products .heading-muted {
    margin-bottom: 24px;
}
@media (min-width: 992px) {
    .front-products .heading-muted {
        display: flex;
        margin-bottom: 48px;
    }
}
.front-products .heading-muted .heading {
    margin-right: 80px;
    margin-bottom: 24px;
}
.front-products .heading-muted p {
    margin: 0;
    font-size: 15px;
    letter-spacing: 2px;
}
@media (min-width: 992px) {
    .front-products .heading-muted p {
        margin: 0.8em 0;
        font-size: 16px;
    }
}
.front-products .heading-muted p:last-child {
    margin-bottom: 0;
}
.front-products__mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
@media (max-width: 991px) {
    .front-products__mask {
        width: 45%;
    }
    .front-products__mask svg {
        width: 100%;
        height: auto;
    }
}
@media (min-width: 992px) {
    .front-products__mask {
        width: 476px;
    }
}
.front-products__content {
    margin-bottom: 27px;
}
@media (max-width: 991px) {
    .front-products__content {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
.front-products__list {
    display: flex;
    width: 1200px;
    margin: 0;
    padding: 0 0 30px;
    list-style: none;
}
@media (min-width: 992px) {
    .front-products__list {
        width: 110vw;
        margin-left: -5vw;
        margin-right: -5vw;
    }
}
.front-products__list li {
    flex: 1;
    width: 200px;
    margin: 0 16px;
    box-shadow: 0 38px 30px -30px rgba(0, 0, 0, 0.2);
}
.front-products__list img {
    max-width: none;
    width: 100%;
}
.front-products__swiper {
    margin-bottom: -38px;
}
.front-products__swiper .swiper-wrapper {
    padding-bottom: 38px;
}
.front-products__swiper .swiper-slide {
    padding: 0 24px;
}
.front-products__swiper a {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background-color: #f0f0f0;
    box-shadow: 0 38px 30px -30px rgba(0, 0, 0, 0.2);
    transition: 235ms ease;
}
.front-products__swiper a.hover {
    opacity: 0.8;
}
.front-products__swiper a.hover .image {
    transform: scale(1.12);
}
.front-products__swiper .image {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: 235ms ease;
}
.front-products__swiper .image .not {
    display: block;
    padding: 10px;
    overflow: hidden;
    font-size: 12px;
    color: #d2d2d2;
}

.front-blog {
    padding: 60px 0 80px;
}
@media (min-width: 992px) {
    .front-blog {
        padding: 80px 0;
    }
}
.front-blog__list {
    margin-bottom: 32px;
}
@media (min-width: 992px) {
    .front-blog__list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -16px 40px;
    }
}
@media (min-width: 992px) {
    .front-blog__item {
        width: 50%;
        padding: 0 16px;
    }
}
.front-blog__link {
    display: flex;
    padding: 16px 0;
    text-decoration: none;
    border-bottom: 1px solid #dbe3e8;
    transition: 235ms ease;
}
.front-blog__link.hover {
    background-color: #f8fafd;
}
.front-blog__link.hover .title {
    text-decoration: none;
}
.front-blog__img {
    width: 30%;
}
.front-blog__img .thumbnail {
    padding-bottom: 75%;
}
.front-blog__content {
    position: relative;
    flex: 1;
    min-width: 1px;
    padding-left: 16px;
}
@media (min-width: 992px) {
    .front-blog__content {
        padding-top: 20px;
        padding-left: 32px;
    }
}
.front-blog__content .meta {
    position: relative;
    margin-left: -16px;
    margin-bottom: 10px;
    padding-left: 16px;
    font-size: 12px;
}
@media (min-width: 992px) {
    .front-blog__content .meta {
        display: flex;
        margin-left: -32px;
        padding-left: 32px;
        font-size: 14px;
    }
}
.front-blog__content .meta time:before {
    content: "";
    position: absolute;
    top: calc(1em / 2 * 1.5);
    left: 0;
    display: block;
    width: 12px;
    height: 1px;
    background-color: #008fce;
}
@media (min-width: 992px) {
    .front-blog__content .meta time:before {
        width: 24px;
    }
}
.front-blog__content .meta .ten {
    padding: 0 8px;
}
@media (max-width: 767px) {
    .front-blog__content .meta .ten {
        display: none;
    }
}
.front-blog__content .meta .category {
    font-weight: bold;
}
.front-blog__content .title {
    margin: 0;
    max-height: calc(2em * 1.4);
    overflow: hidden;
    display: -webkit-box;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    color: #566369;
    text-decoration: underline;
}
@media (min-width: 992px) {
    .front-blog__content .title {
        font-size: 18px;
    }
}
.front-blog__all {
    text-align: center;
}

.philosophy-mission {
    padding-bottom: 0;
}
.philosophy-mission .title {
    margin-bottom: 64px;
    padding: 32px 0 14px;
    font-weight: normal;
    font-size: 26px;
    color: #003a53;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/philosophy/mission.svg);
    background-size: contain;
}
@media (min-width: 992px) {
    .philosophy-mission .title {
        margin-bottom: 120px;
    }
}
.philosophy-mission__text {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/philosophy/mark@2x.png);
    background-size: contain;
}
@media (min-width: 992px) {
    .philosophy-mission__text {
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .philosophy-mission__text p {
        margin-top: -1em;
        margin-bottom: -1em;
    }
}
.philosophy-mission__text .text {
    line-height: 2.4;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
}
@media (min-width: 992px) {
    .philosophy-mission__text .text {
        line-height: 3;
        letter-spacing: 3px;
        font-size: 18px;
    }
}
.philosophy-mission__img {
    margin: 24px -16px -32px;
}
.philosophy-mission__img img {
    max-width: none;
    width: 100%;
}
@media (min-width: 992px) {
    .philosophy-mission__sp {
        display: none;
    }
}
@media (max-width: 991px) {
    .philosophy-mission__pc {
        display: none;
    }
}
@media (min-width: 992px) {
    .philosophy-mission {
        position: relative;
        padding-bottom: 200px;
    }
    .philosophy-mission .container {
        position: relative;
        max-width: 540px;
    }
    .philosophy-mission__left,
    .philosophy-mission__right {
        position: absolute;
        top: 14%;
    }
    .philosophy-mission__left {
        right: 50%;
        transform: translateX(-85%);
    }
    .philosophy-mission__right {
        left: 50%;
        transform: translateX(85%);
    }
}

.philosophy-pro {
    padding: 80px 0 64px;
    text-align: center;
    background-image: url(../img/philosophy/bg_pro-sp.jpg);
}
@media (min-width: 992px) {
    .philosophy-pro {
        padding: 80px 0;
        background-image: url(../img/philosophy/bg_pro.jpg);
    }
}
.philosophy-pro .title {
    margin-bottom: 64px;
    font-weight: normal;
    font-size: 18px;
}
@media (min-width: 992px) {
    .philosophy-pro .title {
        font-size: 20px;
    }
}
.philosophy-pro .text {
    font-size: 15px;
    line-height: 2;
}
@media (max-width: 991px) {
    .philosophy-pro .text {
        text-align: left;
    }
}
.philosophy-pro .text p {
    margin-bottom: 2em;
}
.philosophy-pro .text p:last-child {
    margin-bottom: 0;
}

.philosophy-vision {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (min-width: 992px) {
    .philosophy-vision {
        padding: 120px 0;
    }
}
.philosophy-vision__content {
    margin-bottom: 40px;
}
@media (min-width: 992px) {
    .philosophy-vision__content {
        margin-bottom: 80px;
    }
    .philosophy-vision__content .container {
        max-width: 920px;
    }
}
.philosophy-vision__content .lede {
    line-height: 2;
}
.philosophy-vision__list ol {
    margin: 0 auto;
    list-style: none;
}
.philosophy-vision__item {
    margin-bottom: 8px;
    padding: 32px 24px;
    background-image: linear-gradient(
        to right,
        rgba(0, 208, 226, 0.1),
        rgba(0, 143, 206, 0.1)
    );
}
@media (min-width: 992px) {
    .philosophy-vision__item {
        display: flex;
        align-items: center;
        padding: 56px 96px;
    }
}
.philosophy-vision__item .num {
    margin-right: 24px;
    line-height: 1;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
    font-size: 80px;
    color: rgba(0, 143, 206, 0.5);
}
@media (max-width: 991px) {
    .philosophy-vision__item .num {
        float: left;
        font-size: 64px;
    }
}
.philosophy-vision__item .text {
    width: 100%;
    margin: 0;
}
.philosophy-vision__item .text dt,
.philosophy-vision__item .text dd {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}
.philosophy-vision__item .text dt {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 20px;
    color: #008fce;
}
@media (max-width: 991px) {
    .philosophy-vision__item .text dt {
        padding-left: 64px;
        line-height: 1.6;
    }
}
.philosophy-vision__item .text dd {
    display: none;
    font-size: 14px;
}
.philosophy-vision__item .text dd:before {
    content: "";
    display: block;
    clear: both;
}

.philosophy-message__kv {
    position: relative;
}
.philosophy-message__kv img {
    max-width: none;
    width: 100%;
}
.philosophy-message__kv-container {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
.philosophy-message__kv-container .container {
    max-width: 920px;
}
.philosophy-message__kv .heading .ja,
.philosophy-message__kv .heading .en {
    color: #fff;
}
.philosophy-message__kv .heading .en {
    font-weight: 300;
}

.philosophy-message .message {
    padding: 64px 0;
    line-height: 2;
    font-size: 15px;
    letter-spacing: 1px;
}
.philosophy-message .message p {
    margin-bottom: 2em;
}
.philosophy-message .message p:last-child {
    margin-bottom: 0;
}
.philosophy-message .message .container {
    max-width: 736px;
}
.philosophy-message .message .name-group {
    margin-top: 3em;
    line-height: 1;
    text-align: right;
}
.philosophy-message .message .name-group span {
    display: inline-block;
    vertical-align: middle;
}
.philosophy-message .message .name-group img {
    display: block;
}
.philosophy-message .message .name-group .manage {
    margin-top: 5px;
    margin-right: 20px;
    font-size: 14px;
}

.service-sec1 .title {
    margin-bottom: 60px;
    padding: 28px 0 12px;
    font-weight: normal;
    font-size: 26px;
    color: #003a53;
    letter-spacing: 4px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/service/service.svg);
    background-size: contain;
}
@media (min-width: 992px) {
    .service-sec1 .title {
        margin-bottom: 120px;
        padding: 60px 0 30px;
        line-height: 1;
        font-size: 40px;
        letter-spacing: 8px;
    }
}

.service-sec1__text {
    margin-bottom: 60px;
    text-align: left;
}
@media (min-width: 992px) {
    .service-sec1__text {
        margin-bottom: 120px;
        text-align: center;
    }
}
.service-sec1__text .h {
    text-align: center;
    font-size: 20px;
}
.service-sec1__text .text {
    line-height: 2;
    font-size: 15px;
    letter-spacing: 2px;
}

.service-case .container {
    max-width: 960px;
}

@media (min-width: 992px) {
    .service-case__sp {
        display: none;
    }
}

.service-case__sp .title {
    margin: 0 0 4px;
    line-height: 1;
    font-weight: normal;
    font-size: 48px;
    color: rgba(0, 143, 206, 0.2);
    letter-spacing: 2px;
}

.service-case__sp .case-table caption {
    margin-bottom: 24px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 18px;
    color: #003a53;
    text-align: left;
}

.service-case__sp .case-table th,
.service-case__sp .case-table td {
    padding: 0 0 32px;
    text-align: left;
    vertical-align: top;
}

.service-case__sp .case-table th {
    width: 106px;
    color: #008fce;
}

.service-case__sp .case-table td {
    line-height: 1.8;
}

.service-case__pc {
    text-align: center;
}
@media (max-width: 991px) {
    .service-case__pc {
        display: none;
    }
}
.service-case__pc .head span {
    display: block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.service-case__pc .head .en {
    font-weight: normal;
    font-size: 64px;
    color: rgba(0, 143, 206, 0.2);
    letter-spacing: 4px;
}
.service-case__pc .head .ja {
    font-size: 20px;
    color: #003a53;
}
.service-case__pc tbody td {
    padding: 32px 48px;
}
.service-case__pc .bar {
    height: 1px;
    padding: 0;
}
.service-case__pc .bar:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #008fce;
}
.service-case__pc .h {
    width: 108px;
    padding: 0;
    font-weight: bold;
    font-size: 18px;
    color: #008fce;
}

@media (max-width: 991px) {
    .service-flow {
        margin-bottom: 60px;
        padding-top: 40px;
        padding-bottom: 120px;
    }
}

.service-maker {
    padding: 0 0 120px;
}
@media (min-width: 992px) {
    .service-maker__row {
        display: flex;
    }
}
.service-maker__head {
    margin-bottom: 42px;
    margin-right: 76px;
}
.service-maker__box {
    flex: 1;
    min-width: 1px;
}
.service-maker__box .maker-list {
    margin: -8px;
}
@media (min-width: 992px) {
    .service-maker__box .maker-list {
        display: flex;
        flex-wrap: wrap;
    }
}
.service-maker__box .maker-list .item {
    margin-bottom: 8px;
    padding: 24px;
    background-color: rgba(0, 208, 226, 0.15);
}
@media (min-width: 992px) {
    .service-maker__box .maker-list .item {
        width: calc(33.333332% - 16px);
        margin: 8px;
    }
}
.service-maker__box .maker-list .item > span {
    display: block;
    font-size: 20px;
    color: #003a53;
    letter-spacing: 2px;
}
.service-maker__box .maker-list .name {
    font-size: 14px;
    color: #566369;
    letter-spacing: 1px;
}
.service-maker__box .maker-list .names {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0 0;
    padding: 0;
}
.service-maker__box .maker-list .names li {
    position: relative;
    margin-right: 1em;
    padding-left: 1.12em;
}
.service-maker__box .maker-list .names li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 3px;
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -2px;
    background-color: #666;
    border-radius: 10px;
}

.service-products {
    position: relative;
    margin: 0 0 -80px;
    padding: 124px 0 160px;
    background-color: #f2f7f8;
}
.service-products .top-angle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 34%;
}
.service-products .h-page {
    position: relative;
    z-index: 2;
    margin-bottom: 97px;
    letter-spacing: 4px;
}
.service-products .h-page:after {
    display: none;
}
@media (min-width: 992px) {
    .service-products__row {
        display: flex;
    }
}
.service-products__item {
    margin-bottom: 40px;
}
@media (min-width: 992px) {
    .service-products__item {
        width: 25%;
        margin-bottom: 0;
        padding: 0 16px;
    }
}
.service-products__item .img {
    margin-bottom: 32px;
    padding: 0 32px;
    text-align: center;
}
.service-products__item .img span {
    display: inline-block;
    width: 100%;
    padding-bottom: 92%;
    background-color: #f0f0f0;
}
.service-products__item .img img,
.service-products__item .img span {
    box-shadow: -36px 40px 25px -36px rgba(0, 0, 0, 0.15);
}
.service-products__item .title {
    margin: 0 0 24px;
    font-weight: normal;
    font-size: 18px;
    color: #008fce;
}
.service-products__item .link {
    text-align: center;
}
.service-products__item .link a {
    font-size: 15px;
}

.products-search {
    position: relative;
    padding: 20px 0;
    background-color: #f2f7f8;
}
@media (min-width: 992px) {
    .products-search {
        padding: 40px 0;
    }
}
.products-search .title {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 24px;
    color: #003a53;
    letter-spacing: 2px;
}
.products-search__form select {
    width: 100%;
    background-color: #fff;
}
@media (min-width: 992px) {
    .products-search__box {
        display: flex;
        margin: 0 -16px 16px;
    }
}
.products-search__item {
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    .products-search__item {
        width: 50%;
        padding: 0 16px;
    }
}
.products-search__submit {
    display: flex;
    align-items: center;
    justify-content: center;
}
.products-search__submit .orand {
    margin-right: 32px;
}
.products-search__submit button {
    font-size: 16px;
}
@media (min-width: 992px) {
    .products-search__submit button {
        min-width: 300px;
        padding: 16px;
    }
}
.products-search__submit .orand {
    position: relative;
}
.products-search__submit .orand label {
    cursor: pointer;
    position: relative;
    display: flex;
    width: 120px;
    color: #fff;
    overflow: hidden;
    background-color: #008fce;
    border: 1px solid #007db5;
    border-radius: 30px;
}
.products-search__submit .orand input[type="checkbox"] {
    display: none;
}
.products-search__submit .orand input[type="checkbox"] + .bar {
    border-radius: 5px 30px 30px 5px;
    transform: translateX(96%) translateY(-50%);
}
.products-search__submit .orand input[type="checkbox"] ~ .or,
.products-search__submit .orand input[type="checkbox"] ~ .and {
    color: #666;
    background-color: #fff;
}
.products-search__submit .orand input[type="checkbox"] ~ .or {
    border-radius: 30px 0 0 30px;
}
.products-search__submit .orand input[type="checkbox"] ~ .and {
    border-radius: 0 30px 30px 0;
}
.products-search__submit .orand input[type="checkbox"]:checked ~ .or,
.products-search__submit .orand input[type="checkbox"]:checked ~ .and {
    color: #fff;
    background-color: #008fce;
}
.products-search__submit .orand input[type="checkbox"]:checked + .bar {
    border-radius: 30px 5px 5px 30px;
    transform: translateX(0) translateY(-50%);
}
.products-search__submit .orand span {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50%;
    padding: 8px 10px;
    line-height: 1;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    transition: 300ms ease;
}
.products-search__submit .orand .bar {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 1px;
    width: 50%;
    height: 96%;
    background-color: #fcfcff;
    border: 1px solid #ccc;
    border-radius: 30px;
    box-shadow: 0 0 2px 1px rgba(102, 102, 102, 0.4);
    transform: translateY(-50%);
    transition: 300ms ease;
}
.products-search__found {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 8px 16px;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: right;
}
.products-search__found strong {
    margin-left: 16px;
    font-size: 16px;
    color: #008fce;
}

.products-archives {
    padding: 40px 0;
}
.products-archives .title-search-cat {
    margin-bottom: 32px;
    font-size: 24px;
    color: #003a53;
    text-align: center;
}
@media (min-width: 992px) {
    .products-archives .title-search-cat {
        font-size: 26px;
    }
}
.products-archives .title-search-tag {
    margin-bottom: 32px;
    font-weight: bold;
    font-size: 16px;
    color: #008fce;
    text-align: center;
}
@media (min-width: 992px) {
    .products-archives .title-search-tag {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .products-archives__row {
        display: flex;
        flex-wrap: wrap;
        margin: 40px -16px 0;
    }
}
@media (min-width: 992px) {
    .products-archives__item {
        width: 50%;
        padding: 16px !important;
    }
}
.products-archives__item .archive-title h2 {
    font-weight: normal;
    font-size: 15px;
    color: #008fce;
}
.products-archives__item .excerpt {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 15px;
}
@media (min-width: 992px) {
    .products-archives__item .excerpt {
        margin-bottom: 30px;
    }
}
.products-archives__item .link {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    text-align: center;
}
@media (min-width: 992px) {
    .products-archives__item .link {
        padding: 40px;
        text-align: right;
    }
}
.products-archives__link {
    position: relative;
    display: block;
    height: 100%;
    padding: 20px;
    padding-bottom: 80px;
    color: currentColor;
    text-decoration: none;
    background-color: #f2f7f8;
}
@media (min-width: 992px) {
    .products-archives__link {
        padding: 40px;
        padding-bottom: 120px;
    }
}
.products-archives__img:before,
.products-archives__img:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.products-archives__img .img {
    float: left;
    width: 110px;
    margin-right: 16px;
}
@media (max-width: 991px) {
    .products-archives__img .cf {
        display: block;
        width: 100%;
        clear: both;
    }
    .products-archives__img .meta {
        width: 100%;
        margin-top: 20px;
        font-size: 14px;
    }
}
.products-archives__img .image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 73.4375%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.products-archives__img .image .not {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
}
@media (min-width: 992px) {
    .products-archives__img .img {
        width: 45%;
    }
    .products-archives__img .archive-title h2 {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .products-archives__img .meta {
        font-size: 14px;
    }
}

.products-detail {
    margin-bottom: 80px;
}
@media (min-width: 992px) {
    .products-detail {
        margin-bottom: 120px;
    }
}
.products-detail__header__top {
    margin-bottom: 32px;
}
@media (min-width: 992px) {
    .products-detail__header__top {
        margin-bottom: 40px;
    }
}
@media (min-width: 992px) {
    .products-detail__header__top .title-header-box {
        margin-left: 572px;
    }
}
.products-detail__header__top .title {
    margin: 0 0 16px;
    font-weight: normal;
    font-size: 24px;
    color: #008fce;
}
@media (min-width: 992px) {
    .products-detail__header__top .title {
        margin-bottom: 24px;
        font-size: 32px;
    }
}
.products-detail__header__top .meta {
    margin: 0 0 22px;
    font-size: 13px;
    color: #566369;
}
@media (min-width: 992px) {
    .products-detail__header__top .meta {
        margin-bottom: 32px;
        font-size: 14px;
    }
}
.products-detail__header__top .bar {
    width: 40px;
    height: 1px;
    background-color: #dbe3e8;
}
.products-detail__header__row {
    margin-top: 180px;
    padding: 1px 0 32px;
    background-color: #f2f7f8;
}
@media (min-width: 992px) {
    .products-detail__header__row {
        margin-top: 0;
    }
    .products-detail__header__row .container {
        display: flex;
    }
}
.products-detail__description .text {
    line-height: 1.8;
    font-size: 15px;
}
@media (min-width: 992px) {
    .products-detail__description {
        flex: 1;
        min-width: 1px;
        padding-top: 40px;
    }
    .products-detail__description .text {
        line-height: 2;
        font-size: 16px;
    }
}
.products-detail__content .container {
    max-width: 736px;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.products-gallery {
    position: relative;
    margin-top: -140px;
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .products-gallery {
        max-width: 500px;
        width: 45%;
        margin-top: -105px;
        margin-right: 72px;
    }
}
.products-gallery__main {
    position: relative;
    height: 0;
    padding-bottom: 73.6%;
    overflow: hidden;
    background-color: #fff;
}
.products-gallery__main img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: "object-fit: contain;";
}
.products-gallery__main:before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    opacity: 0;
    visibility: hidden;
    border-radius: 80px;
    border: 16px solid #0076aa;
    border-top-color: #008fce;
    border-bottom-color: #008fce;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    transition: 300ms ease;
    animation: loading 0.5s linear 0s infinite forwards;
}
.products-gallery__main.loading:before {
    opacity: 1;
    visibility: visible;
}
.products-gallery__main .error {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 16px;
    font-size: 14px;
    color: #e33;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-50%);
}
.products-gallery__thumbs {
    display: flex;
    flex-wrap: wrap;
    margin: 16px -8px 0;
}
@media (min-width: 992px) {
    .products-gallery__thumbs {
        margin-top: 16px;
    }
}
.products-gallery__thumbs__item {
    width: 33.333332%;
    padding: 0 8px;
}
.products-gallery__thumbs__item .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.products-gallery__thumbs__item .img img {
    opacity: 0.7;
    transition: 235ms ease;
}
.products-gallery__thumbs__item .img.current img {
    opacity: 1;
}
.products-gallery__thumbs__item .img.hover img {
    opacity: 1;
}

.products-content .products-mce {
    margin-bottom: 40px;
}
@media (min-width: 992px) {
    .products-content .products-mce {
        margin-bottom: 60px;
    }
}
.products-content .products-mce h1,
.products-content .products-mce h2,
.products-content .products-mce h3,
.products-content .products-mce h4,
.products-content .products-mce h5,
.products-content .products-mce h6 {
    margin: 3em 0 40px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
    color: #003a53;
}
.products-content .products-mce h1:first-child,
.products-content .products-mce h2:first-child,
.products-content .products-mce h3:first-child,
.products-content .products-mce h4:first-child,
.products-content .products-mce h5:first-child,
.products-content .products-mce h6:first-child {
    margin-top: 0;
}
.products-content .products-mce h1:after,
.products-content .products-mce h2:after,
.products-content .products-mce h3:after,
.products-content .products-mce h4:after,
.products-content .products-mce h5:after,
.products-content .products-mce h6:after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    margin-top: 16px;
    background-color: #dbe3e8;
}
.products-content .products-mce p {
    margin: 0 0 1.4em;
    line-height: 2;
}
.products-content .products-mce p:last-child {
    margin-bottom: 0;
}
.products-content .products-mce ul {
    margin: 0 0 40px;
    padding: 0;
    padding-left: 1.2em;
    list-style: none;
}
.products-content .products-mce ul li {
    position: relative;
}
.products-content .products-mce ul li:not(:last-child) {
    margin-bottom: 10px;
}
.products-content .products-mce ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1em;
    display: block;
    width: 6px;
    height: 6px;
    background-color: #008fce;
    border-radius: 6px;
    transform: translateY(-50%);
}

.products-content .youtube {
    margin-bottom: 64px;
}
@media (min-width: 992px) {
    .products-content .youtube {
        margin-bottom: 80px;
    }
}
.products-content .youtube .title {
    margin-bottom: 16px;
    font-size: 16px;
    color: #008fce;
}
@media (min-width: 992px) {
    .products-content .youtube .title {
        margin-bottom: 24px;
        font-size: 18px;
    }
}
.products-content .youtube__iframe {
    position: relative;
    height: 0;
    z-index: 2;
    margin-bottom: 32px;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.products-content .youtube__iframe:last-child {
    margin-bottom: 0;
}
.products-content .youtube__iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.products-content .pdf-download {
    margin-bottom: 46px;
}
@media (min-width: 992px) {
    .products-content .pdf-download {
        margin-bottom: 120px;
    }
}
.products-content .pdf-download .title {
    margin-bottom: 16px;
    font-size: 16px;
    color: #008fce;
}
@media (min-width: 992px) {
    .products-content .pdf-download .title {
        margin-bottom: 24px;
        font-size: 18px;
    }
}
.products-content .pdf-download__item {
    margin-bottom: 16px;
    padding: 24px;
    background-color: #f2f7f8;
}
@media (min-width: 992px) {
    .products-content .pdf-download__item {
        display: flex;
        align-items: center;
        padding: 32px;
    }
}
.products-content .pdf-download .pdf-title {
    margin-bottom: 16px;
}
@media (min-width: 992px) {
    .products-content .pdf-download .pdf-title {
        flex: 1;
        min-width: 1px;
        margin-bottom: 0;
    }
}
.products-content .pdf-download .link {
    text-align: center;
}
@media (min-width: 992px) {
    .products-content .pdf-download .link {
        margin-left: auto;
    }
}
.products-content .pdf-download .btn-primary {
    min-width: 180px;
    padding: 14px 16px;
    padding-right: 32px;
    text-align: left;
}

.products-archives__related .products-archives__row {
    margin-bottom: 40px;
}

.company-info .container {
    max-width: 736px;
}

.company-info .text {
    line-height: 2;
    font-size: 15px;
    letter-spacing: 1px;
}
@media (min-width: 992px) {
    .company-info .text {
        line-height: 2.5;
        font-size: 16px;
    }
}
.company-info .text p:not(:last-child) {
    margin-bottom: 2em;
}

.company-contents .img {
    padding: 40px 0;
    text-align: center;
}
@media (min-width: 992px) {
    .company-contents .img {
        padding-bottom: 80px;
    }
}

.company-contents__bg img {
    width: 100%;
}

.company-overview .container {
    max-width: 928px;
}

@media (min-width: 992px) {
    .company-overview .table-overview th {
        width: 152px;
        text-align: left;
    }
}

.company-enkaku {
    padding: 60px 0;
}
.company-enkaku .container {
    max-width: 928px;
}
@media (min-width: 992px) {
    .company-enkaku .table-overview th {
        width: 236px;
    }
}

.company-address {
    margin-bottom: -60px;
    padding: 60px 0 200px;
    background-color: #f2f7f8;
}
@media (min-width: 992px) {
    .company-address {
        margin-bottom: -80px;
        padding: 120px 0 200px;
    }
}
.company-address .container {
    max-width: 968px;
}
@media (max-width: 991px) {
    .company-address .container {
        padding: 0;
    }
}
.company-address__item {
    margin-bottom: 240px;
    margin-right: 32px;
    padding: 24px 32px 1px 55px;
    background-color: #fff;
}
@media (min-width: 992px) {
    .company-address__item {
        display: flex;
        align-items: center;
        margin-top: 140px;
        margin-bottom: 180px;
        margin-right: 0;
        padding: 40px;
    }
}
.company-address__item:last-child {
    margin-bottom: 40px;
}
.company-address__textbox .title {
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-size: 16px;
    color: #008fce;
}
@media (min-width: 992px) {
    .company-address__textbox .title {
        font-size: 18px;
    }
}
.company-address__textbox .text {
    letter-spacing: 1px;
    line-height: 2;
    font-size: 15px;
}
@media (min-width: 992px) {
    .company-address__textbox .text {
        font-size: 16px;
    }
}
.company-address__textbox .text p {
    margin: 0 0 1em;
}
.company-address__textbox .text p:last-child {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .company-address__gmap {
        margin-top: 24px;
        margin-right: -64px;
        margin-bottom: -200px;
    }
    .company-address__gmap .gmap {
        height: 300px;
    }
    .company-address__gmap .gmap iframe {
        width: 100%;
        height: 100%;
    }
}
@media (min-width: 992px) {
    .company-address__gmap {
        max-width: 448px;
        width: 100%;
        margin: -120px 0;
        margin-left: auto;
    }
}
.company-address__gmap iframe {
    display: block;
}
@media (min-width: 992px) {
    .company-address__gmap .gmap {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 75%;
        overflow: hidden;
    }
    .company-address__gmap .gmap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.recruit .h-page {
    color: #003a53;
}

.recruit-catch {
    padding: 60px 0 0;
}
@media (min-width: 992px) {
    .recruit-catch {
        padding: 120px 0 0;
    }
}
.recruit-catch .catchcopy {
    margin-bottom: 64px;
    text-align: center;
}
@media (min-width: 992px) {
    .recruit-catch .catchcopy {
        margin-bottom: 120px;
    }
}
.recruit-catch .catchcopy__title {
    margin-bottom: 40px;
    font-size: 24px;
}
@media (min-width: 992px) {
    .recruit-catch .catchcopy__title {
        margin-bottom: 60px;
        font-size: 32px;
    }
}
.recruit-catch .catchcopy__lede {
    text-align: left;
}
@media (min-width: 992px) {
    .recruit-catch .catchcopy__lede {
        text-align: center;
    }
}
.recruit-catch__picture picture {
    max-width: 100%;
    width: 100%;
}
.recruit-catch__picture img {
    max-width: none;
    width: 100%;
}

.recruit-news {
    padding: 40px 0;
    background-color: #f2f7f8;
}
@media (min-width: 992px) {
    .recruit-news {
        padding: 80px 0;
    }
}
.recruit-news .container {
    max-width: 736px;
}
.recruit-news .title {
    margin: 0 0 48px;
    font-weight: normal;
    font-size: 18px;
}
@media (min-width: 992px) {
    .recruit-news .title {
        font-size: 24px;
    }
}
.recruit-news__next {
    margin-top: 24px;
}

.recruit-riyu {
    padding: 60px 0;
}
@media (min-width: 992px) {
    .recruit-riyu {
        padding: 120px 0 60px;
    }
}
.recruit-riyu__contents {
    max-width: 864px;
    margin: 0 auto;
}
.recruit-riyu__item {
    margin-bottom: 48px;
}
@media (min-width: 992px) {
    .recruit-riyu__item {
        display: flex;
        align-items: center;
        margin-bottom: 48px;
    }
}
.recruit-riyu__textbox {
    position: relative;
    flex: 1;
    min-width: 1px;
}
@media (min-width: 992px) {
    .recruit-riyu__textbox {
        margin-right: 48px;
    }
}
.recruit-riyu__textbox .num {
    display: inline-block;
    width: 48px;
    height: 48px;
    color: #fff;
    background-color: #008fce;
    transform: rotate(45deg);
}
@media (max-width: 991px) {
    .recruit-riyu__textbox .num {
        margin-right: 20px;
        vertical-align: middle;
    }
}
@media (min-width: 992px) {
    .recruit-riyu__textbox .num {
        position: absolute;
        top: -56px;
        left: -108px;
        display: block;
        width: 85px;
        height: 85px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .recruit-riyu__textbox .num {
        position: absolute;
        top: -10px;
        left: -22px;
        width: 48px;
        height: 48px;
    }
}
.recruit-riyu__textbox .num i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    transform: rotate(-45deg);
}
@media (min-width: 992px) {
    .recruit-riyu__textbox .num i {
        font-size: 40px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .recruit-riyu__textbox .num i {
        font-size: 32px;
    }
}
.recruit-riyu__textbox .title {
    margin: 0 0 24px;
    font-size: 18px;
    color: #008fce;
}
@media (max-width: 991px) {
    .recruit-riyu__textbox .title {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .recruit-riyu__textbox .title {
        padding-left: 54px;
    }
}
.recruit-riyu__textbox .text {
    line-height: 2;
}
@media (max-width: 991px) {
    .recruit-riyu__textbox .text {
        margin-top: 20px;
        font-size: 15px;
    }
}
.recruit-riyu__textbox .text p {
    margin: 0 0 1em;
}
.recruit-riyu__textbox .text p:last-child {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .recruit-riyu__img {
        max-width: 400px;
        width: 46.5%;
    }
}

.recruit-greeting {
    padding-bottom: 60px;
}
@media (min-width: 992px) {
    .recruit-greeting {
        padding-bottom: 60px;
    }
}
@media (min-width: 992px) {
    .recruit-greeting__row {
        display: flex;
    }
}
.recruit-greeting__img {
    margin-bottom: 32px;
    text-align: center;
}
@media (max-width: 767px) {
    .recruit-greeting__img {
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media (min-width: 992px) {
    .recruit-greeting__img {
        max-width: 448px;
        width: 40%;
        margin-right: 32px;
    }
}
@media (min-width: 992px) {
    .recruit-greeting__text {
        flex: 1;
        min-width: 1px;
    }
}
.recruit-greeting__text .title {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 20px;
    color: #008fce;
}
@media (min-width: 992px) {
    .recruit-greeting__text .title {
        margin-bottom: 32px;
        font-size: 26px;
    }
}
.recruit-greeting__text .text {
    line-height: 2;
    font-size: 16px;
    letter-spacing: 2px;
}
.recruit-greeting__text .text p {
    margin-bottom: 2em;
}
.recruit-greeting__text .text p:last-child {
    margin-bottom: 0;
}

.recruit-negai {
    padding: 30px 0;
}
@media (min-width: 992px) {
    .recruit-negai {
        padding: 60px 0;
    }
}
.recruit-negai .container {
    max-width: 600px;
}
.recruit-negai .lede {
    margin-bottom: 38px;
    font-size: 20px;
    color: #008fce;
    text-align: center;
}
@media (min-width: 992px) {
    .recruit-negai .lede {
        font-size: 26px;
    }
}
.recruit-negai__textbox .text {
    line-height: 2;
    font-size: 16px;
    text-align: center;
}
@media (min-width: 992px) {
    .recruit-negai__textbox .text {
        font-size: 18px;
    }
}
.recruit-negai__textbox .text p:not(:last-child) {
    margin-bottom: 2em;
}

.recruit-naiyou {
    padding: 60px 0 30px;
    background-color: rgba(226, 241, 244, 0.5);
}
@media (min-width: 992px) {
    .recruit-naiyou {
        padding: 120px 0;
    }
}
.recruit-naiyou .h-page {
    color: #003a53;
}
.recruit-naiyou__item {
    margin-bottom: 24px;
    padding: 24px 24px 32px;
    background-color: #fff;
}
@media (min-width: 992px) {
    .recruit-naiyou__item {
        display: flex;
        align-items: center;
        margin-bottom: 24px;
        padding: 0;
        padding-left: 160px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .recruit-naiyou__item {
        padding-left: 36px;
    }
}
.recruit-naiyou__textbox {
    position: relative;
    flex: 1;
    min-width: 1px;
    padding: 16px 0;
}
@media (min-width: 992px) {
    .recruit-naiyou__textbox {
        margin-right: 64px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .recruit-naiyou__textbox {
        margin-right: 40px;
    }
}
.recruit-naiyou__textbox .num {
    line-height: 1;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 300;
    font-size: 40px;
    color: rgba(0, 143, 206, 0.5);
}
@media (min-width: 992px) {
    .recruit-naiyou__textbox .num {
        position: absolute;
        top: 8px;
        left: -64px;
        font-size: 80px;
    }
}
.recruit-naiyou__textbox .num i {
    font-style: normal;
}
.recruit-naiyou__textbox .title {
    margin: 0 0 16px;
    font-size: 16px;
    color: #008fce;
}
@media (max-width: 991px) {
    .recruit-naiyou__textbox .title {
        display: inline-block;
        margin-left: 10px;
    }
}
@media (min-width: 992px) {
    .recruit-naiyou__textbox .title {
        margin-bottom: 24px;
        font-size: 20px;
    }
}
.recruit-naiyou__textbox .text {
    line-height: 2;
}
@media (max-width: 991px) {
    .recruit-naiyou__textbox .text {
        margin-bottom: 24px;
        font-size: 15px;
    }
}
.recruit-naiyou__textbox .text p {
    margin: 0 0 1em;
}
.recruit-naiyou__textbox .text p:last-child {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .recruit-naiyou__img {
        max-width: 384px;
        width: 40%;
    }
}

.recruit-time {
    padding: 30px 0 100px;
}
@media (min-width: 992px) {
    .recruit-time {
        padding: 120px 0 60px;
    }
}
@media (max-width: 991px) {
    .recruit-time-lede {
        display: none;
    }
}
@media (min-width: 992px) {
    .recruit-time-lede {
        margin: 0 0 54px;
        font-size: 26px;
        color: #008fce;
        letter-spacing: 2px;
        text-align: center;
    }
}
@media (min-width: 992px) {
    .recruit-time__content {
        display: flex;
    }
}
.recruit-time__textbox {
    flex: 1;
    min-width: 1px;
}
@media (min-width: 992px) {
    .recruit-time__textbox {
        margin-right: 64px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .recruit-time__textbox {
        margin-right: 40px;
    }
}
.recruit-time__textbox .title {
    margin: 0 0 32px;
    font-weight: normal;
    font-size: 24px;
    color: #008fce;
    letter-spacing: 1px;
}
@media (min-width: 992px) {
    .recruit-time__textbox .title {
        color: #003a53;
    }
}
.recruit-time__textbox .time-table {
    width: 100%;
}
@media (max-width: 991px) {
    .recruit-time__textbox .time-table {
        display: none;
    }
}
.recruit-time__textbox .time-table th,
.recruit-time__textbox .time-table td {
    position: relative;
    padding-bottom: 16px;
    vertical-align: top;
    letter-spacing: 1px;
    text-align: left;
    line-height: 1.6;
}
.recruit-time__textbox .time-table th p,
.recruit-time__textbox .time-table td p {
    margin: 0;
}
.recruit-time__textbox .time-table tr:last-child time:after {
    display: none;
}
.recruit-time__textbox .time-table time {
    display: block;
    width: 180px;
    padding-left: 30px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: rgba(86, 99, 105, 0.5);
}
.recruit-time__textbox .time-table time:before,
.recruit-time__textbox .time-table time:after {
    content: "";
    position: absolute;
    display: block;
    background-color: #008fce;
}
.recruit-time__textbox .time-table time:before {
    top: calc(1em / 2 * 2);
    left: 0;
    width: 8px;
    height: 8px;
    margin-top: -3px;
    border-radius: 10px;
}
.recruit-time__textbox .time-table time:after {
    top: calc(1em / 2 * 2);
    left: 3px;
    width: 1px;
    height: 100%;
}
.recruit-time__textbox .time-table th {
    width: 96px;
    font-weight: bold;
    font-size: 16px;
}
.recruit-time__textbox .time-table-mobile {
    width: 100%;
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .recruit-time__textbox .time-table-mobile {
        display: none;
    }
}
.recruit-time__textbox .time-table-mobile td {
    position: relative;
    padding-bottom: 20px;
    font-size: 15px;
    vertical-align: top;
}
.recruit-time__textbox .time-table-mobile tr:last-child time:after {
    display: none;
}
.recruit-time__textbox .time-table-mobile time {
    display: block;
    width: 106px;
    padding-left: 32px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: rgba(86, 99, 105, 0.5);
    letter-spacing: 1px;
}
.recruit-time__textbox .time-table-mobile time:before,
.recruit-time__textbox .time-table-mobile time:after {
    content: "";
    position: absolute;
    display: block;
    background-color: #008fce;
}
.recruit-time__textbox .time-table-mobile time:before {
    top: calc(1em / 2);
    left: 3px;
    width: 8px;
    height: 8px;
    margin-top: -1px;
    border-radius: 10px;
}
.recruit-time__textbox .time-table-mobile time:after {
    top: calc(1em / 2);
    left: 6px;
    width: 1px;
    height: 100%;
    background-color: #008fce;
}
.recruit-time__img {
    max-width: 384px;
}
@media (max-width: 991px) {
    .recruit-time__img {
        max-width: none;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .recruit-time__img {
        width: 37%;
        margin-right: -72px;
    }
}
@media (min-width: 992px) {
    .recruit-time__img {
        width: 35%;
    }
}

.recruit-fukuri {
    padding: 30px 0;
}
@media (min-width: 992px) {
    .recruit-fukuri {
        padding: 60px 0;
    }
}
.recruit-fukuri .container {
    max-width: 816px;
}
.recruit-fukuri__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -4px;
}
@media (min-width: 992px) {
    .recruit-fukuri__content {
        justify-content: center;
        margin: -24px;
    }
}
.recruit-fukuri__item {
    width: 50%;
    padding: 4px;
}
@media (min-width: 992px) {
    .recruit-fukuri__item {
        width: 33.33332%;
        padding: 24px;
    }
}
@media (max-width: 991px) {
    .recruit-fukuri__item.ori {
        display: none;
    }
}
@media (min-width: 992px) {
    .recruit-fukuri__item.ori {
        width: 0;
        margin-right: -4%;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .recruit-fukuri__item.ori {
        margin-right: -5%;
    }
}
.recruit-fukuri__item .box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    color: #008fce;
    overflow: hidden;
    text-align: center;
    border: 1px solid #008fce;
    border-radius: 240px;
}
.recruit-fukuri__item .box-inner {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0 16px;
}
.recruit-fukuri__item .title {
    font-weight: bold;
    font-size: 16px;
}
@media (min-width: 992px) {
    .recruit-fukuri__item .title {
        font-size: 18px;
    }
}
.recruit-fukuri__item .lede {
    margin-top: 7px;
    font-size: 11px;
    letter-spacing: 1px;
}
@media (min-width: 992px) {
    .recruit-fukuri__item .lede {
        font-size: 13px;
    }
}

.recruit-seido .recruit-fukuri__item .box {
    color: #fff;
    background-color: #00d0e2;
    border-color: #00d0e2;
}

.recruit-active {
    padding: 30px 0;
}
@media (min-width: 992px) {
    .recruit-active {
        padding: 60px 0;
    }
}
.recruit-active__item {
    margin-bottom: 40px;
}
@media (min-width: 992px) {
    .recruit-active__item {
        display: flex;
        margin-bottom: 54px;
    }
}
@media (min-width: 992px) {
    .recruit-active__item__left {
        margin-left: -32px;
    }
}
@media (min-width: 992px) {
    .recruit-active__item__right {
        flex-direction: row-reverse;
        margin-right: -32px;
    }
}
.recruit-active__img {
    margin-bottom: 20px;
    text-align: center;
}
@media (min-width: 992px) {
    .recruit-active__img {
        max-width: 448px;
        width: 38.8%;
        margin-left: 32px;
        margin-right: 32px;
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
    .recruit-active__text {
        flex: 1;
        min-width: 1px;
    }
}
.recruit-active__text .title {
    margin: 0 0 12px;
    font-size: 18px;
    color: #008fce;
    letter-spacing: 2px;
}
@media (min-width: 992px) {
    .recruit-active__text .title {
        margin-bottom: 40px;
        font-size: 20px;
    }
}
.recruit-active__text .text {
    line-height: 2;
    letter-spacing: 2px;
    font-size: 15px;
}
@media (min-width: 992px) {
    .recruit-active__text .text {
        font-size: 16px;
    }
}
.recruit-active__text .text p {
    margin: 0 0 1em;
}
.recruit-active__text .text p:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .recruit-cando__row {
        display: flex;
        flex-wrap: wrap;
        margin: -20px -16px;
    }
}

.recruit-cando__item {
    margin-bottom: 40px;
}
@media (min-width: 992px) {
    .recruit-cando__item {
        width: 33.33332%;
        margin-bottom: 0;
        padding: 20px 16px;
    }
}

.recruit-cando__circle {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
    padding-top: 36px;
    text-align: center;
    border: 1px solid #008fce;
    border-radius: 256px;
}
@media (min-width: 992px) {
    .recruit-cando__circle {
        width: 256px;
        height: 256px;
        padding-top: 40px;
    }
}
.recruit-cando__circle .num {
    line-height: 1;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 42px;
    color: rgba(0, 143, 206, 0.5);
}
@media (min-width: 992px) {
    .recruit-cando__circle .num {
        font-size: 64px;
    }
}
.recruit-cando__circle .head {
    margin-top: 10px;
    line-height: 1.6;
    font-size: 18px;
    color: #008fce;
    letter-spacing: 2px;
}
@media (min-width: 992px) {
    .recruit-cando__circle .head {
        margin-top: 20px;
        font-size: 20px;
    }
}

.recruit-cando__text {
    line-height: 2;
}

.recruit-message .container {
    max-width: 768px;
}

.recruit-message__text .title {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 20px;
    color: #008fce;
    letter-spacing: 2px;
}
@media (min-width: 992px) {
    .recruit-message__text .title {
        margin-bottom: 40px;
        font-size: 26px;
    }
}

.recruit-message__text .text {
    line-height: 2;
    letter-spacing: 1px;
}
.recruit-message__text .text p {
    margin-bottom: 2em;
}
.recruit-message__text .text p:last-child {
    margin-bottom: 0;
}

.recruit-overview {
    padding: 40px 0 40px;
}
@media (min-width: 992px) {
    .recruit-overview {
        padding: 60px 0;
    }
}
.recruit-overview__data {
    max-width: 928px;
    margin: auto;
}

.recruit-flow .container {
    max-width: 959px;
}

.recruit-entry {
    padding-bottom: 60px !important;
}
@media (min-width: 992px) {
    .recruit-entry {
        padding-bottom: 80px !important;
    }
}
.recruit-entry .container {
    max-width: 959px;
}
@media (min-width: 992px) {
    .recruit-entry__row {
        display: flex;
        margin: 0 -16px;
    }
}
.recruit-entry__item {
    margin-bottom: 16px;
    padding: 38px 26px;
    text-align: center;
    border: 1px solid #dbe3e8;
}
@media (min-width: 992px) {
    .recruit-entry__item {
        flex: 1;
        margin: 0 16px;
        padding: 40px 40px 34px;
    }
}
.recruit-entry__item:last-child {
    margin-bottom: 0;
}
.recruit-entry__item .title {
    margin-bottom: 28px;
    font-weight: normal;
    font-size: 24px;
    color: #008fce;
    letter-spacing: 2px;
}
@media (min-width: 992px) {
    .recruit-entry__item .title {
        font-size: 26px;
    }
}
.recruit-entry__item .btn {
    display: block;
    width: 100%;
    text-align: left;
}
.recruit-entry__item .btn.hover {
    color: #fff;
    background-color: #008fce;
}
@media (max-width: 767px) {
    .recruit-entry__item .tel {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 16px;
        letter-spacing: 2px;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        background-image: linear-gradient(to left, #00d0e2, #008fce);
    }
    .recruit-entry__item .tel .ico-smartphone {
        height: 24px;
        margin-right: 12px;
    }
}
@media (min-width: 992px) {
    .recruit-entry__item .tel {
        line-height: 1;
        font-size: 28px;
        color: #003a53;
        letter-spacing: 2px;
    }
    .recruit-entry__item .tel .ico-smartphone {
        display: none;
    }
    .recruit-entry__item .tel:before {
        content: "TEL:";
    }
}
.recruit-entry__item .uke {
    margin-top: 24px;
    margin-left: -8px;
    margin-right: -8px;
    font-size: 14px;
}
@media (min-width: 992px) {
    .recruit-entry__item .uke {
        margin-top: 16px;
        letter-spacing: 2px;
    }
}
.recruit-entry__sub {
    margin-top: 40px;
    line-height: 2;
}
@media (min-width: 992px) {
    .recruit-entry__sub {
        margin-top: 60px;
    }
}
.recruit-entry__sub a {
    display: block;
    padding: 24px 16px;
    font-weight: bold;
    font-style: 20px;
    color: #008fce;
    letter-spacing: 2px;
    text-decoration: none;
    border: 1px solid #008fce;
    transition: 235ms ease;
}
@media (min-width: 992px) {
    .recruit-entry__sub a {
        padding: 32px 32px;
    }
}
.recruit-entry__sub a.hover {
    color: #fff;
    background-color: #008fce;
}

body.contact .fixed-contact {
    display: none;
}

.contact-form {
    max-width: 920px;
    margin: auto;
}
.contact-form__lede {
    margin-bottom: 72px;
}
@media (min-width: 992px) {
    .contact-form__lede {
        margin-bottom: 64px;
    }
}
.contact-form__lede .title {
    margin: 0 0 40px;
    font-weight: normal;
    font-size: 24px;
    color: #008fce;
}
@media (min-width: 992px) {
    .contact-form__lede .title {
        font-size: 26px;
    }
}
.contact-form__lede p {
    margin: 0;
    line-height: 2;
    font-size: 15px;
}
@media (min-width: 992px) {
    .contact-form__lede p {
        font-size: 16px;
    }
}
.contact-form .require-text {
    margin: 0 0 6px;
    font-size: 14px;
    color: #ee4400;
}
.contact-form .required {
    margin-left: 6px;
    font-size: 80%;
    color: #ee4400;
}
.contact-form__complete {
    margin-bottom: 80px;
}

.form-wrapper {
    padding: 32px 16px;
    border: 1px solid #dbe3e8;
}
@media (min-width: 992px) {
    .form-wrapper {
        padding: 64px 40px;
    }
}

@media (min-width: 992px) {
    .form-complete {
        text-align: center;
    }
}

.form-complete .title {
    margin: 0 0 34px;
    font-weight: normal;
    font-size: 24px;
    color: #008fce;
}
@media (min-width: 992px) {
    .form-complete .title {
        font-size: 26px;
    }
}

.form-complete .text {
    line-height: 2;
    font-size: 15px;
}
@media (min-width: 992px) {
    .form-complete .text {
        font-size: 16px;
    }
}
.form-complete .text p {
    margin: 0 0 1em;
}
.form-complete .text p:last-child {
    margin-bottom: 0;
}

.form-complete .color-error {
    color: #ee4400;
}

.back-to-index {
    margin: 80px 0 60px;
}

.contact-area {
    max-width: 920px;
    margin: 0 auto 60px;
    padding: 36px 26px;
    border: 1px solid #dbe3e8;
}
.contact-area .title {
    margin: 0 0 27px;
    font-weight: normal;
    font-size: 24px;
    color: #008fce;
    letter-spacing: 2px;
}
.contact-area .tel-number {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    padding: 20px 24px;
    line-height: 1.2;
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(to left, #00d0e2, #008fce);
}
@media (min-width: 992px) {
    .contact-area .tel-number {
        margin-bottom: 0;
        padding: 0;
        color: #003a53;
        background-image: none;
    }
}
.contact-area .tel-number .ico-smartphone {
    width: 0.6em;
    height: auto;
    margin-right: 8px;
}
@media (min-width: 992px) {
    .contact-area .tel-number .ico-smartphone {
        display: none;
    }
}
.contact-area .tel-number .f-serif,
.contact-area .tel-number .heading .ja,
.heading .contact-area .tel-number .ja {
    font-size: 16px;
    letter-spacing: 2px;
}
@media (min-width: 992px) {
    .contact-area .tel-number .f-serif,
    .contact-area .tel-number .heading .ja,
    .heading .contact-area .tel-number .ja {
        font-size: 32px;
    }
    .contact-area .tel-number .f-serif:before,
    .contact-area .tel-number .heading .ja:before,
    .heading .contact-area .tel-number .ja:before {
        content: "TEL:";
    }
}
.contact-area .link {
    margin: 0;
}
@media (min-width: 992px) {
    .contact-area .link {
        display: flex;
        align-items: center;
    }
}
.contact-area .link .uke {
    display: block;
    font-size: 15px;
    text-align: center;
}
@media (min-width: 992px) {
    .contact-area .link .uke {
        font-size: 16px;
    }
}

.news__layout {
    padding: 30px 0 120px;
}
@media (min-width: 992px) {
    .news__layout {
        padding: 56px 0 160px;
    }
}
@media (min-width: 992px) {
    .news__layout .container {
        max-width: 736px;
    }
}

/**
 * news-term-links
 * カテゴリーリンクの見た目
 */
.news-term-links {
    max-width: 680px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px) {
    .news-term-links {
        margin-bottom: 56px;
    }
}
.news-term-links__list {
    display: flex;
    width: 680px;
    margin: 0 -2px;
    padding: 0;
    list-style: none;
}
.news-term-links__list li {
    width: 33.333332%;
    padding: 2px;
}
.news-term-links__list a {
    display: block;
    padding: 12px 14px;
    font-size: 14px;
    color: #566369;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    background-color: #f2f7f8;
    transition: 235ms ease;
}
@media (min-width: 992px) {
    .news-term-links__list a {
        padding: 16px;
        font-size: 15px;
    }
}
.news-term-links__list a.hover {
    color: #fff;
    background-color: #008fce;
}
.news-term-links__list .current a {
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #008fce;
}

.news-archive {
    margin: 0;
    padding: 0;
    list-style: none;
}
.news-archive li {
    position: relative;
    padding: 26px 0 24px 40px;
    border-bottom: 1px solid #dbe3e8;
}
@media (min-width: 992px) {
    .news-archive li {
        padding: 26px 40px 32px;
    }
}
.news-archive li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 8px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.982%22%20height%3D%2221.136%22%20viewBox%3D%220%200%2011.982%2021.136%22%3E%3Cpath%20d%3D%22M13345.753%2C3045.389l9.861%2C9.861-9.861%2C9.861%22%20transform%3D%22translate(-13345.046%20-3044.682)%22%20fill%3D%22none%22%20stroke%3D%22%23008FCE%22%20stroke-width%3D%222%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.news-archive a {
    color: #003a53;
}
.news-archive a.hover {
    text-decoration: none;
}
.news-archive .title {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4;
    overflow: hidden;
}
@media (max-width: 767px) {
    .news-archive .title {
        display: -webkit-box;
        /*! autoprefixer: ignore next */
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        width: 100%;
        max-height: calc(2em * 1.4);
    }
}
@media (min-width: 768px) {
    .news-archive .title {
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
.news-archive .meta {
    position: relative;
    display: flex;
    margin-bottom: 16px;
    line-height: 1.2;
    font-size: 14px;
    color: #008fce;
}
@media (max-width: 991px) {
    .news-archive .meta .ten {
        display: none;
    }
}
@media (min-width: 992px) {
    .news-archive .meta .ten {
        padding: 0 8px;
    }
}
.news-archive .meta:before {
    content: "";
    position: absolute;
    top: calc(1em / 2 * 1.1);
    left: -40px;
    display: block;
    width: 24px;
    height: 1px;
    background-color: #008fce;
}
@media (max-width: 991px) {
    .news-archive .meta time {
        margin-right: 8px;
    }
}
.news-archive .meta .category {
    font-weight: bold;
}
@media (max-width: 991px) {
    .news-archive .meta .category {
        margin-left: auto;
    }
}

.news-detail__header .title {
    margin: 0 0 20px;
    font-size: 28px;
}
@media (min-width: 992px) {
    .news-detail__header .title {
        margin-bottom: 30px;
    }
}

.news-detail__header .metadata {
    display: flex;
    line-height: 1.2;
    font-size: 14px;
    color: #008fce;
}
.news-detail__header .metadata a.hover {
    color: #009de2;
    text-decoration: none;
}
.news-detail__header .metadata time:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    margin-top: -1px;
    margin-right: 12px;
    line-height: 1;
    vertical-align: middle;
    background-color: #008fce;
}
.news-detail__header .metadata .ten {
    padding: 0 4px;
}
.news-detail__header .metadata .category {
    font-weight: bold;
}
.news-detail__header .metadata .category a + a {
    margin-left: 10px;
}

.blog__container {
    padding: 30px 0 80px;
}
@media (min-width: 992px) {
    .blog__container {
        padding: 55px 0 120px;
    }
}

@media (min-width: 992px) {
    .blog__layout {
        display: flex;
    }
}

@media (max-width: 991px) {
    .blog__content {
        margin-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .blog__content {
        flex: 1;
        min-width: 1px;
        margin-right: 96px;
    }
}

@media (min-width: 992px) {
    .blog__sidebar {
        max-width: 288px;
        width: 100%;
    }
}

.blog-archive {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-archive li {
    border-bottom: 1px solid #dbe3e8;
}
.blog-archive li:first-child {
    border-top: 1px solid #dbe3e8;
}
.blog-archive__link {
    display: flex;
    align-items: flex-start;
    padding: 16px 0;
    text-decoration: none;
}
.blog-archive__link.hover .btn {
    color: #fff;
    background-color: #008fce;
}
.blog-archive__link.hover .thumbnail {
    transform: scale(1.1);
}
.blog-archive__img {
    max-width: 200px;
    width: 30%;
    overflow: hidden;
}
.blog-archive__img .thumbnail {
    padding-bottom: 75%;
    background-color: #dbe3e8;
    transition: transform 235ms ease-in;
}
.blog-archive__content {
    flex: 1;
    min-width: 1px;
    padding-left: 16px;
}
@media (min-width: 992px) {
    .blog-archive__content {
        padding-top: 16px;
        padding-left: 40px;
    }
}
.blog-archive__content .meta {
    position: relative;
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 12px;
}
@media (min-width: 992px) {
    .blog-archive__content .meta {
        margin-bottom: 17px;
        font-size: 14px;
    }
}
.blog-archive__content .meta time {
    font-family: "Lato", sans-serif;
}
.blog-archive__content .meta time:before {
    content: "";
    position: absolute;
    top: calc(1em / 2);
    left: -16px;
    display: block;
    width: 10px;
    height: 1px;
    background-color: currentColor;
}
@media (min-width: 992px) {
    .blog-archive__content .meta time:before {
        left: -40px;
        width: 24px;
    }
}
@media (min-width: 992px) {
    .blog-archive__content .meta .ten {
        padding: 0 4px;
    }
}
.blog-archive__content .meta .cat {
    font-weight: bold;
}
.blog-archive__content .title {
    display: -webkit-box;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
    max-height: calc(2em * 1.6);
    margin: 0 0 16px;
    font-size: 16px;
    color: #566369;
    overflow: hidden;
}
@media (min-width: 992px) {
    .blog-archive__content .title {
        margin-bottom: 20px;
        font-size: 18px;
    }
}
.blog-archive__content .link {
    padding-right: 12px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-align: right;
}
.blog-archive__content .link .btn {
    padding: 8px 18px;
    padding-right: 24px;
    font-size: 12px;
}
@media (min-width: 992px) {
    .blog-archive__content .link .btn {
        font-size: 14px;
    }
}
.blog-archive__content .link .bar {
    width: 24px;
}

.blog-detail__header .title {
    margin: -4px 0 20px;
    line-height: 1.6;
}
@media (min-width: 992px) {
    .blog-detail__header .title {
        margin-bottom: 40px;
    }
}

.blog-detail__header .metadata {
    color: #008fce;
}
.blog-detail__header .metadata time {
    position: relative;
    padding-left: 34px;
    font-family: "Lato", sans-serif;
}
.blog-detail__header .metadata time:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 24px;
    height: 1px;
    background-color: currentColor;
}
.blog-detail__header .metadata .ten,
.blog-detail__header .metadata a {
    font-weight: bold;
}

.blog-related {
    margin-top: 60px;
}
@media (min-width: 992px) {
    .blog-related {
        margin-top: 80px;
    }
}
.blog-related .heading {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 18px;
    color: #008fce;
}
@media (min-width: 992px) {
    .blog-related .heading {
        font-size: 20px;
    }
}
.blog-related__inner {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 992px) {
    .blog-related__inner {
        margin: -16px;
    }
}
.blog-related__item {
    width: 100%;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .blog-related__item {
        width: 50%;
        padding: 16px;
    }
}
.blog-related__link {
    display: block;
    text-decoration: none;
}
.blog-related__link.hover .title {
    text-decoration: underline;
}
.blog-related__link .thumbnail {
    margin-bottom: 12px;
}
.blog-related__link .category {
    font-size: 14px;
}
.blog-related__link .title {
    display: -webkit-box;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
    max-height: calc(2em * 1.6);
    margin: 0;
    overflow: hidden;
    font-size: 16px;
    color: #566369;
}
@media (min-width: 992px) {
    .blog-related__link .title {
        font-size: 18px;
    }
}

.notfound {
    padding: 60px 0;
}
@media (min-width: 992px) {
    .notfound {
        padding: 120px 0;
    }
}
.notfound .title {
    margin: 0 0 40px;
    font-weight: normal;
    font-size: 26px;
    letter-spacing: 4px;
    text-align: center;
}
@media (min-width: 992px) {
    .notfound .title {
        font-size: 40px;
    }
}
.notfound__textbox {
    line-height: 2;
    text-align: center;
}
.notfound__textbox p {
    margin: 0 0 1em;
}
.notfound__textbox p:last-child {
    margin-bottom: 0;
}
/*# sourceMappingURL=maps/app.css.map */

.youtube__content {
    margin-bottom: 128px;
}

.youtube__text {
    padding: 16px 16px 48px;
    position: relative;
    z-index: 2;
    line-height: 2;
}

.youtube__description {
    position: relative;
}

.youtube__description::after {
    position: absolute;
    content: "";
    width: 120%;
    left: -10%;
    height: 140%;
    right: 0;
    top: -25%;
    bottom: 0;
    z-index: 1;
    margin: auto;
    background: #f1f7f8;
}

@media (max-width: 959px) {
    .youtube__content {
        margin-bottom: 128px;
    }

    .youtube__text {
        font-size: 14px;
    }
}

.front-pickup__inner {
    padding-top: 24px;
    padding-bottom: 16px;
}

.front-pickup__wrapper {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px;
}

.front-pickup__wrapper a {
    text-decoration: none;
}

.front-pickup__thumbnail {
    width: 100%;
    height: 179px;
    overflow: hidden;
}

.front-pickup__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.front-pickup__time {
    margin-top: 16px;
    margin-bottom: 10px;
    color: #76a3be;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    display: block;
    text-decoration: none;
}

h2.front-pickup__top-title {
    font-size: 32px;
    letter-spacing: 2px;
    color: #008fce;
    display: block;
    padding-bottom: 8px;
    margin-bottom: 24px;
    border-bottom: solid 1px #b5b5b5;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
}

h3.front-pickup__title {
    margin: 0;
    display: block;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    padding-bottom: 18px;
    position: relative;
    min-height: 60px;
}

.front-pickup__icon {
    position: absolute;
    bottom: 4px;
    right: 0;
}

@media (max-width: 959px) {
    .front-pickup__wrapper {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: auto;
        gap: 32px;
    }

    h2.front-pickup__top-title {
        font-size: 24px;
    }
}
