@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/*------------------------------------------------------------
color
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
[data-aos=line-bl] {
    width: 200px;
    -webkit-transition-property: width;
    transition-property: width;
}

[data-aos=line-bl].aos-animate {
    width: 100%;
}

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

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

html {
    font-size: 62.5%;
}

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

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

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

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

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

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

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    margin: 0;
    font: inherit;
    font-style: normal;
    font-weight: normal;
    font-weight: inherit;
    text-decoration: none;
    vertical-align: baseline;
    list-style: none;
    border: 0;
}

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

@media only screen and (max-width: 768px) {
    .sp,
    .SP {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .pc,
    .PC {
        display: none !important;
    }
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.l-header {
    position: fixed;
    width: 100%;
    z-index: 9990;
    top: 10px;
    left: 0;
}
@media screen and (max-width: 767px) {
    .l-header {
        width: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
.l-header .wcm {
    border-radius: 36px;
    background: #fff;
    padding: 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 767px) {
    .l-header .wcm {
        position: relative;
        margin: 0 auto;
        border-radius: 15px;
        padding: 12px 20px;
        display: block;
    }
}
.l-header__inner-logo {
    max-width: 338px;
}
@media only screen and (max-width: 1024px) {
    .l-header__inner-logo {
        max-width: 270px;
    }
}
@media screen and (max-width: 767px) {
    .l-header__inner-logo {
        max-width: 205px;
    }
}
.l-header__toggle {
    display: none;
}
@media screen and (max-width: 767px) {
    .l-header__toggle {
        position: absolute;
        z-index: 1001;
        top: 18px;
        right: 20px;
        display: block;
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        width: 20px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        border: 0;
        outline: 0;
        background-color: transparent;
    }
}
.l-header__toggle-bar {
    background-color: #b61a18;
    display: block;
    width: 100%;
    height: 2px;
    border: 0;
    -webkit-transition: background-color 0.35s ease, transform 0.35s ease;
    -webkit-transition: background-color 0.35s ease, -webkit-transform 0.35s ease;
    transition: background-color 0.35s ease, -webkit-transform 0.35s ease;
    transition: background-color 0.35s ease, transform 0.35s ease;
    transition: background-color 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}
.l-header__toggle-bar + .l-header__toggle-bar {
    margin-top: 4px;
}
.l-header__toggle.toggle_active .top {
    -webkit-transform: translateY(5px) translateX(0) rotate(45deg);
    transform: translateY(5px) translateX(0) rotate(45deg);
}
.l-header__toggle.toggle_active .middle {
    opacity: 0;
}
.l-header__toggle.toggle_active .bottom {
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
    transform: translateY(-7px) translateX(0) rotate(-45deg);
    margin-left: 0;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.l-footer {
    margin-top: -20px;
    position: relative;
    z-index: 9;
    background: #fff;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 60px 0 20px;
}
@media screen and (max-width: 767px) {
    .l-footer .wcm {
        width: 100%;
    }
}
.l-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 767px) {
    .l-footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
}
.l-footer__inner-left {
    width: 40%;
}
@media screen and (max-width: 767px) {
    .l-footer__inner-left {
        width: 100%;
    }
}
.l-footer__inner-left .footer-logo {
    max-width: 338px;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .l-footer__inner-left .footer-logo {
        max-width: 270px;
        margin-bottom: 5px;
    }
}
.l-footer__inner-left .footer-info {
    padding-left: 55px;
}
@media screen and (max-width: 767px) {
    .l-footer__inner-left .footer-info {
        padding-left: 42px;
    }
}
@media screen and (max-width: 767px) {
    .l-footer__inner-left .txt-name {
        font-weight: 600;
    }
}
.l-footer__inner-left .txt-desc {
    margin-top: 13px;
}
@media screen and (max-width: 767px) {
    .l-footer__inner-left .txt-desc {
        margin-top: 10px;
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .l-footer__inner-left .txt-desc span {
        font-weight: 600;
    }
}
.l-footer__inner-right {
    width: 60%;
}
@media screen and (max-width: 767px) {
    .l-footer__inner-right {
        width: 100%;
        margin-bottom: 25px;
        padding-bottom: 20px;
        border-bottom: 2px solid #b61a18;
    }
}
.l-footer__inner-right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
@media screen and (max-width: 767px) {
    .l-footer__inner-right ul {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}
.l-footer__inner-right ul li {
    margin: 0 25px;
}
@media screen and (max-width: 767px) {
    .l-footer__inner-right ul li {
        margin: 0 10px;
    }
}
.l-footer__inner-right ul li a {
    display: block;
    font-weight: 500;
}
.l-footer__copyright {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #000;
}
@media screen and (max-width: 767px) {
    .l-footer__copyright {
        border-top: 2px solid #b61a18;
    }
}
.l-footer__copyright p {
    text-align: right;
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .l-footer__copyright p {
        font-size: 10px;
        text-align: center;
    }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
main
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    html.open,
    body.open {
        height: 100%;
        overflow: hidden;
    }
}

body {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto Sans", sans-serif;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    letter-spacing: 0;
    height: 100%;
    background-color: #353535;
    word-break: break-word;
}

.wrap {
    margin: 0 auto;
    overflow: hidden;
}

.wcm {
    max-width: 1340px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.wcm01 {
    max-width: 1240px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

/*-----------------------------------------------------------
Link
------------------------------------------------------------*/
a {
    color: #000;
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media screen and (min-width: 767px) {
    a:hover {
        text-decoration: none;
        opacity: 0.7;
    }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
nav
------------------------------------------------------------*/
.l-header__inner-nav {
    max-width: 500px;
}
@media screen and (max-width: 767px) {
    .l-header__inner-nav {
        max-width: 100%;
        display: none;
        top: 0;
        right: 0;
        bottom: 0;
        overflow: auto;
        background-color: #fff;
        z-index: 1000;
        -webkit-transform: none;
        transform: none;
    }
}
.l-header__inner-nav.is_open {
    display: block;
    overflow: hidden;
}
.l-header__inner-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 767px) {
    .l-header__inner-nav ul {
        display: block;
        padding: 50px 25px 30px;
        width: 100%;
    }
}
.l-header__inner-nav ul li {
    margin: 0 25px;
}
@media only screen and (max-width: 1024px) {
    .l-header__inner-nav ul li {
        margin: 0 12px;
    }
}
@media screen and (max-width: 767px) {
    .l-header__inner-nav ul li {
        margin: 0 0 16px;
    }
}
.l-header__inner-nav ul li a {
    display: block;
    font-weight: 500;
}
.l-header__inner-nav ul li a:hover {
    opacity: 1;
    color: #b61a18;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Button
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-cta__cont {
    width: calc(100% - 40px);
    position: relative;
    margin: 0 auto;
    padding: 95px 20px 120px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36);
}
@media screen and (max-width: 767px) {
    .c-cta__cont {
        padding: 75px 0 80px;
    }
}
.c-cta__cont .c-ttl02 {
    mix-blend-mode: overlay;
    width: 100%;
    position: absolute;
    left: 5%;
    top: 45px;
    z-index: -1;
}
@media screen and (max-width: 767px) {
    .c-cta__cont .c-ttl02 {
        top: 35px;
    }
}
.c-cta__cont-wrap {
    width: 55%;
    margin-left: auto;
}
@media only screen and (max-width: 1024px) {
    .c-cta__cont-wrap {
        width: 75%;
    }
}
@media screen and (max-width: 767px) {
    .c-cta__cont-wrap {
        width: 100%;
    }
}
.c-cta .form-contact__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
}
@media screen and (max-width: 767px) {
    .c-cta .form-contact__row {
        display: block;
        margin: 0 0 30px;
    }
}
.c-cta .form-contact__row--style2 {
    display: block;
}
.c-cta .form-contact__row-item {
    width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
    .c-cta .form-contact__row-item {
        width: 100%;
    }
}
.c-cta .form-contact__row-item:first-child {
    margin-right: 20px;
}
@media screen and (max-width: 767px) {
    .c-cta .form-contact__row-item:first-child {
        margin-right: 0;
        margin-bottom: 30px;
    }
}
.c-cta .form-contact__row-item:last-child {
    margin-left: 20px;
}
@media screen and (max-width: 767px) {
    .c-cta .form-contact__row-item:last-child {
        margin-left: 0;
    }
}
.c-cta .form-contact__row .form-ttl {
    color: #fff;
    margin-bottom: 6px;
    font-size: 20px;
}
.c-cta .form-contact__transmision {
    margin-top: 40px;
    text-align: right;
}
@media screen and (max-width: 767px) {
    .c-cta .form-contact__transmision {
        margin-top: 20px;
    }
}
.c-cta .wpcf7-response-output {
    color: #fff;
}

