@charset "UTF-8";

/*--------------------------------------------
  Foundation
--------------------------------------------*/
/*--------------------------------------------
  value
--------------------------------------------*/
@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?fsx2ee");
    src: url("../fonts/icomoon.eot?fsx2ee#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?fsx2ee") format("truetype"), url("../fonts/icomoon.woff?fsx2ee") format("woff"), url("../fonts/icomoon.svg?fsx2ee#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/*--------------------------------------------
  media query
--------------------------------------------*/
/*--------------------------------------------
  transition
--------------------------------------------*/
/*--------------------------------------------
  hover image
--------------------------------------------*/
/*--------------------------------------------
  hover opacity
--------------------------------------------*/
/*--------------------------------------------
  slick slider dot nav
--------------------------------------------*/
/*--------------------------------------------
  icon
--------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

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

img {
    vertical-align: top;
}

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

del {
    text-decoration: line-through;
}

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

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

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

input,
select {
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    outline: none;
}

ul li,
ol li {
    list-style-type: none;
}

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

/*--------------------------------------------
  BASE
--------------------------------------------*/
html {
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

@media (max-width: 1399.9px) {
    html {
        font-size: 0.75vw;
    }
}

@media (max-width: 1199.9px) {
    html {
        font-size: 0.8vw;
    }
}

@media (max-width: 991.9px) {
    html {
        font-size: 1.3vw;
    }
}

@media (max-width: 767.9px) {
    html {
        font-size: 1.75vw;
    }
}

@media (max-width: 575.9px) {
    html {
        font-size: 2.5vw;
    }
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    color: #020202;
    line-height: 1.875;
    -webkit-font-smoothing: antialiased;
    padding-top: 11.2031em;
}

@media (max-width: 991.9px) {
    body {
        font-size: 1.4rem;
        padding-top: 4.2852em;
    }
}

@media (max-width: 767.9px) {
    body {
        padding-top: 4.286em;
    }
}

@media (max-width: 575.9px) {
    body {
        padding-top: 3.5714em;
    }
}

* {
    overflow-wrap: break-word;
    word-break: break-all;
}

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

main,
picture {
    display: block;
}

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

table {
    width: 100%;
}

a {
    color: #020202;
    text-decoration: none;
}

a[href=""] {
    pointer-events: none;
}

@media (min-width: 992px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

@media (min-width: 992px) {
    a {
        transition: all 0.4s 0s;
    }
}

button {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

@media (min-width: 992px) {
    button {
        transition: all 0.4s 0s;
    }
}

svg {
    width: 1em;
    height: 1em;
    fill: #020202;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    vertical-align: top;
}

input,
textarea {
    -webkit-appearance: none;
}

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=datetime],
[type=date],
[type=month],
[type=week],
[type=time],
[type=datetime-local],
[type=number],
[type=range],
[type=color],
[type=file],
select,
textarea {
    width: 100%;
    font-size: 1.4rem;
    padding: 1em;
    background-color: transparent;
    border: 1px solid #ddd;
    outline: none;
    line-height: 1.3;
}

select {
    padding-right: 1.3em;
}

select option {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, "Yu Gothic Medium", "Yu Gothic", Verdana, arial, sans-serif;
}

.is-ios select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

textarea {
    min-height: 12.5em;
}

@media (max-width: 767.9px) {
    textarea {
        min-height: 10em;
    }
}

/*!------------------------------------*\
    slideout
\*!------------------------------------*/
@media (max-width: 991.9px) {

    .slideout-open,
    .slideout-open body {
        overflow: hidden;
    }

    .slideout-menu {
        z-index: 101;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        opacity: 0;
        pointer-events: none;
        overflow: hidden;
        transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        background: #ffffff;
    }

    .slideout-menu::before {
        content: "";
        display: block;
        position: absolute;
        top: -6em;
        left: 0;
        right: 0;
        bottom: -6em;
        background-color: #ffffff;
    }

    .slideout-open .slideout-menu {
        opacity: 1;
        pointer-events: auto;
    }

    .slideout-menu .scroll-inner {
        position: relative;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .slideout-menu .menu-inner {
        padding: 8em 5vw 10em;
    }
}

.slideout-panel {
    display: none;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.2);
    will-change: transform;
    transform: translateX(0) !important;
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    pointer-events: none;
}

.slideout-open .slideout-panel {
    z-index: 100;
    opacity: 1;
    pointer-events: auto;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.slideout-hamburger {
    display: block;
    width: 4.5em;
    height: 100%;
    padding: 2em 1em;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: #007d7c;
    cursor: pointer;
}

.hamburger-icon {
    position: relative;
    display: block;
}

.hamburger-icon,
.hamburger-icon::before,
.hamburger-icon::after {
    width: 100%;
    height: 2px;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #ffffff;
}

.hamburger-icon::before,
.hamburger-icon::after {
    content: "";
    display: block;
    position: absolute;
    top: -0.7em;
    left: 0;
}

.hamburger-icon::after {
    top: 0.7em;
}

.slideout-open .hamburger-icon {
    background-color: transparent;
}

.slideout-open .hamburger-icon::before,
.slideout-open .hamburger-icon::after {
    top: 0;
}

.slideout-open .hamburger-icon::before {
    transform: rotate(45deg);
}

.slideout-open .hamburger-icon::after {
    transform: rotate(-45deg);
}

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*--------------------------------------------
  Layout
--------------------------------------------*/
/*--------------------------------------------
  footer
--------------------------------------------*/
.l-footer {
    padding: 5.125em 0 0;
    background: #dae8ea;
}

.l-footer .c-inner {
    max-width: calc(1440px + 10vw);
}

.l-footer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.l-footer__logo a {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
}

.l-footer__info {
    margin-top: 1.5rem;
}

.l-footer__copyright {
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 5.125em;
    text-align: right;
    background: #007d7c;
    padding: 5.5rem 0;
    color: #fff;
}

.l-footer__nav ul {
    display: flex;
    align-items: center;
}

.l-footer__nav ul:not(:first-child) {
    margin-top: 1.5rem;
}

.l-footer__navItem:not(:first-child) {
    margin-left: 4rem;
}

.l-footer__navItem.-privacy {
    margin-left: 2em;
    position: relative;
}

.l-footer__navItem.-privacy:before {
    content: "|";
    display: inline-block;
    margin-right: 2em;
}

.l-footer__navItem a {
    position: relative;
}

.l-footer__navItem a:before {
    content: "";
    width: 100%;
    height: 1px;
    transform: scale(0);
    background: #007d7c;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: 0.4s;
}

@media (min-width: 992px) {
    .l-footer__navItem a:hover:before {
        transform: scale(1);
    }
}

@media (max-width: 1199.9px) {
    .l-footer__navItem:not(:first-child) {
        margin-left: 3rem;
    }
}

@media (max-width: 991.9px) {
    .l-footer__copyright {
        padding: 1.5rem 0;
        font-size: 1.2rem;
    }
}

@media (max-width: 575.9px) {
    .l-footer {
        padding: 4.25em 0 0 0;
    }

    .l-footer__logo {
        width: 70%;
    }

    .l-footer__copyright {
        margin-top: 2em;
        text-align: center;
    }
}

/*--------------------------------------------
  header main
--------------------------------------------*/
.l-header {
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.l-header.is-act {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.l-header__inner {
    padding: 2rem 3rem;
    transition: 0.4s;
}

.l-header__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.l-header__cnv {
    display: flex;
}

@media (min-width: 992px) {
    .l-header__logo a:hover {
        opacity: 0.7;
    }
}

.l-header__logo img {
    display: block;
}

.l-header__item {
    margin-left: 2.1vw;
}

.l-header_navi {
    margin-top: 1.5rem;
}

.l-header_navi__list {
    display: flex;
    justify-content: center;
}

.l-header_navi__item:not(:first-child) {
    border-left: 1px solid #cbcbcb;
}

.l-header_navi__item a {
    position: relative;
    font-weight: 700;
    line-height: 1;
    padding: 0 1.5em;
}

@media (min-width: 992px) {
    .l-header_navi__item a:hover {
        opacity: 0.7;
    }
}

.l-header_navi__lang {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.l-header_navi__langBtn:not(:first-child) {
    margin-left: 0.4rem;
}

.l-header_navi__langBtn a {
    display: block;
    border-radius: 1.3rem;
    border: 1px solid #cbcbcb;
    font-size: 1.2rem;
    line-height: 1;
    width: 7rem;
    text-align: center;
    padding: 0.8rem 0;
}

@media (min-width: 992px) {
    .l-header_navi__langBtn a:hover {
        background: #a1eae9;
        border-color: #a1eae9;
    }
}

.l-header_navi__langBtn.-active a {
    font-weight: 700;
    background: #a1eae9;
    border-color: #a1eae9;
}

.l-header_navi__tel a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-header_navi__tel a svg {
    fill: #fff;
    width: 2.2rem;
    height: 2.8rem;
    margin-right: 1rem;
}

.l-header_navi__tel a span {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1;
    color: #007d7c;
}

.l-header_navi__tel .txt {
    font-size: 1.4rem;
}

.l-header_navi__contact {
    margin-left: 2rem;
}

.l-header_navi__contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #007d7c;
    color: #fff;
    border-radius: 0.8rem;
    line-height: 1;
    padding: 2.2rem 0;
    width: 12.6vw;
    border: 1px solid #007d7c;
}

@media (min-width: 992px) {
    .l-header_navi__contact a:hover {
        background: #fff;
        color: #007d7c;
    }

    .l-header_navi__contact a:hover svg {
        fill: #007d7c;
    }
}

.l-header_navi__contact svg {
    width: 2rem;
    height: 1.4rem;
    fill: #fff;
    transition: 0.4s;
}

.l-header_navi__contact span {
    display: inline-block;
    margin-left: 1rem;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1;
}

.l-header_navi .slideout-menu:before {
    display: none;
}

.l-header__hamburger {
    width: 6rem;
    height: 6rem;
    background: #007d7c;
    z-index: 115;
}

.l-header__hamburger span {
    position: absolute;
    width: 60%;
    height: 2px;
    background: #fff;
    left: 20%;
    top: calc(50% - 1px);
    transition: all 0.4s;
}

.l-header__hamburger span:before,
.l-header__hamburger span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform-origin: center center;
    background: #fff;
    transition: inherit;
}

.l-header__hamburger span:before {
    transform: translateY(-0.75em);
}

.l-header__hamburger span:after {
    transform: translateY(0.75em);
}

.slideout-open .l-header__hamburger {
    background: transparent;
}

.slideout-open .l-header__hamburger span {
    background: transparent;
}

.slideout-open .l-header__hamburger span:before {
    transform: rotate(45deg);
    background: #007d7c;
}

.slideout-open .l-header__hamburger span:after {
    transform: rotate(-45deg);
    background: #007d7c;
}

.l-header__logo a {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 1399.9px) {
    .l-header__item {
        margin-left: 1.5vw;
    }
}

@media (max-width: 991.9px) {
    .l-header__inner {
        padding: 0 0 0 5vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .l-header__logo {
        margin-right: 3rem;
    }

    .l-header_navi {
        margin-top: 0;
    }

    .l-header_navi__inner {
        display: block;
        height: 100vh;
        overflow: auto;
        padding: 6rem 4vw 5rem;
    }

    .l-header_navi__list {
        display: block;
        margin-right: 0;
    }

    .l-header_navi__item {
        text-align: center;
        border-bottom: solid 1px #e6e6e6;
    }

    .l-header_navi__item:not(:first-child) {
        border-left: none;
    }

    .l-header_navi__item a {
        color: #333;
        display: block;
        padding: 1em 0;
    }

    .l-header_navi__tel {
        color: #333;
        margin-right: 0;
        text-align: center;
        margin-top: 3rem;
        margin-left: 0;
    }

    .l-header_navi__tel .num a {
        color: #333;
    }

    .l-header_navi__tel .num a svg {
        fill: #333;
    }

    .l-header_navi__tel .txt {
        margin-top: 0.5em;
        display: inline-block;
    }

    .l-header_navi__contact {
        margin-left: 0;
        margin-top: 2rem;
        width: 80%;
        margin: 2rem auto 0;
    }

    .l-header_navi__contact .txt {
        display: block;
    }

    .l-header_navi__contact a {
        width: 100%;
    }

    .l-header_navi__lang {
        margin-left: auto;
        margin-right: 2rem;
        margin-top: 0;
    }

    .l-header_navi__langBtn a {
        width: auto;
        font-size: 1rem;
        padding: 0.5rem 0.8rem;
    }
}

@media (max-width: 575.9px) {
    .l-header__hamburger {
        width: 5rem;
        height: 5rem;
        padding: 1em;
    }

    .l-header_navi__item a {
        font-size: 1.6rem;
    }

    .l-header_navi__tel .txt {
        font-size: 1.4rem;
    }

    .l-header_navi__tel .num a span {
        font-size: 2.8rem;
    }

    .l-header_navi__tel .num a svg {
        width: 2.3rem;
        height: 2.3rem;
    }

    .l-header_navi__lang {
        margin-right: 1rem;
    }
}

/*--------------------------------------------
  inertia box
--------------------------------------------*/
/*--------------------------------------------
  content main
--------------------------------------------*/
.l-container {
    overflow: hidden;
}

.c-section {
    padding: 6.25em 0;
}

@media (max-width: 991.9px) {
    .c-section {
        padding: 4.25em 0;
    }
}

/*--------------------------------------------
  breadcrumb wrap
--------------------------------------------*/
/*--------------------------------------------
  breadcrumb ol
--------------------------------------------*/
.l-breadcrumb_list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 3.8rem;
}

.l-breadcrumb_list__item {
    position: relative;
    margin-left: 0.5em;
    display: flex;
    align-items: center;
    line-height: 1;
}

.l-breadcrumb_list__item+*::before {
    content: ">";
    display: inline-block;
    font-size: 1.4rem;
    margin-right: 0.5em;
    color: #888;
    font-weight: 700;
}

.l-breadcrumb_list__item>a {
    display: block;
    font-size: 1.4rem;
    color: #020202;
    font-weight: 700;
}

.l-breadcrumb_list__item>a:hover {
    text-decoration: underline;
}

.l-breadcrumb_list__item:first-child {
    padding-left: 0;
}

.l-breadcrumb_list__item:last-child>a {
    text-decoration: none;
    pointer-events: none;
}

.l-breadcrumb_list__item:not(:last-child)>a {
    color: #888;
    font-weight: 500;
}

@media (max-width: 991.9px) {
    .l-breadcrumb_list {
        padding-top: 2rem;
    }
}

/*--------------------------------------------
  Object
--------------------------------------------*/
/*--------------------------------------------
  button wrap
--------------------------------------------*/
.c-btn_wrap {
    display: flex;
    justify-content: center;
    margin-top: 3em;
}

.c-btn_wrap.-mgt_lg {
    margin-top: 5em;
}

.c-btn_wrap.-col>*+* {
    margin-left: 2em;
}

@media (max-width: 991.9px) {
    .c-btn_wrap {
        margin-top: 2.5em;
    }

    .c-btn_wrap.-mgt_lg {
        margin-top: 3em;
    }
}

@media (max-width: 767.9px) {
    .c-btn_wrap.-col {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .c-btn_wrap.-col>*+* {
        margin-top: 1.5em;
        margin-left: 0;
    }
}

/*--------------------------------------------
  button
--------------------------------------------*/
.c-btn {
    display: block;
    width: 29rem;
    max-width: 100%;
    padding: 1.375em 1.875em;
    background: #007d7c;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    position: relative;
    border: 2px solid #007d7c;
    border-radius: 0.8rem;
}

.c-btn.-arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c-btn.-arrow svg {
    fill: #fff;
    transition: all 0.4s 0s;
}

.c-btn.-white {
    background: #fff;
    border-color: #fff;
}

.c-btn.-white svg {
    fill: #007d7c;
}

@media (min-width: 992px) {
    .c-btn:hover {
        background: #fff;
        color: #007d7c;
    }

    .c-btn:hover svg {
        fill: #007d7c;
    }

    .c-btn:hover.-white {
        background: #007d7c;
        color: #fff;
    }

    .c-btn:hover.-white svg {
        fill: #fff;
    }
}

.c-btn.-md {
    width: 18rem;
}

.c-btn.-bd_thin {
    border-width: 2px;
}

.c-btn.-mail {
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-btn.-mail svg {
    width: 14px;
    height: 10px;
    fill: #ffffff;
    margin-right: 8px;
    transition: all 0.4s 0s;
}

@media (min-width: 992px) {
    .c-btn.-mail:hover svg {
        fill: #007d7c;
    }
}

.c-btn.-white {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #007d7c;
}

.c-btn.-white.-mail svg {
    fill: #007d7c;
}

@media (min-width: 992px) {
    .c-btn.-white.-mail:hover svg {
        fill: #ffffff;
    }
}

.c-btn.-white:hover {
    background-color: #007d7c;
    color: #ffffff;
}

.c-btn.-center {
    margin: 0 auto;
}

.c-btn.-right {
    margin-left: auto;
}

/*--------------------------------------------
  button lg
--------------------------------------------*/
.c-btn_lg {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 16rem;
    padding: 1em;
    padding-right: 4em;
    background-color: #007d7c;
    font-size: 3rem;
    color: #ffffff;
    line-height: 1.3;
}

.c-btn_lg::before {
    content: "";
    transform: scale(0.7);
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eab7";
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 2.8em;
    height: 2.8em;
    padding-left: 0.1em;
    background-color: #007d7c;
    border-radius: 50%;
    border: 1px solid #ffffff;
    color: #ffffff;
}

@media (min-width: 992px) {
    .c-btn_lg::before {
        transition: all 0.4s 0s;
    }
}

.c-btn_lg:hover::before {
    background-color: #ffffff;
    color: #007d7c;
}

@media (max-width: 991.9px) {
    .c-btn_lg {
        min-height: 10rem;
        padding: 0.8em;
        font-size: 2rem;
    }
}

@media (max-width: 767.9px) {
    .c-btn_lg {
        min-height: 8rem;
        font-size: 1.8rem;
    }
}

/*============================================

  FORM

============================================*/
.c-form__sheet>tbody>tr {
    border-bottom: solid 1px #e6e6e6;
}

.c-form__sheet>tbody>tr>th,
.c-form__sheet>tbody>tr>td {
    text-align: left;
    line-height: 1.5;
    padding: 1.5em;
    vertical-align: top;
}

.c-form__sheet>tbody>tr>th {
    width: 25%;
}

.c-form__sheet>tbody>tr>td {
    width: 75%;
}

@media (max-width: 991.9px) {

    .c-form__sheet>tbody>tr>th,
    .c-form__sheet>tbody>tr>td {
        padding: 1em;
    }

    .c-form__sheet>tbody>tr th {
        width: 28%;
    }

    .c-form__sheet>tbody>tr td {
        width: 72%;
    }
}

@media (max-width: 767.9px) {
    .c-form__sheet>tbody>tr {
        display: block;
        padding-bottom: 1.125em;
    }

    .c-form__sheet>tbody>tr>th,
    .c-form__sheet>tbody>tr>td {
        display: block;
        padding: 1em;
    }

    .c-form__sheet>tbody>tr>th {
        width: 100%;
        font-size: 1.125em;
        padding-bottom: 0;
    }

    .c-form__sheet>tbody>tr>td {
        width: 100%;
    }

    .c-form__sheet>tbody>tr:nth-last-child(n+2) {
        margin-bottom: 1.125em;
    }
}

@media (max-width: 575.9px) {
    .c-form__sheet>tbody>tr>th {
        padding: 0;
    }

    .c-form__sheet>tbody>tr>td {
        padding: 1em 0 0 0;
    }
}

.c-form__ttl {
    display: inline-block;
    padding-right: 0.75em;
    font-weight: inherit;
}

.c-form__ttl.-required {
    position: relative;
}

.c-form__ttl.-required:after {
    position: absolute;
    content: "*";
    right: 0;
    top: 0;
    font-size: 1.125em;
    color: #007d7c;
}

.c-form__row>.c-form__field {
    display: flex;
    align-items: center;
}

.c-form__row>.c-form__field>.c-form__subttl {
    margin-right: 1em;
    display: inline-block;
    width: 22%;
}

@media (max-width: 991.9px) {
    .c-form__row>.c-form__field>.c-form__subttl {
        width: 25%;
    }
}

@media (max-width: 767.9px) {
    .c-form__row>.c-form__field {
        display: block;
    }

    .c-form__row>.c-form__field>.c-form__subttl {
        width: 100%;
        margin-bottom: 0.5em;
    }
}

.c-form__rowgroup th,
.c-form__rowgroup td {
    padding-bottom: 0.75em;
}

.c-form__rowgroup th {
    white-space: nowrap;
    font-weight: 400;
    padding-right: 2em;
}

.c-form__field:nth-child(n+2) {
    margin-top: 1em;
}

.c-form__field label.error {
    display: block;
    color: #c11;
    font-size: 0.875em;
    margin-top: 0.5em;
}

.c-form__field.-pe_none label {
    pointer-events: none;
}

.c-form__field.-pe_none label input {
    pointer-events: none;
}

.c-form__field.-radio li:nth-child(n+2),
.c-form__field.-check li:nth-child(n+2) {
    margin-top: 0.5em;
}

.c-form__error {
    color: #c11;
    font-size: 0.875em;
    margin-top: 0.5em;
}

.c-form__notes {
    position: relative;
    margin-top: 0.5em;
    font-size: 0.875em;
    opacity: 0.75;
    padding-left: 1em;
}

.c-form__notes:before {
    position: absolute;
    content: "※";
    left: 0;
    top: 0;
}

.c-form__input.-text,
.c-form__input.-textarea {
    display: inline-block;
    vertical-align: middle;
    padding: 0.75em;
    border: solid 1px #ddd;
}

.c-form__input.-text.-short,
.c-form__input.-textarea.-short {
    width: 40%;
}

.c-form__input.-text.-middle,
.c-form__input.-textarea.-middle {
    width: 60%;
}

.c-form__input.-text.-long,
.c-form__input.-textarea.-long {
    width: 80%;
}

.c-form__input.-text.-half,
.c-form__input.-textarea.-half {
    width: calc((100% - 2em) / 2);
}

.c-form__input.-text.-half:nth-child(n+2),
.c-form__input.-textarea.-half:nth-child(n+2) {
    margin-left: 1em;
}

.c-form__input.-text.-full,
.c-form__input.-textarea.-full {
    width: 100%;
}

@media (max-width: 767.9px) {

    .c-form__input.-text.-short,
    .c-form__input.-textarea.-short {
        width: 50%;
    }

    .c-form__input.-text.-middle,
    .c-form__input.-textarea.-middle {
        width: 100%;
    }

    .c-form__input.-text.-long,
    .c-form__input.-textarea.-long {
        width: 100%;
    }
}

.c-form__input.-textarea {
    min-height: 10.5em;
    line-height: 1.5;
}

.c-form__select {
    background: #f5f5f5;
    display: inline-block;
    max-width: 100%;
    padding: 1em 1.25em;
    line-height: 1;
}

.c-form__check+*,
.c-form__radio+* {
    position: relative;
    display: inline-block;
    padding: 0.25em 0 0.25em 2.25em;
    line-height: 1;
}

.c-form__radio+*:before,
.c-form__radio+*:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #ffffff;
    border: solid 1px #ddd;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

.c-form__radio+*:after {
    transform: scale(0.4);
    visibility: hidden;
    background: #007d7c;
}

.c-form__radio:checked+*:after {
    visibility: visible;
}

.c-form__check+*:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 1.5em;
    height: 1.5em;
    background: #f5f5f5;
    border: solid 1px #ddd;
}

.c-form__check+*:after {
    position: absolute;
    content: "";
    left: 0;
    width: 1em;
    height: 0.65em;
    transform: rotate(-45deg) translate(0, 50%);
    top: 0;
    border-left: solid 3px #007d7c;
    border-bottom: solid 3px #007d7c;
    visibility: hidden;
}

.c-form__check:checked+*:after {
    visibility: visible;
}

.c-form__agreement {
    text-align: center;
    margin-top: 3em;
}

.c-form__agreement a {
    text-decoration: underline;
}

@media (min-width: 992px) {
    .c-form__agreement a:hover {
        text-decoration: none;
    }
}

.c-form__agreement .error {
    color: #c11;
}

.c-form__privacy {
    margin-bottom: 1.5rem;
    border: solid 1px #ddd;
    padding: 3rem;
    overflow-y: scroll;
    max-height: 22em;
    margin-top: 1.5em;
}

.c-form__privacyList dt:not(:first-of-type) {
    margin-top: 1.5em;
}

.c-form__privacyList dt:before {
    content: "■";
    margin-right: 0.25em;
}

.c-form__privacyList dd {
    margin-top: 0.5em;
}

.c-form__privacyGa a {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .c-form__privacyGa a:hover {
        opacity: 0.7;
    }
}

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

.c-form__btnwrap {
    margin-top: 3rem;
    text-align: center;
}

@media (min-width: 768px) {
    .c-form__btnwrap {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.c-form__btn {
    cursor: pointer;
    display: block;
    color: #fff;
    transition: all 0.4s 0s;
    position: relative;
}

.c-form__btn:before {
    content: "";
    transition: all 0.4s 0s;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3rem;
    background: url(../img/common/icon_arrow.svg) no-repeat center/contain;
}

.c-form__btn.-back {
    background: #aaa;
    border-color: #aaa;
}

.c-form__btn.-back:before {
    display: none;
}

.c-form__btn.-center {
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 992px) {
    .c-form__btn:hover:before {
        background-image: url(../img/common/icon_arrow_gr.svg);
    }

    .c-form__btn.-back:hover {
        background: #fff;
        color: #aaa;
    }
}

@media (min-width: 768px) {
    .c-form__btn:nth-child(n+2) {
        margin-left: 2em;
    }
}

@media (max-width: 767.9px) {
    .c-form__btn {
        width: 50%;
        margin: 0 auto;
    }

    .c-form__btn:nth-child(n+2) {
        margin-top: 1.5em;
    }
}

@media (max-width: 575.9px) {
    .c-form__btn {
        width: 100%;
    }
}

.c-form.-confirm .c-form__notes {
    display: none;
}

.c-form.-confirm .c-form__error {
    display: none;
}

.c-form.-confirm .c-form__agreement {
    display: none;
}

.c-form.-confirm .lead {
    text-align: center;
    margin-bottom: 2em;
}

.c-form.-thanks {
    text-align: center;
}

.c-form.-thanks p {
    line-height: 2.5;
    text-align: center;
}

.c-form.-thanks .c-form__btnWrap {
    margin-top: 5rem;
}

@media (max-width: 575.9px) {
    .c-form.-thanks p {
        text-align: left;
    }
}

/* メールフォームカスタマイズ */
.mw_wp_form_confirm .c-form__agreement {
    display: none;
}

.mw_wp_form_confirm #privacypolicy {
    display: none;
}

.mw_wp_form_confirm .c-form__checkBox {
    display: none;
}

/*--------------------------------------------
  ttl
--------------------------------------------*/
.c-ttl {
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.59;
    margin-bottom: 0.8em;
    letter-spacing: 0.1em;
}

@media (max-width: 991.9px) {
    .c-ttl {
        font-size: 3rem;
        margin-bottom: 0.5em;
    }
}

@media (max-width: 575.9px) {
    .c-ttl {
        font-size: 2.4rem;
    }
}

.c-ttl_sup {
    margin-bottom: 3.125em;
}

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

.c-ttl_sup__main {
    font-weight: 700;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: 0.2em;
}

.c-ttl_sup__sup {
    line-height: 1;
    color: #007d7c;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.08em;
    margin-bottom: 2rem;
}

.c-ttl_sup__sup:before {
    content: "";
    width: 1em;
    height: 1em;
    border-radius: 50%;
    border: 4px solid #007d7c;
    display: inline-block;
    margin-right: 1.2rem;
}

.c-ttl_sup.-white .c-ttl_sup__main,
.c-ttl_sup.-white .c-ttl_sup__sup {
    color: #fff;
}

.c-ttl_sup.-white .c-ttl_sup__sup:before {
    border-color: #fff;
}

@media (max-width: 991.9px) {
    .c-ttl_sup__main {
        font-size: 3.5rem;
    }
}

@media (max-width: 767.9px) {
    .c-ttl_sup {
        margin-bottom: 1.5em;
    }

    .c-ttl_sup__sup {
        margin-bottom: 1rem;
    }

    .c-ttl_sup__main {
        font-size: 3rem;
        line-height: 1.44;
    }
}

@media (max-width: 575.9px) {
    .c-ttl_sup__main {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    .c-ttl_sup__main span {
        padding-bottom: 1.5rem;
    }

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

.c-ttl_box {
    border-radius: 1.6rem;
    background: #dae8ea;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
    padding: 3.5rem 3.2rem;
}

.c-ttl_box span {
    position: relative;
    padding-left: 3.5rem;
}

.c-ttl_box span:before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    border: 4px solid #007d7c;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767.9px) {
    .c-ttl_box {
        font-size: 2.2rem;
        border-radius: 1rem;
        padding: 1em;
    }

    .c-ttl_box span {
        padding-left: 1em;
    }

    .c-ttl_box span:before {
        width: 0.6em;
        height: 0.6em;
    }
}

@media (max-width: 575.9px) {
    .c-ttl_box {
        font-size: 1.8rem;
    }

    .c-ttl_box span:before {
        border-width: 2px;
    }
}

/*--------------------------------------------
  inner
--------------------------------------------*/
.c-inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
}

@media (min-width: 992px) {
    .c-inner {
        max-width: calc(1440px + 5vw * 2);
    }

    .c-inner.-full {
        max-width: calc(1740px + 5vw * 2);
    }

    .c-inner.-md {
        max-width: calc(1200px + 5vw * 2);
    }
}

@media (max-width: 991.9px) {
    .c-inner.-pd0_tb {
        padding-left: 0;
        padding-right: 0;
    }
}

/*--------------------------------------------
  box padding
--------------------------------------------*/
.c-boxpd {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
}

@media (min-width: 992px) {
    .c-boxpd_xs {
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .c-boxpd_sm {
        padding-top: 5em;
        padding-bottom: 5em;
    }
}

@media (max-width: 991.9px) {
    .c-boxpd {
        padding-top: 4.25em;
        padding-bottom: 4.25em;
    }
}

/*--------------------------------------------
  iframe responsive
--------------------------------------------*/
.c-iframe {
    position: relative;
    padding-top: 52.5%;
    height: 0;
    overflow: hidden;
}

.c-iframe.-youtube {
    padding-top: 56.25%;
}

.c-iframe iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 767.9px) {
    .c-iframe {
        padding-top: 65%;
    }
}

/*--------------------------------------------
  logo
--------------------------------------------*/
.c-logo {
    display: block;
    max-width: 100%;
    height: auto;
}

/*--------------------------------------------
  object-fit
--------------------------------------------*/
.c-ofi {
    position: relative;
    padding-top: 60%;
    backface-visibility: hidden;
}

.c-ofi__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
}

.c-ofi__img.-top {
    -o-object-position: center top;
    object-position: center top;
    font-family: "object-fit: cover; object-position: center top;";
}

.c-ofi__img.-left {
    -o-object-position: left center;
    object-position: left center;
    font-family: "object-fit: cover; object-position: left center;";
}

.c-ofi__img.-right {
    -o-object-position: right center;
    object-position: right center;
    font-family: "object-fit: cover; object-position: right center;";
}

.c-ofi__img.-bottom {
    -o-object-position: center bottom;
    object-position: center bottom;
    font-family: "object-fit: cover; object-position: center bottom;";
}

.c-ofi__img.-contain {
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain; object-position: center center;";
}

.c-totop {
    position: fixed;
    right: 5vw;
    bottom: 3%;
}

.c-totop a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #007d7c;
    border-radius: 50%;
    box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.5);
    width: 4.6rem;
    height: 4.6rem;
    border: 1px solid #007d7c;
}

@media (min-width: 992px) {
    .c-totop a:hover {
        background: #ffffff;
    }

    .c-totop a:hover svg {
        fill: #007d7c;
    }
}

.c-totop svg {
    transform: rotate(-90deg);
    fill: #ffffff;
    width: 18px;
    height: 14px;
    transition: 0.4s;
}

/*--------------------------------------------
  panel
--------------------------------------------*/
.p-panel_contact {
    position: relative;
    z-index: 0;
    margin-top: 8.75em;
}

.p-panel_contact:before {
    content: "";
    width: 100%;
    height: 50%;
    background: #dae8ea;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.p-panel_contact__inner {
    max-width: calc(1440px + 10vw);
}

.p-panel_contact__box {
    background: #fff;
    box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.05);
    padding: 6.25em 0;
    border-radius: 1.6rem;
}

.p-panel_contact__linkWrap {
    display: flex;
}

.p-panel_contact__linkItem {
    width: 50%;
    text-align: center;
}

.p-panel_contact__link.-tel {
    margin-top: 3rem;
}

.p-panel_contact__link.-tel a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.8rem;
    color: #007d7c;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 0.08em;
    line-height: 1;
}

.p-panel_contact__link.-tel svg {
    width: 2.7rem;
    height: 3.4rem;
    margin-right: 2rem;
}

.p-panel_contact__link.-btn {
    margin-top: 2rem;
}

.p-panel_contact__link.-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46rem;
    margin: 0 auto;
    border-radius: 0.8rem;
    background: #007d7c;
    border: 1px solid #007d7c;
    color: #fff;
    padding: 3.5rem 0;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
}

@media (min-width: 992px) {
    .p-panel_contact__link.-btn a:hover {
        background: #fff;
        color: #007d7c;
    }

    .p-panel_contact__link.-btn a:hover svg {
        fill: #007d7c;
    }
}

.p-panel_contact__link.-btn svg {
    width: 2.7rem;
    height: 2rem;
    fill: #fff;
    margin-right: 2rem;
    transition: 0.4s;
}

.p-panel_contact__linkTtl {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1;
}

.p-panel_contact__linkTxt {
    line-height: 1;
    font-size: 1.4rem;
    margin-top: 2rem;
}

@media (max-width: 991.9px) {
    .p-panel_contact {
        margin-top: 6.25em;
    }

    .p-panel_contact__box {
        padding: 6.25em 5rem;
    }

    .p-panel_contact__linkWrap {
        flex-wrap: wrap;
    }

    .p-panel_contact__linkItem {
        width: 100%;
    }

    .p-panel_contact__linkItem:not(:first-child) {
        margin-top: 3rem;
        padding-top: 3rem;
        border-top: 1px solid #ddd;
    }

    .p-panel_contact__link.-btn a {
        width: 100%;
        padding: 2.5rem 0;
    }
}

@media (max-width: 767.9px) {
    .p-panel_contact {
        margin-top: 4.25em;
    }

    .p-panel_contact__box {
        padding: 4.25rem 3rem;
    }

    .p-panel_contact__linkTtl {
        font-size: 2rem;
    }

    .p-panel_contact__link.-tel {
        margin-top: 2rem;
    }

    .p-panel_contact__link.-tel a {
        font-size: 3rem;
    }

    .p-panel_contact__link.-tel svg {
        margin-right: 1rem;
        width: 1.7rem;
        height: auto;
    }

    .p-panel_contact__link.-btn a {
        font-size: 1.8rem;
    }

    .p-panel_contact__link.-btn svg {
        margin-right: 1rem;
        width: 2rem;
        height: 1.3rem;
    }
}

@media (max-width: 575.9px) {
    .p-panel_contact__linkTtl {
        font-size: 1.6rem;
    }

    .p-panel_contact__linkTxt {
        line-height: 1.5;
    }
}

/*--------------------------------------------
  deco
--------------------------------------------*/
.c-deco_bg {
    background: url(../img/common/deco_bg.png) repeat-y center top/auto auto;
}

@media (max-width: 767.9px) {
    .c-deco_bg {
        background: none;
    }
}

/*--------------------------------------------
  key
--------------------------------------------*/
.p-index_kv {
    position: relative;
}

.p-index_kv__img .c-ofi {
    padding-top: 42.1%;
}

.p-index_kv__catchWrap {
    color: #ffffff;
    width: 100%;
    position: absolute;
    left: 0;
    top: 8rem;
    line-height: 1.3;
}

.p-index_kv__catch {
    font-size: 6.5rem;
    font-weight: 500;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991.9px) {
    .p-index_kv__catchWrap {
        top: 10rem;
    }

    .p-index_kv__catch {
        font-size: 3.5rem;
    }
}

@media (max-width: 767.9px) {
    .p-index_kv__img .c-ofi {
        padding-top: 50%;
    }

    .p-index_kv__catch {
        font-size: 3rem;
    }
}

@media (max-width: 575.9px) {
    .p-index_kv__img .c-ofi {
        padding-top: 65%;
    }

    .p-index_kv__img.-first {
        position: relative;
    }

    .p-index_kv__img.-first:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        z-index: 100;
    }

    .p-index_kv__catchWrap {
        top: 20%;
    }

    .p-index_kv__catch {
        line-height: 1.4;
    }
}

/*--------------------------------------------
  top
--------------------------------------------*/
.p-index_top {
    padding-bottom: 0;
}

.p-index_top__lead {
    font-size: 3.3rem;
    font-weight: 500;
    text-align: center;
}

.p-index_top__pointWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5rem;
}

.p-index_top__point {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    background: #154954;
    border-radius: 1rem;
    line-height: 1;
    padding: 0.5em;
}

.p-index_top__point:not(:first-child) {
    margin-left: 3rem;
}

.p-index_top__box {
    margin-top: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.5rem;
    background: #D9E7EA;
    border-radius: 1rem;
}

.p-index_top__list {
    margin-left: 3rem;
    display: flex;
    align-items: center;
    line-height: 1;
}

.p-index_top__list li {
    font-size: 2rem;
    font-weight: 500;
}

.p-index_top__list li:not(:last-child):after {
    content: "、";
    display: inline-block;
}

.p-index_top__list li span {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 5px solid #154954;
}

@media (max-width: 1599.9px) {
    .p-index_top__lead {
        font-size: 2vw;
    }

    .p-index_top__list li {
        font-size: 1.8rem;
    }

    .p-index_top__point {
        font-size: 2rem;
    }
}

@media (max-width: 991.9px) {
    .p-index_top__lead {
        font-size: 2.2vw;
    }

    .p-index_top__pointWrap {
        flex-direction: column;
    }

    .p-index_top__point:not(:first-child) {
        margin-left: 0;
        margin-top: 1rem;
    }

    .p-index_top__box {
        margin-top: 2rem;
        flex-direction: column;
    }

    .p-index_top__list {
        margin-left: 0;
        margin-top: 1.5rem;
        flex-wrap: wrap;
    }

    .p-index_top__list li {
        margin-bottom: 1rem;
    }
}