/*------------------------------------------------------------
Headding
------------------------------------------------------------*/
.c-ttl01 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .c-ttl01 {
        font-size: 22px;
    }
}

.c-ttl02 {
    text-transform: uppercase;
    font-size: 15vw;
    line-height: 1.3;
    color: #dddbdb;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    .c-ttl02 {
        font-size: 10vw;
    }
}

.c-ttl03 {
    font-size: 24px;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    .c-ttl03 {
        font-size: 18px;
    }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
List
------------------------------------------------------------*/
.c-listNews ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
}
.c-listNews ul li {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .c-listNews ul li {
        width: 100%;
        padding: 0 5px;
        margin-bottom: 15px;
    }
}
.c-listNews ul li a {
    display: block;
    color: #fff;
}
.c-listNews__ttl {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .c-listNews__ttl {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 5px;
    }
}
.c-listNews__txt {
    font-size: 15px;
}
@media screen and (max-width: 767px) {
    .c-listNews__txt {
        font-size: 13px;
        color: #ddd;
    }
}

/*
------------------------------------------------------------*/
/* COMMON FORMS
 * -----------------------------------------------*/
input,
label,
select,
button,
textarea {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    background: none;
    font: inherit;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
    display: none;
}

input[type=reset],
input[type=submit],
input[type=button] {
    cursor: pointer;
}

button {
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

/* Remove icon “X” and "down" from input and select field on IE */
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

::-ms-expand {
    display: none;
}

::-ms-clear {
    display: none;
}

input, select {
    border-radius: 10px;
    padding: 13px 20px;
    background-color: #ececec;
    width: 100%;
}
@media screen and (max-width: 767px) {
    input, select {
        padding: 12px;
    }
}

textarea {
    background-color: #ececec;
    resize: none;
    width: 100%;
    height: 200px;
    border-radius: 10px;
    padding: 15px 20px;
}
@media screen and (max-width: 767px) {
    textarea {
        padding: 12px;
    }
}

.btn-submit {
    width: 130px;
    text-align: center;
    font-size: 20px;
    padding: 7px 5px;
    border-radius: 10px;
    color: #fff;
    background: #b61a18;
}
@media screen and (max-width: 767px) {
    .btn-submit {
        font-size: 16px;
    }
}
.btn-submit:hover {
    opacity: 0.7;
}

select {
    background: #ececec url("../img/common/input_select.png") no-repeat right 20px center;
    background-size: 26px 12px;
}

/*------------------------------------------------------------
Table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-newsBlock {
    color: #fff;
    margin: 20px 0 80px;
}
@media screen and (max-width: 767px) {
    .c-newsBlock {
        margin: 40px 0;
    }
}
.c-newsBlock .wcm {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.c-newsBlock__left .c-ttl01 {
    text-align: center;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .c-newsBlock__left .c-ttl01 {
        margin-bottom: 20px;
    }
}
.c-newsBlock__right {
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .c-newsBlock__right {
        margin-top: 15px;
    }
}

.c-mainvisual {
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .c-mainvisual {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding-bottom: 40px;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
}
.c-mainvisual__pageName {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
    letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
    .c-mainvisual__pageName {
        font-size: 32px;
        margin-bottom: 5px;
        text-align: center;
    }
}
.c-mainvisual__image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    min-height: 800px;
}
@media screen and (max-width: 767px) {
    .c-mainvisual__image {
        min-height: 50vh;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        overflow: hidden;
        position: relative;
        margin-bottom: 40px;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
    }
}
.c-mainvisual__image:before {
    content: "";
    display: block;
    padding-top: 62%;
}
.c-mainvisual__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: contain;
       object-fit: contain;
}
@media only screen and (max-width: 1024px) {
    .c-mainvisual__image img {
        -o-object-fit: cover;
           object-fit: cover;
    }
}
.c-mainvisual .wcm {
    padding: 300px 20px 350px;
}
@media only screen and (max-width: 1024px) {
    .c-mainvisual .wcm {
        padding: 120px 20px;
    }
}
@media screen and (max-width: 767px) {
    .c-mainvisual .wcm {
        padding: 0 10px;
    }
}
.c-mainvisual .wcm .c-txt-base {
    width: 40%;
    color: #fff;
    font-size: 18px;
    text-shadow: 0 0px 2px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
    .c-mainvisual .wcm .c-txt-base {
        width: 100%;
        text-align: center;
        padding: 0 20px;
        font-size: 14px;
    }
}

.js-image {
    display: block;
    position: relative;
}
.js-image:before {
    content: " ";
    display: block;
    width: 100%;
    padding-top: 63%;
}
.js-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.js-inview {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
}
.js-inview.on {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

.c-txt-base {
    line-height: 1.825;
    letter-spacing: 0.06em;
}

.c-nopost {
    font-size: 20px;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .c-nopost {
        font-size: 16px;
    }
}

/*------------------------------------------------------------
Top page
------------------------------------------------------------*/
.front {
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .front .c-mainvisual {
        padding-bottom: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
}
@media screen and (max-width: 767px) {
    .front .c-mainvisual__image {
        margin-bottom: 30px;
    }
}

/*------------------------------------------------------------
About page
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .p-about-us .c-mainvisual {
        margin-bottom: 40px;
    }
}

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

.p-aboutMission,
.p-aboutVision {
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .p-aboutMission,
    .p-aboutVision {
        margin-bottom: 25px;
    }
}
.p-aboutMission .c-ttl01,
.p-aboutVision .c-ttl01 {
    text-align: center;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .p-aboutMission .c-ttl01,
    .p-aboutVision .c-ttl01 {
        margin-bottom: 5px;
    }
}
.p-aboutMission p,
.p-aboutVision p {
    color: #fff;
}

/*------------------------------------------------------------
Article page
------------------------------------------------------------*/
.p-single__content {
    max-width: 950px;
    padding: 150px 0 100px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .p-single__content {
        padding: 80px 0 50px;
    }
}
.p-single__content .post-date {
    font-size: 14px;
    color: #dddbdb;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .p-single__content .post-date {
        font-size: 12px;
        margin: 5px 0 20px;
    }
}
.p-single__content .post-thumbnail {
    margin-bottom: 20px;
}
.p-single__content .post-thumbnail .js-image img {
    -o-object-fit: contain;
       object-fit: contain;
}
.p-single__content-in {
    color: #fff;
    line-height: 1.825;
}

/*------------------------------------------------------------
Service page
------------------------------------------------------------*/
.p-serviceList {
    margin: 80px 0;
}
@media screen and (max-width: 767px) {
    .p-serviceList {
        margin: 50px 0 0;
    }
}
.p-serviceList__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 767px) {
    .p-serviceList__inner {
        display: block;
    }
}
.p-serviceList__inner .service-pic {
    width: 50%;
    overflow: hidden;
    position: relative;
    margin-top: 3%;
}
@media screen and (max-width: 767px) {
    .p-serviceList__inner .service-pic {
        display: none;
        margin-top: 0;
        width: 100%;
    }
}
.p-serviceList__inner .service-pic .thumb {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 50px;
    overflow: hidden;
}
.p-serviceList__inner .service-pic .thumb.on {
    opacity: 1;
}
.p-serviceList__inner .service-pic .thumb .js-image {
    z-index: 99;
}
.p-serviceList__inner .service-pic .thumb .js-image:before {
    padding-top: 75%;
}
.p-serviceList__inner .service-acc {
    width: 50%;
    padding-right: 4%;
}
@media screen and (max-width: 767px) {
    .p-serviceList__inner .service-acc {
        width: 100%;
        padding-right: 0;
    }
}
.p-serviceList__inner .service-acc > div {
    padding: 30px 0;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
    .p-serviceList__inner .service-acc > div {
        padding: 15px 0;
    }
}
.p-serviceList__inner .service-acc dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-right: 35px;
}
.p-serviceList__inner .service-acc dt:after {
    content: "";
    width: 18px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #fff;
}
.p-serviceList__inner .service-acc dt:before {
    content: "";
    width: 2px;
    height: 18px;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.p-serviceList__inner .service-acc dt.on:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
}
.p-serviceList__inner .service-acc dt .num {
    display: block;
    width: 40px;
    font-size: 25px;
    margin-top: -2px;
    font-weight: bold;
    font-style: italic;
}
@media screen and (max-width: 767px) {
    .p-serviceList__inner .service-acc dt .num {
        font-size: 20px;
        width: 35px;
    }
}
.p-serviceList__inner .service-acc dt .c-ttl03 {
    padding-left: 4px;
    width: calc(100% - 40px);
}
.p-serviceList__inner .service-acc dd {
    padding: 20px 0 0 48px;
    display: none;
}
@media screen and (max-width: 767px) {
    .p-serviceList__inner .service-acc dd {
        font-size: 14px;
        padding: 12px 0 0 41px;
    }
}
@media screen and (max-width: 767px) {
    .p-serviceList__inner .service-acc dd .txt {
        margin-bottom: 14px;
    }
}
@media screen and (max-width: 767px) {
    .p-serviceList__inner .service-acc dd .js-image {
        margin-bottom: 10px;
    }
}