@media (max-width: 767.9px) {
    .p-index_top__lead {
        font-size: 1.8rem;
    }

    .p-index_top__point {
        font-size: 2rem;
    }

    .p-index_top__list li {
        font-size: 1.8rem;
    }
}

@media (max-width: 575.9px) {
    .p-index_top__point {
        font-size: 1.8rem;
        line-height: 1.3;
        border-radius: 0.5rem;
    }
}

/*--------------------------------------------
  charm
--------------------------------------------*/
.p-index_charm {
    padding-bottom: 15rem;
    padding-top: 14rem;
    margin-top: 17.8rem;
    position: relative;
    background: rgb(219, 233, 235);
    background: linear-gradient(270deg, rgb(219, 233, 235) 0%, rgb(192, 213, 219) 100%);
}

.p-index_charm:before {
    content: "";
    width: 403px;
    height: 392px;
    position: absolute;
    top: 0;
    left: 50%;
    background: url(../img/index/bg_logo.png) no-repeat center/contain;
    z-index: 0;
}

.p-index_charm .c-ttl_sup__main {
    font-size: 4.5rem;
}

.p-index_charm__wrap {
    position: relative;
}

.p-index_charm__deco {
    position: absolute;
}

.p-index_charm__deco.-deco01 {
    left: 43%;
    top: -65px;
}