/*------------------------------------------------------------
Contact page
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .p-contact .c-cta {
        padding-top: 100px;
    }
}
.p-contact__map {
    margin: 50px 0;
}
@media screen and (max-width: 767px) {
    .p-contact__map {
        margin: 25px 0 50px;
    }
}
.p-contact__map .wcm01 {
    height: 500px;
}
@media screen and (max-width: 767px) {
    .p-contact__map .wcm01 {
        height: 250px;
    }
}
.p-contact__map iframe {
    width: 100%;
    height: 100%;
}

.p-contact-thanks .thanks-wrapper {
    max-width: 900px;
    margin: 200px auto 70px;
    padding: 80px 40px;
    border-radius: 50px;
    background: #fff;
}
@media screen and (max-width: 767px) {
    .p-contact-thanks .thanks-wrapper {
        margin: 100px auto -20px;
        padding: 30px 15px;
    }
}
.p-contact-thanks .thanks-wrapper .ttl-thank {
    color: #b61a18;
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
    .p-contact-thanks .thanks-wrapper .ttl-thank {
        font-size: 24px;
        margin-bottom: 10px;
    }
}
.p-contact-thanks .thanks-wrapper p {
    font-size: 20px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-contact-thanks .thanks-wrapper p {
        font-size: 16px;
    }
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .mt-20 {
        margin-top: 10px;
    }
}

.mt-30 {
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .mt-30 {
        margin-top: 10px;
    }
}

.mt-40 {
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    .mt-40 {
        margin-top: 20px;
    }
}

.mt-50 {
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    .mt-50 {
        margin-top: 30px;
    }
}

.mt-60 {
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
    .mt-60 {
        margin-top: 40px;
    }
}

.mt-70 {
    margin-top: 70px;
}
@media screen and (max-width: 767px) {
    .mt-70 {
        margin-top: 50px;
    }
}

.mt-80 {
    margin-top: 80px;
}
@media screen and (max-width: 767px) {
    .mt-80 {
        margin-top: 60px;
    }
}

.mt-90 {
    margin-top: 90px;
}
@media screen and (max-width: 767px) {
    .mt-90 {
        margin-top: 70px;
    }
}

.mt-100 {
    margin-top: 100px;
}
@media screen and (max-width: 767px) {
    .mt-100 {
        margin-top: 80px;
    }
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .mb-20 {
        margin-bottom: 10px;
    }
}

.mb-30 {
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .mb-30 {
        margin-bottom: 10px;
    }
}

.mb-40 {
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .mb-40 {
        margin-bottom: 20px;
    }
}

.mb-50 {
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .mb-50 {
        margin-bottom: 30px;
    }
}

.mb-60 {
    margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}

.mb-70 {
    margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
    .mb-70 {
        margin-bottom: 50px;
    }
}

.mb-80 {
    margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
    .mb-80 {
        margin-bottom: 60px;
    }
}

.mb-90 {
    margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
    .mb-90 {
        margin-bottom: 70px;
    }
}

.mb-100 {
    margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
    .mb-100 {
        margin-bottom: 80px;
    }
}

/*------------------------------------------------------------
text
------------------------------------------------------------*/
.u-text-read {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2.1333333333em;
    letter-spacing: 0.1em;
}