.p-index_charm__deco.-deco02 {
    right: 6rem;
    bottom: -50px;
}

.p-index_charm__deco.-deco03 {
    left: 3rem;
    bottom: 9.4rem;
}

.p-index_charm__cnt {
    width: 50%;
    padding-left: 10rem;
    margin-left: auto;
    position: relative;
    z-index: 10;
}

.p-index_charm__txt h3 {
    font-size: 2.4rem;
    line-height: 1.66;
    color: #333;
    margin-bottom: 0.7rem;
}

.p-index_charm__img {
    position: absolute;
    left: 0;
    top: -22rem;
    width: 50%;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
    z-index: 100;
}

@media (max-width: 1199.9px) {
    .p-index_charm {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .p-index_charm_img {
        top: -18rem;
    }
}

@media (max-width: 991.9px) {
    .p-index_charm {
        margin-top: 6.25em;
        padding-top: 6.25em;
        padding-bottom: 6.25em;
    }

    .p-index_charm:before {
        left: 0;
    }

    .p-index_charm .c-ttl_sup__main {
        font-size: 3rem;
    }

    .p-index_charm__wrap {
        display: flex;
        flex-direction: column-reverse;
    }

    .p-index_charm__cnt {
        width: 100%;
        padding-left: 0;
    }

    .p-index_charm__img {
        position: static;
        margin-top: 5rem;
        width: 100%;
    }
}

@media (max-width: 767.9px) {
    .p-index_charm {
        margin-top: 4.25em;
        padding-top: 4.25em;
        padding-bottom: 4.25em;
    }
}

@media (max-width: 575.9px) {
    .p-index_charm__txt h3 {
        font-size: 1.8rem;
    }

    .p-index_charm__deco.-deco01 {
        left: inherit;
        right: 0;
        top: -31px;
        width: 230px;
    }

    .p-index_charm__deco.-deco02 {
        right: inherit;
        left: 0;
        bottom: -23px;
        width: 230px;
    }

    .p-index_charm__deco.-deco03 {
        display: none;
    }
}

/*--------------------------------------------
    business
--------------------------------------------*/
.p-index_business {
    background: #f8f8f8;
    padding-bottom: 8.75em;
}

.p-index_business__wrap {
    display: flex;
    margin: 0 auto;
    position: relative;
    justify-content: space-between;
}

.p-index_business__item {
    width: calc((100% - 6rem) / 3);
    position: relative;
    overflow: hidden;
    border-radius: 1.6rem;
}

@media (min-width: 992px) {
    .p-index_business__item a:hover .p-index_business__img img {
        transform: scale(1.1);
    }

    .p-index_business__item a:hover .p-index_business__txt {
        background: rgb(0, 125, 124);
    }
}

.p-index_business__img {
    overflow: hidden;
}

.p-index_business__img img {
    transition: all 0.4s;
}

.p-index_business__txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: all 0.4s;
    background: rgba(0, 125, 124, 0.8);
    border-radius: 0 0 1.6rem 1.6rem;
    color: #fff;
    line-height: 1;
    text-align: center;
    padding: 3.5rem 0;
}

.p-index_business__num {
    font-size: 1.4rem;
    font-family: "Oswald", sans-serif;
    margin-bottom: 1.6rem;
}

.p-index_business__ttl {
    font-size: 1.26vw;
    font-weight: 700;
}

@media (max-width: 1599.9px) {
    .p-index_business__ttl {
        font-size: 1.3vw;
    }
}

@media (max-width: 991.9px) {
    .p-index_business {
        padding-bottom: 6.25em;
    }

    .p-index_business__wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .p-index_business__item {
        width: calc((100% - 3rem) / 2);
    }

    .p-index_business__item:nth-child(2) {
        margin-left: 3rem;
    }

    .p-index_business__item:nth-child(3) {
        margin-top: 3rem;
    }

    .p-index_business__ttl {
        font-size: 1.6rem;
    }
}

@media (max-width: 767.9px) {
    .p-index_business {
        padding-bottom: 4.25em;
    }

    .p-index_business__item {
        width: 100%;
    }

    .p-index_business__item:nth-child(2) {
        margin-left: 0;
    }

    .p-index_business__item:not(:first-child) {
        margin-top: 3rem;
    }

    .p-index_business__img img {
        width: 100%;
    }
}

/*--------------------------------------------
  foot
--------------------------------------------*/
.p-index_foot__wrap {
    display: flex;
    justify-content: center;
}

.p-index_foot__item {
    width: 50%;
    width: 65%;
}