.u-text-read-02 {
    font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
    .u-text-read-02 {
        font-size: 1rem;
    }
}

.u-text-sub {
    font-size: 12px;
}

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

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

.u-text-red {
    color: red;
}

.u-text-white {
    color: #ffffff;
}

.u-text-blue {
    color: #0D3780;
}

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

.u-space-n2 {
    letter-spacing: -0.02em;
}

@media screen and (max-width: 767px) {
    .u-space-n2-sp {
        letter-spacing: -0.02em;
    }
}

@media screen and (max-width: 767px) {
    .u-space-n5-sp {
        letter-spacing: -0.05em;
    }
}

.u-font-sz20 {
    font-size: 2rem;
}
@media screen and (max-width: 767px) {
    .u-font-sz20 {
        font-size: 1.2rem;
    }
}

.u-font-sz24 {
    font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
    .u-font-sz24 {
        font-size: 1.8rem;
    }
}

.u-font-sz26 {
    font-size: 2.6rem;
}

.u-font-sz28 {
    font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
    .u-font-sz28 {
        font-size: 2rem;
    }
}

.u-font-sz30 {
    font-size: 3rem;
}
@media screen and (max-width: 767px) {
    .u-font-sz30 {
        font-size: 2.2rem;
    }
}

.u-lineheight-sz2 {
    line-height: 2;
}

.u-lineheight-sz18 {
    line-height: 1.8;
}

.u-lineheight-sz16 {
    line-height: 1.6;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
display
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .u-pc {
        display: none;
    }
}

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

.u-in {
    display: none;
}
@media screen and (max-width: 767px) {
    .u-in {
        display: inline-block;
    }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
align
------------------------------------------------------------*/
/*
------------------------------------------------------------*/