.p-index_foot__company {
    height: 460px;
    padding: 3rem;
    background: url(../img/index/img_company.jpg) no-repeat center/cover;
    border-radius: 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.p-index_foot__companyBtn {
    margin-left: auto;
}

.p-index_foot__recruit {
    padding-left: 5rem;
}

.p-index_foot__recruitLogo {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.p-index_foot__recruitLogo a {
    display: block;
}

@media (min-width: 992px) {
    .p-index_foot__recruitLogo a:hover {
        opacity: 0.7;
    }
}

@media (max-width: 991.9px) {
    .p-index_foot__company {
        width: 100%;
        height: 30rem;
    }
}

/*--------------------------------------------
  company
--------------------------------------------*/
.p-index_company {
    padding-bottom: 0;
    padding-top: 8.75em;
}

.p-index_company .c-ttl_sup {
    margin-bottom: 2.5em;
}

.p-index_company__box {
    height: 560px;
    background: url(../img/index/img_company.jpg) no-repeat center/cover;
    border-radius: 1.6rem;
}

.p-index_company__desc {
    color: #fff;
    max-width: 580px;
}

@media (max-width: 1199.9px) {
    .p-index_company__box {
        padding: 7.5rem;
    }
}

@media (max-width: 991.9px) {
    .p-index_company {
        padding-top: 6.25em;
    }

    .p-index_company__box {
        padding: 5.5rem;
    }
}

@media (max-width: 767.9px) {
    .p-index_company {
        padding-top: 4.25em;
    }

    .p-index_company__box {
        padding: 5rem 3rem;
    }

    .p-index_company__box:before {
        background-position: left center;
    }

    .p-index_company__desc {
        max-width: 100%;
    }
}

/*--------------------------------------------
  news
--------------------------------------------*/
.p-index_news__wrap {
    display: flex;
}

.p-index_news__ttlWrap {
    width: 20%;
}

.p-index_news__cnt {
    width: 80%;
    padding-left: 3rem;
}

@media (max-width: 991.9px) {
    .p-index_news__wrap {
        display: block;
    }

    .p-index_news__ttlWrap {
        width: 100%;
    }

    .p-index_news__cnt {
        width: 100%;
        margin-top: 3rem;
        padding-left: 0;
    }
}

/*============================================

  404

============================================*/
/*-------------------------------
  404 > COMMON
-------------------------------*/
.p-404__head {
    margin-bottom: 5rem;
    text-align: center;
}

.p-404__head .c-ttl_sup__main {
    margin-top: 0;
}

.p-404__body {
    text-align: center;
}

.p-404__btn {
    margin-top: 2.5em;
}

.p-404__btn .c-btn {
    margin: 0 auto;
}

@media (max-width: 575.9px) {
    .p-404__body {
        text-align: left;
    }
}

/*============================================

  CONTACT

============================================*/
.p-contact {
    padding-bottom: 0;
}

/*-------------------------------
  CONTACT > COMMON
-------------------------------*/
.p-service_top__item {
    display: flex;
    align-items: center;
}

.p-service_top__item:nth-child(odd) .p-service_top__txt {
    padding-right: 5rem;
}

.p-service_top__item:nth-child(even) {
    flex-direction: row-reverse;
}

.p-service_top__item:nth-child(even) .p-service_top__txt {
    padding-left: 5rem;
}

.p-service_top__item:not(:first-child) {
    margin-top: 6.25em;
}

.p-service_top__img {
    width: 57.51%;
}

.p-service_top__txt {
    width: 42.49%;
}

@media (max-width: 767.9px) {
    .p-service_top__item {
        flex-direction: column-reverse;
    }

    .p-service_top__item:nth-child(even) {
        flex-direction: column-reverse;
    }

    .p-service_top__item:nth-child(even) .p-service_top__txt {
        padding-left: 0;
    }

    .p-service_top__item:nth-child(odd) .p-service_top__txt {
        padding-right: 0;
    }

    .p-service_top__item:not(:first-child) {
        margin-top: 4.25em;
    }

    .p-service_top__txt {
        width: 100%;
        margin-top: 1.5rem;
    }

    .p-service_top__img {
        width: 100%;
    }

    .p-service_top__img img {
        width: 100%;
    }
}

@media (max-width: 575.9px) {
    .p-service_top {
        padding-top: 4.25em;
    }
}

.p-service_product {
    background: rgb(237, 249, 255);
    background: linear-gradient(270deg, rgb(237, 249, 255) 0%, rgb(168, 225, 255) 100%);
    padding-bottom: 0;
}

.p-service_product__ttlCat {
    color: #fff;
    background: #305ABA;
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    padding: 1.4rem 0;
    margin-bottom: 3rem;
}

.p-service_product__box.-indi {
    padding-top: 0;
}

.p-service_product__box.-corp {
    background: #EFEFEF;
}

.p-service_product__box .c-inner {
    max-width: calc(900px + 10vw);
}

.p-service_product__item {
    background: #fff;
}

.p-service_product__item:not(:first-child) {
    margin-top: 3rem;
}

.p-service_product__listInner {
    display: flex;
    padding: 2rem;
}

.p-service_product__icon {
    width: 33.3%;
    padding-right: 5rem;
}

.p-service_product__txt {
    width: 66.7%;
}

.p-service_product__ttl {
    background: rgb(78, 179, 230);
    background: linear-gradient(90deg, rgb(78, 179, 230) 0%, rgb(175, 227, 253) 100%);
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    padding: 1rem 2rem;
    margin-bottom: 2rem;
}

.p-service_product__logoWrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.p-service_product__logo {
    min-width: 234px;
    margin-right: 2rem;
}

.p-service_product__logo:nth-child(3n) {
    margin-top: 2rem;
}

@media (min-width: 992px) {
    .p-service_product__logo a:hover {
        opacity: 0.7;
    }
}

.p-service_product__badgeWrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.p-service_product__badge {
    min-width: 184px;
    text-align: center;
}

.p-service_product__badge a {
    color: #fff;
    display: block;
    padding: 0.9em 1.9rem;
    font-size: 1.4rem;
    font-weight: 700;
    background: rgb(37, 108, 204);
    background: linear-gradient(90deg, rgb(37, 108, 204) 0%, rgb(77, 162, 204) 100%);
    line-height: 1;
}

.p-service_product__badge:not(:nth-child(3n)) {
    margin-right: 1rem;
}

.p-service_product__badge:nth-child(n+4) {
    margin-top: 1rem;
}

@media (min-width: 992px) {
    .p-service_product__badge a:hover {
        opacity: 0.7;
    }
}

@media (max-width: 991.9px) {
    .p-service_product__ttlCat {
        font-size: 2.6rem;
    }

    .p-service_product__ttl {
        font-size: 2rem;
        font-weight: normal;
    }

    .p-service_product__logoWrap {
        justify-content: space-between;
    }

    .p-service_product__logo {
        width: 49%;
        margin-right: 0;
        min-width: auto;
    }

    .p-service_product__badgeWrap {
        justify-content: space-between;
    }

    .p-service_product__badge {
        width: 49%;
        font-weight: normal;
        padding-right: 0;
        padding-left: 0;
    }

    .p-service_product__badge:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .p-service_product__badge:nth-child(n+3) {
        margin-top: 1rem;
    }
}

@media (max-width: 767.9px) {
    .p-service_product__listInner {
        display: block;
        padding: 1rem 1.5rem;
    }

    .p-service_product__icon {
        width: 80%;
        margin: 0 auto;
        padding-right: 0;
    }

    .p-service_product__icon img {
        width: 100%;
    }

    .p-service_product__txt {
        width: 100%;
        margin-top: 1rem;
        text-align: center;
        margin-bottom: 1rem;
    }

    .p-service_product__logoWrap {
        display: block;
    }

    .p-service_product__logo {
        width: 100%;
        text-align: center;
    }

    .p-service_product__logo:not(:first-child) {
        margin-top: 1rem;
    }

    .p-service_product__badgeWrap {
        display: block;
        margin-top: 1rem;
    }

    .p-service_product__badge {
        width: 100%;
    }

    .p-service_product__badge:not(:first-child) {
        margin-top: 1rem;
    }
}

/*============================================

  NEWS

============================================*/
/*-------------------------------
  NEWS > COMMON
-------------------------------*/
/*-------------------------------
  NEWS > SINGLE
-------------------------------*/
.p-panel_article__head {
    padding-bottom: 1.6em;
    margin-bottom: 1.6em;
    border-bottom: solid 1px #ddd;
}

.p-panel_article__info {
    margin-bottom: 1em;
}

.p-panel_article__ttl {
    font-size: 1.6em;
    line-height: 1.4;
}

.p-panel_article__btn {
    text-align: center;
    margin-top: 3.5em;
}

.p-panel_article__btn a {
    margin: 0 auto;
}

@media (max-width: 575.9px) {
    .p-panel_article__ttl {
        font-size: 1.4em;
    }
}

.p-company_top__inner {
    position: relative;
}

.p-company_top__desc {
    line-height: 2;
}

.p-company_top__name {
    display: flex;
    justify-content: flex-end;
    margin-top: 7rem;
}

.p-company_top__name .name {
    line-height: 1;
    font-weight: 700;
}

.p-company_top__name .name .sm {
    margin-bottom: 2.4rem;
}

.p-company_top__name .name.-en {
    font-size: 2.6rem;
    position: relative;
    padding-right: 11rem;
}

.p-company_top__name .name.-en:after {
    content: "";
    width: 3.3rem;
    height: 5.6rem;
    background: url(../img/company/img_bar.svg) no-repeat center/contain;
    right: 3.6rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.p-company_top__name .name.-en .sm {
    font-size: 1.8rem;
    font-weight: 500;
}

.p-company_top__name .name.-ja {
    font-size: 2.4rem;
}

.p-company_top__name .name.-ja .sm {
    font-size: 2rem;
}

.p-company_top__illust {
    position: absolute;
    z-index: -1;
}

.p-company_top__illust.-illust01 {
    top: -20rem;
    left: 27.5rem;
}

.p-company_top__illust.-illust02 {
    top: 0;
    right: -15rem;
}

.p-company_top__illust.-illust03 {
    bottom: -18rem;
    left: -6rem;
}

@media (max-width: 991.9px) {
    .p-company_top__name {
        margin-top: 5rem;
    }

    .p-company_top__name .name .sm {
        margin-bottom: 1em;
    }

    .p-company_top__name .name.-en {
        font-size: 2rem;
    }

    .p-company_top__name .name.-en .sm {
        font-size: 1.6rem;
    }

    .p-company_top__name .name.-ja {
        font-size: 2rem;
    }

    .p-company_top__name .name.-ja .sm {
        font-size: 1.6rem;
    }
}

@media (max-width: 767.9px) {
    .p-company_top__name {
        display: block;
    }

    .p-company_top__name .name.-en {
        display: inline-block;
        padding-right: 0;
    }

    .p-company_top__name .name.-en:after {
        transform: translate(200%, -50%);
        right: 0;
    }

    .p-company_top__name .name.-ja {
        margin-top: 2rem;
    }
}

@media (max-width: 575.9px) {
    .p-company_top__name .name.-en {
        font-size: 1.6rem;
    }

    .p-company_top__name .name.-en:after {
        height: 80%;
    }

    .p-company_top__name .name.-en .sm {
        font-size: 1.4rem;
    }

    .p-company_top__name .name.-ja {
        font-size: 1.6rem;
    }

    .p-company_top__name .name.-ja .sm {
        font-size: 1.4rem;
    }
}

.p-company_overview {
    padding-top: 4rem;
}

.p-company_overview__table th {
    width: 25%;
    padding: 1.5rem 3rem;
    font-weight: 700;
    text-align: left;
    border-bottom: solid 1px #007d7c;
    color: #007d7c;
}

.p-company_overview__table td {
    width: 75%;
    padding: 1.5rem 3rem;
    border-bottom: solid 1px #dddddd;
}

@media (max-width: 767.9px) {
    .p-company_overview {
        padding-top: 0;
    }

    .p-company_overview__table th {
        display: block;
        width: 100%;
        padding: 1em;
    }

    .p-company_overview__table td {
        display: block;
        width: 100%;
        padding: 1em;
    }
}

.p-company_history {
    padding-top: 4rem;
}

.p-company_history__table tr {
    border-bottom: 1px solid #dddddd;
}

.p-company_history__table th {
    width: 25%;
    padding: 1.5rem 3rem;
    font-weight: 700;
    text-align: left;
    color: #007d7c;
}

.p-company_history__table th span {
    position: relative;
}

.p-company_history__table th span:before {
    content: "";
    width: 0.75em;
    height: 0.75em;
    background: #007d7c;
    border-radius: 50%;
    display: inline-block;
    margin-right: 2.2rem;
}

.p-company_history__table td {
    width: 75%;
    padding: 1.5rem 3rem;
}

@media (max-width: 991.9px) {
    .p-company_history__table th {
        width: 30%;
    }

    .p-company_history__table td {
        width: 70%;
    }
}

@media (max-width: 767.9px) {
    .p-company_history {
        padding-top: 0;
    }

    .p-company_history__table th {
        display: block;
        width: 100%;
        padding: 1em;
    }

    .p-company_history__table th.pd0 {
        padding: 1em 0 0 0;
    }

    .p-company_history__table th span:before {
        margin-right: 1em;
    }

    .p-company_history__table td {
        display: block;
        width: 100%;
        padding: 1em;
        padding-top: 0;
    }
}

.p-company_access {
    padding-top: 4rem;
}

.p-company_access .c-ttl_box {
    margin-bottom: 5rem;
}

.p-company_access__wrap {
    display: flex;
    align-items: center;
}

.p-company_access__map {
    width: 50%;
    padding-top: 44%;
    position: relative;
}

.p-company_access__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.p-company_access__info {
    width: 50%;
    padding-left: 7rem;
}

.p-company_access__infoItem {
    text-align: center;
    line-height: 2;
}

.p-company_access__infoItem:not(:first-child) {
    border-top: 1px solid #b9d4d7;
    padding-top: 2rem;
    margin-top: 2rem;
}

@media (max-width: 991.9px) {
    .p-company_access__wrap {
        display: block;
    }

    .p-company_access__map {
        width: 100%;
    }

    .p-company_access__info {
        width: 100%;
        margin-top: 3rem;
        padding-left: 0;
    }

    .p-company_access__infoItem {
        width: 100%;
    }
}

@media (max-width: 767.9px) {
    .p-company_access {
        padding-top: 0;
    }

    .p-company_access .c-ttl_box {
        margin-bottom: 2rem;
    }
}

.p-business__sec {
    padding-bottom: 0;
}

.p-business__catch {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 1em;
}

.p-business__lead {
    text-align: center;
    margin-bottom: 5rem;
    font-weight: 500;
    font-size: 2.6rem;
}

.p-business__table tr {
    border-bottom: 1px solid #ddd;
}

.p-business__table tr:first-child {
    border-top: 1px solid #ddd;
}

.p-business__table th,
.p-business__table td {
    padding: 1em 3rem;
}

.p-business__table th {
    width: 25%;
    background: #007d7c;
    color: #fff;
    font-weight: 700;
}

.p-business__table td {
    width: 75%;
    border-right: 1px solid #ddd;
}

.p-business__table .marker {
    display: inline;
    background: linear-gradient(transparent 60%, #ffff00 40%);
}

.p-business__table .list_num li {
    padding-left: 1em;
    text-indent: -1em;
}

.p-business__table .col {
    display: flex;
}

.p-business__table .col_item.-cnt {
    width: 65%;
}

.p-business__table .col_item.-img {
    width: 35%;
    padding-left: 3rem;
}

.p-business__col {
    display: flex;
    align-items: center;
}

.p-business__colLead {
    width: 50%;
    font-weight: 500;
    font-size: 1.8rem;
}

.p-business__colImg {
    width: 50%;
    padding-left: 5rem;
}

@media (max-width: 991.9px) {
    .p-business__lead {
        font-size: 2.2rem;
    }

    .p-business__col {
        display: block;
    }

    .p-business__colLead {
        width: 100%;
        font-size: 1.6rem;
    }

    .p-business__colImg {
        width: 100%;
        padding-left: 0;
        margin-top: 3rem;
    }
}

@media (max-width: 767.9px) {
    .p-business__catch {
        font-size: 2.5rem;
    }

    .p-business__lead {
        text-align: left;
        font-size: 1.8rem;
    }

    .p-business__table th,
    .p-business__table td {
        width: 100%;
        display: block;
    }

    .p-business__table .col {
        display: block;
    }

    .p-business__table .col_item.-cnt {
        width: 100%;
    }

    .p-business__table .col_item.-img {
        width: 100%;
        margin-top: 2rem;
        padding-left: 0;
        text-align: center;
    }
}

@media (max-width: 575.9px) {
    .p-business__catch {
        font-size: 2rem;
    }
}

.p-business_flow {
    margin-top: 9rem;
}

.p-business_flow__ttl {
    text-align: center;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 3rem;
}

.p-business_flow__ttlSub {
    text-align: center;
    font-weight: 500;
    font-size: 2.4rem;
}

.p-business_flow__head {
    margin-top: 1rem;
}

.p-business_flow__head p {
    text-align: center;
    font-weight: 500;
    margin-bottom: 0.5em;
}

.p-business_flow__head .note {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
}

.p-business_flow__head .note span {
    width: 8rem;
    height: 1.5rem;
    display: inline-block;
    margin-right: 1em;
}

.p-business_flow__head .note span.pink {
    background: #FCE4D6;
}

.p-business_flow__head .note span.green {
    background: #E2EFDA;
}

.p-business_flow__list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
}

.p-business_flow__item {
    width: 14.2%;
    min-height: 6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    padding: 1rem 0.5rem;
}

.p-business_flow__item.-pink {
    background: #FCE4D6;
}

.p-business_flow__item.-green {
    background: #E2EFDA;
}

.p-business_flow__arrow {
    position: relative;
    width: 4.2%;
    height: 60px;
    margin: 0 1rem;
}

.p-business_flow__arrow:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #000000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p-business_flow__arrow:after {
    content: "";
    width: 65%;
    height: 25px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p-business_flow__sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

.p-business_flow__note {
    margin-top: 2em;
}

@media (max-width: 1199.9px) {
    .p-business_flow__arrow:before {
        border-width: 25px 0 25px 20px;
    }
}

@media (max-width: 991.9px) {
    .p-business_flow__ttl {
        font-size: 3rem;
    }
}

@media (max-width: 767.9px) {
    .p-business_flow__ttl {
        font-size: 2.5rem;
    }

    .p-business_flow__ttlSub {
        font-size: 2.2rem;
    }

    .p-business_flow__list {
        flex-direction: column;
    }

    .p-business_flow__list+.p-business_flow__list {
        margin-top: 1.5rem;
    }

    .p-business_flow__item {
        width: 100%;
    }

    .p-business_flow__arrow {
        width: 2rem;
    }

    .p-business_flow__arrow:before {
        border-width: 20px 20px 0 20px;
        border-color: #000000 transparent transparent transparent;
        right: 50%;
        transform: translateX(50%);
        bottom: 0;
    }

    .p-business_flow__arrow:after {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        top: 15px;
        height: 20px;
    }
}

@media (max-width: 575.9px) {
    .p-business_flow__ttl {
        font-size: 2.2rem;
    }

    .p-business_flow__ttlSub {
        font-size: 2rem;
    }
}

/* ==================== 更新 ========================== */
.p-business_import {
    margin-top: 5rem;
    background: #DAE8EA;
    padding: 4.5rem 3rem;
}

.p-business_import__ttl {
    text-align: center;
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

.p-business_import__list {
    display: flex;
    gap: 4rem;
    align-items: stretch;
}

.p-business_import__item {
    background: #fff;
    padding: 1.5rem 10px;
    font-weight: 500;
    width: calc((100% - 16rem) / 5);
    position: relative;
}

.p-business_import__item:not(:last-child):after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #007d7c;
    position: absolute;
    right: -2.8rem;
    top: 50%;
    transform: translateY(-50%);
}

.p-business_import__item dt {
    font-size: 2.4rem;
    line-height: 1.33;
    text-align: center;
    margin-bottom: 1.5rem;
    color: #007d7c;
    font-weight: bold;
}

.p-business_import__item dd {
    font-size: 1.6rem;
}

@media (max-width: 991.9px) {
    .p-business_import__ttl {
        font-size: 2.6rem;
    }

    .p-business_import__list {
        flex-direction: column;
        gap: 2rem;
    }

    .p-business_import__item {
        display: block;
        width: 100%;
        padding: 1.5rem 2rem;
    }

    .p-business_import__item:not(:last-child):after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 15px 0 15px;
        /* 上の三角形 */
        border-color: #007d7c transparent transparent transparent;
        position: absolute;
        right: 50%;
        top: 100%;
        transform: translateX(50%);
    }

    .p-business_import__item dt {
        width: 100%;
    }

    .p-business_import__item dd {
        width: 100%;
        margin-top: 0.5em;
    }
}

@media (max-width: 767.9px) {
    .p-business_import__ttl {
        font-size: 2.2rem;
    }
}

@media (max-width: 575.9px) {
    .p-business_import {
        padding: 3rem 2rem;
    }

    .p-business_import__item dt {
        font-size: 2rem;
    }

    .p-business_import__item dd {
        font-size: 1.6rem;
    }
}

/* ==================== 更新 ========================== */

/*============================================

  PRIVACY POLICY

============================================*/
/*-------------------------------
  PRIVACY > COMMON
-------------------------------*/
.p-privacypolicy__headTtl {
    font-size: 2.5rem;
    margin-bottom: 1em;
    font-weight: 700;
    line-height: 1.3;
}

.p-privacypolicy__body {
    margin-top: 5rem;
}

.p-privacypolicy__list dt {
    margin-bottom: 1.25em;
    font-size: 2rem;
    font-weight: 700;
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 0.8em;
    line-height: 1.4;
    position: relative;
}

.p-privacypolicy__list dt:before {
    content: "";
    width: 7rem;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #007d7c;
}

.p-privacypolicy__list dd:not(:last-child) {
    margin-bottom: 3.125em;
}

.p-privacypolicy__list dd>*:nth-child(n+2) {
    margin-top: 1em;
}

.p-privacypolicy__ga h3 {
    font-weight: 500;
    margin-bottom: 0.5em;
}

.p-privacypolicy__ga a {
    word-break: break-all;
    text-decoration: underline;
}

@media (min-width: 992px) {
    .p-privacypolicy__ga a:hover {
        opacity: 0.7;
    }
}

@media (max-width: 991.9px) {
    .p-privacypolicy__headTtl {
        font-size: 2.2rem;
    }

    .p-privacypolicy__list dt {
        font-size: 1.8rem;
    }
}

@media (max-width: 575.9px) {
    .p-privacypolicy__body {
        margin-top: 3rem;
    }

    .p-privacypolicy__headTtl {
        font-size: 1.8rem;
    }

    .p-privacypolicy__list dt {
        font-size: 1.6rem;
    }
}

.p-about_top__wrap {
    display: flex;
}

.p-about_top__txt {
    width: 54.8%;
    padding-left: 10rem;
}

.p-about_top__txt p:not(:first-child) {
    margin-top: 1.5em;
}

.p-about_top__img {
    width: 45.2%;
    padding-left: 5rem;
}

.p-about_top__name {
    margin-top: 1rem;
}

.p-about_top__name .main {
    font-size: 2.4rem;
}

@media (max-width: 991.9px) {
    .p-about_top__txt {
        padding-left: 0;
    }
}

@media (max-width: 767.9px) {
    .p-about_top__wrap {
        flex-direction: column-reverse;
    }

    .p-about_top__txt {
        width: 100%;
        margin-top: 3rem;
    }

    .p-about_top__img {
        width: 100%;
        padding-left: 0;
        padding: 0 1em;
    }

    .p-about_top__img img {
        width: 100%;
    }
}

.p-about_philosophy {
    background: url(../img/about/bg_philosophy.jpg) no-repeat center/cover;
    position: relative;
    z-index: 0;
}

.p-about_philosophy:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(201, 237, 255, 0.8);
    z-index: -1;
}

.p-about_philosophy__inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 6rem 9rem 5.5rem;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}

.p-about_philosophy__ttl {
    margin-bottom: 5.5rem;
}

.p-about_philosophy__catch {
    text-align: center;
    color: #305ABA;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.46;
    margin-bottom: 2.4rem;
}

.p-about_philosophy__txt p:not(:first-child) {
    margin-top: 1.5em;
}

@media (max-width: 991.9px) {
    .p-about_philosophy__inner {
        padding: 5rem;
    }

    .p-about_philosophy__ttl {
        margin-bottom: 3.125em;
    }

    .p-about_philosophy__catch {
        font-size: 2.6rem;
    }
}

@media (max-width: 767.9px) {
    .p-about_philosophy__inner {
        padding: 4rem 2rem;
    }

    .p-about_philosophy__catch {
        line-height: 1.67;
        font-size: 2.4rem;
    }
}

.p-about_strength__item.-column {
    display: flex;
}

.p-about_strength__item.-column .p-about_strength__txt {
    width: 64%;
}

.p-about_strength__item.-column .p-about_strength__img {
    width: 37.4%;
    position: relative;
    left: -5rem;
}

.p-about_strength__item.-row {
    position: relative;
    padding-bottom: 32rem;
}

.p-about_strength__item.-row .p-about_strength__txt {
    width: 83%;
    background: #fff;
    padding-right: 3rem;
    padding-bottom: 3rem;
}

.p-about_strength__item.-row .p-about_strength__img {
    width: 71.33%;
    position: absolute;
    right: -5rem;
    bottom: 0;
    z-index: -1;
}

.p-about_strength__item:not(:first-child) {
    margin-top: 6.25em;
}

.p-about_strength__txt p:not(:first-child) {
    margin-top: 1.5em;
}

@media (max-width: 991.9px) {
    .p-about_strength__item.-column {
        display: block;
    }

    .p-about_strength__item.-column .p-about_strength__txt {
        width: 100%;
        margin-top: 3rem;
    }

    .p-about_strength__item.-column .p-about_strength__img {
        width: 100vw;
        position: relative;
        left: -5vw;
    }

    .p-about_strength__item.-column .p-about_strength__img img {
        width: 100%;
    }

    .p-about_strength__item.-row {
        padding-bottom: 0;
    }

    .p-about_strength__item.-row .p-about_strength__txt {
        width: 100%;
        padding-bottom: 0;
        padding-right: 0;
        margin-top: 3rem;
    }

    .p-about_strength__item.-row .p-about_strength__img {
        position: relative;
        left: -5vw;
        width: 100vw;
    }

    .p-about_strength__item.-row .p-about_strength__img img {
        width: 100%;
    }
}

.p-about_staff {
    background: #f7f7f7;
}

.p-about_staff__list {
    display: flex;
    justify-content: space-between;
}

.p-about_staff__item {
    width: calc((100% - 4rem) / 3);
    position: relative;
}

.p-about_staff__itemInner {
    cursor: pointer;
    transition: 0.4s;
}

@media (min-width: 992px) {
    .p-about_staff__itemInner:hover {
        opacity: 0.7;
    }

    .p-about_staff__itemInner:hover .p-about_staff__btn:before {
        right: 0;
    }

    .p-about_staff__itemInner:hover .p-about_staff__btn:after {
        width: 0;
    }
}

.p-about_staff__img img {
    width: 100%;
}

.p-about_staff__btn {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 1;
    font-size: 1.4rem;
    padding: 0.9em 0;
    width: 100%;
}

.p-about_staff__modal {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 10;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.p-about_staff__modal.show {
    opacity: 1;
    visibility: visible;
}

.p-about_staff__modalBg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}

.p-about_staff__modalItem {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.p-about_staff__modalInner {
    max-width: 900px;
    background: #fff;
    padding: 3rem;
    display: flex;
    position: relative;
    z-index: 100;
}

.p-about_staff__modalImg {
    width: 48.88%;
}

.p-about_staff__modalTxt {
    width: 51.12%;
    padding-left: 5rem;
}

.p-about_staff__modalTxt .txtWrap p:not(:first-child) {
    margin-top: 0.5em;
}

.p-about_staff__modalClose {
    margin-top: 2.5rem;
    cursor: pointer;
    padding: 0.9em 0;
    font-size: 1.4rem;
}

@media (max-width: 767.9px) {
    .p-about_staff .c-inner {
        padding-right: 0;
        padding-left: 0;
    }

    .p-about_staff__item {
        margin: 0 0.8rem;
    }

    .p-about_staff__modalInner {
        max-width: 90%;
        height: auto;
        display: block;
        padding: 2rem;
    }

    .p-about_staff__modalImg {
        width: 100%;
    }

    .p-about_staff__modalTxt {
        width: 100%;
        padding-left: 0;
        margin-top: 2rem;
    }

    .p-about_staff__modalTxt .txtWrap {
        overflow-y: auto;
    }

    .p-about_staff__modalTxt .txtWrap p {
        max-height: 200px;
    }

    .p-about_staff__modalClose {
        margin-left: auto;
        margin-right: auto;
    }
}

.p-attempt_sdgs__wrap {
    display: flex;
}

.p-attempt_sdgs__img {
    width: 39%;
}

.p-attempt_sdgs__txtWrap {
    width: 61%;
    padding-left: 5rem;
}

.p-attempt_sdgs__subTtl {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2.5rem;
}

@media (max-width: 991.9px) {
    .p-attempt_sdgs__img {
        width: 35%;
    }

    .p-attempt_sdgs__txtWrap {
        width: 65%;
        padding-left: 3rem;
    }
}

@media (max-width: 767.9px) {
    .p-attempt_sdgs__wrap {
        display: block;
    }

    .p-attempt_sdgs__img {
        width: 100%;
        max-width: 80%;
        margin: 0 auto;
        text-align: center;
    }

    .p-attempt_sdgs__txtWrap {
        width: 100%;
        padding-left: 0;
        margin-top: 3rem;
    }
}

.p-attempt_security {
    padding-top: 0;
}

.p-attempt_security__wrap {
    display: flex;
}

.p-attempt_security__img {
    width: 39%;
}

.p-attempt_security__txtWrap {
    width: 61%;
    padding-left: 5rem;
}

.p-attempt_security__subTtl {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2.5rem;
}

@media (max-width: 991.9px) {
    .p-attempt_security__img {
        width: 35%;
    }

    .p-attempt_security__txtWrap {
        width: 65%;
        padding-left: 3rem;
    }
}

@media (max-width: 767.9px) {
    .p-attempt_security__wrap {
        display: block;
    }

    .p-attempt_security__img {
        width: 100%;
        max-width: 80%;
        margin: 0 auto;
        text-align: center;
    }

    .p-attempt_security__txtWrap {
        width: 100%;
        padding-left: 0;
        margin-top: 3rem;
    }
}

.p-attempt_initiatives {
    background: rgb(237, 249, 255);
    background: linear-gradient(270deg, rgb(237, 249, 255) 0%, rgb(168, 225, 255) 100%);
}

.p-attempt_initiatives__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.p-attempt_initiatives__item {
    background: #fff;
    padding: 1rem 1rem 1.8rem 1rem;
    width: calc((100% - 4rem) / 3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}

.p-attempt_initiatives__item:not(:nth-child(3n)) {
    margin-right: 2rem;
}

.p-attempt_initiatives__item:nth-child(n+4) {
    margin-top: 5rem;
}

.p-attempt_initiatives__ttl {
    font-weight: 700;
    line-height: 1;
    margin-top: 1.5rem;
}

@media (max-width: 767.9px) {
    .p-attempt_initiatives__list {
        flex-direction: column;
    }

    .p-attempt_initiatives__item {
        width: 100%;
    }

    .p-attempt_initiatives__item:not(:first-child) {
        margin-left: 0;
        margin-top: 2rem;
    }

    .p-attempt_initiatives__img img {
        width: 100%;
    }
}

.p-attempt_contribution__wrap {
    display: flex;
    align-items: center;
}

.p-attempt_contribution__img {
    width: 57.51%;
}

.p-attempt_contribution__txtWrap {
    width: 42.94%;
    padding-left: 5rem;
}

@media (max-width: 991.9px) {
    .p-attempt_contribution__img {
        width: 50%;
    }

    .p-attempt_contribution__txtWrap {
        width: 50%;
        padding-left: 3rem;
    }
}

@media (max-width: 767.9px) {
    .p-attempt_contribution__wrap {
        display: block;
    }

    .p-attempt_contribution__img {
        width: 100%;
    }

    .p-attempt_contribution__img img {
        width: 100%;
    }

    .p-attempt_contribution__txtWrap {
        width: 100%;
        padding-left: 0;
        margin-top: 2rem;
    }
}

/*============================================

  KV

============================================*/
/*-------------------------------
  KV > TOP
-------------------------------*/
/*-------------------------------
  KV > UNDER
-------------------------------*/
.p-kv_under {
    position: relative;
    background: no-repeat center/cover;
    background-image: url(../img/company/img_kv.jpg);
    z-index: 0;
}

.p-kv_under:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(6, 206, 204, 0.3);
    z-index: -1;
}

.p-kv_under.-company {
    background-image: url(../img/company/img_kv.jpg);
}

.p-kv_under.-import {
    background-image: url(../img/import/img_kv.jpg);
}

.p-kv_under.-export {
    background-image: url(../img/export/img_kv.jpg);
}

.p-kv_under.-domestic {
    background-image: url(../img/domestic/img_kv.jpg);
}

.p-kv_under__ttl {
    color: #fff;
    line-height: 1;
    padding: 22.75rem 0;
}

.p-kv_under__ttl .sup {
    font-family: "Oswald", sans-serif;
    font-size: 2rem;
    margin-bottom: 1em;
}

.p-kv_under__ttl .main {
    font-size: 6.5rem;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", Georgia, serif;
}

@media (max-width: 991.9px) {
    .p-kv_under__ttl {
        padding: 10rem 0;
    }

    .p-kv_under__ttl .main {
        font-size: 4.5rem;
    }
}

@media (max-width: 767.9px) {
    .p-kv_under__ttl {
        padding: 8rem 0;
    }

    .p-kv_under__ttl .main {
        font-size: 3.5rem;
    }

    .p-kv_under__ttl .sup {
        font-size: 1.6rem;
    }
}

.p-kv_second {
    position: relative;
}

.p-kv_second .c-ofi {
    padding-top: 29%;
}

.p-kv_second__ttl {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(6, 206, 204, 0.5);
    text-align: center;
    color: #fff;
    padding: 1.5rem 0;
    line-height: 1;
    z-index: 100;
}

.p-kv_second__ttl .sup {
    font-family: "Oswald", sans-serif;
    font-size: 2.4rem;
    margin-bottom: 1em;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.p-kv_second__ttl .main {
    font-size: 4rem;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", Georgia, serif;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 991.9px) {
    .p-kv_second .c-ofi {
        padding-top: 40%;
    }

    .p-kv_second__ttl .main {
        font-size: 3.5rem;
    }
}

@media (max-width: 767.9px) {
    .p-kv_second__ttl .main {
        font-size: 3rem;
    }

    .p-kv_second__ttl .sup {
        font-size: 1.6rem;
    }
}

@media (max-width: 575.9px) {
    .p-kv_second .c-ofi {
        padding-top: 50%;
    }
}

/*--------------------------------------------
  card
--------------------------------------------*/
/*--------------------------------------------
  news
--------------------------------------------*/
.c-card_news__item {
    border-bottom: solid 1px #000000;
}

.c-card_news__item:first-child .c-card_news__link {
    padding-top: 0;
}

.c-card_news__link {
    display: flex;
    padding: 1.5em 0;
}

@media (min-width: 992px) {
    .c-card_news__link:hover {
        opacity: 0.7;
    }
}

.c-card_news__term {
    color: #fff;
    line-height: 1;
    min-width: 110px;
    padding: 0.5em;
    background: #007D7C;
    margin-right: 2rem;
    font-weight: 500;
    text-align: center;
    display: inline-block;
}

.c-card_news__date {
    margin-right: 3rem;
    min-width: 5.4em;
    font-weight: 500;
}

@media (max-width: 991.9px) {
    .c-card_news__date {
        min-width: 6em;
    }
}

@media (max-width: 575.9px) {
    .c-card_news__link {
        display: block;
        padding: 1em 0;
    }

    .c-card_news__date {
        margin-right: 0;
        min-width: 100%;
    }
}

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

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

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

@media (max-width: 575.9px) {
    .u-center_ss {
        text-align: center;
    }

    .u-left_ss {
        text-align: left;
    }

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

@media (min-width: 576px) and (max-width: 767.9px) {
    .u-center_xs {
        text-align: center;
    }

    .u-left_xs {
        text-align: left;
    }

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

@media (min-width: 768px) and (max-width: 991.9px) {
    .u-center_sm {
        text-align: center;
    }

    .u-left_sm {
        text-align: left;
    }

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

@media (min-width: 992px) and (max-width: 1199.9px) {
    .u-center_md {
        text-align: center;
    }

    .u-left_md {
        text-align: left;
    }

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

@media (min-width: 1200px) and (max-width: 1399.9px) {
    .u-center_lg {
        text-align: center;
    }

    .u-left_lg {
        text-align: left;
    }

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

@media (min-width: 1400px) and (max-width: 1599.9px) {
    .u-center_xl {
        text-align: center;
    }

    .u-left_xl {
        text-align: left;
    }

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

@media (min-width: 1600px) {
    .u-center_xxl {
        text-align: center;
    }

    .u-left_xxl {
        text-align: left;
    }

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

@media (max-width: 767.9px) {
    .u-center_sp {
        text-align: center;
    }

    .u-left_sp {
        text-align: left;
    }

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

@media (max-width: 991.9px) {
    .u-center_tb {
        text-align: center;
    }

    .u-left_tb {
        text-align: left;
    }

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

@media (min-width: 992px) {
    .u-center_pc {
        text-align: center;
    }

    .u-left_pc {
        text-align: left;
    }

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

@media (min-width: 1400px) {
    .u-center_dt {
        text-align: center;
    }

    .u-left_dt {
        text-align: left;
    }

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

/*--------------------------------------------
  display
--------------------------------------------*/
.u-none {
    display: none;
}

.u-none_imp {
    display: none !important;
}

.u-show {
    display: block;
}

.u-show_imp {
    display: block !important;
}

@media (max-width: 575.9px) {

    .u-visible_xs:not(.u-visible_ss),
    .u-visible_sm:not(.u-visible_ss),
    .u-visible_md:not(.u-visible_ss),
    .u-visible_lg:not(.u-visible_ss),
    .u-visible_xl:not(.u-visible_ss),
    .u-visible_xxl:not(.u-visible_ss),
    .u-hidden_ss {
        display: none !important;
    }
}

@media (min-width: 576px) and (max-width: 767.9px) {

    .u-visible_ss:not(.u-visible_xs),
    .u-visible_sm:not(.u-visible_xs),
    .u-visible_md:not(.u-visible_xs),
    .u-visible_lg:not(.u-visible_xs),
    .u-visible_xl:not(.u-visible_xs),
    .u-visible_xxl:not(.u-visible_xs),
    .u-hidden_xs {
        display: none !important;
    }
}

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

    .u-visible_ss:not(.u-visible_sm),
    .u-visible_xs:not(.u-visible_sm),
    .u-visible_md:not(.u-visible_sm),
    .u-visible_lg:not(.u-visible_sm),
    .u-visible_xl:not(.u-visible_sm),
    .u-visible_xxl:not(.u-visible_sm),
    .u-hidden_sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.9px) {

    .u-visible_ss:not(.u-visible_md),
    .u-visible_xs:not(.u-visible_md),
    .u-visible_sm:not(.u-visible_md),
    .u-visible_lg:not(.u-visible_md),
    .u-visible_xl:not(.u-visible_md),
    .u-visible_xxl:not(.u-visible_md),
    .u-hidden_md {
        display: none !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399.9px) {

    .u-visible_ss:not(.u-visible_lg),
    .u-visible_xs:not(.u-visible_lg),
    .u-visible_sm:not(.u-visible_lg),
    .u-visible_md:not(.u-visible_lg),
    .u-visible_xl:not(.u-visible_lg),
    .u-visible_xxl:not(.u-visible_lg),
    .u-hidden_lg {
        display: none !important;
    }
}

@media (min-width: 1400px) and (max-width: 1599.9px) {

    .u-visible_ss:not(.u-visible_xl),
    .u-visible_xs:not(.u-visible_xl),
    .u-visible_sm:not(.u-visible_xl),
    .u-visible_md:not(.u-visible_xl),
    .u-visible_lg:not(.u-visible_xl),
    .u-visible_xxl:not(.u-visible_xl),
    .u-hidden_xl {
        display: none !important;
    }
}

@media (min-width: 1600px) {

    .u-visible_ss:not(.u-visible_xxl),
    .u-visible_xs:not(.u-visible_xxl),
    .u-visible_sm:not(.u-visible_xxl),
    .u-visible_md:not(.u-visible_xxl),
    .u-visible_lg:not(.u-visible_xxl),
    .u-visible_xl:not(.u-visible_xxl),
    .u-hidden_xxl {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .u-visible_sp {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .u-visible_tb {
        display: none !important;
    }
}

@media (max-width: 991.9px) {
    .u-visible_pc {
        display: none !important;
    }
}

@media (max-width: 1399.9px) {
    .u-visible_dt {
        display: none !important;
    }
}

@media (max-width: 767.9px) {
    .u-hidden_sp {
        display: none !important;
    }
}

@media (max-width: 991.9px) {
    .u-hidden_tb {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .u-hidden_pc {
        display: none !important;
    }
}

@media (min-width: 1400px) {
    .u-hidden_dt {
        display: none !important;
    }
}

@media screen {
    .u-visible_print {
        display: none !important;
    }
}

@media print {
    .u-hidden_print {
        display: none !important;
    }
}

.u-display_input {
    display: none;
}

.mw_wp_form_input .u-display_input {
    display: block;
}

.u-display_confirm {
    display: none;
}

.mw_wp_form_confirm .u-display_confirm {
    display: block;
}

/*--------------------------------------------
  margin
--------------------------------------------*/
.u-mgt0 {
    margin-top: 0;
}

.u-mgt_ss {
    margin-top: 0.6em;
}

.u-mgt_xs {
    margin-top: 1em;
}

.u-mgt_sm {
    margin-top: 1.5em;
}

.u-mgt_md {
    margin-top: 2em;
}

.u-mgt_lg {
    margin-top: 2.5em;
}

.u-mgt_xl {
    margin-top: 3em;
}

.u-mgt_xxl {
    margin-top: 3.5em;
}

@media (max-width: 991.9px) {
    .u-mgt_ss {
        margin-top: 0.4em;
    }

    .u-mgt_xs {
        margin-top: 0.8em;
    }

    .u-mgt_sm {
        margin-top: 1.2em;
    }

    .u-mgt_md {
        margin-top: 1.6em;
    }

    .u-mgt_lg {
        margin-top: 2em;
    }

    .u-mgt_xl {
        margin-top: 2.4em;
    }

    .u-mgt_xxl {
        margin-top: 2.8em;
    }
}

.u-mgl0 {
    margin-left: 0;
}

.u-mgr0 {
    margin-right: 0;
}

.u-mgb0 {
    margin-bottom: 0;
}

.u-mgb_ss {
    margin-bottom: 0.6em;
}

.u-mgb_xs {
    margin-bottom: 1em;
}

.u-mgb_sm {
    margin-bottom: 1.5em;
}

.u-mgb_md {
    margin-bottom: 2em;
}

.u-mgb_lg {
    margin-bottom: 2.5em;
}

.u-mgb_xl {
    margin-bottom: 3em;
}

.u-mgb_xxl {
    margin-bottom: 3.5em;
}

@media (max-width: 991.9px) {
    .u-mgb_ss {
        margin-bottom: 0.4em;
    }

    .u-mgb_xs {
        margin-bottom: 0.8em;
    }

    .u-mgb_sm {
        margin-bottom: 1.2em;
    }

    .u-mgb_md {
        margin-bottom: 1.6em;
    }

    .u-mgb_lg {
        margin-bottom: 2em;
    }

    .u-mgb_xl {
        margin-bottom: 2.4em;
    }

    .u-mgb_xxl {
        margin-bottom: 2.8em;
    }
}

/*--------------------------------------------
  padding
--------------------------------------------*/
.u-pdt0 {
    padding-top: 0;
}

.u-pdl0 {
    padding-left: 0;
}

.u-pdr0 {
    padding-right: 0;
}

.u-pdb0 {
    padding-bottom: 0;
}

/*--------------------------------------------
  common
--------------------------------------------*/
.u-palt {
    font-feature-settings: "palt";
}

.u-italic {
    font-style: italic;
}

.u-va_sup {
    font-size: 70%;
    vertical-align: super;
}

.u-va_sub {
    font-size: 70%;
    vertical-align: sub;
}

.u-cursive {
    font-family: "HG行書体", cursive, serif;
}

.u-vertical {
    writing-mode: vertical-rl;
}

.u-upr {
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
}

.u-fw {
    font-weight: 700;
}

.u-fw400 {
    font-weight: 400;
}

.u-fw500 {
    font-weight: 500;
}

.u-lh {
    line-height: 1.8;
}

.u-lh_ss {
    line-height: 1.1;
}

.u-lh_xs {
    line-height: 1.3;
}

.u-lh_sm {
    line-height: 1.5;
}

.u-lh_md {
    line-height: 2;
}

.u-fs {
    font-size: 1.6rem;
}

.u-fs_xs {
    font-size: 1.2rem;
}

.u-fs_sm {
    font-size: 1.4rem;
}

.u-fs_md {
    font-size: 1.8rem;
}

.u-fs_lg {
    font-size: 2rem;
}

.u-fs_xl {
    font-size: 2.4rem;
}

.u-fs_xxl {
    font-size: 3rem;
}

@media (max-width: 991.9px) {
    .u-fs {
        font-size: 1.4rem;
    }

    .u-fs_xs {
        font-size: 1rem;
    }

    .u-fs_sm {
        font-size: 1.2rem;
    }

    .u-fs_md {
        font-size: 1.6rem;
    }

    .u-fs_lg {
        font-size: 1.8rem;
    }

    .u-fs_xl {
        font-size: 2rem;
    }

    .u-fs_xxl {
        font-size: 2.4rem;
    }
}

.u-z1 {
    position: relative;
    z-index: 1;
}

.u-w100p {
    width: 100%;
}

.u-h100p {
    height: 100%;
}

.u-fx_wrap {
    flex-wrap: wrap;
}

.u-row {
    flex-direction: row;
}

.u-row_reverse {
    flex-direction: row-reverse;
}

.u-column {
    flex-direction: column;
}

.u-column_reverse {
    flex-direction: column-reverse;
}

.u-ai {
    align-items: stretch;
}

.u-ai_start {
    align-items: flex-start;
}

.u-ai_center {
    align-items: center;
}

.u-ai_end {
    align-items: flex-end;
}

.u-jc_start {
    justify-content: flex-start;
}

.u-jc_center {
    justify-content: center;
}

.u-jc_end {
    justify-content: flex-end;
}

.u-jc_sb {
    justify-content: space-between;
}

.u-pe_none {
    pointer-events: none;
}

body.is-pc .u-pe,
body.is-pc .u-pe_color {
    pointer-events: none;
    cursor: default;
}

body.is-tb .u-pe,
body.is-sp .u-pe {
    text-decoration: underline;
}

body.is-tb .u-pe:hover,
body.is-sp .u-pe:hover {
    text-decoration: none;
}

body.is-tb .u-pe_color,
body.is-sp .u-pe_color {
    color: #25b4e0;
    text-decoration: none;
}

body.is-tb .u-pe_color:hover,
body.is-sp .u-pe_color:hover {
    text-decoration: underline;
}

.u-bdt {
    border-top: 1px solid #f4f4f4;
}

.u-bdb {
    border-bottom: 1px solid #f4f4f4;
}

.u-nowrap {
    white-space: nowrap;
}

.u-of_hidden {
    overflow: hidden;
}

.u-bv_hidden {
    backface-visibility: hidden;
}

.u-center_block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.u-align_height {
    display: block !important;
    visibility: hidden;
    pointer-events: none;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

/*--------------------------------------------
  color & background-color
--------------------------------------------*/
.u-font {
    color: #020202;
}

.u-main {
    color: #007d7c;
}

.u-sub {
    color: #dae8ea;
}

.u-point {
    color: #cc1111;
}

.u-white {
    color: #ffffff;
}

.u-black {
    color: #111111;
}

.u-gray {
    color: #777777;
}

.u-red {
    color: #dc0000;
}

.u-pink {
    color: #ff33bb;
}

.u-purple {
    color: #8000ff;
}

.u-navy {
    color: #0000cc;
}

.u-blue {
    color: #0080ff;
}

.u-sky {
    color: #f0fcff;
}

.u-green {
    color: #00e626;
}

.u-yellow {
    color: #ffff00;
}

.u-orange {
    color: #ff8000;
}

.u-brown {
    color: #99331f;
}

.u-bg_main {
    background-color: #007d7c;
}

.u-bg_sub {
    background-color: #dae8ea;
}

.u-bg_white {
    background-color: #ffffff;
}

.u-bg_gray {
    background-color: #f8f8f8;
}

.u-bg_lgray {
    background-color: #fafafa;
}

.u-bg_dgray {
    background-color: #777777;
}

.u-bg_lorange {
    background-color: #ffd6ad;
}

/*--------------------------------------------
  Wordpress EDITOR
--------------------------------------------*/
.wp-editor>*+* {
    margin-top: 3em;
}

.wp-editor .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 2em;
}

.wp-editor .wp-block-columns .wp-block-column>*+* {
    margin-top: 2em;
}

.wp-editor strong {
    font-weight: 700;
}

.wp-editor em {
    font-style: italic;
}

.wp-editor blockquote {
    display: block;
    padding: 2em;
    background-color: #fafafa;
}

.wp-editor sup {
    vertical-align: super;
    font-size: 70%;
}

.wp-editor sub {
    vertical-align: sub;
    font-size: 70%;
}

.wp-editor figure {
    max-width: 100%;
}

.wp-editor img[class*=wp-image-],
.wp-editor img[class*=attachment-] {
    max-width: 100%;
    height: auto;
}

.wp-editor .alignleft {
    display: block;
    float: none;
    margin: 0;
    margin-right: auto;
}

.wp-editor .aligncenter {
    display: block;
    float: none;
    margin: 0 auto;
}

.wp-editor .alignright {
    display: block;
    float: none;
    margin: 0;
    margin-left: auto;
}

.wp-editor .c-iframe {
    padding-top: 52.5%;
}

.wp-editor h2 {
    padding-left: 0.8em;
    border-left: 0.5rem solid #007d7c;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.3;
    letter-spacing: 0.1rem;
}

.wp-editor h3 {
    position: relative;
    padding-left: 1em;
    padding-bottom: 0.5em;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: 0.1rem;
}

.wp-editor h3::before {
    content: "";
    position: absolute;
    top: 0.4em;
    left: 0;
    display: block;
    width: 0.4em;
    height: 0.4em;
    border-radius: 50%;
    background-color: #007d7c;
}

.wp-editor h4 {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: 0.1rem;
}

.wp-editor a:not([class]) {
    color: #25b4e0;
    text-decoration: underline;
    word-break: break-all;
}

.wp-editor a:not([class]):hover {
    text-decoration: none;
}

.wp-editor ul:not([class]),
.wp-editor ol:not([class]) {
    padding-left: 2em;
    line-height: 1.5;
}

.wp-editor ul:not([class])>li:not(:first-child),
.wp-editor ol:not([class])>li:not(:first-child) {
    margin-top: 0.8em;
}

.wp-editor ul:not([class])>li>ul,
.wp-editor ul:not([class])>li>ol,
.wp-editor ol:not([class])>li>ul,
.wp-editor ol:not([class])>li>ol {
    margin-top: 0.6em;
}

.wp-editor ul:not([class])>li {
    list-style-type: disc;
}

.wp-editor ol:not([class])>li {
    list-style-type: decimal;
}

.wp-editor table {
    width: 100%;
}

.wp-editor table tr>th,
.wp-editor table tr>td {
    padding: 1em;
    border: 1px solid #efefef;
}

.wp-editor table tr>th {
    background-color: #fafafa;
}

.wp-editor.-inner_box>*+* {
    margin-top: 2em;
}

@media (max-width: 991.9px) {
    .wp-editor>*+* {
        margin-top: 2em;
    }

    .wp-editor .wp-block-columns .wp-block-column:not(:last-child) {
        margin-bottom: 1.5em;
    }

    .wp-editor .wp-block-columns .wp-block-column>*+* {
        margin-top: 1.5em;
    }

    .wp-editor blockquote {
        padding: 1.5em;
    }

    .wp-editor h2 {
        padding-left: 0.6em;
        border-width: 0.4rem;
        font-size: 2rem;
    }

    .wp-editor h3 {
        font-size: 1.8rem;
    }

    .wp-editor h4 {
        font-size: 1.6rem;
    }

    .wp-editor.-inner_box>*+* {
        margin-top: 1.5em;
    }
}

/*-------------------------------
  WP > PAGINATION
-------------------------------*/
.wp-pagenavi {
    margin-top: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 2;
}

.wp-pagenavi>* {
    display: inline-block;
    text-align: center;
    margin: 0 0.5em;
    width: 2em;
    text-align: center;
    color: #fff;
}

.wp-pagenavi .current {
    font-weight: 700;
    background: #007d7c;
    border: solid 1px #007d7c;
}

.wp-pagenavi a {
    background: #fff;
    color: #007d7c;
    border: solid 1px #007d7c;
}

@media (min-width: 992px) {
    .wp-pagenavi a:hover {
        background: #007d7c;
        color: #fff;
    }
}

.wp-pagenavi .extend {
    color: #333;
}

@media (max-width: 575.9px) {
    .wp-pagenavi .extend {
        display: none;
    }
}

/*-------------------------------
  WP > PAGINATION(ORIGINAL)
-------------------------------*/
.wp-pager {
    margin-top: 3em;
}

.wp-pager__list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp-pager__item {
    display: inline-block;
    text-align: center;
    margin: 0 0.5em;
    width: 2em;
    line-height: 2;
    text-align: center;
}

.wp-pager__item>a,
.wp-pager__item>span {
    display: block;
    background: #fff;
    color: #007d7c;
    border: solid 1px #007d7c;
}

@media (min-width: 992px) {
    .wp-pager__item>a:hover {
        background: #007d7c;
        color: #fff;
    }
}

.wp-pager__item.-current>a,
.wp-pager__item.-current>span {
    color: #fff;
    background: #007d7c;
    border: solid 1px #007d7c;
}

.wp-pager__item.-extend {
    margin: 0;
}

.wp-pager__item.-extend>a,
.wp-pager__item.-extend>span {
    color: #007d7c;
    border: none;
}

.wp-pager__item.-first>a:before {
    display: inline-block;
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eabc";
    transform: rotate(180deg) scale(0.75);
}

.wp-pager__item.-last>a:before {
    display: inline-block;
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eabc";
    transform: scale(0.75);
}

@media (max-width: 575.9px) {
    .wp-pager__item.-extend {
        display: none;
    }
}

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